html,body,#root{height:100%}body{margin:0}:root{--bg: #000000;--panel: #0b0f18;--panel2: #070a10;--border: rgba(255,255,255,.08);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.62);--accent: #19A3FE;--bubble-me: #19A3FE;--bubble-them: #121622;--shadow: 0 10px 30px rgba(0,0,0,.35);font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;background:#000}.topbar{height:56px;padding-top:env(safe-area-inset-top);display:flex;align-items:center;padding:0 16px;background:#0b0f18e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.brand{display:flex;gap:12px;align-items:center}.dot{width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px #2c6bed1f}.title{font-weight:700;letter-spacing:.2px}.subtitle{color:var(--muted);font-size:12px;margin-top:2px}.layout{flex:1;display:grid;grid-template-columns:340px 1fr;gap:16px;padding:16px;max-width:1200px;width:100%;margin:0 auto}.tabbar{display:none}@media(max-width:700px){.tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:30;height:64px;padding-bottom:env(safe-area-inset-bottom);background:#0b0f18eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08)}.tabbar button{flex:1;border:0;background:transparent;color:#ff3e9b;display:flex;flex-direction:column;gap:0;justify-content:center;align-items:center;font-size:12px;padding:8px 0;opacity:.4}.tabbar button.active{opacity:1}.tabbar .icon{width:24px;height:24px;display:block}}.sidebar{background:#121622cc;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.sidebarHeader{padding:14px;font-weight:600;border-bottom:1px solid var(--border);color:var(--muted)}.chatItem{padding:12px 14px;display:flex;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.04)}.chatItem.active{background:#2c6bed1a}.avatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.08);font-weight:700}.chatMeta{min-width:0}.chatName{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatLast{color:var(--muted);font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat{background:#121622cc;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.chatHeader{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline}.chatTitle{font-weight:650}.chatStatus{color:var(--muted);font-size:12px}.messages{flex:1;padding:16px;display:flex;flex-direction:column;gap:10px;overflow:auto;overscroll-behavior:contain}.bubble{max-width:78%;padding:10px 12px;line-height:1.25;border:0;word-break:break-word}.bubble.me{align-self:flex-end;background:var(--bubble-me);color:#000000eb;border-radius:18px 18px 6px}.bubble.them{align-self:flex-start;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);border-radius:18px 18px 18px 6px}.bubble .msgMeta{margin-top:6px;font-size:11px;opacity:.75;display:flex;gap:6px;justify-content:flex-end;align-items:center}.voice{display:flex;align-items:center;gap:10px;min-width:240px;max-width:min(360px,70vw)}.voiceBtn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffff38;color:#000000db;display:inline-flex;align-items:center;justify-content:center}.bubble.them .voiceBtn{border:1px solid rgba(255,255,255,.14);background:#ffffff1a;color:#ffffffeb}.voiceBody{flex:1;min-width:0}.voiceBar{position:relative;height:6px;border-radius:999px;overflow:hidden;cursor:pointer}.voiceBarBg{position:absolute;inset:0;background:#0000001a}.bubble.them .voiceBarBg{background:#ffffff24}.voiceBarFg{position:absolute;inset:0;width:0%;background:#00000061}.bubble.them .voiceBarFg{background:#ffffffb3}.voiceMeta{margin-top:6px;display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#0000008c}.bubble.them .voiceMeta{color:#ffffffa6}.voiceErr{color:#ff9600d9}.bubble.me .msgMeta{opacity:.85}.msgImage{display:block;max-width:260px;width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.1)}@media(max-width:700px){.msgImage{max-width:72vw}}.composer{padding:12px;border-top:1px solid var(--border);display:flex;gap:10px}.composer.tg{align-items:center}.composerMid{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.recBadge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,59,48,.25);background:#ff3b301a;color:#ffffffe0;width:fit-content}.recDot{width:10px;height:10px;border-radius:999px;background:#ff3b30;box-shadow:0 0 0 6px #ff3b301f;animation:recPulse 1.1s ease-in-out infinite}@keyframes recPulse{0%{transform:scale(.9);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.9);opacity:.7}}.recText{font-size:12px;color:#ffffffd1}.iconBtn{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.tgInput{flex:1;min-width:0;border-radius:999px;border:1px solid rgba(255,255,255,.1);padding:12px 14px;background:#ffffff0a;color:var(--text);outline:none}.sendBtn{width:44px;height:44px;border-radius:999px;border:0;background:var(--bubble-me);color:#000000e6;font-weight:800;display:inline-flex;align-items:center;justify-content:center}@media(max-width:700px){.chat{position:relative}.composer{position:sticky;bottom:64px;background:#0b0f18eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-bottom:10px}.layout.no-tabbar .composer{bottom:0}.chatHeader{position:sticky;top:0;z-index:2;background:#121622eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.composer input{flex:1;border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:10px 12px;background:#00000040;color:var(--text);outline:none}.composer button{padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text)}@media(max-width:900px){.layout{grid-template-columns:1fr}}@media(max-width:700px){:root{font-size:17px}.topSearch{padding:12px;border-bottom:1px solid rgba(255,255,255,.06)}.topSearch input{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.1);padding:12px 14px;background:#ffffff0a;color:var(--text);outline:none}.layout{padding:0;gap:0;max-width:none}.sidebar,.chat{border-radius:0;border-left:0;border-right:0;border-top:0;border-bottom:0;height:calc(100vh - 120px)}.layout.no-tabbar .chat{height:calc(100vh - 56px)}.layout:not(.no-tabbar) .chatHeader{display:none}.sidebar{display:none}.layout.mobile-show-sidebar .sidebar{display:block}.layout.mobile-show-sidebar .chat,.layout.mobile-show-chat .sidebar{display:none}.layout.mobile-show-chat .chat{display:flex}.messages{padding:12px}.composer{padding:10px}.composer input{padding:12px;border-radius:14px}.composer button{padding:12px 14px;border-radius:14px}}.toastHost{position:fixed;left:0;right:0;top:10px;padding-top:env(safe-area-inset-top);z-index:1000;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.toast{pointer-events:none;max-width:min(520px,92vw);padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0b0f18eb;color:#ffffffeb;box-shadow:0 10px 30px #00000059;font-size:13px}.toast-info{border-color:#19a3fe33}.toast-success{border-color:#20e07033}.toast-error{border-color:#ff3b3040}
