@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg: #f9fafc;--bg-2: #d6d2ff;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--surface-soft: #f4f1ff;--surface-muted: #eef0f7;--text: #202022;--muted: #86879a;--line: rgba(32, 32, 34, .08);--line-strong: rgba(32, 32, 34, .16);--accent: #7678ed;--accent-strong: #6668e4;--accent-soft: rgba(118, 120, 237, .14);--accent-soft-2: #ecebff;--secondary: #ff7a55;--shadow-lg: 0 32px 80px rgba(106, 108, 167, .18);--shadow-md: 0 18px 40px rgba(106, 108, 167, .14);--shadow-sm: 0 10px 24px rgba(106, 108, 167, .1);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px;font-family:Poppins,sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg: #15151b;--bg-2: #2d2b4e;--surface: rgba(33, 34, 44, .9);--surface-strong: #23242c;--surface-soft: #2b2d38;--surface-muted: #2f313d;--text: #f7f8fc;--muted: #a7a9bc;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--accent-soft: rgba(118, 120, 237, .22);--accent-soft-2: rgba(118, 120, 237, .14);--shadow-lg: 0 32px 80px rgba(0, 0, 0, .4);--shadow-md: 0 18px 40px rgba(0, 0, 0, .28);--shadow-sm: 0 10px 24px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--text);font-family:Poppins,sans-serif;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.6),transparent 24%),radial-gradient(circle at 80% 10%,rgba(255,255,255,.3),transparent 18%),linear-gradient(180deg,#c9c4ff,#cac4fb,#c0bbf3)}input,textarea,select{color:#202022!important;-webkit-text-fill-color:#202022;caret-color:#202022}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20px 20px,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80px 60px,rgba(255,255,255,.24) 1px,transparent 1px);background-size:140px 140px,180px 180px;opacity:.18;pointer-events:none}button,input{font:inherit}button{border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,opacity .18s ease}button:hover{transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.55;transform:none}img,video{max-width:100%}.auth-shell,.chat-app-shell{min-height:100vh;position:relative;z-index:1}.auth-shell{display:grid;place-items:center;padding:20px;overflow-y:auto;max-height:100vh}.auth-card{width:min(1180px,100%);min-height:min(760px,90vh);max-height:95vh;display:grid;grid-template-columns:1.08fr .92fr;background:#ffffffc7;border-radius:40px;border:4px solid #202022;box-shadow:var(--shadow-lg);overflow:hidden;-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px)}.brand-block{padding:64px;display:flex;flex-direction:column;justify-content:center;gap:20px;background:radial-gradient(circle at top left,rgba(118,120,237,.22),transparent 28%),linear-gradient(180deg,#ffffffe6,#f7f5ffe0)}.eyebrow,.panel-kicker{margin:0;color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.brand-block h1{margin:0;font-size:clamp(3rem,5vw,4.8rem);line-height:.98;max-width:10ch}.brand-block span,.auth-caption p,.chat-list-footer p,.dashboard-copy,.content-card p,.settings-item p,.small-muted{color:var(--muted)}.auth-showcase{display:flex;align-items:center;gap:26px;margin-top:10px}.orbit-card{width:190px;height:190px;border-radius:36px;position:relative;background:linear-gradient(180deg,#7678ed1f,#7678ed0a);border:1px solid rgba(118,120,237,.18)}.orbit-ring{position:absolute;top:26px;right:26px;bottom:26px;left:26px;border-radius:50%;border:1px solid rgba(118,120,237,.2)}.orbit-ring.inner{top:56px;right:56px;bottom:56px;left:56px}.orbit-center,.avatar{display:grid;place-items:center}.orbit-center{position:absolute;top:68px;right:68px;bottom:68px;left:68px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;font-size:1.6rem;font-weight:700}.orbit-dot{position:absolute;width:16px;height:16px;border-radius:999px;background:var(--secondary)}.dot-one{top:24px;left:84px}.dot-two{top:90px;right:22px}.dot-three{left:28px;bottom:30px}.auth-caption strong,.panel-header-row h3,.panel-header-row h4{display:block;margin-bottom:8px;font-size:1.22rem}.auth-form{padding:72px 56px 28px;display:flex;flex-direction:column;justify-content:center;gap:16px;background:#ffffffb3}.auth-form input,.chat-search,.composer,.upload-field input{width:100%;border-radius:18px;border:1px solid var(--line);background:var(--surface-strong)}.auth-form input,.chat-search input,.composer input{width:100%;border:none;outline:none;color:var(--text);background:transparent;padding:16px 18px}.auth-form button,.primary-action,.mini-accent-button,.composer-send,.upload-field span{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:var(--shadow-sm)}.auth-form button,.primary-action{padding:16px 18px;border-radius:18px;font-weight:600}.auth-switch{padding:0 56px 40px;margin:0;color:var(--muted)}.auth-switch a{color:var(--accent);font-weight:600}.error-text{margin:0;color:#e05d45;font-size:.92rem}.status-text,.panel-status{margin:0;color:var(--accent);font-size:.92rem}.chat-app-shell{display:flex;height:100vh;width:100%;overflow:hidden}.chat-surface{width:100%;height:100vh;display:flex;min-height:0}.nav-sidebar,.panel-card,.workspace-single-view .dashboard-panel,.incoming-call-card,.call-stage-shell{border:4px solid #202022;box-shadow:var(--shadow-lg)}.nav-sidebar{background:#202022;flex:0 0 70px;width:70px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:30;overflow:visible;border:none;box-shadow:none}.nav-logo{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;color:#fff;position:relative}.nav-logo-mark{width:22px;height:22px;border-left:3px solid white;border-bottom:3px solid white;transform:skew(-20deg) rotate(45deg)}.nav-actions{display:flex;flex-direction:column;gap:8px;flex:1}.nav-icon-button{width:100%;min-height:56px;border-radius:22px;background:transparent;color:#ffffffb8;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.nav-icon-button.active,.nav-icon-button:hover{background:#ffffff21;color:#fff}.nav-icon-label{position:absolute;left:calc(100% + 16px);top:50%;white-space:nowrap;padding:10px 12px;border-radius:12px;background:var(--surface-strong);color:var(--text);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;transform:translate(-4px,-50%);transition:opacity .18s ease,transform .18s ease;z-index:80;border:1px solid var(--line-strong)}.nav-icon-button:hover .nav-icon-label,.nav-icon-button:focus-visible .nav-icon-label{opacity:1;transform:translateY(-50%)}.nav-badge{position:absolute;top:6px;right:8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--secondary);color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center}.nav-logout{margin-top:auto}.nav-rail-icon{width:42px;height:42px;border-radius:16px;background:#ffffff14;color:#fffc;display:grid;place-items:center}.workspace-layout{min-width:0;height:100%;flex:1;display:flex;overflow:hidden}.workspace-single-view{min-width:0;flex:1}.chat-list-panel,.chat-room-shell{min-width:0}.chat-list-shell,.chat-room-card{height:100%}.chat-list-panel{flex:0 0 clamp(280px,24vw,320px);min-width:0;border-right:1px solid var(--line-strong);background:#ffffffd6;overflow:hidden}.chat-list-shell{padding:16px;display:flex;flex-direction:column;gap:14px;min-height:0;position:relative;background:transparent}.chat-list-title-block h2{margin:0;font-size:1.85rem;color:#202022}.chat-list-actions,.chat-filter-row,.chat-row-meta{display:flex;align-items:center;gap:8px}.chat-filter-row{flex-wrap:wrap}.chat-filter-chip{height:36px;padding:0 14px;border-radius:999px;background:transparent;border:1px solid var(--line);color:#202022;display:inline-flex;align-items:center;gap:6px;font-weight:600}.chat-filter-chip.active{background:#7678ed1f;border-color:#7678ed47;color:#202022}.chat-filter-chip em{font-style:normal;color:var(--muted)}.chat-list-header,.chat-room-header,.panel-header-row,.request-strip-header,.chat-list-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.chat-list-header{position:sticky;top:0;z-index:4;background:#fffffff0;padding:0 0 6px}.chat-list-header h2,.dashboard-panel h1,.panel-header-row h3{margin:4px 0 0;font-size:clamp(1.5rem,2vw,2.3rem);line-height:1.05;color:#202022}.chat-room-heading h2{margin:4px 0 0;font-size:1rem;line-height:1.2}.chat-search{display:flex;align-items:center;gap:10px;padding-left:16px;background:var(--accent-soft-2);position:sticky;top:58px;z-index:3;color:#202022}.chat-list-popover,.chat-header-dropdown{border:1px solid var(--line);border-radius:18px;background:#fffffff5;box-shadow:var(--shadow-sm)}.chat-list-popover{padding:14px;display:flex;flex-direction:column;gap:10px}.chat-list-popover input{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:var(--surface-strong);color:var(--text)}.chat-list-popover p{margin:0;color:#4a4a57;font-size:.88rem}.group-create-panel{margin-top:4px;padding-top:10px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.group-create-member-list{max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:8px}.group-create-member-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:14px;background:var(--surface-soft);color:var(--text)}.group-create-member-row input{width:auto;margin:0}.chat-list-popover-actions{display:flex;flex-wrap:wrap;gap:8px}.chat-search svg{color:#202022}.chat-search input{color:#202022!important;-webkit-text-fill-color:#202022;font-weight:500}.chat-filter-row{position:sticky;top:112px;z-index:3;background:#fffffff0;padding:4px 0 8px}.chat-list-scroll{overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:12px;padding-right:8px;flex:1}.request-strip{display:flex;flex-direction:column;gap:12px}.request-strip-list,.member-list{display:flex;flex-direction:column;gap:10px}.request-chip,.search-result-card,.member-row,.call-participant-card,.call-message-card{border-radius:20px;background:var(--surface-soft);border:1px solid var(--line);padding:12px}.request-chip,.search-result-card,.member-row{display:flex;align-items:center;gap:12px}.search-result-card{justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.request-chip-copy,.search-result-main,.chat-list-copy,.chat-room-heading,.group-info-top,.dashboard-hero,.profile-panel,.settings-item{min-width:0}.search-result-main{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.search-result-copy{min-width:0;flex:1}.search-result-copy strong,.search-result-copy p{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.search-result-copy strong,.request-chip-copy strong,.chat-list-topline strong,.chat-list-footer strong,.group-info-top strong,.panel-header-row h3,.panel-header-row h4{color:#202022}.search-result-copy p,.request-chip-copy p,.chat-list-bottomline p,.chat-room-heading p,.chat-room-count,.chat-list-footer p,.group-info-top p,.small-muted,.message-author-row,.message-meta{color:#4a4a57}.mini-accent-button,.panel-icon,.composer-tool,.composer-send{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;flex-shrink:0}.mini-accent-button{min-width:44px;padding:0 12px;width:auto;font-size:.82rem;font-weight:600;white-space:nowrap;margin-left:auto}.panel-icon,.composer-tool{background:var(--surface-soft);color:var(--accent);border:1px solid var(--line)}.chat-list-item{width:100%;padding:12px 14px;border-radius:18px;background:transparent;display:flex;align-items:center;gap:12px;color:#1f2230;text-align:left}.chat-list-item:hover{background:var(--surface-soft);box-shadow:var(--shadow-sm)}.chat-list-item.active{background:var(--accent);box-shadow:var(--shadow-sm)}.chat-list-copy{flex:1;min-width:0}.chat-avatar-wrap{position:relative;flex-shrink:0}.chat-online-dot{position:absolute;right:2px;bottom:2px;width:10px;height:10px;border-radius:999px;background:#22c55e;border:2px solid var(--surface-strong)}.chat-list-topline,.chat-list-bottomline,.message-author-row,.message-meta,.info-section-header,.info-section-title,.call-tile-row,.incoming-call-actions{display:flex;align-items:center}.chat-list-topline,.chat-list-bottomline,.message-author-row,.message-meta,.info-section-header{justify-content:space-between;gap:12px}.chat-list-bottomline p,.chat-list-footer p,.member-row p,.group-info-top p,.request-chip-copy p{margin:0;font-size:.88rem;color:#2f3240}.chat-list-topline span{color:#3a3d4d;font-weight:600}.chat-list-bottomline p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-list-item .chat-list-topline strong{color:#171a25}.chat-list-item .chat-list-bottomline p{color:#2f3240}.chat-list-item .chat-list-topline span{color:#3a3d4d}.chat-list-item.active .chat-list-topline strong,.chat-list-item:hover .chat-list-topline strong{color:#fff}.chat-list-item.active .chat-list-bottomline p,.chat-list-item:hover .chat-list-bottomline p{color:#ffffffd1}.chat-list-item.active .chat-list-topline span,.chat-list-item:hover .chat-list-topline span{color:#ffffffad}.chat-unread-badge{min-width:20px;height:20px;border-radius:999px;background:var(--secondary);color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center}.chat-pin-indicator{width:8px;height:8px;border-radius:999px;background:var(--accent)}.chat-list-footer{flex-shrink:0;margin-top:4px;padding-top:16px;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px;background:#ffffffeb}.chat-room-card{min-height:0;height:100%;display:flex;flex-direction:column;flex:1;background:linear-gradient(180deg,#fffffff0,#f9fafceb),#ffffffe6}.chat-room-shell{flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.chat-room-header{padding:18px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:4}.chat-room-heading{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.chat-room-heading p,.chat-room-count{margin:0;color:#4a4a57}.chat-room-heading-copy{min-width:0}.chat-room-heading-copy h2{color:var(--text)!important;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-heading-copy p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.chat-call-actions{display:inline-flex;align-items:center;gap:6px;padding:5px;border-radius:16px;border:1px solid var(--line);background:linear-gradient(135deg,#7678ed0f,#ffffffd9);box-shadow:inset 0 1px #fffc}.chat-call-button{min-height:36px;padding:0 12px;border-radius:12px;border:1px solid transparent;background:transparent;color:#202022;display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:700;letter-spacing:.02em}.chat-call-button.voice{background:linear-gradient(135deg,#7678ed29,#7678ed14);border-color:#7678ed3d}.chat-call-button:hover,.chat-call-icon:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.chat-call-icon{width:38px;height:36px;border-radius:12px}.chat-call-status{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(118,120,237,.2);background:#7678ed1a;color:#2f3272;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;gap:8px;max-width:220px}.chat-call-status span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-call-status.active{background:#22c55e24;border-color:#22c55e57;color:#166534}.chat-call-status-dot{width:8px;height:8px;border-radius:999px;background:currentColor;animation:callPulse 1.3s infinite ease-in-out}.chat-header-menu{position:relative}.chat-header-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:20}.chat-header-dropdown button{min-height:40px;padding:0 12px;border-radius:12px;background:transparent;color:#202022;text-align:left}.chat-header-dropdown button:hover{background:var(--accent-soft-2)}.chat-room-count{padding-right:8px;font-size:.92rem}.chat-banner{margin:12px 18px 0;padding:12px 16px;border-radius:16px;background:var(--accent-soft);color:var(--accent-strong);font-weight:600}.chat-message-stream,.chat-empty-state{min-height:0;flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:14px}.chat-message-stream{background:radial-gradient(circle at top left,rgba(118,120,237,.08),transparent 24%),linear-gradient(180deg,#ffffff8c,#ffffffb3),var(--surface-strong)}.chat-empty-state{display:grid;place-items:center}.chat-empty-card,.empty-panel,.member-card,.content-card,.settings-item,.stat-card{border-radius:26px;background:var(--surface-soft);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.chat-empty-card,.empty-panel.large{max-width:520px;padding:32px;text-align:center}.empty-panel{padding:20px}.empty-panel strong,.chat-empty-card h2{display:block;margin-bottom:8px}.message-row{display:flex;align-items:flex-end;gap:12px;animation:messageIn .22s ease}.message-row.own{justify-content:flex-end}.message-stack{max-width:min(76%,720px);display:flex;flex-direction:column;gap:8px}.message-stack.own{align-items:flex-end}.message-author-row{padding:0 6px;font-size:.82rem;color:#4a4a57}.message-bubble{position:relative;padding:14px 16px;border-radius:18px;background:#f1f2f8;color:#202022;box-shadow:var(--shadow-sm)}.message-bubble.own{background:linear-gradient(135deg,#d8d9ff,#cfd1ff);color:#202022}.message-bubble.pending{opacity:.76}.message-bubble p{margin:0;line-height:1.45;white-space:pre-wrap;word-break:break-word}.message-media{width:100%;max-height:320px;object-fit:cover;border-radius:18px;margin-top:14px}.message-reactions{display:flex;gap:8px;margin-top:14px}.reaction-pill{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#ffffffc7;color:var(--accent)}.reaction-pill.read{background:#7678ed2e;color:var(--accent-strong)}.message-bubble.own .reaction-pill{background:#7678ed24;color:#202022}.message-delete{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:12px;background:#20202214;color:currentColor;display:grid;place-items:center}.message-meta{margin-top:12px;font-size:.78rem;color:inherit;opacity:.78}.message-status{display:inline-flex;align-items:center;gap:4px}.message-status.read{color:var(--accent-strong);opacity:1}.message-input{padding:14px 18px 18px;border-top:1px solid var(--line);background:#ffffffdb;color:#202022;flex-shrink:0;position:sticky;bottom:0;z-index:3}.media-preview{margin-bottom:14px;padding:14px;border-radius:20px;border:1px solid var(--line);background:var(--surface-soft);display:flex;align-items:center;gap:14px}.media-preview img,.media-preview video{width:92px;height:92px;object-fit:cover;border-radius:16px}.media-preview button{padding:10px 14px;border-radius:14px;background:#e05d451f;color:#e05d45}.composer{display:flex;align-items:center;gap:12px;padding:8px;background:var(--accent-soft-2);min-height:58px;color:#202022}.composer-wrap{position:relative}.emoji-picker-popover,.modal-overlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.emoji-picker-popover{position:absolute;bottom:calc(100% + 12px);right:12px;width:220px;padding:12px;border-radius:18px;background:#fffffff5;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;z-index:15}.emoji-picker-item{width:100%;aspect-ratio:1;border-radius:12px;background:var(--surface-soft);color:#202022;font-size:1.1rem}.composer input{padding:8px 0;color:#202022!important;-webkit-text-fill-color:#202022;caret-color:#202022;font-weight:500}.composer input::placeholder,.chat-search input::placeholder{color:#6c6c7c;opacity:1}@media(max-width:1280px){.search-result-card{gap:10px}.search-result-main{width:100%}.mini-accent-button{width:100%;justify-content:center;margin-left:0}}.voice-mode-input{opacity:.68}.composer-actions{display:flex;align-items:center;gap:10px}.composer-send{width:48px;height:48px}.composer-tool.recording{background:#ff7a5529;color:var(--secondary);border-color:#ff7a5547}.recording-indicator{margin-top:10px;display:inline-flex;align-items:center;gap:8px;color:var(--secondary);font-size:.88rem;font-weight:600}.recording-dot{width:10px;height:10px;border-radius:999px;background:var(--secondary);box-shadow:0 0 0 6px #ff7a551f}.voice-preview{width:min(300px,100%)}.voice-preview-label{color:var(--muted);font-size:.86rem}.audio-message-player{display:flex;align-items:center;gap:12px;margin-top:8px;min-width:min(320px,100%)}.audio-player-toggle{width:40px;height:40px;border-radius:999px;flex-shrink:0;background:#7678ed24;color:var(--accent);display:grid;place-items:center}.audio-player-track{position:relative;flex:1;min-width:0}.audio-player-waveform{height:40px;display:flex;align-items:center;gap:3px}.audio-player-waveform span{width:4px;border-radius:999px;background:#7678ed2e;transition:background-color .18s ease}.audio-player-waveform span.active{background:var(--accent)}.audio-player-range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;cursor:pointer}.audio-player-time{flex-shrink:0;font-size:.8rem;color:#4a4a57}.file-message-card{margin-top:10px;padding:12px 14px;border-radius:16px;background:#2020220f;color:inherit;display:flex;align-items:center;gap:12px;text-decoration:none}.file-message-icon{width:38px;height:38px;border-radius:12px;background:#7678ed1f;color:var(--accent);display:grid;place-items:center}.file-message-copy{display:flex;flex-direction:column;gap:2px}.file-message-copy strong,.file-message-copy span{color:inherit}.panel-header-row.compact h4{margin:0}.close-ghost{width:34px;height:34px;border-radius:50%;background:transparent;color:var(--muted);font-size:1.3rem}.dashboard-panel{padding:24px;display:flex;flex-direction:column;gap:18px;min-height:0;background:#ffffffe0;overflow:auto}.dashboard-hero,.profile-panel,.settings-item{display:flex;align-items:center;justify-content:space-between;gap:18px}.profile-panel-copy{min-width:0}.stats-grid,.dashboard-grid{display:grid;gap:16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.stat-card,.content-card,.settings-item{padding:22px}.settings-list{display:flex;flex-direction:column;gap:16px}.stat-card strong{font-size:2rem}.stat-icon{width:48px;height:48px;border-radius:18px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;margin-bottom:16px}.content-card.accent{background:linear-gradient(135deg,#f4f1ff,#eceafc)}.call-history-panel{display:flex;flex-direction:column;gap:12px}.call-history-list{display:flex;flex-direction:column;gap:10px}.call-history-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:var(--surface-soft);border:1px solid var(--line)}.call-history-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.call-history-copy{min-width:0;flex:1}.call-history-copy strong,.call-history-copy p{margin:0}.call-history-copy strong,.call-history-panel .small-muted,.call-history-row .small-muted{color:#fff}.call-history-copy p{color:#fff;text-transform:capitalize}.profile-panel{justify-content:flex-start}.profile-page{height:100vh;overflow-y:auto;padding-bottom:120px}.upload-field{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.upload-field span{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border-radius:16px;font-weight:600}.toggle-chip{min-width:84px;height:44px;padding:0 14px;border-radius:16px;background:var(--surface-muted);color:var(--text)}.toggle-chip.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.avatar{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;font-weight:700;overflow:hidden;flex-shrink:0}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar.tiny,.chat-list-avatar{width:52px;height:52px;border-radius:16px}.avatar.large{width:58px;height:58px}.avatar.xl,.call-audio-avatar{width:78px;height:78px;border-radius:24px}.avatar.xxl{width:110px;height:110px;border-radius:32px;font-size:2rem}.message-avatar{margin-bottom:6px}.incoming-call-card{width:min(460px,calc(100vw - 32px));background:#fffffff5;border-radius:36px;padding:36px 32px;text-align:center;box-shadow:var(--shadow-lg)}.incoming-call-actions{justify-content:center;gap:12px;margin-top:22px}.incoming-call-copy{margin:10px 0 0;color:#4a4a57}.call-action-button{min-width:148px;min-height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600}.call-action-button.accept{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.call-action-button.decline{background:#ff7a551f;color:var(--secondary)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#14131b3d;display:grid;place-items:center;padding:24px}.contact-profile-modal{width:min(420px,calc(100vw - 32px));padding:28px;border-radius:28px;background:#fffffffa;box-shadow:var(--shadow-lg);position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.create-group-modal{width:min(560px,calc(100vw - 32px));max-height:min(86vh,760px);padding:24px;border-radius:26px;background:#fffffffa;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px}.create-group-header{display:flex;align-items:center;justify-content:space-between}.create-group-header h3{margin:0;color:#1f2230}.create-group-selected{display:flex;align-items:center;justify-content:space-between;color:#3a4156;font-size:.92rem}.create-group-member-list{min-height:220px;max-height:340px;overflow:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}.create-group-member{width:100%;border:1px solid #dde2f0;border-radius:16px;background:#f8f9ff;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;transition:border-color .2s ease,background .2s ease}.create-group-member strong{color:#1f2230}.create-group-member p{margin:2px 0 0;font-size:.85rem;color:#67708b}.create-group-member span{font-size:.82rem;color:#566180;font-weight:600}.create-group-member.active{border-color:var(--accent);background:#787fff14}.create-group-actions{margin-top:4px;display:flex;justify-content:flex-end;gap:10px}.ghost-action{min-height:42px;padding:0 14px;border-radius:12px;border:1px solid #d4d9e8;background:#fff;color:#4a4f63;font-weight:600}.contact-profile-modal h3{margin:0;color:#1f2230}.contact-profile-modal .small-muted{color:#4a4a57}.contact-profile-modal .close-ghost{color:#6b7084}.contact-profile-stats{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:10px}.contact-profile-row{padding:12px 14px;border-radius:16px;background:var(--surface-soft);display:flex;align-items:center;gap:10px;color:#1f2230}.contact-profile-row span{color:#1f2230}.contact-profile-row svg{color:#3f4358}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;padding:24px;background:#14131b61;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;place-items:center}.call-stage-shell{width:min(1380px,100%);min-height:min(90vh,920px);border-radius:38px;background:#ffffffeb;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.call-stage-shell.audio-only{grid-template-columns:minmax(0,1fr) 320px}.call-stage-main{position:relative;background:linear-gradient(180deg,#f8f7ff,#ece9ff);padding:22px}.call-video-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;height:100%}.call-video-grid.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.call-video-tile{position:relative;min-height:240px}.call-main-video{width:100%;height:100%;min-height:520px;object-fit:cover;border-radius:30px;background:#16161f;border:5px solid var(--accent)}.call-video-label{position:absolute;left:18px;bottom:18px;padding:8px 12px;border-radius:999px;background:#111118b3;color:#fff;font-size:.85rem;font-weight:600}.call-waiting-stage{height:100%;min-height:520px;display:grid;place-items:center;text-align:center;color:#202022}.call-main-overlay{position:absolute;top:40px;left:42px;padding:18px 22px;border-radius:22px;background:#ffffffdb;box-shadow:var(--shadow-sm)}.call-self-video{position:absolute;right:42px;bottom:40px;width:200px;height:140px;object-fit:cover;border-radius:24px;border:4px solid white;background:#1c1d25;box-shadow:var(--shadow-md)}.call-stage-sidebar{padding:24px;border-left:1px solid var(--line);background:#ffffffb8;display:flex;flex-direction:column;gap:18px}.call-stage-sidebar h3{margin:0;font-size:1.9rem}.call-participant-stack{display:flex;flex-direction:column;gap:12px}.call-message-card{margin-top:auto}.call-stage-footer{grid-column:1 / -1;padding:20px 24px 24px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;background:#ffffffe6}.call-tile-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.call-mini-tile{min-width:140px;padding:12px 14px;border-radius:18px;background:#202022;color:#fff;display:flex;align-items:center;gap:10px}.call-mini-tile.ghost{background:var(--surface-soft);color:var(--text);justify-content:center}.call-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.call-control{width:56px;height:56px;border-radius:20px;background:var(--surface-soft);color:var(--text);border:1px solid var(--line);display:grid;place-items:center}.call-control.danger{background:#ef4444;color:#fff;border-color:#ef4444}.call-control.reject{background:#ff7a5524;color:var(--secondary)}.call-audio-stage{height:100%;min-height:520px;display:grid;place-items:center;text-align:center;color:#202022}.call-audio-stage h2,.call-audio-stage p,.call-audio-stage .panel-kicker{color:#202022;margin:6px 0}.call-main-overlay h2,.call-main-overlay p,.call-main-overlay .panel-kicker{color:#202022;margin:4px 0}.call-voice-bars{margin-top:18px;display:flex;align-items:flex-end;gap:8px}.call-voice-bars span{width:8px;height:20px;border-radius:999px;background:linear-gradient(180deg,var(--accent),#a9abff);animation:wavePulse 1s infinite ease-in-out}.call-voice-bars span:nth-child(2){height:36px;animation-delay:90ms}.call-voice-bars span:nth-child(3){height:52px;animation-delay:.18s}.call-voice-bars span:nth-child(4){height:30px;animation-delay:.27s}.call-voice-bars span:nth-child(5){height:42px;animation-delay:.36s}.call-voice-bars span:nth-child(6){height:24px;animation-delay:.45s}.hidden-video,.only-mobile{display:none}.mobile-hidden{display:grid}.search-mode{padding-top:4px}.chat-list-scroll::-webkit-scrollbar,.chat-message-stream::-webkit-scrollbar,.group-info-shell::-webkit-scrollbar,.dashboard-panel::-webkit-scrollbar{width:8px}.chat-list-scroll::-webkit-scrollbar-thumb,.chat-message-stream::-webkit-scrollbar-thumb,.group-info-shell::-webkit-scrollbar-thumb,.dashboard-panel::-webkit-scrollbar-thumb{background:#7678ed3d;border-radius:999px}@keyframes wavePulse{0%,to{transform:scaleY(.72);opacity:.62}50%{transform:scaleY(1.08);opacity:1}}@keyframes callPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.45);opacity:1}}@keyframes messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-height:900px){.nav-icon-button{min-height:50px;border-radius:18px}.nav-actions{gap:6px}.chat-list-header h2,.dashboard-panel h1,.panel-header-row h3,.chat-room-heading h2{font-size:clamp(1.35rem,1.7vw,2rem)}.avatar.large{width:52px;height:52px}.chat-room-header{padding:16px 18px}.chat-message-stream,.chat-empty-state{padding:14px 16px}.chat-search{top:54px}.chat-filter-row{top:104px}.dashboard-panel{padding:18px;gap:14px}}@media(max-width:1320px){.chat-list-panel{flex-basis:clamp(260px,26vw,300px)}}@media(max-width:1080px){.auth-card,.call-stage-shell{grid-template-columns:1fr;min-height:auto;max-height:none;border-radius:32px}.brand-block{padding:48px 40px 32px}.auth-form{padding:32px 40px 24px}.auth-switch{padding:0 40px 32px}.auth-showcase{flex-direction:column;gap:18px;margin-top:24px}.orbit-card{width:140px;height:140px}.auth-caption{text-align:center}.call-stage-shell{grid-template-rows:minmax(0,1fr) auto auto}.call-stage-sidebar{border-left:none;border-top:1px solid var(--line)}.workspace-layout{position:relative;display:flex}.chat-list-panel{position:fixed;top:0;bottom:0;left:70px;width:min(340px,calc(100vw - 70px));z-index:20;opacity:0;pointer-events:none;transform:translate(-20px);transition:opacity .22s ease,transform .22s ease;box-shadow:var(--shadow-md)}.chat-list-panel.open{opacity:1;pointer-events:auto;transform:translate(0)}.chat-room-shell{min-width:0}.only-mobile{display:grid}}@media(max-width:860px){.chat-surface{height:100vh}.nav-sidebar{flex-basis:74px;width:74px;padding:16px 10px}.chat-list-panel{left:74px;width:min(340px,calc(100vw - 74px))}.chat-room-header,.message-input{padding-left:16px;padding-right:16px}.chat-room-header{flex-wrap:wrap}.chat-room-meta{width:100%;justify-content:flex-end;flex-wrap:wrap}.chat-call-actions{padding:4px}.chat-call-button{padding:0 10px}.chat-call-status{display:none}.message-stack{max-width:88%}.dashboard-panel{padding:22px}.dashboard-hero,.profile-panel,.settings-item{flex-direction:column;align-items:flex-start}.call-overlay{padding:14px}.call-stage-main,.call-stage-sidebar,.call-stage-footer{padding:16px}.call-main-overlay{top:28px;left:28px}.call-self-video{right:28px;bottom:28px;width:140px;height:104px}}@media(max-width:640px){.auth-shell{padding:10px}.auth-card{min-height:auto;border-radius:24px;border:2px solid #202022}.brand-block,.auth-form{padding:28px 20px}.brand-block h1{font-size:1.8rem;line-height:1.3}.brand-block span{font-size:.9rem}.auth-showcase{display:none}.auth-switch{padding:0 20px 24px;font-size:.9rem}.auth-form input{padding:14px 16px;font-size:.95rem}.auth-form button{padding:14px 16px}.workspace-panel{padding:12px}.section-headline h1{font-size:18px}.section-headline p{font-size:.85rem}.calls-table th,.calls-table td{padding:10px 8px;font-size:12px}.tabs-strip{gap:8px}.tab-link{font-size:.85rem;min-height:34px}.pagination-row{flex-wrap:wrap;gap:6px}.pagination-row button{min-width:36px;padding:6px 10px}.modal-overlay{padding:16px}.contact-profile-modal,.create-group-modal{width:calc(100vw - 24px);padding:20px;border-radius:20px}.incoming-call-card{width:calc(100vw - 24px);padding:28px 20px;border-radius:28px}.call-action-button{min-width:130px;min-height:48px;font-size:.9rem}.chat-surface{display:block}.nav-sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:35;height:80px;width:auto;flex-direction:row;justify-content:space-between;padding:10px 14px}.nav-logo,.nav-rail-icon,.nav-logout{display:none}.nav-actions{width:100%;flex-direction:row;justify-content:space-between}.nav-icon-button{min-height:56px;flex:1}.nav-icon-label{display:none}.chat-list-panel{left:0;width:min(340px,90vw);bottom:80px}.chat-room-card{min-height:100vh;padding-bottom:80px}.mobile-hidden{display:none}.composer,.composer-actions,.message-row{gap:8px}.message-stack{max-width:100%}.message-avatar{display:none}.call-stage-footer{flex-direction:column;align-items:stretch}.call-controls{justify-content:center}}@media(max-width:480px){.auth-shell{padding:5px}.auth-card{border-radius:20px;border:1px solid #202022}.brand-block,.auth-form{padding:24px 16px}.brand-block h1{font-size:1.6rem}.eyebrow{font-size:.85rem}.auth-form input,.auth-form button{padding:12px 14px;font-size:.9rem;border-radius:14px}.auth-switch{padding:0 16px 20px;font-size:.85rem}.workspace-panel{padding:10px}.section-headline h1{font-size:16px}.section-headline p{font-size:.8rem}.calls-table{min-width:500px}.calls-table th,.calls-table td{padding:8px 6px;font-size:11px}.tabs-strip{gap:6px}.tab-link{font-size:.8rem;min-height:32px}.pagination-row button{min-width:32px;padding:4px 8px;font-size:.85rem}.modal-overlay{padding:12px}.contact-profile-modal,.create-group-modal{width:calc(100vw - 16px);padding:18px;border-radius:18px}.incoming-call-card{width:calc(100vw - 16px);padding:24px 16px;border-radius:24px;border:2px solid #202022}.incoming-call-card h2{font-size:1.4rem}.call-action-button{min-width:120px;min-height:44px;font-size:.85rem}.incoming-call-actions{flex-direction:column;width:100%}.call-action-button{width:100%}}body{background:#f4f5f9}body:before{display:none}.chat-app-shell,.chat-surface{background:#f4f5f9}.nav-sidebar{width:190px;flex:0 0 190px;background:#f6f7fb;border-right:1px solid #dfe3ec;padding:10px 12px;gap:10px;align-items:stretch}.nav-topbar{display:flex;align-items:center;gap:10px;height:38px;margin-bottom:2px}.nav-topbar-logo-only{width:100%;justify-content:center}.nav-topbar strong{font-size:28px;line-height:1;color:#12182b}.nav-logo{width:30px;height:30px;border-radius:8px;background:#5e64f2;color:#fff}.nav-account-block{padding:12px 8px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e6e8f0}.nav-account-avatar,.nav-bottom-avatar{width:28px;height:28px;border-radius:50%;background:#eed6bf;color:#1b2538;display:grid;place-items:center;font-size:12px;font-weight:700}.nav-account-copy,.nav-bottom-user div{min-width:0}.nav-account-copy strong,.nav-bottom-user strong{display:block;font-size:13px;color:#12182b}.nav-account-copy span,.nav-bottom-user p{font-size:12px;color:#5f6c86;margin:0}.nav-actions{flex:1;gap:4px}.nav-icon-button{justify-content:flex-start;padding:0 10px;min-height:36px;border-radius:8px;gap:10px;color:#2e3e58}.nav-icon-button span{font-size:14px;font-weight:500}.nav-icon-button.active,.nav-icon-button:hover{background:#e8ebff;color:#4f59f0}.nav-badge{top:6px;right:8px;min-width:18px;height:18px;font-size:10px}.nav-primary-button{height:34px;border-radius:9px;background:linear-gradient(135deg,#5f66f1,#5861e8);color:#fff;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.nav-bottom-user{margin-top:auto;padding-top:10px;border-top:1px solid #e6e8f0;display:flex;align-items:center;gap:10px}.nav-header-icons{position:fixed;top:10px;right:16px;display:flex;gap:10px;z-index:10}.nav-top-icon{width:34px;height:34px;border-radius:8px;border:1px solid #dbe0ea;background:#edf1f8;color:#4f5f79;display:grid;place-items:center;flex-shrink:0}.nav-top-icon.active,.nav-top-icon:hover{background:#dde5ff;border-color:#c8d4ff;color:#3e4de0}.nav-logout{margin-top:8px;min-height:32px;color:#ec4545;background:transparent;border-radius:8px;display:inline-flex;align-items:center;gap:8px;padding:0 8px}.chat-list-panel{flex-basis:290px;background:#f8f9fc;border-right:1px solid #dde2ec}.chat-list-shell{padding:16px 10px 12px;gap:10px}.chat-list-header{background:transparent;padding-bottom:0}.chat-list-title-block h2{font-size:34px;font-weight:700;color:#12182b}.chat-search{top:0;border-radius:8px;background:#eceff5;border:1px solid #e0e5ee;min-height:38px;padding-left:12px}.chat-filter-row{top:0;background:transparent;padding:0}.chat-filter-chip{height:30px;border-radius:999px;background:#eceff5;border-color:transparent;color:#4d5e7c;font-size:12px}.chat-filter-chip.active{background:#5d63ee;color:#fff}.request-chip,.search-result-card{border-radius:10px;background:#eff2f8;border:1px solid #e1e5ee;padding:8px}.chat-list-scroll{gap:6px;padding-right:4px}.chat-list-section-header{display:none}.chat-list-item{padding:10px 8px;border-radius:0;min-height:72px}.chat-list-item.active{background:#ebeef6;border-left:3px solid #5f64f2}.chat-list-item .chat-list-topline strong,.chat-list-item .chat-list-bottomline p,.chat-list-item .chat-list-topline span,.chat-list-item:hover .chat-list-topline strong,.chat-list-item:hover .chat-list-bottomline p,.chat-list-item:hover .chat-list-topline span,.chat-list-item.active .chat-list-topline strong,.chat-list-item.active .chat-list-bottomline p,.chat-list-item.active .chat-list-topline span{color:#1f2a3d}.chat-list-avatar,.avatar.tiny{width:44px;height:44px;border-radius:50%}.chat-unread-badge{background:#5f64f2;min-width:16px;height:16px;font-size:10px}.chat-room-card{background:#f4f6fa}.chat-room-header{min-height:74px;padding:10px 136px 10px 22px;background:#f8f9fc;border-bottom:1px solid #dde2ec;flex-wrap:wrap}.chat-room-heading-copy h2{font-size:18px}.chat-room-heading-copy p{color:#39b268;font-size:12px}.chat-room-meta .panel-icon{width:34px;height:34px;border-radius:8px;background:transparent;border:none;color:#54657f}.chat-room-meta{margin-left:auto;flex-wrap:wrap;justify-content:flex-end;padding-right:6px}@media(max-width:1200px){.nav-header-icons{right:18px}.chat-room-header{padding-right:116px}}@media(max-width:860px){.nav-header-icons{top:10px;right:12px}.chat-room-header{padding-right:16px}}.chat-message-stream{background:#f4f6fa;padding:24px 32px;gap:12px}.message-stack{max-width:72%}.message-author-row{font-size:11px;padding:0;color:#9aa3b5}.message-bubble{background:#fff;border:1px solid #e3e7f0;border-radius:12px;box-shadow:none;padding:12px 14px}.message-bubble.own{background:linear-gradient(135deg,#5f64f2,#646ef5);color:#fff;border:none}.message-delete{top:8px;right:8px;width:24px;height:24px;border-radius:8px}.message-meta{margin-top:8px;font-size:10px}.message-input{background:#f8f9fc;border-top:1px solid #dde2ec;padding:10px 16px}.composer{background:#e8ecf3;border-radius:12px;border:1px solid #dce2ed;min-height:46px}.composer-tool{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#6e7a90}.composer-send{width:34px;height:34px;border-radius:10px;background:#5f64f2}.workspace-single-view{background:#f4f5f9;overflow:auto}.workspace-panel{min-height:100%;padding:24px}.section-headline h1{margin:0;color:#11192f;font-size:24px}.section-headline p{margin:6px 0 0;color:#5d6c86}.tabs-strip{margin-top:16px;border-bottom:1px solid #dde2ec;display:flex;gap:22px}.tab-link{min-height:38px;padding:0;background:transparent;color:#60708b;border-radius:0;font-weight:600;border-bottom:2px solid transparent}.tab-link.active{color:#4f59f0;border-bottom-color:#4f59f0}.calls-table-wrap{margin-top:18px;border:1px solid #d9dee9;border-radius:12px;overflow:hidden;background:#fff}.calls-table{width:100%;border-collapse:collapse}.calls-table th,.calls-table td{text-align:left;padding:16px;border-bottom:1px solid #e3e7f0;font-size:14px;color:#22314b}.calls-table th{font-size:12px;color:#6a7892;letter-spacing:.03em}.contact-name{font-weight:600}.call-type-cell{display:inline-flex;align-items:center;gap:8px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:22px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.incoming{background:#cbf2d8;color:#1f8f4e}.status-pill.outgoing{background:#dce7ff;color:#4263c7}.status-pill.missed{background:#f7dbdb;color:#ca4d4d}.action-link{color:#4e5bf0;font-weight:600}.pagination-row{margin-top:18px;display:flex;justify-content:center;gap:8px}.pagination-row button{width:30px;height:30px;border-radius:8px;border:1px solid #dee3ed;background:#fff;color:#344564}.pagination-row button.active{background:#5f64f2;color:#fff;border-color:#5f64f2}.panel-toolbar{min-height:34px;display:flex;align-items:center;justify-content:space-between}.panel-toolbar h2{margin:0;color:#151d30}.profile-hero-card,.profile-details-card{margin-top:14px;border:1px solid #dce1eb;border-radius:12px;background:#fff}.profile-hero-card{min-height:276px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.profile-hero-card h1{margin:0;color:#161f33}.profile-hero-card p{margin:0;color:#5d6d87}.member-pill{min-height:24px;padding:0 10px;border-radius:999px;background:#edf1f8;color:#4f5f79;display:inline-flex;align-items:center;font-size:12px;font-weight:600}.hero-actions{display:flex;gap:10px;margin-top:8px}.primary-action{min-height:42px;border-radius:9px;padding:0 20px;font-size:14px}.ghost-action,.ghost-link{min-height:42px;border-radius:9px;background:#edf1f7;color:#22314b;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;font-weight:600}.profile-details-head{padding:18px;border-bottom:1px solid #e4e8f1}.profile-details-head h3,.profile-details-head p{margin:0}.profile-details-head p{margin-top:4px;color:#61718d}.profile-row{min-height:52px;border-bottom:1px solid #edf1f7;display:grid;grid-template-columns:200px 1fr;align-items:center;padding:0 18px;gap:12px}.profile-row span{color:#60708b}.profile-row strong{color:#1b2538;font-weight:500}.profile-upload{padding:14px 18px}.profile-edit-card{margin:18px;padding:18px;border-radius:14px;background:#f5f7fb;border:1px solid #e1e6f0}.profile-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-edit-field{display:flex;flex-direction:column;gap:8px}.profile-edit-field-wide{grid-column:1 / -1}.profile-edit-field span{color:#5d6d87;font-size:12px;font-weight:600}.profile-edit-field input,.profile-edit-field textarea{width:100%;border:1px solid #dce2ed;border-radius:12px;background:#fff;padding:12px 14px;color:#1b2538;resize:vertical}.profile-edit-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.profile-upload-card{margin:18px;padding:16px 18px;border-radius:18px;border:1px dashed #c8d2e3;background:linear-gradient(180deg,#fbfcfe,#f3f6fb);display:flex;align-items:center;gap:14px;cursor:pointer}.profile-upload-card input{display:none}.profile-upload-card-icon{width:44px;height:44px;border-radius:14px;background:#e9eeff;color:#5160f0;display:grid;place-items:center;flex-shrink:0}.profile-upload-card-copy{min-width:0;flex:1}.profile-upload-card-copy strong,.profile-upload-card-copy p{display:block;margin:0}.profile-upload-card-copy p{margin-top:4px;color:#667791;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-upload-card-action{min-height:38px;padding:0 14px;border-radius:12px;background:#e9eeff;color:#4f59f0;display:inline-flex;align-items:center;font-weight:600}.profile-preview-card{width:min(420px,calc(100vw - 32px));border-radius:20px;background:#fff;padding:28px;position:relative;box-shadow:var(--shadow-md)}.profile-preview-card h3{margin:12px 0 4px;color:#161f33}.profile-footer-row{margin-top:10px;display:flex;justify-content:space-between;color:#60708b;font-size:12px}.danger-link{background:transparent;color:#ef4444;font-weight:600}.settings-block{margin-top:18px;border-bottom:1px solid #dde2ec;padding-bottom:16px}.settings-config-card{margin:10px 0 6px;padding:16px;border-radius:14px;border:1px solid #dfe4ee;background:#f7f9fc;display:flex;flex-direction:column;gap:12px}.settings-config-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-config-row p{margin:4px 0 0;color:#60708b}.settings-block h3{margin:0 0 8px;color:#161f33}.settings-row{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-row strong{color:#1c2942}.settings-row p{margin:2px 0 0;color:#60708b}.toggle-switch{width:38px;height:22px;border-radius:999px;background:#d5dcea;padding:2px}.toggle-switch span{display:block;width:18px;height:18px;border-radius:50%;background:#fff}.toggle-switch.active{background:#5f64f2}.toggle-switch.active span{margin-left:16px}.text-action{background:transparent;color:#4f59f0;font-weight:600}.settings-footer-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:12px}.groups-panel-page{position:relative}.panel-toolbar.with-search{gap:16px;justify-content:flex-start}.groups-search{width:240px}.groups-search input{width:100%;min-height:34px;border-radius:8px;border:1px solid #dde3ed;background:#eef1f7;padding:0 12px}.section-headline.split{display:flex;align-items:flex-end;justify-content:space-between}.groups-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.group-card{border:1px solid #dbe1eb;border-radius:12px;background:#fff;overflow:hidden}.group-card-hero{height:94px}.group-card.variant-1 .group-card-hero{background:linear-gradient(120deg,#f4a354,#88a693)}.group-card.variant-2 .group-card-hero{background:linear-gradient(120deg,#7f9e9a,#8aa8a8)}.group-card.variant-3 .group-card-hero{background:linear-gradient(120deg,#c4d1c4,#f2c2a8)}.group-card.variant-4 .group-card-hero{background:linear-gradient(120deg,#d6d7dc,#d0b5cc)}.group-card.variant-5 .group-card-hero{background:linear-gradient(120deg,#001629,#092845)}.group-card.variant-6 .group-card-hero{background:linear-gradient(120deg,#ecece8,#f7f7f3)}.group-card-content{padding:14px}.group-card-content h3{margin:0;color:#141d31}.group-card-content p{margin:6px 0 0;color:#5d6d87}.group-card-meta{margin-top:14px;display:flex;justify-content:space-between;font-size:12px;color:#687792}.storage-card{position:absolute;left:24px;bottom:24px;width:168px;border-radius:10px;background:#e8edf4;padding:12px}.storage-card strong{color:#5f6f89;font-size:12px}.storage-track{margin-top:8px;height:6px;border-radius:999px;background:#d2d9e6}.storage-track span{display:block;width:75%;height:100%;border-radius:inherit;background:#5f64f2}.storage-card p{margin:8px 0 0;color:#6a7991;font-size:11px}:root[data-theme=dark] body,:root[data-theme=dark] .chat-app-shell,:root[data-theme=dark] .chat-surface,:root[data-theme=dark] .chat-room-card,:root[data-theme=dark] .chat-message-stream,:root[data-theme=dark] .chat-list-panel,:root[data-theme=dark] .chat-list-shell,:root[data-theme=dark] .chat-room-header,:root[data-theme=dark] .message-input,:root[data-theme=dark] .composer,:root[data-theme=dark] .nav-sidebar{background:#050507;color:#eceff7;border-color:#1f2331}:root[data-theme=dark] .nav-icon-button,:root[data-theme=dark] .chat-filter-chip,:root[data-theme=dark] .chat-search,:root[data-theme=dark] .chat-list-item,:root[data-theme=dark] .message-bubble,:root[data-theme=dark] .composer,:root[data-theme=dark] .calls-table-wrap,:root[data-theme=dark] .profile-hero-card,:root[data-theme=dark] .profile-details-card{background:#131620;color:#eceff7;border-color:#242938}:root[data-theme=dark] .chat-list-item .chat-list-topline strong,:root[data-theme=dark] .chat-list-item .chat-list-topline span,:root[data-theme=dark] .chat-list-item .chat-list-bottomline p,:root[data-theme=dark] .section-headline h1,:root[data-theme=dark] .panel-toolbar h2,:root[data-theme=dark] .profile-hero-card h1,:root[data-theme=dark] .group-card-content h3{color:#f6f8ff}:root[data-theme=dark] .chat-list-title-block h2,:root[data-theme=dark] .nav-topbar strong,:root[data-theme=dark] .chat-room-heading-copy h2{color:#fff}@media(max-width:1080px){.nav-sidebar{width:82px;flex-basis:82px}.nav-topbar strong,.nav-account-copy,.nav-icon-button span,.nav-bottom-user div,.nav-primary-button,.nav-logout{display:none}.nav-icon-button{justify-content:center}.chat-list-panel{left:82px;width:min(320px,calc(100vw - 82px))}.groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.auth-card{border-radius:28px}.brand-block{padding:36px 28px}.auth-form{padding:28px 28px 20px}.auth-switch{padding:0 28px 28px}.orbit-card{width:120px;height:120px}.groups-grid{grid-template-columns:1fr}.workspace-panel{padding:16px}.section-headline h1{font-size:20px}.section-headline p{font-size:.9rem}.calls-table-wrap{overflow-x:auto}.calls-table{min-width:600px}.calls-table th,.calls-table td{padding:12px 10px;font-size:13px}.tabs-strip{gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-link{white-space:nowrap;font-size:.9rem}.profile-edit-grid{grid-template-columns:1fr}.profile-upload-card{align-items:flex-start;flex-wrap:wrap}.section-headline.split,.profile-footer-row,.settings-footer-actions{flex-direction:column;align-items:flex-start}.profile-row{grid-template-columns:1fr;padding:12px 18px}}
