*{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{font:inherit}input{width:100%;border:1px solid #d6dbe4;background:#fff;color:#111827;border-radius:12px;padding:12px 14px;outline:none}input: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}.app-shell{display:grid;grid-template-columns:320px 1fr;height:100vh}.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}.sidebar-header{padding:8px 8px 0}.friends-list{display:flex;flex-direction:column;gap:8px;overflow:auto}.friend-item{display:flex;gap:12px;align-items:center;background:transparent;color:#111827;text-align:left;width:100%}.friend-item.active,.friend-item:hover{background:#ffffffbf}.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}.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)}.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}.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}.dashboard-grid,.settings-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;min-height:0;flex:1}.chat-card,.panel-card{background:#fffc;border:1px solid rgba(148,163,184,.2);border-radius:24px}.chat-card{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.chat-room-header{padding:18px 20px 0}.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{padding:20px;overflow:auto;display:flex;flex-direction:column;gap:2px}.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.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-edited{color:#6b7280;font-size:.8rem}.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{display:flex;gap:10px;padding:16px;border-top:1px solid rgba(148,163,184,.18)}.side-panel-wrap{display:flex;flex-direction:column;gap:14px}.panel-card{padding:18px}.panel-heading{display:grid;gap:4px;margin-bottom:14px}.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,.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}.settings-item{align-items:flex-start;flex-direction:column}.settings-danger-zone{align-items:stretch}.settings-nav-card,.settings-detail-card{min-height:0}.settings-nav-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;border-radius:16px;background:#f3f5f8;color:#111827;text-align:left;border:1px solid transparent}.settings-nav-item small{color:#6b7280;font-size:.82rem}.settings-nav-item.active{background:#e8edf4;border-color:#94a3b84d}.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,.sidebar-note{align-items:flex-start;flex-direction:column}.sidebar-note-title{font-weight:700}.empty-state{height:100%;min-height:240px;display:grid;place-items:center;color:#6b7280}.empty-state.small{min-height:80px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.workspace-sidebar{display:none}.chat-grid,.dashboard-grid,.settings-grid{grid-template-columns:1fr}.mobile-header{display:block;font-size:1.3rem;font-weight:800;padding:2px 4px}}@media(max-width:640px){.chat-layout{padding:12px}.topbar,.chat-card,.panel-card,.auth-card{border-radius:20px}.composer{flex-direction:column}.message-bubble{max-width:88%}.message-meta,.directory-item,.message-body-row,.message-header,.call-banner{flex-direction:column;align-items:flex-start}}.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}
