*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#7c3aed;--primary-hover:#6d28d9;--bg:#0f0f13;--bg-secondary:#1a1b23;--bg-tertiary:#22242e;--text:#e4e4e7;--text-muted:#8b8fa3;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc1f;--danger:#ef4444;--success:#22c55e}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}#root{border:none;flex-direction:column;width:100%;max-width:100%;height:100vh;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.loading-screen{background:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.auth-card{background:var(--bg-secondary);border:1px solid var(--border);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:40px}.auth-card h1{color:var(--accent);letter-spacing:-.5px;margin-bottom:4px;font-size:24px}.auth-card h2{color:var(--text-muted);margin-bottom:32px;font-size:14px;font-weight:400}.auth-card form{flex-direction:column;gap:12px;display:flex}.auth-card input{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.auth-card input:focus{border-color:var(--accent)}.auth-card button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:15px;font-weight:600;transition:background .2s}.auth-card button:hover{background:var(--primary-hover)}.auth-link{color:var(--text-muted);margin-top:20px;font-size:13px}.google-divider{align-items:center;margin:24px 0;display:flex}.divider-label{color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;background:var(--bg-secondary);z-index:1;padding:0 12px;font-size:12px;position:relative}.google-divider:before{content:"";background:linear-gradient(90deg, transparent, var(--border), transparent);flex:1;height:1px}.google-btn-wrap{border:1px solid var(--border);background:var(--bg-tertiary);border-radius:12px;justify-content:center;padding:16px;transition:border-color .25s,background .25s;display:flex}.google-btn-wrap:hover{border-color:var(--accent);background:#1c1c28cc}.auth-card>div[style]{justify-content:center!important}.chat-layout{height:100vh;display:flex}.sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:320px;display:flex}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sidebar-header h2{color:var(--accent);align-items:center;gap:8px;font-size:16px;display:flex}.logout-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:all .2s}.logout-btn:hover{background:var(--accent-bg);color:var(--danger)}.sidebar-user-info{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 20px;font-size:14px;display:flex}.avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:600;display:flex}.avatar.small{width:32px;height:32px;font-size:13px}.search-box{padding:12px 20px}.search-box input{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:8px 12px;font-size:13px}.search-box input:focus{border-color:var(--accent)}.users-list{flex:1;padding:4px 0;overflow-y:auto}.user-item{cursor:pointer;align-items:center;gap:10px;padding:10px 20px;transition:background .15s;display:flex}.user-item:hover{background:var(--bg-tertiary)}.user-item.active{background:var(--accent-bg)}.user-avatar-wrap{position:relative}.online-dot{background:var(--text-muted);border:2px solid var(--bg-secondary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.online-dot.online{background:var(--success)}.user-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.user-name{font-size:14px;font-weight:500}.user-status{color:var(--text-muted);font-size:11px}.no-users{text-align:center;color:var(--text-muted);padding:20px;font-size:13px}.chat-area{background:var(--bg);flex-direction:column;flex:1;display:flex}.chat-area.empty{color:var(--text-muted);justify-content:center;align-items:center;gap:12px}.chat-area.empty h2{color:var(--text);font-size:20px}.chat-area.empty p{font-size:14px}.chat-header{border-bottom:1px solid var(--border);background:var(--bg-secondary);align-items:center;gap:12px;padding:14px 24px;display:flex}.chat-header strong{font-size:15px}.messages{flex-direction:column;flex:1;gap:8px;padding:24px;display:flex;overflow-y:auto}.no-messages{text-align:center;color:var(--text-muted);margin-top:40px;font-size:14px}.message{display:flex}.message.mine{justify-content:flex-end}.message.theirs{justify-content:flex-start}.bubble{border-radius:18px;max-width:70%;padding:10px 16px;font-size:14px;line-height:1.45;position:relative}.message.mine .bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.message.theirs .bubble{background:var(--bg-tertiary);color:var(--text);border-bottom-left-radius:4px}.bubble p{word-wrap:break-word}.time{opacity:.6;text-align:right;margin-top:4px;font-size:10px;display:block}.message-input{border-top:1px solid var(--border);background:var(--bg-secondary);gap:8px;padding:16px 24px;display:flex}.message-input input{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;flex:1;padding:10px 16px;font-size:14px}.message-input input:focus{border-color:var(--accent)}.message-input button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.message-input button:hover:not(:disabled){background:var(--primary-hover)}.message-input button:disabled{opacity:.4;cursor:not-allowed}::-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)}.sidebar-user-info .avatar{cursor:pointer;position:relative;overflow:hidden}.sidebar-user-info .avatar img{object-fit:cover;width:100%;height:100%}.sidebar-user-info .avatar .camera-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.sidebar-user-info .avatar:hover .camera-overlay{opacity:1}.avatar img,.avatar.small img{object-fit:cover;border-radius:50%;width:100%;height:100%}.image-preview{background:var(--bg-secondary);align-items:center;gap:8px;padding:8px 24px 0;display:flex}.image-preview img{border:1px solid var(--border);border-radius:8px;max-height:60px}.image-preview button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.bubble-image{border-radius:12px;max-width:240px;max-height:240px;margin-bottom:4px;display:block}.message-input .image-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.message-input .image-btn:hover{background:var(--accent-bg);color:var(--accent)}.image-viewer-overlay{z-index:9999;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.image-viewer-overlay img{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:90vh;box-shadow:0 8px 40px #00000080}.image-viewer-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.image-viewer-close:hover{background:#fff3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bubble-video{cursor:pointer;border-radius:12px;max-width:240px;max-height:240px;margin-bottom:4px;position:relative;overflow:hidden}.bubble-video video{object-fit:cover;width:100%;height:100%;display:block}.bubble-video-play{color:#fff;background:#00000059;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.bubble-video:hover .bubble-video-play{background:#00000080}.video-preview-thumb{border:1px solid var(--border);border-radius:8px;max-height:60px}.video-player-overlay{z-index:9999;cursor:pointer;background:#000000eb;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.video-player-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.video-player-close:hover{background:#fff3}.video-player-element{cursor:default;border-radius:8px;outline:none;max-width:90vw;max-height:85vh}.profile-page{background:#0a0a0f;justify-content:center;align-items:center;min-height:100vh;padding:24px;animation:.5s ease-out profileEnter;display:flex}.profile-back{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-muted);cursor:pointer;z-index:10;background:#15151fcc;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;transition:all .25s;display:flex;position:fixed;top:20px;left:20px}.profile-back:hover{color:var(--text);border-color:var(--accent);background:var(--accent-bg)}.profile-card{text-align:center;background:#15151f;border:1px solid #ffffff0f;border-radius:28px;width:100%;max-width:400px;animation:.5s ease-out .1s both cardEnter;position:relative;overflow:hidden}.profile-accent-bar{background:linear-gradient(90deg, var(--primary), var(--accent), #f59e0b);opacity:.7;height:4px}.profile-avatar-section{width:104px;height:104px;margin:40px auto 0;position:relative}.profile-avatar-ring{border:3px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;transition:border-color .4s,box-shadow .4s;display:flex}.profile-avatar-ring.online{border-color:var(--accent);animation:3s ease-in-out infinite ringPulse;box-shadow:0 0 0 4px #c084fc14,0 0 32px #c084fc26}.profile-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:34px;font-weight:700;display:flex;position:relative;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar-section .profile-status-dot{background:var(--text-muted);z-index:2;border:3px solid #15151f;border-radius:50%;width:14px;height:14px;transition:background .3s,box-shadow .3s;position:absolute;bottom:6px;right:6px}.profile-avatar-section .profile-status-dot.online{background:#22c55e;box-shadow:0 0 12px #22c55e99}.profile-name{letter-spacing:-.03em;color:var(--text);margin:16px 0 2px;font-size:26px;font-weight:700;line-height:1.2}.profile-email{color:#64748b;margin:0;font-size:13px}.profile-status-row{color:var(--text-muted);letter-spacing:.02em;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:12px;font-weight:500;display:flex}.status-indicator{background:var(--text-muted);border-radius:50%;width:6px;height:6px;transition:background .3s}.status-indicator.online{background:#22c55e}.profile-joined{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.profile-joined svg{opacity:.5}.profile-divider{background:linear-gradient(90deg,#0000,#ffffff0f,#0000);height:1px;margin:24px 32px}.profile-actions{flex-direction:column;gap:10px;padding:0 32px 36px;display:flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #7c3aed4d}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:500;transition:all .25s;display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff1f}.btn-ghost{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 16px;font-size:13px;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--text);background:#ffffff0a}@keyframes ringPulse{0%,to{box-shadow:0 0 0 4px #c084fc14,0 0 32px #c084fc26}50%{box-shadow:0 0 0 8px #c084fc1f,0 0 48px #c084fc40}}@keyframes profileEnter{0%{opacity:0}to{opacity:1}}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.danger-divider{background:linear-gradient(90deg,#0000,#ef44444d,#0000)!important}.btn-delete-account{color:#64748b;cursor:pointer;letter-spacing:.01em;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 14px;font-size:12px;font-weight:500;transition:all .25s;display:inline-flex}.btn-delete-account:hover{color:#ef4444;background:#ef44440f;border-color:#ef444433}.btn-delete-account:active{background:#ef44441f}.modal-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-card{text-align:center;background:#15151f;border:1px solid #ffffff0f;border-radius:20px;width:100%;max-width:380px;padding:32px;animation:.25s ease-out modalEnter;box-shadow:0 24px 80px #00000080}.modal-icon{color:#ef4444;background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.modal-title{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:600}.modal-desc{color:#64748b;margin-bottom:20px;font-size:13px;line-height:1.55}.modal-label{color:var(--text-muted);text-align:left;margin-bottom:8px;font-size:12px;display:block}.modal-label strong{color:var(--text)}.modal-input{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;color:var(--text);border-radius:10px;outline:none;margin-bottom:24px;padding:10px 14px;font-size:14px;transition:border-color .2s}.modal-input:focus{border-color:#ef4444}.modal-actions{gap:10px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.modal-btn-cancel{color:var(--text);background:#ffffff0f}.modal-btn-cancel:hover{background:#ffffff1a}.modal-btn-danger{color:#fff;background:#dc2626}.modal-btn-danger:hover:not(:disabled){background:#b91c1c}.modal-btn-danger:disabled{opacity:.35;cursor:not-allowed}@keyframes modalEnter{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.sidebar-own-name{cursor:pointer;font-weight:500;transition:color .2s}.sidebar-own-name:hover{color:var(--accent)}.mobile-menu-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;transition:all .2s;display:none}.mobile-menu-btn:hover{color:var(--text);background:var(--accent-bg)}.close-sidebar-btn,.mobile-hint,.sidebar-backdrop{display:none}@media (width<=768px){.mobile-menu-btn{justify-content:center;align-items:center;display:inline-flex}.mobile-hint{color:var(--text-muted);font-size:13px;display:block}.sidebar{z-index:100;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:99;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.close-sidebar-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:inline-flex}.close-sidebar-btn:hover{background:var(--accent-bg);color:var(--text)}.chat-area.empty{position:relative}.chat-area.empty .mobile-menu-btn{position:absolute;top:14px;left:24px}}html{-webkit-tap-highlight-color:transparent;font-size:16px}@media (width<=768px){.auth-card{padding:32px}}@media (width<=480px){.auth-card{padding:24px}.auth-card h1{font-size:20px}.profile-card{border-radius:20px}.profile-avatar-section,.profile-avatar-ring{width:88px;height:88px}.profile-avatar{width:76px;height:76px;font-size:28px}.profile-name{font-size:22px}.profile-actions{padding:0 20px 28px}.profile-divider{margin:16px 20px}.profile-back{padding:8px 14px}}@media (width<=360px){.profile-avatar-section,.profile-avatar-ring{width:72px;height:72px}.profile-avatar{width:62px;height:62px;font-size:22px}.profile-name{font-size:18px}}@media (width<=767px){.chat-header strong{font-size:14px}.message-input input{padding:8px 12px;font-size:13px}.message-input button{width:36px;height:36px}.sidebar-header h2{font-size:14px}.user-name{font-size:13px}.search-box input{padding:6px 10px;font-size:12px}.sidebar{width:260px}}@media (width<=768px){.bubble{padding:8px 12px;font-size:13px}.bubble-image{max-width:140px;max-height:140px}.bubble-video{width:140px;max-height:140px}.image-preview img,.video-preview-thumb{max-height:40px}}@media (width<=369px){.bubble-image{max-width:110px;max-height:110px}.bubble-video{width:110px;max-height:110px}.bubble{max-width:82%;padding:6px 10px;font-size:12px}.bubble-video-play svg{width:24px;height:24px}.message-input input{padding:6px 10px;font-size:12px}.message-input button{width:32px;height:32px}}
