*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f14;--surface:#1a1a24;--surface-hover:#24243a;--primary:#6366f1;--primary-hover:#818cf8;--text:#e2e8f0;--text-muted:#94a3b8;--border:#2d2d44;--danger:#ef4444;--success:#22c55e;--mine-bubble:#3730a3;--theirs-bubble:#27273d;--radius:12px}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}@supports (height:100dvh){html,body,#root{height:100dvh}}.login-container{justify-content:center;align-items:center;min-height:100%;padding:1rem;display:flex}.login-form{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:1rem;width:100%;max-width:360px;padding:2.5rem;display:flex}.login-form h1{text-align:center;color:var(--primary-hover);font-size:1.75rem;font-weight:700}.login-form input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.login-form input:focus{border-color:var(--primary)}.login-form button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.login-form button[type=submit]:hover{background:var(--primary-hover)}.login-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.link-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.link-btn:hover{color:var(--text)}.error{color:var(--danger);text-align:center;font-size:.85rem}.app{height:100%;display:flex;position:relative}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:280px;min-width:280px;display:flex}.sidebar-header{padding:1rem 1.25rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.my-username{font-size:1rem;font-weight:600}.logout-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.logout-btn:hover{border-color:var(--danger);color:var(--danger)}.contact-list{flex:1;overflow-y:auto}.contact-list h2{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:1rem 1.25rem .5rem;font-size:.75rem}.empty-hint{color:var(--text-muted);padding:1rem 1.25rem;font-size:.85rem}.contact-list ul{list-style:none}.contact-item{cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:background .15s;display:flex}.contact-item:hover{background:var(--surface-hover)}.contact-item.active{background:var(--surface-hover);border-left:3px solid var(--primary)}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.online{background:var(--success);box-shadow:0 0 6px var(--success)}.status-dot.offline{background:var(--text-muted)}.contact-name{font-size:.95rem}.main{flex-direction:column;flex:1;display:flex}.empty-chat{flex:1;justify-content:center;align-items:center;display:flex}.empty-chat p{color:var(--text-muted);font-size:1.1rem}.chat{flex-direction:column;height:100%;display:flex}.chat-header{padding:.85rem 1.5rem;padding-top:calc(.85rem + env(safe-area-inset-top,0px));border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.chat-header h3{flex:1;font-size:1.05rem;font-weight:600}.back-btn{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;margin-right:.5rem;padding:.2rem .5rem;font-size:1.3rem;transition:background .15s;display:none}.back-btn:hover{background:var(--surface-hover)}.call-btn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:.4rem .75rem;font-size:1.1rem;transition:all .2s}.call-btn:hover:not(:disabled){border-color:var(--success);background:#22c55e1a}.call-btn:disabled{opacity:.4;cursor:not-allowed}.chat-messages{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.message{border-radius:var(--radius);word-wrap:break-word;max-width:65%;padding:.65rem 1rem}.message p{font-size:.95rem;line-height:1.4}.message time{color:var(--text-muted);text-align:right;margin-top:.25rem;font-size:.7rem;display:block}.message.mine{background:var(--mine-bubble);border-bottom-right-radius:4px;align-self:flex-end}.message.theirs{background:var(--theirs-bubble);border-bottom-left-radius:4px;align-self:flex-start}.chat-input{padding:.85rem 1.5rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;gap:.5rem;display:flex}.chat-input input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;outline:none;flex:1;padding:.7rem 1rem;font-size:.95rem;transition:border-color .2s}.chat-input input:focus{border-color:var(--primary)}.chat-input button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s}.chat-input button:hover{background:var(--primary-hover)}.call-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:9999;align-items:center;gap:1rem;padding:1rem 2rem;animation:.3s slide-down;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000080}@keyframes slide-down{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.call-panel p{font-size:.95rem;font-weight:500}.call-actions{gap:.5rem;display:flex}.accept-btn{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:opacity .2s}.accept-btn:hover{opacity:.85}.hangup-btn{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:opacity .2s}.hangup-btn:hover{opacity:.85}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (width<=640px){.app{position:relative}.sidebar{z-index:2;width:100%;min-width:100%;position:absolute;inset:0}.sidebar--hidden{display:none}.main{z-index:1;position:absolute;inset:0}.main--hidden{display:none}.back-btn{display:block}.chat-input button{padding:.7rem .85rem;font-size:.85rem}.chat-messages{padding:.75rem 1rem}.message{max-width:80%}.call-panel{top:auto;bottom:calc(5rem + env(safe-area-inset-bottom,0px));flex-wrap:wrap;justify-content:center;width:calc(100% - 2rem);padding:.85rem 1.25rem;animation:.3s slide-up;left:1rem;transform:none}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}
