*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8fafc;background:#0b1020}html,body,#root{margin:0;min-height:100%;height:100%}body{background:radial-gradient(circle at top,rgba(88,101,242,.25),transparent 30%),linear-gradient(180deg,#0b1020,#0f172a)}button,input{font:inherit}input{width:100%;border:1px solid rgba(255,255,255,.1);background:#111827;color:#fff;border-radius:12px;padding:12px 14px;outline:none}input:focus{border-color:#5865f2;box-shadow:0 0 0 3px #5865f233}button{border:0;cursor:pointer;border-radius:12px;padding:10px 14px;transition:.2s ease}button:hover{transform:translateY(-1px)}.primary-button{background:#5865f2;color:#fff}.secondary-button{background:#1f2937;color:#fff}.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:#0f172ae6;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000059;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:#94a3b8}.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:#5865f21f;color:#c7d2fe;border-color:#5865f238}.app-shell{display:grid;grid-template-columns:290px 1fr;height:100vh}.sidebar{background:#020617b8;border-right:1px solid rgba(255,255,255,.08);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:#fff;text-align:left;width:100%}.friend-item.active,.friend-item:hover{background:#ffffff0f}.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}.friend-name{font-weight:700}.profile-box{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#ffffff0f;border-radius:18px;padding:12px}.chat-layout{padding:18px;display:flex;flex-direction:column;gap:16px}.mobile-header{display:none}.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-radius:24px;background:#0f172ae6;border:1px solid rgba(255,255,255,.08)}.chat-grid{display:grid;grid-template-columns:1fr 360px;gap:16px;min-height:0;flex:1}.chat-card,.panel-card{background:#0f172ae0;border:1px solid rgba(255,255,255,.08);border-radius:24px}.chat-card{display:grid;grid-template-rows:1fr auto;min-height:0}.message-list{padding:20px;overflow:auto;display:flex;flex-direction:column;gap:12px}.message-row{display:flex}.message-row.self{justify-content:flex-end}.message-bubble{max-width:min(70%,600px);background:#1f2937;border-radius:18px;padding:12px 14px;display:grid;gap:8px}.message-row.self .message-bubble{background:#5865f2}.message-bubble span{font-size:.75rem;opacity:.8}.composer{display:flex;gap:10px;padding:16px;border-top:1px solid rgba(255,255,255,.08)}.side-panel-wrap{display:flex;flex-direction:column;gap:14px}.panel-card{padding:18px}.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:#ffffff0a;border-radius:16px}.empty-state{height:100%;min-height:240px;display:grid;place-items:center;color:#94a3b8}.empty-state.small{min-height:80px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.chat-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%}}.call-overlay{position:fixed;right:20px;bottom:20px;z-index:9999}.call-overlay-card{width:360px;max-width:calc(100vw - 24px);background:#141822f5;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 50px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);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:#fff}.call-overlay-subtitle{font-size:12px;color:#9aa4b2;margin-top:2px}.call-users{display:grid;grid-template-columns:1fr 1fr;gap:12px}.call-user-card{background:#ffffff0a;border-radius:14px;padding:14px;display:flex;flex-direction:column;align-items:center;text-align:center}.call-user-avatar{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#5865f2,#7b84ff);color:#fff;font-weight:800;font-size:22px;margin-bottom:10px}.call-user-avatar.secondary{background:linear-gradient(135deg,#2fbf71,#5fda95)}.call-user-name{color:#fff;font-weight:600;font-size:14px;word-break:break-word}.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:#ffffff14;color:#d6d9df}.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:#ffffff12;color:#eef1f6;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:#ff8c8c}.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}}
