*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#eceef2}html,body,#root{margin:0;min-height:100%;height:100%}body{background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 30%),linear-gradient(180deg,#eef1f5,#e4e8ee)}button,input,select{font:inherit}input,select{width:100%;border:1px solid #d6dbe4;background:#fff;color:#111827;border-radius:12px;padding:12px 14px;outline:none}input:focus,select:focus{border-color:#6b7280;box-shadow:0 0 0 3px #94a3b833}button{border:0;cursor:pointer;border-radius:12px;padding:10px 14px;transition:.2s ease}button:hover{transform:translateY(-1px)}.primary-button{background:#4b5563;color:#fff}.secondary-button{background:#e5e7eb;color:#111827}.danger-button{background:#ef4444;color:#fff}.wide{width:100%}.center-screen,.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(460px,100%);background:#fffffff0;border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 60px #94a3b838;border-radius:28px;padding:28px}.auth-brand{display:flex;gap:14px;align-items:center;margin-bottom:16px}.brand-logo{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-weight:800;background:linear-gradient(135deg,#5865f2,#7c3aed)}.auth-brand h1,.auth-card h2,.chat-title,.panel-card h3{margin:0}.auth-brand p,.auth-footer,.auth-mini-note,.sidebar-subtext,.friend-username,.chat-subtitle{color:#6b7280}.auth-form{display:grid;gap:10px;margin-top:18px}.auth-form label{font-size:.92rem;margin-top:6px}.error-box,.status-box{margin-top:10px;padding:12px 14px;border-radius:14px;background:#ef44441f;color:#fecaca;border:1px solid rgba(239,68,68,.22)}.status-box{background:#6b728014;color:#374151;border-color:#94a3b852}.toast-stack{position:fixed;top:18px;right:18px;z-index:10000;display:grid;gap:10px;width:min(360px,calc(100vw - 24px));pointer-events:none}.toast-notification{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 14px 14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.22);background:#ffffffeb;box-shadow:0 18px 42px #94a3b833;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1f2937;pointer-events:auto;animation:toast-enter .22s ease}.toast-notification.info{box-shadow:inset 3px 0 #64748b,0 18px 42px #94a3b833}.toast-notification.success{background:#f8fffaf5;border-color:#22c55e2e;box-shadow:inset 3px 0 #22c55e,0 18px 42px #22c55e1f}.toast-notification.error{background:#fff8f8f5;border-color:#ef44442e;box-shadow:inset 3px 0 #ef4444,0 18px 42px #ef44441f}.toast-notification.call{background:#f7fafff5;border-color:#3b82f629;box-shadow:inset 3px 0 #3b82f6,0 18px 42px #3b82f61f}.toast-notification-badge{min-width:42px;height:34px;padding:0 10px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;letter-spacing:.05em;background:#94a3b824;color:#4b5563}.toast-notification-badge.success{background:#22c55e1f;color:#15803d}.toast-notification-badge.error{background:#ef44441f;color:#b91c1c}.toast-notification-badge.call{background:#3b82f61f;color:#1d4ed8}.toast-notification-copy{line-height:1.45;word-break:break-word}.toast-notification-close{width:34px;height:34px;padding:0;border-radius:12px;background:#94a3b81f;color:#4b5563;display:grid;place-items:center;font-size:1.1rem;flex-shrink:0}.toast-notification-close:hover{background:#94a3b833}@keyframes toast-enter{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.app-shell{display:grid;grid-template-columns:320px 1fr;height:100vh;overflow:hidden}.workspace-sidebar{display:grid;grid-template-columns:72px 1fr;min-height:0}.server-rail{background:#d9dee6;border-right:1px solid rgba(148,163,184,.3);display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 12px}.server-badge{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;font-weight:800;background:#fff;color:#374151;border:1px solid rgba(148,163,184,.25)}.server-badge.brand{background:#4b5563;color:#fff}.server-badge.ghost{color:#6b7280}.server-divider{width:28px;height:1px;background:#6b728059}.server-placeholders{display:flex;flex-direction:column;gap:10px}.sidebar{background:#e5e8eef0;border-right:1px solid rgba(148,163,184,.24);display:grid;grid-template-rows:auto 1fr auto;padding:16px;gap:16px;min-height:0}.sidebar-header{padding:8px 8px 0}.friends-list{display:flex;flex-direction:column;gap:8px;overflow:auto}.settings-sidebar{display:grid;gap:12px}.settings-sidebar-card{display:grid;gap:12px;padding:14px;border-radius:18px;background:#ffffff9e;border:1px solid rgba(148,163,184,.18)}.settings-sidebar-eyebrow{color:#6b7280;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.settings-sidebar-list{display:grid;gap:8px}.settings-sidebar-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 14px;border-radius:16px;background:transparent;color:#111827;text-align:left}.settings-sidebar-item small{color:#6b7280;font-size:.8rem}.settings-sidebar-item.active,.settings-sidebar-item:hover{background:#ffffffbf}.friend-item{display:flex;gap:12px;align-items:center;background:transparent;color:#111827;text-align:left;width:100%}.friend-item[draggable=true]{cursor:grab}.friend-item.active,.friend-item:hover{background:#ffffffbf}.friend-item.attention-unread,.summary-item.attention-unread{box-shadow:inset 0 0 0 1px #3b82f63d;background:#eff6ffdb}.friend-item.attention-call,.summary-item.attention-call{box-shadow:inset 0 0 0 1px #22c55e3d,0 0 0 3px #22c55e14;background:#f0fdf4eb}.status-dot{width:12px;height:12px;border-radius:999px;flex-shrink:0}.status-dot.online{background:#22c55e}.status-dot.offline{background:#64748b}.friend-main{display:flex;flex-direction:column;min-width:0}.avatar{border-radius:999px;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff;font-weight:700;flex-shrink:0}.avatar-sm{width:34px;height:34px;font-size:.9rem}.avatar-md{width:42px;height:42px;font-size:1rem}.avatar-xl{width:82px;height:82px;font-size:1.6rem}.friend-avatar-wrap{position:relative;display:inline-flex}.friend-status{position:absolute;right:-2px;bottom:-2px;border:2px solid #f3f5f8}.friend-name{font-weight:700}.friend-call-chip{margin-left:auto;display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#22c55e24;color:#15803d;font-size:.78rem;font-weight:700}.friend-message-chip{margin-left:auto;display:inline-flex;justify-content:center;min-width:30px;align-items:center;padding:6px 9px;border-radius:999px;background:#3b82f624;color:#1d4ed8;font-size:.72rem;font-weight:700}.profile-controls{display:flex;align-items:center;gap:8px}.voice-toggle{width:38px;height:38px;padding:0;display:grid;place-items:center;border-radius:12px;background:#e5e7eb;color:#374151}.voice-toggle.active.danger{background:#ef44442e;color:#b91c1c}.voice-toggle.active.warning{background:#f59e0b2e;color:#b45309}.profile-box{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#ffffffa6;border-radius:18px;padding:12px;border:1px solid rgba(148,163,184,.18)}.context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;padding:0;border-radius:0;z-index:1200}.context-menu{position:fixed;z-index:1201;min-width:210px;max-width:min(260px,calc(100vw - 24px));display:grid;gap:4px;padding:8px;border-radius:16px;background:#1d212bfa;border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 38px #0f172a57}.context-menu-item{width:100%;padding:10px 12px;border-radius:12px;background:transparent;color:#f8fafc;text-align:left}.context-menu-item:hover{background:#ffffff14}.context-menu-item.danger{color:#fda4af}.profile-summary,.search-user,.account-hero{display:flex;align-items:center;gap:12px}.account-hero{padding:12px 0}.account-hero-copy{display:grid;gap:4px}.chat-layout{padding:18px;display:flex;flex-direction:column;gap:16px;min-width:0;min-height:0;overflow:hidden}.mobile-header{display:none}.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-radius:24px;background:#ffffffc7;border:1px solid rgba(148,163,184,.22)}.topbar-tabs{display:flex;gap:10px;flex-wrap:wrap}.topbar-tab{background:transparent;color:#4b5563;padding:10px 14px;border-radius:14px}.topbar-tab.active{background:#e5e7eb;color:#111827}.chat-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;min-height:0;flex:1;overflow:hidden}.dashboard-grid,.settings-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;min-height:0;flex:1;overflow:hidden}.dashboard-main-column{display:flex;flex-direction:column;gap:16px;min-height:0;overflow:auto}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;min-height:0;flex:1;overflow:hidden}.chat-card,.panel-card{background:#fffc;border:1px solid rgba(148,163,184,.2);border-radius:24px;min-height:0}.chat-card{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.chat-room-header{padding:18px 20px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.mobile-chat-back-button{display:none;margin-bottom:10px;padding:8px 12px;border-radius:999px;background:#e5e8eee6;color:#374151}.chat-toolbar{display:grid;gap:8px;width:min(260px,100%)}.chat-search-input{min-width:0;background:#f3f5f8f2}.chat-search-meta{color:#6b7280;font-size:.78rem;text-align:right}.chat-search-actions{display:flex;justify-content:flex-end;gap:8px}.chat-search-nav{padding:7px 10px;border-radius:999px;background:#e5e8eee6;color:#374151}.call-banner{margin:14px 20px 0;padding:14px 16px;border-radius:18px;background:#eef2f7;border:1px solid rgba(148,163,184,.22);display:flex;align-items:center;justify-content:space-between;gap:14px}.call-banner.global{margin:0}.call-banner-copy{display:grid;gap:4px}.call-banner-copy span{color:#6b7280;font-size:.92rem}.call-banner-actions{display:flex;gap:10px}.message-list{position:relative;padding:20px;overflow:auto;display:flex;flex-direction:column;gap:2px}.message-date-separator{display:flex;align-items:center;justify-content:center;margin:12px 0 10px}.message-date-separator span{padding:7px 12px;border-radius:999px;background:#e5e8eee6;border:1px solid rgba(148,163,184,.18);color:#6b7280;font-size:.76rem;font-weight:700;letter-spacing:.02em}.message-row{display:flex;align-items:flex-start;gap:12px;padding:2px 8px;margin:0 -8px;border-radius:10px}.message-row:hover{background:#94a3b814}.message-row.active-search-match{background:#facc151f;box-shadow:inset 0 0 0 1px #facc1547}.message-row.compact{padding-top:0}.message-avatar,.message-avatar-spacer{width:42px;flex-shrink:0}.message-avatar{padding-top:2px}.message-content{min-width:0;flex:1}.message-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.message-author-name{font-size:.95rem}.message-timestamp{color:#6b7280;font-size:.75rem}.message-body-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.message-text{color:#1f2937;line-height:1.45;white-space:pre-wrap;word-break:break-word}.message-reply-preview{display:grid;gap:3px;width:100%;margin-bottom:8px;padding:8px 10px;border-radius:14px;background:#e5e8eeb8;border-left:3px solid rgba(100,116,139,.7);color:#4b5563;text-align:left}.message-reply-preview strong{font-size:.78rem}.message-reply-preview span{font-size:.84rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-edited{color:#6b7280;font-size:.8rem}.message-receipt{margin-top:6px;color:#6b7280;font-size:.76rem}.jump-to-latest-button{position:sticky;bottom:14px;align-self:flex-end;margin-top:auto;padding:10px 14px;border-radius:999px;background:#4b5563f0;color:#fff;box-shadow:0 12px 28px #4b556338;z-index:1}.message-search-highlight{background:#facc1559;color:inherit;padding:0 2px;border-radius:4px}.message-reply-preview.active-search-match{background:#facc152e;border-left-color:#ca8a04e6}.message-actions{display:flex;gap:8px;opacity:0;pointer-events:none;transition:opacity .15s ease}.message-row:hover .message-actions{opacity:1;pointer-events:auto}.message-action{padding:4px 8px;border-radius:999px;background:#94a3b82e;color:#1f2937;font-size:.75rem}.message-action.danger{background:#ef444433}.composer-wrap{display:grid;gap:8px;padding:12px 16px 16px;border-top:1px solid rgba(148,163,184,.18);background:#ffffffeb;position:sticky;bottom:0}.typing-indicator{min-height:18px;padding:0 4px;color:#6b7280;font-size:.82rem;opacity:0;transition:opacity .15s ease}.typing-indicator.visible{opacity:1}.composer-reply-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:16px;background:#f3f5f8;border:1px solid rgba(148,163,184,.18)}.composer-reply-copy{display:grid;gap:3px;min-width:0}.composer-reply-copy strong{font-size:.82rem}.composer-reply-copy span{color:#6b7280;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-reply-close{padding:8px 10px;border-radius:12px;background:#94a3b81f;color:#374151}.composer{display:flex;gap:10px}.composer-send-button{display:none;flex-shrink:0}.side-panel-wrap{display:flex;flex-direction:column;gap:14px;min-height:0;overflow:auto}.panel-card{padding:18px;overflow:auto}.panel-heading{display:grid;gap:4px;margin-bottom:14px}.panel-heading.compact{margin-bottom:10px}.panel-heading p{margin:0;color:#6b7280}.add-friend-form,.search-results{display:grid;gap:10px}.search-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;background:#f3f5f8;border-radius:16px}.friend-directory,.settings-list,.overview-grid,.summary-list{display:grid;gap:10px}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-card,.summary-item,.settings-hero-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;background:#f3f5f8;color:#111827;text-align:left}.overview-card,.settings-hero-card{flex-direction:column}.overview-card strong,.settings-hero-card strong{font-size:1.25rem}.friends-overview-panel,.friends-overview-card{overflow:hidden}.summary-list{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x proximity}.summary-item{min-width:260px;flex:0 0 260px;scroll-snap-align:start}.settings-content-stack,.settings-nav-list{display:grid;gap:10px}.directory-item,.settings-item,.sidebar-note,.conversation-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;background:#f3f5f8;color:#111827;text-align:left}.directory-main{display:flex;align-items:center;gap:12px}.directory-action,.settings-label{color:#6b7280;font-size:.9rem}.directory-status-cluster{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.settings-item{align-items:flex-start;flex-direction:column}.settings-control-row{flex-direction:row;align-items:center}.settings-actions-row{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.settings-switch{position:relative;width:52px;height:32px;flex-shrink:0}.settings-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.settings-switch span{display:block;width:100%;height:100%;border-radius:999px;background:#cbd5e1;position:relative;transition:background .2s ease}.settings-switch span:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a1f;transition:transform .2s ease}.settings-switch input:checked+span{background:#4b5563}.settings-switch input:checked+span:after{transform:translate(20px)}.settings-danger-zone{align-items:stretch}.settings-detail-card{min-height:0}.avatar-upload-box{display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:#f3f5f8;cursor:pointer}.avatar-upload-box input{margin-top:8px}.request-status-chip{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:.85rem;font-weight:600}.settings-placeholder{display:flex;flex-wrap:wrap;gap:10px}.settings-badge,.conversation-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#eef2f7;color:#374151}.message-info-card{min-height:220px}.conversation-summary{align-items:flex-start;flex-direction:column}.conversation-actions{display:flex;flex-wrap:wrap;gap:10px;width:100%}.sidebar-note{align-items:flex-start;flex-direction:column}.sidebar-note-title{font-weight:700}.empty-state{height:auto;min-height:140px;display:grid;place-items:center;color:#6b7280;text-align:center;padding:20px}.empty-state.small{min-height:64px;padding:12px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.workspace-sidebar{display:none}.chat-grid,.dashboard-grid,.settings-grid,.settings-layout{grid-template-columns:1fr}.dashboard-main-column{overflow:visible}.mobile-header{display:block;font-size:1.3rem;font-weight:800;padding:2px 4px}.chat-grid>.side-panel-wrap{display:none}.mobile-chat-back-button{display:inline-flex}}@media(max-width:640px){.toast-stack{top:12px;right:12px;left:12px;width:auto}.chat-layout{padding:12px}.topbar,.chat-card,.panel-card,.auth-card{border-radius:20px}.composer{flex-direction:column}.composer-send-button{display:inline-flex;justify-content:center;width:100%}.message-bubble{max-width:88%}.message-meta,.directory-item,.summary-item,.message-body-row,.message-header,.chat-room-header,.composer-reply-banner,.call-banner{flex-direction:column;align-items:flex-start}.chat-toolbar{width:100%}.chat-search-meta{text-align:left}.chat-search-actions{justify-content:flex-start}.overview-grid{grid-template-columns:1fr}.summary-item{min-width:100%;flex-basis:100%}}.call-overlay{position:fixed;right:20px;bottom:20px;z-index:9999}.call-overlay-card{width:360px;max-width:calc(100vw - 24px);background:#fffffff0;border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 20px 50px #94a3b847;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px}.call-overlay-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.call-overlay-title{font-size:16px;font-weight:700;color:#111827}.call-overlay-subtitle{font-size:12px;color:#6b7280;margin-top:2px}.call-users{display:grid;grid-template-columns:1fr 1fr;gap:12px}.call-user-card{background:#f3f5f8;border-radius:14px;padding:14px;display:flex;flex-direction:column;align-items:center;text-align:center}.call-user-avatar-frame{width:82px;height:82px;border-radius:999px;display:grid;place-items:center;margin-bottom:10px;box-shadow:0 0 #22c55e00;transition:box-shadow .18s ease,transform .18s ease}.call-user-avatar{width:58px;height:58px;background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:3px solid rgba(255,255,255,.82)}.call-user-avatar.secondary{background:linear-gradient(135deg,#94a3b8,#64748b)}.call-user-avatar-frame.speaking{box-shadow:0 0 0 4px #22c55e38,0 0 0 8px #22c55e1f;transform:scale(1.03)}.call-user-name{color:#111827;font-weight:600;font-size:14px;word-break:break-word}.call-waiting-note{margin-top:14px;padding:12px;border-radius:12px;background:#f3f5f8;color:#4b5563;font-size:13px}.call-user-badges{display:flex;gap:8px;margin-top:10px}.call-badge{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#e5e7eb;color:#4b5563}.call-badge.active.danger{background:#ed42452e;color:#ff8c8c}.call-badge.active.warning{background:#faa61a2e;color:#ffcc74}.call-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.call-control-btn,.call-icon-btn{border:none;outline:none;cursor:pointer;transition:.18s ease}.call-control-btn{background:#e5e7eb;color:#111827;border-radius:12px;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.call-control-btn:hover,.call-icon-btn:hover{transform:translateY(-1px)}.call-control-btn.active.danger{background:#ed42452e;color:#ff8c8c}.call-control-btn.active.warning{background:#faa61a2e;color:#ffcc74}.call-control-btn.end,.call-icon-btn.end{background:#ed42452e;color:#b91c1c}.call-icon-btn{width:42px;height:42px;border-radius:12px;display:grid;place-items:center}@media(max-width:640px){.call-overlay{left:12px;right:12px;bottom:12px}.call-overlay-card{width:auto}}html,body,#root{height:100%;margin:0;overflow:hidden}.app-shell{height:100vh;overflow:hidden}.chat-layout{height:100vh;overflow:hidden;min-height:0}.chat-grid{height:calc(100vh - 72px);overflow:hidden;min-height:0}.chat-card{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.side-panel-wrap{min-height:0;overflow:hidden}.message-list{flex:1;min-height:0;overflow-y:auto}
