@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--signal-blue: #2d6df6;--signal-blue-hover: #1b57d8;--signal-mint: #32d1a1;--signal-gold: #ffd166;--bg-dark: #07111f;--bg-secondary: #0d1829;--bg-tertiary: #13233a;--bg-elevated: #182b46;--text-primary: #f6f9ff;--text-secondary: #9aabc3;--text-dim: #50627f;--border-color: rgba(154, 171, 195, .16);--message-sent: linear-gradient(135deg, #2d6df6 0%, #3b82f6 100%);--message-received: rgba(255, 255, 255, .07);--error: #ff453a;--success: #32d74b;--warning: #ffd60a;--glass: rgba(13, 24, 41, .74);--shadow-soft: 0 18px 50px rgba(5, 11, 22, .38);--shadow-hard: 0 32px 80px rgba(1, 6, 15, .6);--safe-area-inset-bottom: env(safe-area-inset-bottom)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at top left,rgba(45,109,246,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(50,209,161,.12),transparent 30%),linear-gradient(180deg,#09111e,#07111f);color:var(--text-primary);min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;line-height:1.5;text-rendering:optimizeLegibility}#root{min-height:100vh;min-height:100dvh}button,input,textarea{font:inherit}img{max-width:100%}.glass{background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-soft)}.glass-light{background:#ffffff0f;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-up{animation:slideUp .4s cubic-bezier(.4,0,.2,1) forwards}.animate-slide-in{animation:slideIn .24s ease-out both}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--signal-blue)}.text-success{color:var(--success)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.w-full{width:100%}.h-screen{height:100vh}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pt-0{padding-top:0}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.py-4{padding-top:1rem;padding-bottom:1rem}.leading-relaxed{line-height:1.65}.rounded-2xl{border-radius:1rem}.h-14{height:3.5rem}.text-2xl{font-size:1.5rem}.font-extrabold{font-weight:800}.text-white{color:#fff}.text-blue-500{color:#60a5fa}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{border:none;border-radius:1.1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-weight:700}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0) scale(.985)}.btn-primary{background:linear-gradient(135deg,var(--signal-blue) 0%,#4a91ff 100%);color:#fff;box-shadow:0 12px 24px #2d6df647}.btn-secondary{background:#ffffff0f;color:var(--text-primary);border:1px solid rgba(255,255,255,.08)}.auth-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow-x:hidden;overflow-y:auto;background:radial-gradient(circle at top center,rgba(45,109,246,.18),transparent 34%),radial-gradient(circle at bottom left,rgba(50,209,161,.12),transparent 28%),linear-gradient(180deg,#08111f,#07111f);padding:2rem 0}.auth-bg-blobs{position:absolute;width:100%;height:100%;z-index:0}.blob{position:absolute;filter:blur(88px);border-radius:50%;opacity:.48}.blob-1{width:400px;height:400px;background:var(--signal-blue);top:-100px;right:-100px}.blob-2{width:300px;height:300px;background:#1aa7b8;bottom:-50px;left:-50px}.auth-card{width:90%;max-width:430px;padding:3rem 2rem;border-radius:2rem;text-align:center;z-index:10;margin:auto 0}.logo-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--signal-blue) 0%,#4a91ff 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 14px 28px #2d6df657}.auth-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.03em}.auth-form{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.input-group{position:relative}.input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:1.15rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0b;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.input:focus{border-color:var(--signal-blue);background:#ffffff12;box-shadow:0 0 0 4px #2d6df61f}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-secondary)}.btn-pulsing{animation:pulse 1.5s infinite ease-in-out}.auth-submit-btn{height:56px;font-size:1.1rem;font-weight:700;border-radius:1.25rem;background:linear-gradient(135deg,var(--signal-blue) 0%,#4a91ff 100%);color:#fff;border:none;cursor:pointer;margin-top:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 30px #2d6df64d}.auth-submit-btn:active{transform:scale(.98)}.auth-footer{margin-top:1.4rem;display:flex;justify-content:center}.link-btn{background:transparent;border:none;color:var(--text-secondary);font-size:.95rem;font-weight:600;cursor:pointer;padding:.85rem 1rem;border-radius:999px;transition:color .18s ease,background .18s ease,transform .18s ease}.link-btn:hover{color:var(--text-primary);background:#ffffff0d;transform:translateY(-1px)}.error-message{padding:.8rem .95rem;border-radius:.95rem;background:#ff453a1f;color:#ffb4ae;border:1px solid rgba(255,69,58,.22);font-size:.9rem;text-align:left}.auth-success{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.success-icon-wrap{width:80px;height:80px;background:#32d74b1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success)}.success-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.success-bar-fill{width:100%;height:100%;background:var(--success);transform-origin:left;animation:growWidth 1.5s ease-in-out}@keyframes growWidth{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.chat-layout{display:flex;height:100vh;width:100vw;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff05,#fff0),var(--bg-dark)}.sidebar{width:100%;max-width:400px;display:flex;flex-direction:column;border-right:1px solid var(--border-color);background:linear-gradient(180deg,#ffffff05,#fff0),#07111feb;position:relative;overflow:visible;height:100vh;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:140}.conversation-list{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.sidebar-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;height:64px;background:#07111fbf;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:220;overflow:visible}.sidebar-title{font-size:1.4rem;font-weight:700;flex:1;text-align:center}.header-actions{display:flex;gap:.75rem}.icon-btn{background:#ffffff0f;border:none;color:var(--text-primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s ease}.icon-btn:hover{background:#ffffff1a;transform:translateY(-1px)}.search-container{padding:.5rem 1.25rem 1rem}.search-wrap{position:relative;background:#ffffff0d;border-radius:1.5rem;display:flex;align-items:center;padding:0 1rem;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0a}.search-input-signal{background:transparent;border:none;padding:.75rem .5rem;color:#fff;width:100%;font-size:1rem;outline:none}.chat-item{display:flex;align-items:center;padding:.85rem 1.1rem;gap:1rem;cursor:pointer;transition:background .2s,transform .18s ease;margin:0 .55rem;border-radius:1.15rem}.chat-item:hover{background:#ffffff0d;transform:translateY(-1px)}.chat-item.active{background:#2d6df61f;box-shadow:inset 0 0 0 1px #4986ff2e}.avatar-wrap{position:relative;flex-shrink:0}.avatar-signal{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--signal-blue) 0%,#4a91ff 100%);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:#fff;overflow:hidden}.avatar-signal img{width:100%;height:100%;object-fit:cover}.status-indicator{position:absolute;bottom:2px;right:2px;width:14px;height:14px;border-radius:50%;background:var(--success);border:2px solid var(--bg-dark)}.chat-content{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.chat-name{font-weight:600;font-size:1.05rem;letter-spacing:-.01em}.chat-time{font-size:.8rem;color:var(--text-secondary)}.chat-bottom{display:flex;justify-content:space-between;align-items:center}.chat-preview{font-size:.9rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.unread-badge{background:var(--signal-blue);color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;margin-left:.5rem}.bottom-nav{height:72px;background:#08111edb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--border-color);display:flex;justify-content:space-around;align-items:center;flex-shrink:0;width:100%;z-index:100;padding-bottom:var(--safe-area-inset-bottom)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--text-secondary);cursor:pointer;transition:color .2s;flex:1;padding:6px 0;border-radius:12px;-webkit-user-select:none;user-select:none}.nav-item:active{transform:scale(.92)}.nav-item.active{color:var(--signal-blue)}.nav-icon-wrap{width:48px;height:30px;border-radius:15px;display:flex;align-items:center;justify-content:center;transition:background .2s}.nav-item.active .nav-icon-wrap{background:#2c6bed26}.nav-label{font-size:11px;font-weight:600;letter-spacing:.2px}.chat-header-info{display:flex;flex-direction:column}.chat-header-name{font-weight:600;font-size:1.05rem}.chat-header-status{font-size:.8rem;color:var(--success);transition:color .2s}.chat-header-status.typing{color:var(--signal-blue);font-style:italic}.wb-toggle{width:50px;height:28px;border-radius:14px;background:#ffffff26;position:relative;cursor:pointer;transition:background .25s;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.wb-toggle.on{background:#32d74b;border-color:#32d74b}.wb-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:10px;background:#fff;transition:transform .22s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 6px #0000004d}.wb-toggle.on .wb-toggle-thumb{transform:translate(22px)}.settings-section-title{padding:14px 16px 6px;font-size:11px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px}.chat-main{flex:1;display:flex;flex-direction:column;background:radial-gradient(circle at top right,rgba(50,209,161,.08),transparent 26%),linear-gradient(180deg,#ffffff03,#fff0),var(--bg-dark);position:relative;overflow:hidden}.chat-main-header{height:64px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-color);background:#07111fb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:80;overflow:visible}.header-user{display:flex;align-items:center;gap:.75rem;cursor:pointer}.header-user-info{display:flex;flex-direction:column}.header-name{font-weight:600;font-size:1.1rem}.header-status{font-size:.8rem;color:var(--success)}.messages-viewport{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:18px 18px;-webkit-overflow-scrolling:touch}.message-row{display:flex;flex-direction:column;max-width:75%}.message-row.sent{align-self:flex-end}.message-row.received{align-self:flex-start}.message-bubble-signal{padding:.72rem .95rem;border-radius:1.25rem;font-size:1rem;position:relative;word-break:break-word;box-shadow:0 10px 22px #03081038}.message-image{display:block;width:min(240px,100%);max-height:280px;object-fit:cover;border-radius:1rem;margin-bottom:.5rem}.sent .message-bubble-signal{background:var(--message-sent);color:#fff;border-bottom-right-radius:4px}.received .message-bubble-signal{background:var(--message-received);color:#fff;border-bottom-left-radius:4px}.message-info-signal{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:#fff9;margin-top:.25rem;justify-content:flex-end}.status-icons{display:inline-flex;align-items:center}.message-edited-indicator{color:#ffffffb8;font-weight:600;letter-spacing:.01em}.message-failed{width:14px;height:14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff453a29;color:#ff9f96;font-size:10px;font-weight:800}.encryption-notice{align-self:center;display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;margin-bottom:.9rem;border-radius:999px;background:#ffffff0d;color:var(--text-secondary);font-size:.78rem;border:1px solid rgba(255,255,255,.06)}.realtime-banner{align-self:center;max-width:min(640px,100%);text-align:center;padding:.6rem .9rem;border-radius:1rem;font-size:.82rem;font-weight:600;margin-bottom:.75rem;border:1px solid rgba(255,255,255,.08)}.realtime-banner.pending{background:#ffd60a1a;color:#ffe38a;border-color:#ffd60a33}.realtime-banner.offline{background:#ff453a1f;color:#ffb1ab;border-color:#ff453a33}.no-chat-selected{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);padding:2rem}.cursor-pointer{cursor:pointer}.mobile-only{display:none}.chat-input-area{padding:.75rem 1.25rem;display:flex;align-items:flex-end;gap:.75rem;background:#07111fd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.06)}.input-pill{flex:1;background:#ffffff0e;border-radius:1.5rem;display:flex;align-items:center;padding:0 .75rem;border:1px solid rgba(255,255,255,.06)}.message-input-signal{flex:1;background:transparent;border:none;padding:.75rem .5rem;color:#fff;font-size:1rem;outline:none;max-height:120px;resize:none}.send-btn-signal{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--signal-blue) 0%,#4a91ff 100%);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.send-btn-signal:active{transform:scale(.9)}.send-btn-signal:disabled{opacity:.5;cursor:default}.edit-mode-icon{width:36px;height:36px;background:#ffd60a24;color:var(--warning)}.chat-menu-wrap{position:relative;z-index:120}.chat-action-menu{position:absolute;top:calc(100% + 10px);right:0;width:260px;padding:.5rem;border-radius:1.2rem;background:#0f1929f5;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-hard);z-index:2000;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.chat-action-item,.chat-submenu-item{width:100%;background:transparent;border:none;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .9rem;border-radius:.95rem;cursor:pointer;transition:background .18s ease,transform .18s ease,color .18s ease;text-align:left}.chat-action-item:hover,.chat-submenu-item:hover{background:#ffffff0f;transform:translateY(-1px)}.chat-action-main{display:inline-flex;align-items:center;gap:.7rem;font-weight:600}.chat-action-item.danger{color:#ff8f87}.chat-action-item.danger:hover{background:#ff453a1f}.chat-submenu{padding:.3rem 0 .15rem}.chat-submenu-item{padding-left:2.3rem;color:var(--text-secondary)}.chat-submenu-item.active{background:#2d6df629;color:#8eb9ff}.archived-entry{background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.archived-avatar{background:#2d6df624;color:#8eb9ff}.attachment-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#04080f8f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:1rem}.attachment-sheet{width:min(760px,100%);background:#0b1018;border-radius:1.8rem 1.8rem 1.1rem 1.1rem;border:1px solid rgba(255,255,255,.07);box-shadow:var(--shadow-hard);padding:.8rem 1rem 1.35rem}.attachment-grabber{width:64px;height:6px;border-radius:999px;background:#ffffff38;margin:.15rem auto 1.1rem}.attachment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:1.1rem 1rem}.attachment-option{background:transparent;border:none;color:var(--text-primary);display:flex;flex-direction:column;align-items:center;gap:.85rem;cursor:pointer;padding:.35rem .25rem;transition:transform .18s ease}.attachment-option:hover{transform:translateY(-2px)}.attachment-option span{font-weight:600;font-size:.98rem}.attachment-option-icon{width:84px;height:84px;border-radius:1.8rem;display:flex;align-items:center;justify-content:center;background:#1b1b1f;color:#fff;box-shadow:inset 0 1px #ffffff0d}.attachment-option-icon.photos{color:#4a9eff}.attachment-option-icon.camera{color:#f2f2f2}.attachment-option-icon.location{color:#26d6a5}.attachment-option-icon.contact{color:#d6d6d6}.attachment-option-icon.document{color:#2db6ff}.attachment-option-icon.poll{color:#ffbf47}.attachment-option-icon.event{color:#ff4d79}.chat-toast{position:fixed;left:50%;bottom:calc(92px + var(--safe-area-inset-bottom));transform:translate(-50%);background:#101b2cf5;color:var(--text-primary);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.8rem 1rem;box-shadow:var(--shadow-soft);z-index:1400;font-weight:600;white-space:nowrap}.global-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;background:radial-gradient(circle at top,rgba(45,109,246,.18),transparent 32%),#050a12b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.global-loading-spinner{width:58px;height:58px;border-radius:50%;border:4px solid rgba(255,255,255,.14);border-top-color:#34b7f1;border-right-color:#2d6df6;animation:spin .8s linear infinite,pulse 1.15s ease-in-out infinite;box-shadow:0 0 0 10px #34b7f114}.global-loading-label{color:var(--text-primary);font-weight:700;font-size:1rem;letter-spacing:.01em}.dropdown-menu{position:absolute;top:60px;left:15px;width:220px;background:var(--bg-tertiary);border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #00000080;z-index:2600;border:1px solid var(--border-color);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.dropdown-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:background .2s;color:#fff;font-size:.95rem;font-weight:500}.dropdown-item:hover{background:#ffffff0d}.dropdown-divider{height:1px;background:var(--border-color)}.settings-view{height:100%;background:radial-gradient(circle at top right,rgba(45,109,246,.1),transparent 24%),linear-gradient(180deg,#ffffff04,#fff0),var(--bg-dark);display:flex;flex-direction:column}.settings-header{height:64px;padding:0 1rem;display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid var(--border-color)}.settings-title{font-size:1.25rem;font-weight:700}.settings-content{flex:1;overflow-y:auto;padding:1rem 0 2rem}.profile-card-settings{display:flex;align-items:center;padding:1rem 1.5rem;gap:1.25rem;cursor:pointer}.profile-card-settings:hover{background:var(--bg-secondary)}.settings-avatar{width:64px;height:64px;border-radius:50%;background:var(--signal-blue);overflow:hidden}.settings-user-info{flex:1}.settings-display-name{font-size:1.2rem;font-weight:700}.settings-subtext{color:var(--text-secondary);font-size:.9rem}.settings-section{margin-top:1.5rem}.settings-item{display:flex;align-items:center;padding:1rem 1.5rem;gap:1.25rem;cursor:pointer;transition:background .2s,transform .18s ease}.settings-icon-wrap{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.call-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-dark);z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:4rem 2rem 6rem}.call-video-remote{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.call-video-local{position:absolute;top:2rem;right:1.5rem;width:120px;height:180px;border-radius:1rem;object-fit:cover;border:2px solid white;z-index:10}.call-card{text-align:center;z-index:5}.call-card-minimal{position:absolute;top:4rem;left:0;right:0}.call-avatar-wrap{width:120px;height:120px;margin:0 auto 2rem;position:relative}.call-avatar-img,.call-avatar-initials{width:100%;height:100%;border-radius:50%;background:var(--signal-blue);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;object-fit:cover}.call-name{font-size:2rem;font-weight:700;margin-bottom:.5rem}.call-status{color:var(--text-secondary);font-size:1.1rem}.call-controls{display:flex;gap:2rem;z-index:5}.call-btn{width:64px;height:64px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:transform .2s}.call-btn:active{transform:scale(.9)}.call-btn-accept{background:var(--success)}.call-btn-decline{background:var(--error)}.call-btn-icon{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.call-btn-icon.active{background:#fff;color:#000}.call-ctrl-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem}.call-ctrl-label{font-size:.8rem;color:var(--text-secondary)}.stories-grid{padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1.5rem}.story-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer}.story-ring{width:80px;height:80px;border-radius:50%;padding:3px;border:3px solid var(--signal-blue)}.story-avatar{width:100%;height:100%;border-radius:50%;background:var(--bg-tertiary);overflow:hidden;display:flex;align-items:center;justify-content:center}.story-name{font-size:.9rem;font-weight:500;text-align:center}@media (max-width: 768px){body,#root{min-height:100svh}.auth-container{align-items:flex-start;justify-content:flex-start;padding:max(1rem,env(safe-area-inset-top)) 0 calc(1.5rem + env(safe-area-inset-bottom))}.auth-card{width:min(92%,460px);padding:2rem 1.25rem 1.5rem;border-radius:1.6rem;margin:0 auto}.auth-header h1{font-size:1.8rem}.auth-form{margin-top:1.4rem;gap:.85rem}.input{padding:.95rem .95rem .95rem 2.85rem}.sidebar{max-width:100%}.sidebar.mobile-hidden,.chat-main{display:none}.chat-main.active{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;z-index:180;width:100%;background:radial-gradient(circle at top right,rgba(50,209,161,.08),transparent 26%),linear-gradient(180deg,#ffffff03,#fff0),var(--bg-dark)}.settings-view{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100svh;max-width:none;margin:0;border-radius:0;border:none;box-shadow:none}.settings-content{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.stories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem}.messages-viewport{padding:1rem .9rem}.chat-input-area{padding:.65rem .85rem calc(.65rem + env(safe-area-inset-bottom))}.sidebar-header,.chat-main-header,.settings-header{padding-left:.9rem;padding-right:.9rem}}.reply-bar{display:flex;align-items:center;background:var(--bg-secondary);border-left:4px solid var(--signal-blue);margin:0 1.25rem .5rem;border-radius:.5rem;overflow:hidden}.reply-preview-msg{background:#0000001a;padding:.25rem .5rem;border-radius:.25rem;border-left:2px solid rgba(255,255,255,.3);margin-bottom:.25rem;font-size:.85rem;color:#fffc}.reply-btn-hidden{opacity:0;transition:opacity .2s;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px}.message-row:hover .reply-btn-hidden{opacity:1}.selection-bar{position:absolute;bottom:0;left:0;right:0;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1000;border-top:1px solid var(--border-color)}.selection-info{display:flex;align-items:center;gap:1rem;font-weight:700}.selection-actions{display:flex;gap:1.5rem}.selection-actions button{background:none;border:none;color:#fff;cursor:pointer}.text-error{color:var(--error)!important}.selection-check{width:24px;height:24px;border-radius:50%;border:2px solid var(--text-dim);display:flex;align-items:center;justify-content:center;margin-right:.5rem;color:transparent;transition:all .2s;flex-shrink:0}.selection-check.checked{background:var(--signal-blue);border-color:var(--signal-blue);color:#fff}.settings-view{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(45,109,246,.1),transparent 24%),linear-gradient(180deg,#ffffff04,#fff0),var(--bg-dark);z-index:500;display:flex;flex-direction:column;overflow:hidden}.settings-header{height:64px;display:flex;align-items:center;padding:0 1rem;background:#07111fc7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:10}.settings-title{flex:1;text-align:center;font-weight:700;font-size:1.1rem;margin-right:40px}.settings-content{flex:1;overflow-y:auto;padding-bottom:2rem;-webkit-overflow-scrolling:touch}.profile-card-settings{background:var(--bg-secondary);margin:1.5rem;padding:1.5rem;border-radius:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;border:1px solid var(--border-color)}.profile-card-settings:active{transform:scale(.98);background:var(--bg-tertiary)}.settings-user-info{display:flex;flex-direction:column;gap:.25rem}.settings-display-name{font-size:1.25rem;font-weight:800}.settings-subtext{font-size:.85rem;color:var(--text-dim)}.settings-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;background:var(--bg-tertiary)}.settings-avatar img{width:100%;height:100%;object-fit:cover}.settings-section{margin:0 1.5rem 2rem;background:var(--bg-secondary);border-radius:1.5rem;overflow:hidden;border:1px solid var(--border-color)}.settings-section-title{padding:1rem 1.5rem .5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-weight:800}.settings-item{display:flex;align-items:center;padding:1rem 1.25rem;gap:1rem;cursor:pointer;transition:background .2s,transform .18s ease;border-bottom:1px solid var(--border-color)}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:#ffffff0b;transform:translateY(-1px)}.settings-item:active{background:#ffffff0d;transform:translateY(0)}.settings-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.settings-item-label{flex:1;font-weight:500}.toggle-input{width:44px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-tertiary);border-radius:12px;position:relative;cursor:pointer;transition:background .3s}.toggle-input:checked{background:var(--success)}.toggle-input:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}.toggle-input:checked:after{transform:translate(20px)}@media (min-width: 769px){.settings-view{max-width:500px;margin:40px auto;border-radius:2rem;height:80vh;box-shadow:0 50px 100px #00000080;border:1px solid var(--border-color)}}.avatar-edit-overlay{position:absolute;bottom:0;right:0;width:40px;height:40px;background:var(--signal-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:3px solid var(--bg-dark);box-shadow:0 4px 12px #0000004d;transition:transform .2s}.avatar-edit-overlay:active{transform:scale(.9)}.bg-success\/10{background:#32d74b1a}.border-success\/20{border:1px solid rgba(50,215,75,.2)}.text-success{color:#32d74b}
