:root{color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif,"Apple Color Emoji","Noto Color Emoji","Segoe UI Emoji"}input,textarea,select,button{font-family:inherit}*{box-sizing:border-box}body{margin:0;background:#000;color:#fff}.auth-page{display:flex;align-items:center;justify-content:center;height:100vh}.auth-form{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;width:320px;padding:32px;background:#0d0d0d;border:1px solid #161616;border-radius:12px}.brand-logo{width:170px;height:auto;margin:0 auto}h1.brand-title{margin:0;font-family:"Press Start 2P",monospace;font-size:28px;line-height:1.4;color:#caa020;text-transform:uppercase;letter-spacing:2px;text-shadow:3px 3px 0 #3a3a3a,3px 3px 0 #3a3a3a,4px 4px 0 #000000,5px 5px 0 #000000;image-rendering:pixelated}.auth-form .subtitle{margin:0 0 8px;color:#b3b3b3;text-align:center}.auth-form input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #161616;background:#000;color:#fff;text-align:center}.auth-form button{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.auth-form button:hover:not(:disabled){background:#000;color:#fff}.auth-form button:disabled{opacity:.5;cursor:default}.error{color:#fff;background:#1a1a1a;border:1px solid #161616;border-radius:6px;padding:6px 10px;margin:4px 0 0;font-size:.9em;text-align:left}.auth-form .switch{margin:0;font-size:.9em;color:#b3b3b3}.auth-form .switch a{color:#fff;text-decoration:underline}.google-button{display:flex;justify-content:center;width:100%;margin:4px 0}.avatar-picker{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.avatar-preview{width:72px;height:72px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#888;font-size:.8em;overflow:hidden}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-picker-label{font-size:.8em;color:#b3b3b3;text-decoration:underline}.chat-page{display:flex;flex-direction:column;height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#0d0d0d;border-bottom:1px solid #161616}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-user{display:flex;align-items:center;gap:8px;background:transparent;border:none;padding:4px 8px;border-radius:6px;color:#fff;font-size:1em;cursor:pointer}.topbar-user:hover{background:#1a1a1a}.topbar-avatar{width:28px;height:28px;border-radius:50%;border:1px solid #161616;object-fit:cover}.topbar-user-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25}.topbar-nickname{color:#fff}.topbar-username{font-size:.8em;color:#999}.topbar>button{background:transparent;border:1px solid #161616;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.topbar>button:hover{background:#1a1a1a}.chat-layout{display:flex;flex:1;overflow:hidden}.chat-list{flex-shrink:0;overflow-y:auto}.chat-list-header{padding:10px 16px 12px}.chat-list-header h2{margin:0}.chat-search{width:100%;margin-top:8px;padding:9px 16px;border-radius:999px;border:1px solid #161616;background:#1a1a1a;color:#fff;font-size:.9em}.chat-search::placeholder{color:#999}.chat-search:focus{outline:none;border-color:#161616}.chat-list ul{list-style:none;margin:0;padding:0}.chat-list li{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid #1a1a1a}.chat-list li.empty{display:block}.chat-list-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9em;font-weight:600;overflow:hidden}.chat-list-avatar img{width:100%;height:100%;object-fit:cover}.chat-list-text{min-width:0;flex:1}.chat-list li.list-section{display:block;padding:10px 16px 4px;border-bottom:none;cursor:default;font-size:.75em;text-transform:uppercase;letter-spacing:.5px;color:#777}.chat-list li.list-section:hover{background:transparent}.chat-subscribe{flex-shrink:0;padding:4px 10px;border:1px solid #161616;border-radius:12px;color:silver;font-size:.75em;transition:background .15s ease,border-color .15s ease,color .15s ease}.chat-list li:hover .chat-subscribe{background:#262626;border-color:silver;color:#fff}.chat-unread-badge{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e63946;color:#fff;font-size:.75em;font-weight:600;display:flex;align-items:center;justify-content:center}.chat-list li:hover,.chat-list li.active{background:#1a1a1a}.chat-list-title{font-weight:600}.chat-list-preview{font-size:.85em;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-window{flex:1;display:flex;flex-direction:column}.chat-window.empty-state{align-items:center;justify-content:center;color:#999}.chat-window-header{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background:#0d0d0d;border-bottom:1px solid #161616;color:#fff}.chat-header-main{flex:1;display:flex;align-items:center;gap:12px;min-width:0;padding:4px;margin:-4px;border:none;border-radius:8px;background:transparent;color:inherit;text-align:left;cursor:pointer}.chat-header-main:hover{background:#1a1a1a}.chat-header-actions{display:flex;gap:4px;flex-shrink:0}.chat-header-actions .icon-button{width:34px;height:34px;color:#ccc}.chat-header-actions .icon-button:hover{color:#fff}.chat-header-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85em;font-weight:600;overflow:hidden}.chat-header-avatar img{width:100%;height:100%;object-fit:cover}.chat-header-text{display:flex;flex-direction:column;min-width:0;line-height:1.3}.chat-header-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-subtitle{font-size:.8em;color:#999}.chat-header-subtitle.online,.profile-presence.online{color:#0f0}.chat-header-subtitle.offline,.profile-presence.offline{color:#dc143c}.chat-header-subtitle.typing{color:#b0c4de;font-style:italic}.profile-presence{margin:-8px 0 12px;font-size:.9rem}.profile-chat-type{margin:-8px 0 12px;font-size:.85em;color:#999}.profile-invite-link{font-size:.8em;word-break:break-all}.profile-field-button{display:block;background:transparent;border:none;border-top:1px solid #1a1a1a;color:inherit;font:inherit;cursor:pointer}.profile-field-button:hover{background:#1a1a1a}.member-list{list-style:none;margin:0;padding:0;width:100%}.member-list li{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid #1a1a1a;text-align:left}.member-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8em;font-weight:600;overflow:hidden}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-text{flex:1;min-width:0}.member-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-username{font-size:.8em;color:#999}.member-badge{flex-shrink:0;font-size:.72em;color:#999;border:1px solid #161616;border-radius:999px;padding:2px 8px}.messages-area{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.star-field{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0;container-type:size}.star{position:absolute;top:-14px;border-radius:50%;background:radial-gradient(circle,#ffffffb3,#ffffff38 45%,#fff0 72%);opacity:0;animation-name:star-fall;animation-timing-function:linear;animation-iteration-count:infinite}.star-shape{position:absolute;top:16%;right:16%;bottom:16%;left:16%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M50 0 64.7 29.8 97.6 34.5 73.8 57.7 79.4 90.5 50 75 20.6 90.5 26.2 57.7 2.4 34.5 35.3 29.8Z'/%3E%3C/svg%3E") center / contain no-repeat}@keyframes star-fall{0%{transform:translateZ(0);opacity:0}12%{opacity:.85}88%{opacity:.85}to{transform:translate3d(var(--drift),calc(100cqh + 14px),0) rotate(var(--turn, 0deg));opacity:0}}.star-shape{animation:twinkle var(--twinkle, 3s) ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.45}}.messages{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.messages>*:first-child{margin-top:auto}.message{align-self:flex-start;background:#000;border:1px solid #161616;color:#fff;padding:6px 10px;border-radius:12px;max-width:60%;flex-shrink:0}.message.own{align-self:flex-end;background:#1c1c1c;border-color:#161616}.message-author{font-size:.85em;font-weight:600;color:#e63946;margin-bottom:2px}.message-body{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.message-text{word-break:break-word}.message-meta{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:.72em;color:#999;white-space:nowrap}.message-views{display:flex;align-items:center;gap:3px}.message-edited{font-style:italic}.call-window{position:fixed;z-index:100;display:flex;flex-direction:column;gap:14px;padding-bottom:16px;min-height:220px;border:1px solid #161616;border-radius:14px;background:#0d0d0d;box-shadow:0 18px 50px #0009;overflow:hidden}.call-window-bar{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 14px;background:#141414;border-bottom:1px solid #262626;cursor:move;-webkit-user-select:none;user-select:none}.call-window-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-person{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 0}.call-avatar{width:96px;height:96px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:2rem;font-weight:600}.call-avatar img{width:100%;height:100%;object-fit:cover}.call-video-area{position:relative;margin:0 16px;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000}.call-main-video{width:100%;height:100%;object-fit:contain;background:#000}.call-local-video{position:absolute;right:12px;bottom:12px;width:26%;border:1px solid #161616;border-radius:10px;background:#000}.call-main-video.mirrored,.call-local-video.mirrored{transform:scaleX(-1)}.call-setting{display:flex;align-items:center;gap:10px;font-size:.82rem;color:#bbb}.call-setting>span{flex:0 0 46%}.call-setting input[type=range],.call-setting select{flex:1;min-width:0;accent-color:#ffffff}.call-setting select{padding:5px 6px;border:1px solid #161616;border-radius:6px;background:#000;color:#fff;font-size:.82rem}.call-setting select:disabled{opacity:.5}.call-setting-note{margin:0;font-size:.75rem;color:gray}.call-error{margin:0 16px;font-size:.78rem;color:#ff6b6b}.call-muted-note{margin:0 16px;text-align:center;font-size:.8rem;color:#8b0000}.call-resize{position:absolute;z-index:2}.call-resize-n,.call-resize-s{left:10px;right:10px;height:6px;cursor:ns-resize}.call-resize-e,.call-resize-w{top:10px;bottom:10px;width:6px;cursor:ew-resize}.call-resize-n{top:0}.call-resize-s{bottom:0}.call-resize-e{right:0}.call-resize-w{left:0}.call-resize-ne,.call-resize-nw,.call-resize-se,.call-resize-sw{width:12px;height:12px}.call-resize-ne{top:0;right:0;cursor:nesw-resize}.call-resize-nw{top:0;left:0;cursor:nwse-resize}.call-resize-sw{bottom:0;left:0;cursor:nesw-resize}.call-resize-se{bottom:0;right:0;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,#444444 50%,#444444 65%,transparent 65%)}.call-window.sized .call-video-area{flex:1;aspect-ratio:auto;min-height:0}.call-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:auto}.call-button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #161616;background:#1a1a1a;color:#fff;cursor:pointer}.call-button:hover{background:#262626}.call-button.accept{border-color:#1f7a35;background:#1f7a35}.call-button.hangup{border-color:#a01f2e;background:#a01f2e}.call-button.toggle.off{color:#ff6b6b;border-color:#5a2a2a}.call-button.toggle.on{background:#fff;border-color:#fff;color:#000}.confirm-card{width:min(360px,calc(100vw - 32px));padding:24px;border:1px solid #161616;border-radius:16px;background:#111;text-align:center}.confirm-title{margin:0 0 8px;font-size:1.05rem;font-weight:600}.confirm-text{margin:0 0 20px;font-size:.88rem;color:#999;line-height:1.4}.confirm-actions{display:flex;flex-direction:column;gap:8px}.confirm-actions button{padding:10px 16px;border:1px solid #161616;border-radius:10px;background:transparent;color:#fff;font-size:.92rem;cursor:pointer}.confirm-actions button.danger{color:#ff6b6b;border-color:#5a2a2a}.confirm-actions button:hover{background:#1a1a1a}.pinned-unpin{margin-left:auto;flex-shrink:0}.messages-loading{align-self:center;padding:6px 0;font-size:.8rem;color:#999}.message-receipt{display:flex;align-items:center;color:#777}.message-receipt.read{color:#fff}.message-forwarded{font-size:.78em;color:#999;margin-bottom:3px}.message-reply-quote{display:flex;flex-direction:column;gap:1px;border-left:2px solid #e63946;padding:2px 0 2px 8px;margin-bottom:4px;font-size:.8em;color:#bbb;max-width:100%;overflow:hidden}.message-reply-quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message.selectable{cursor:pointer}.message.selected{border-color:#fff;background:#161616}.context-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.context-menu{position:fixed;min-width:210px;padding:6px;background:#0d0d0d;border:1px solid #161616;border-radius:10px;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 24px #0009}.context-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:9px 12px;background:transparent;border:none;border-radius:6px;color:#fff;font-size:.92em;text-align:left;cursor:pointer}.context-menu-item:hover{background:#1f1f1f}.context-menu-item.danger{color:#ff6b6b}.pinned-bar{display:flex;align-items:baseline;gap:8px;padding:8px 16px;background:#0d0d0d;border-bottom:1px solid #161616;font-size:.85em}.pinned-jump{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px;padding:4px 6px;margin:-4px -6px;border:none;border-radius:8px;background:transparent;font-size:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.pinned-jump:hover{background:#1a1a1a}.pinned-label{color:silver;flex-shrink:0}.pinned-text{color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-count{flex-shrink:0;font-size:.8em;color:gray}.message.highlighted{animation:message-glow 1.6s ease}@keyframes message-glow{0%{background:#2a2a2a;border-color:silver}70%{background:#2a2a2a;border-color:silver}to{background:inherit;border-color:inherit}}.scroll-down{position:absolute;z-index:2;right:18px;bottom:16px;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #161616;border-radius:50%;background:#1a1a1a;color:#d0d0d0;cursor:pointer;box-shadow:0 2px 10px #0009;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,background .15s ease,border-color .15s ease}.scroll-down.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-down:hover{background:#262626;border-color:silver;color:#fff}.scroll-down-badge{position:absolute;top:-6px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e63946;color:#fff;font-size:.72rem;font-weight:600;display:flex;align-items:center;justify-content:center}.chat-footer-action{padding:10px 16px;border-top:1px solid #161616;background:#0d0d0d}.chat-footer-action button{width:100%;padding:10px;border:1px solid #161616;border-radius:10px;background:#1a1a1a;color:#fff;font-size:.95rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.chat-footer-action button:hover{background:#262626;border-color:silver}.mention{padding:0;border:none;background:none;font:inherit;color:#8ab4f8;cursor:pointer}.mention:hover{text-decoration:underline}.selection-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#0d0d0d;border-bottom:1px solid #161616}.selection-count{font-weight:600}.selection-actions{display:flex;gap:8px;margin-left:auto}.selection-actions button{padding:6px 12px;border-radius:6px;border:1px solid #161616;background:transparent;color:#fff;cursor:pointer}.selection-actions button:hover:not(:disabled){background:#1a1a1a}.selection-actions button.danger{color:#ff6b6b;border-color:#5a2a2a}.selection-actions button:disabled{opacity:.4;cursor:default}.message-input-wrap{border-top:1px solid #161616;position:relative}.emoji-toggle,.attach-button{align-self:center;width:40px;height:40px;color:#999}.emoji-toggle:hover,.attach-button:hover{color:#fff}.attach-button{display:flex;align-items:center;justify-content:center;cursor:pointer}.attach-button.busy{opacity:.5;cursor:default}.message-input-error{margin:0 16px 10px;font-size:.8rem;color:#ff6b6b}.message-attachment{position:relative;display:block;max-width:320px;margin-bottom:6px;padding:0;border:none;border-radius:10px;background:transparent;overflow:hidden;cursor:pointer}.message-attachment img,.message-attachment video{display:block;max-width:100%;max-height:320px;border-radius:10px}.attachment-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.attachment-play svg{filter:drop-shadow(0 0 10px rgba(255,255,255,.35));transition:transform .15s ease}.message-attachment:hover .attachment-play svg{transform:scale(1.06)}.verified-badge{flex-shrink:0;margin-right:4px;vertical-align:-2px}.verified-check{flex-shrink:0;margin-left:4px;vertical-align:-2px}.profile-username .verified-badge,.profile-username .verified-check{width:18px;height:18px;vertical-align:-3px}.chat-list-title,.chat-header-title,.member-name{display:flex;align-items:center}.chat-list-title,.chat-header-title{min-width:0}.message:has(.audio-player){width:min(430px,90%);max-width:none}.audio-player{position:relative;min-width:0;width:100%;margin-bottom:6px;padding:8px 10px;border:1px solid #161616;border-radius:12px;background:#141414}.audio-row{display:flex;align-items:center;gap:6px}.audio-play{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fff;color:#1a1a1a;cursor:pointer;transition:background .15s ease}.audio-play:hover{background:#f2f2f2}.audio-step,.audio-icon,.audio-speed{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;width:26px;height:26px;border:none;border-radius:6px;background:none;color:#999;cursor:pointer;transition:color .15s ease,background .15s ease}.audio-speed{width:auto;padding:0 6px;font-size:.76rem;font-weight:600}.audio-step:hover,.audio-icon:hover,.audio-speed:hover{background:#262626;color:#fff}.audio-icon.active{color:#fff}.audio-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:.88rem}.audio-time{flex-shrink:0;font-size:.76rem;color:#999;font-variant-numeric:tabular-nums}.audio-size{margin-top:2px;font-size:.72rem;color:#777}.audio-player input[type=range],.audio-overlay input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;margin:8px 0 0;border-radius:2px;background:linear-gradient(to right,#ffffff 0%,#ffffff var(--played, 0%),#3a3a3a var(--played, 0%),#3a3a3a 100%);cursor:pointer}.audio-player input[type=range]::-webkit-slider-thumb,.audio-overlay input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border:none;border-radius:50%;background:#fff}.audio-player input[type=range]::-moz-range-thumb,.audio-overlay input[type=range]::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#fff}.audio-panel{position:absolute;right:8px;top:calc(100% + 6px);z-index:5;padding:10px;border:1px solid #161616;border-radius:12px;background:#1a1a1a;box-shadow:0 6px 18px #0009;animation:panel-in .14s ease}@keyframes panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.audio-panel{display:flex;align-items:center;gap:8px;min-width:220px}.audio-panel.equalizer{flex-direction:column;align-items:stretch;gap:4px;min-width:240px}.audio-panel input[type=range]{margin:0}.audio-mute{flex-shrink:0;padding:4px 8px;border:1px solid #161616;border-radius:8px;background:#141414;color:silver;font-size:.74rem;cursor:pointer}.audio-mute:hover{border-color:silver;color:#fff}.audio-value{flex-shrink:0;min-width:38px;text-align:right;font-size:.74rem;color:#999;font-variant-numeric:tabular-nums}.audio-panel.wide{padding:0;min-width:0}.equalizer{padding:12px 14px 10px;border-radius:12px;background:#1a1a1a;-webkit-user-select:none;user-select:none}.equalizer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.equalizer-title{font-size:.95rem;font-weight:700;color:#fff}.equalizer-switch{flex-shrink:0;width:42px;height:22px;padding:2px;border:none;border-radius:11px;background:#3a3a3a;cursor:pointer;transition:background .15s ease}.equalizer-switch.on{background:#fff;box-shadow:0 0 8px 1px #ffffff73}.equalizer-knob{display:block;width:18px;height:18px;border-radius:50%;background:#0d0d0d;transition:transform .15s ease}.equalizer-switch.on .equalizer-knob{transform:translate(20px)}.equalizer-body{display:flex;align-items:flex-start;gap:6px}.equalizer-column,.equalizer-scale{--track: 116px;--thumb: 15px;--caption: 16px}.equalizer-scale{display:flex;flex-direction:column;justify-content:space-between;height:var(--track);padding:calc((var(--thumb) - 1em) / 2) 4px calc((var(--thumb) - 1em) / 2) 0;font-size:.68rem;line-height:1;color:#999;text-align:right}.equalizer-column{display:flex;flex-direction:column;align-items:center;gap:6px}.equalizer-column.preamp{padding-right:8px;margin-right:4px;border-right:1px solid #161616}.equalizer-column input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;writing-mode:vertical-lr;direction:rtl;width:6px;height:var(--track);margin:0;border-radius:3px;background:#3a3a3a;cursor:pointer}.equalizer-column input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--thumb);height:var(--thumb);border:none;border-radius:50%;background:#fff;box-shadow:0 0 7px 1px #ffffff8c}.equalizer-column input[type=range]::-moz-range-thumb{width:var(--thumb);height:var(--thumb);border:none;border-radius:50%;background:#fff;box-shadow:0 0 7px 1px #ffffff8c}.equalizer.off .equalizer-column input[type=range]::-webkit-slider-thumb{background:#777;box-shadow:none}.equalizer.off .equalizer-column input[type=range]::-moz-range-thumb{background:#777;box-shadow:none}.equalizer-label{height:var(--caption);font-size:.68rem;line-height:var(--caption);color:#999}.audio-overlay{position:relative;display:flex;align-items:center;gap:10px;padding:6px 14px;background:#0d0d0d;border-bottom:1px solid #161616}.audio-overlay .audio-play{width:28px;height:28px}.audio-overlay .audio-seek{flex:1;min-width:80px;margin:0}.audio-overlay-name{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;border:none;background:none;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.audio-overlay-name:hover{text-decoration:underline}.viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000bf}.viewer-window{position:fixed;display:flex;flex-direction:column;border:1px solid #161616;border-radius:14px;background:#0d0d0d;box-shadow:0 18px 50px #0009;overflow:hidden}.viewer-bar{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 14px;background:#141414;border-bottom:1px solid #262626;cursor:move;-webkit-user-select:none;user-select:none}.viewer-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-size{margin-left:auto;font-size:.78rem;color:#999;white-space:nowrap}.viewer-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#000}.viewer-stage{overflow:hidden}.viewer-frame{max-width:100%;max-height:100%;display:flex;transform-origin:center;transition:transform .12s ease-out}.viewer-stage.zoomed{cursor:grab}.viewer-stage.zoomed:active{cursor:grabbing}.viewer-stage img,.viewer-stage video{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.viewer-zoom{display:flex;align-items:center;gap:2px;margin-left:auto}.viewer-zoom-value{min-width:52px;padding:2px 6px;border:none;border-radius:8px;background:none;color:silver;font-size:.78rem;font-variant-numeric:tabular-nums;cursor:pointer;transition:background .15s ease,color .15s ease}.viewer-zoom-value:hover{background:#242424;color:#fff}.viewer-controls{display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid #262626}.viewer-time{font-size:.78rem;color:#999;white-space:nowrap}.viewer-seek{flex:1;min-width:0;accent-color:#ffffff}.viewer-volume{width:90px;flex-shrink:0;accent-color:#ffffff}.preview-card{display:flex;flex-direction:column;gap:12px;width:min(520px,calc(100vw - 32px));padding:16px;border:1px solid #161616;border-radius:14px;background:#111}.preview-head{display:flex;align-items:baseline;gap:10px}.preview-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-size{margin-left:auto;font-size:.8rem;color:#999;white-space:nowrap}.preview-stage{display:flex;justify-content:center;max-height:50vh}.preview-stage video,.preview-stage audio{max-width:100%}.preview-frame{position:relative;display:inline-block;max-height:50vh}.preview-frame img{display:block;max-width:100%;max-height:50vh}.preview-file{padding:20px;color:#ccc;word-break:break-all}.crop-rect{position:absolute;border:2px solid #ffffff;box-shadow:0 0 0 9999px #0000008c}.crop-handle{position:absolute;width:14px;height:14px;background:#fff;border-radius:3px}.crop-handle-nw{top:-7px;left:-7px;cursor:nwse-resize}.crop-handle-ne{top:-7px;right:-7px;cursor:nesw-resize}.crop-handle-sw{bottom:-7px;left:-7px;cursor:nesw-resize}.crop-handle-se{bottom:-7px;right:-7px;cursor:nwse-resize}.preview-caption{padding:10px 12px;border:1px solid #161616;border-radius:8px;background:#000;color:#fff}.preview-actions{display:flex;justify-content:flex-end;gap:8px}.preview-actions button{padding:9px 16px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.preview-actions button.secondary{background:transparent;color:#fff;border-color:#161616}.preview-actions button:disabled{opacity:.5;cursor:default}.message-attachment-file{display:inline-block;margin-bottom:6px;color:#fff;text-decoration:underline;word-break:break-all}.emoji-panel{position:absolute;right:16px;bottom:calc(100% - 8px);z-index:30;display:flex;flex-direction:column;width:min(340px,calc(100vw - 32px));height:320px;border:1px solid #161616;border-radius:14px;background:#111;overflow:hidden}.emoji-tabs{display:flex;gap:2px;padding:6px;border-bottom:1px solid #262626}.emoji-tab{flex:1;padding:4px 0;border:none;border-radius:8px;background:transparent;font-size:1.05rem;line-height:1;cursor:pointer;font-family:"Apple Color Emoji","Noto Color Emoji","Segoe UI Emoji",sans-serif}.emoji-tab:hover{background:#1f1f1f}.emoji-scroll{flex:1;overflow-y:auto;padding:4px 6px 10px}.emoji-section-title{position:sticky;top:0;padding:6px 4px 4px;background:#111;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:gray}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr)}.emoji-cell{padding:4px 0;border:none;border-radius:8px;background:transparent;font-size:1.5rem;line-height:1.25;cursor:pointer;font-family:"Apple Color Emoji","Noto Color Emoji","Segoe UI Emoji",sans-serif}.emoji-cell:hover{background:#1f1f1f}.input-banner{display:flex;align-items:center;gap:8px;padding:8px 16px 0;font-size:.85em}.input-banner-label{color:#e63946;flex-shrink:0}.input-banner-text{flex:1;min-width:0;color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-quote{margin:0 0 12px;padding:8px 10px;background:#000;border:1px solid #161616;border-radius:8px;font-size:.9em;color:#ccc;word-break:break-word}.forward-search{margin-bottom:12px}.forward-target{cursor:pointer;border-radius:8px}.forward-target:hover{background:#1a1a1a}.message-input{display:flex;align-items:flex-end;gap:8px;padding:12px 16px}.message-input textarea{flex:1;min-width:0;height:40px;max-height:160px;padding:9px 12px;border-radius:10px;border:1px solid #161616;background:#000;color:#fff;font-size:1rem;line-height:20px;resize:none;overflow-y:hidden}.message-input button[type=submit]{padding:10px 16px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.message-input button[type=submit]:hover{background:#000;color:#fff}.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#999}.profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100}.profile-card{position:relative;width:340px;max-height:85vh;overflow-y:auto;padding:40px 24px 28px;background:#0d0d0d;border:1px solid #161616;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.profile-card-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px}.icon-button{width:28px;height:28px;border-radius:6px;border:1px solid #161616;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.icon-button:hover{background:#1a1a1a}.menu-icon{display:flex;flex-direction:column;gap:2.5px;width:16px}.menu-icon-bar{display:block;width:100%;height:1.5px;background:currentColor}.profile-photo-wrap{position:relative;width:96px;height:96px;margin-bottom:12px}.profile-avatar{width:96px;height:96px;border-radius:50%;border:1px solid #161616;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8em;font-weight:600;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-camera-badge{position:absolute;bottom:0;right:0;width:30px;height:30px;border-radius:50%;background:#1a1a1a;border:2px solid #0d0d0d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-camera-badge:hover{background:#262626}.profile-camera-badge[aria-disabled=true]{opacity:.6;cursor:default}.profile-username{font-weight:600;font-size:1.2em;margin-bottom:12px}.profile-bio-readonly{width:100%;margin:0 0 8px;text-align:center;color:#ccc;font-size:.95em}.profile-field{width:100%;text-align:left;padding:8px 0;border-top:1px solid #1a1a1a}.profile-field-value{font-weight:600}.profile-field-label{font-size:.8em;color:#999}.profile-row-standalone-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #161616;background:#000;color:#fff;text-align:left}.profile-row-standalone-input:disabled{opacity:.5}.profile-username-input-wrap{display:flex;align-items:center;width:100%;padding:10px 12px;border-radius:8px;border:1px solid #161616;background:#000}.profile-username-prefix{color:#999;margin-right:2px}.profile-username-input{flex:1;min-width:0;border:none;background:transparent;color:#fff;padding:0;text-align:left}.profile-username-input:focus{outline:none}.profile-username-input:disabled{opacity:.5}.profile-bio-wrap{position:relative;width:100%}.profile-bio-textarea{width:100%;min-height:44px;padding:8px 32px 18px 10px;border-radius:8px;border:1px solid #161616;background:#000;color:#fff;font-family:inherit;font-size:.95em;text-align:left;resize:none}.profile-bio-counter{position:absolute;bottom:6px;right:10px;font-size:.75em;color:#777;pointer-events:none}.profile-hint{margin:-4px 0 0;font-size:.8em;color:#999}.profile-edit-actions{display:flex;gap:8px;width:100%;margin-top:8px}.profile-edit-actions button{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.profile-edit-actions button.secondary{background:transparent;color:#fff;border-color:#161616}.profile-edit-actions button:hover:not(:disabled){background:#000;color:#fff}.profile-edit-actions button.secondary:hover{background:#1a1a1a;color:#fff}.profile-edit-actions button:disabled{opacity:.5;cursor:default}.cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:200}.cropper-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#0d0d0d;border:1px solid #161616;border-radius:12px}.cropper-hint{margin:0;font-size:.85em;color:#b3b3b3;text-align:center;max-width:240px}.cropper-viewport{position:relative;width:220px;height:220px;border-radius:50%;overflow:hidden;background:#1a1a1a;border:2px solid #ffffff;cursor:grab;touch-action:none}.cropper-viewport img{position:absolute;top:50%;left:50%;transform-origin:center;pointer-events:none;max-width:none}.cropper-zoom{width:220px}.cropper-actions{display:flex;gap:8px;width:220px}.cropper-actions button{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.cropper-actions button.secondary{background:transparent;color:#fff;border-color:#161616}.cropper-actions button:hover{background:#000;color:#fff}.cropper-actions button.secondary:hover{background:#1a1a1a;color:#fff}.side-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:150;transition:background-color .2s ease}.side-menu-overlay.visible{background:#0009}.side-menu-panel{position:fixed;top:0;left:0;bottom:0;width:260px;background:#000;border-right:1px solid #161616;padding:20px 0;display:flex;flex-direction:column;gap:4px;transform:translate(-100%);transition:transform .2s ease}.side-menu-panel.visible{transform:translate(0)}.side-menu-item{display:flex;align-items:center;gap:14px;margin:0 12px;padding:14px 16px;background:#000;color:#fff;border:1px solid #161616;border-radius:8px;font-size:1em;text-align:left;cursor:pointer}.side-menu-item:hover{background:#1a1a1a}.side-menu-item-bottom{margin-top:auto}.side-menu-logo-icon{width:20px;height:20px;object-fit:contain;filter:grayscale(1) brightness(1.9)}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:160}.settings-card{width:380px;max-height:85vh;overflow-y:auto;padding:16px;background:#0d0d0d;border:1px solid #161616;border-radius:12px}.settings-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.settings-header-spacer{width:28px;flex-shrink:0}.settings-title{font-weight:600}.settings-list{display:flex;flex-direction:column;gap:10px}.settings-item{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;background:#000;color:#fff;border:1px solid #161616;border-radius:8px;font-size:1em;text-align:left;cursor:pointer}.settings-item:hover{background:#1a1a1a}.settings-item.selected{border-color:#fff}.settings-item-value,.settings-check{margin-left:auto;color:#999}.settings-check{color:#fff}.settings-flag-wrap{display:flex;flex-shrink:0}.settings-flag{width:24px;height:16px;border-radius:2px;filter:drop-shadow(0 0 5px rgba(255,255,255,.55))}.settings-item.selected .settings-flag{filter:drop-shadow(0 0 8px rgba(255,255,255,.9))}.settings-group{padding:14px 16px;background:#000;border:1px solid #161616;border-radius:8px}.settings-group-label{font-size:.85em;color:#999;margin-bottom:10px}.settings-options{display:flex;gap:8px}.settings-option{flex:1;padding:8px 6px;background:transparent;color:#fff;border:1px solid #161616;border-radius:6px;font-size:.85em;cursor:pointer}.settings-option:hover{background:#1a1a1a}.settings-option.selected{background:#fff;border-color:#fff;color:#000;font-weight:600}.create-submit{width:100%;padding:12px;border-radius:8px;border:1px solid #ffffff;background:#fff;color:#000;font-weight:600;cursor:pointer}.create-submit:hover:not(:disabled){background:#000;color:#fff}.create-submit:disabled{opacity:.5;cursor:default}.create-success{margin:0;text-align:center;font-weight:600}.create-avatar-row{display:flex;justify-content:center;margin-bottom:4px}.create-avatar-picker{cursor:pointer}.create-avatar-placeholder{font-size:.75em;color:#888}.create-link-row{display:flex;align-items:center;gap:8px}.create-link{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85em;color:#ccc}.create-link-row .settings-option{flex:0 0 auto;padding:8px 12px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes drop-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.pinned-bar,.audio-overlay{animation:drop-in .2s ease}.profile-overlay,.settings-overlay,.viewer-backdrop,.context-menu-overlay{animation:fade-in .15s ease}.profile-card,.settings-card,.confirm-card,.viewer-window,.context-menu,.emoji-panel,.call-window{animation:pop-in .16s ease}.attachment-preview,.equalizer{animation:rise-in .16s ease}.chat-list li,.context-menu-item,.side-menu-item,.settings-item,.forward-target,.topbar-user,.topbar>button,.chat-header-main,.icon-button,.pinned-jump,.message-attachment{transition:background .15s ease,border-color .15s ease,color .15s ease}.chat-unread-badge,.scroll-down-badge{animation:pop-in .16s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.message{background:#141414;border-color:transparent}.message.own{background:#202020;border-color:transparent}.context-menu,.confirm-card,.profile-card,.settings-card,.emoji-panel,.audio-panel,.viewer-window,.call-window{box-shadow:0 10px 30px #000000bf}.topbar>button,.confirm-actions button,.profile-card-actions button,.chat-footer-action button,.audio-mute,.equalizer-head button{border-radius:10px;background:#161616;color:#fff;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.topbar>button:hover,.confirm-actions button:hover,.profile-card-actions button:hover,.chat-footer-action button:hover,.audio-mute:hover,.equalizer-head button:hover{background:#242424;box-shadow:0 0 10px #ffffff2e}.topbar>button:active,.confirm-actions button:active,.profile-card-actions button:active,.chat-footer-action button:active{transform:translateY(1px)}.message-input button[type=submit]{border-radius:10px;border:none;transition:box-shadow .15s ease,transform .1s ease}.message-input button[type=submit]:hover{background:#fff;color:#000;box-shadow:0 0 14px #ffffff73}.message-input button[type=submit]:active{transform:translateY(1px)}.audio-play,.scroll-down.visible:hover,.audio-icon.active{box-shadow:0 0 10px #ffffff59}.audio-player input[type=range]::-webkit-slider-thumb,.audio-overlay input[type=range]::-webkit-slider-thumb{box-shadow:0 0 7px 1px #ffffff80}.audio-player input[type=range]::-moz-range-thumb,.audio-overlay input[type=range]::-moz-range-thumb{box-shadow:0 0 7px 1px #ffffff80}.message.arriving{animation:msg-in .22s cubic-bezier(.2,.8,.3,1)}.message.arriving.own{animation-name:msg-in-own}@keyframes msg-in{0%{opacity:0;transform:translate(-14px,8px) scale(.96)}to{opacity:1;transform:none}}@keyframes msg-in-own{0%{opacity:0;transform:translate(14px,8px) scale(.96)}to{opacity:1;transform:none}}.message{transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.message:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000008c}.message.selected{box-shadow:0 0 0 1px #ffffff73,0 0 16px #ffffff26}.chat-list li{transition:background .15s ease,transform .15s ease}.chat-list li:hover{transform:translate(3px)}.chat-list-avatar,.chat-header-avatar{transition:transform .18s ease,box-shadow .18s ease}.chat-list li:hover .chat-list-avatar,.chat-header-main:hover .chat-header-avatar{transform:scale(1.06);box-shadow:0 0 14px #ffffff38}.chat-list li.active{box-shadow:inset 2px 0 #fff}.audio-play,.icon-button,.emoji-toggle,.scroll-down{transition:transform .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}.audio-play:hover,.icon-button:hover,.emoji-toggle:hover{transform:scale(1.08)}.audio-play:active,.icon-button:active,.scroll-down:active{transform:scale(.94)}.scroll-down.visible{animation:drop-bounce .32s cubic-bezier(.2,1.4,.4,1)}@keyframes drop-bounce{0%{opacity:0;transform:translateY(14px) scale(.8)}to{opacity:1;transform:none}}.chat-unread-badge,.scroll-down-badge{animation:pop-in .16s ease,badge-glow 2.6s ease-in-out infinite .16s}@keyframes badge-glow{0%,to{box-shadow:0 0 #e6394600}50%{box-shadow:0 0 12px #e63946a6}}.chat-header-subtitle.typing{animation:soft-pulse 1.5s ease-in-out infinite}@keyframes soft-pulse{0%,to{opacity:1}50%{opacity:.45}}.profile-overlay,.settings-overlay,.viewer-backdrop,.side-menu-overlay.visible{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.message-input textarea:focus,.chat-search:focus,.settings-card input:focus,.profile-card input:focus,.profile-card textarea:focus{outline:none;border-color:#fff;box-shadow:0 0 12px #ffffff2e}.message-attachment{transition:transform .18s ease,box-shadow .18s ease}.message-attachment:hover{transform:scale(1.015);box-shadow:0 8px 24px #0009}.mention{transition:color .15s ease,text-shadow .15s ease}.mention:hover{color:#fff;text-shadow:0 0 10px rgba(138,180,248,.8)}.emoji-panel button{transition:transform .12s ease}.emoji-panel button:hover{transform:scale(1.25)}.messages-area:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse at center,#0000 55%,#0000008c)}.message-link{color:#8ab4f8;text-decoration:none;word-break:break-all;transition:color .15s ease,text-shadow .15s ease}.message-link:hover{color:#fff;text-shadow:0 0 10px rgba(138,180,248,.8)}.link-embed{display:block;width:100%;max-width:420px;aspect-ratio:16 / 9;margin-top:6px;padding:0;border:none;border-radius:10px;background:#000;overflow:hidden}.link-embed-cover{position:relative;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.link-embed-cover:hover{transform:scale(1.015);box-shadow:0 8px 24px #0009}.link-embed-cover img{width:100%;height:100%;object-fit:cover}.link-embed-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.link-embed-play svg{filter:drop-shadow(0 0 10px rgba(255,255,255,.35))}.link-embed-audio{display:block;width:100%;max-width:340px;margin-top:6px}.message-input .emoji-toggle,.message-input .attach-button,.message-input button[type=submit]{align-self:flex-end;height:40px;flex-shrink:0}.message-input .emoji-toggle,.message-input .attach-button{width:40px;padding:0;border-radius:10px}.message-input .emoji-toggle:hover,.message-input .attach-button:hover{background:#1a1a1a;color:#fff}.message-input textarea::placeholder{color:#777}.format-menu{min-width:250px}.format-menu .context-menu-item{display:flex;align-items:center;justify-content:space-between;gap:18px}.format-shortcut{color:#777;font-size:.78em;transition:color .15s ease}.format-menu .context-menu-item:hover .format-shortcut{color:silver}.format-menu .context-menu-item:hover{box-shadow:inset 0 0 14px #ffffff14}.format-bold{font-weight:700}.format-italic{font-style:italic}.format-underline{text-decoration:underline}.format-strike{text-decoration:line-through}.format-mono{font-family:Consolas,Courier New,monospace}.format-quote{padding-left:8px;border-left:2px solid #c0c0c0}.format-spoiler{color:#999;text-shadow:0 0 6px rgba(255,255,255,.55)}.context-menu-separator{height:1px;margin:4px 8px;background:#262626}.message-text code{padding:1px 5px;border-radius:5px;background:#000;font-family:Consolas,Courier New,monospace;font-size:.92em}.msg-quote{display:inline-block;padding-left:8px;border-left:2px solid #c0c0c0;color:#d0d0d0}.spoiler{border-radius:4px;background:#3a3a3a;color:transparent;cursor:pointer;text-shadow:0 0 9px rgba(255,255,255,.85);transition:background .25s ease,color .25s ease,text-shadow .25s ease}.spoiler.shown{background:transparent;color:inherit;text-shadow:none;cursor:auto}.chat-list[style*=auto]{flex:1;min-width:0}.sidebar-divider{position:relative;flex-shrink:0;width:3px;background:#161616;cursor:col-resize;transition:background .15s ease,box-shadow .15s ease}.sidebar-divider:after{content:;position:absolute;top:0;right:-4px;bottom:0;left:-4px}.sidebar-divider:hover{background:#fff;box-shadow:0 0 10px #fff6}body.resizing-sidebar{cursor:col-resize;-webkit-user-select:none;user-select:none}body.resizing-sidebar .chat-list,body.resizing-sidebar .chat-window{pointer-events:none}.chat-list.compact .chat-list-header{padding:10px 0 6px}.chat-list.compact li{justify-content:center;padding:10px 0}.chat-list.compact .chat-list-text,.chat-list.compact li.list-section,.chat-list.compact .chat-subscribe{display:none}.chat-list.compact li{position:relative}.chat-list.compact .chat-unread-badge{position:absolute;top:6px;right:8px;min-width:18px;height:18px;padding:0 5px;font-size:.68em}.chat-list.compact li:hover{transform:none}.chat-back{flex-shrink:0;font-size:1.5rem;line-height:1}.call-settings-window{position:fixed;z-index:101;display:flex;flex-direction:column;border-radius:14px;background:#0d0d0d;box-shadow:0 18px 50px #000000b3;overflow:hidden;animation:pop-in .16s ease}.call-settings-body{display:flex;flex-direction:column;gap:14px;padding:14px 16px 16px;max-height:70vh;overflow-y:auto}.call-settings-group{display:flex;flex-direction:column;gap:8px}.call-settings-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;color:#777}.call-settings-window select{width:100%;padding:7px 9px;border:1px solid #262626;border-radius:8px;background:#141414;color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.call-settings-window select:focus{outline:none;border-color:#fff;box-shadow:0 0 10px #ffffff26}.badge-tip{display:inline-flex;align-items:center}.badge-card{position:fixed;z-index:200;transform:translate(-50%,-100%);display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:10px;background:#141414;box-shadow:0 10px 28px #000000bf;white-space:nowrap;pointer-events:none;animation:tip-in .16s ease}.badge-card.below{transform:translate(-50%)}@keyframes tip-in{0%{opacity:0}to{opacity:1}}.badge-card-title{font-size:.9rem;font-weight:700;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.6px #000000;animation:gradient-run 3.5s linear infinite}.badge-card-title.verified{background-image:linear-gradient(90deg,#6495ed,#4169e1,#6495ed)}.badge-card-title.developer{background-image:linear-gradient(90deg,#8b0000,#280200,#8b0000)}@keyframes gradient-run{0%{background-position:0% 50%}to{background-position:-200% 50%}}.badge-card-note{font-size:.78rem;color:#999}.drop-veil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;align-items:center;justify-content:center;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;animation:fade-in .12s ease}.drop-veil span{padding:14px 22px;border:2px dashed #ffffff;border-radius:14px;font-size:1.05rem;font-weight:600;color:#fff;box-shadow:0 0 24px #fff3}.profile-badges{display:flex;flex-direction:column;gap:6px;width:100%}.profile-badge-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-radius:10px;background:#141414;font-size:.88rem;cursor:pointer;transition:background .15s ease}.profile-badge-row:hover{background:#1c1c1c}.profile-badge-row span{display:flex;align-items:center;gap:8px}.profile-badge-row input{accent-color:#ffffff;width:16px;height:16px;cursor:pointer}.call-status{margin-top:12px;font-size:.95rem;color:silver;font-variant-numeric:tabular-nums;text-align:center}.call-status.over-video{position:absolute;left:0;right:0;bottom:8px;margin:0;font-size:.85rem;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.9);pointer-events:none}.audio-play.with-cover{position:relative;overflow:hidden;background:#000;color:#fff}.audio-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.audio-play.with-cover svg{position:relative;filter:drop-shadow(0 0 6px rgba(0,0,0,.9))}.audio-overlay .audio-step,.audio-overlay .audio-icon,.audio-overlay .audio-speed{flex-shrink:0}.audio-overlay .audio-overlay-name:disabled{cursor:default;text-decoration:none}.message-input-error.queue{color:silver}.profile-avatar.openable{cursor:zoom-in;transition:transform .18s ease,box-shadow .18s ease}.profile-avatar.openable:hover{transform:scale(1.03);box-shadow:0 0 18px #ffffff38}.viewer-tools{display:flex;align-items:center;gap:2px;margin-left:auto}.viewer-tools+.viewer-zoom{margin-left:8px}.viewer-tools .icon-button{display:flex;align-items:center;justify-content:center;color:silver}.viewer-tools .icon-button:hover{color:#fff}
