*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #313338;--bg-secondary: #2b2d31;--bg-tertiary: #1e1f22;--bg-modifier-hover: rgba(79, 84, 92, .16);--bg-modifier-active: rgba(79, 84, 92, .24);--bg-modifier-selected: rgba(79, 84, 92, .32);--text-normal: #f2f3f5;--text-muted: #949ba4;--text-faint: #6d6f78;--text-link: #00a8fc;--brand-color: #5865f2;--brand-color-hover: #4752c4;--brand-color-active: #3c45a5;--status-online: #23a55a;--status-away: #f0b232;--status-dnd: #f23f43;--status-offline: #80848e;--danger: #da373c;--danger-hover: #a12d31;--success: #23a55a;--channel-icon: #80848e;--input-bg: #383a40;--scrollbar-thin-thumb: #1a1b1e;--scrollbar-thin-track: transparent;--header-height: 48px;--sidebar-width: 240px;--border-subtle: rgba(255, 255, 255, .06)}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--bg-tertiary);color:var(--text-normal);font-size:14px;line-height:1.375;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-thin-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thin-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#232428}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit}input,textarea{background:var(--input-bg);border:none;border-radius:4px;padding:8px 12px;color:var(--text-normal);outline:none}input:focus,textarea:focus{outline:none}button{cursor:pointer;border:none;background:none;color:var(--text-normal)}a{color:var(--text-link);text-decoration:none}.app-container{display:flex;height:100vh;width:100vw;overflow:hidden}.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg-tertiary)}.auth-card{background:var(--bg-primary);border-radius:8px;padding:32px;width:100%;max-width:480px;box-shadow:0 2px 10px #0003}.auth-card h1{font-size:24px;font-weight:600;text-align:center;margin-bottom:8px}.auth-card h2{font-size:20px;font-weight:600;text-align:center;margin-bottom:8px}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:24px;font-size:14px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;letter-spacing:.02em}.form-group input{width:100%;padding:10px 12px;border-radius:4px;background:var(--bg-tertiary);border:1px solid transparent;transition:border-color .15s}.form-group input:focus{border-color:var(--brand-color)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:4px;font-size:14px;font-weight:500;transition:background-color .15s,opacity .15s;cursor:pointer;border:none}.btn-primary{background:var(--brand-color);color:#fff;width:100%}.btn-primary:hover{background:var(--brand-color-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-secondary{background:var(--bg-modifier-active);color:var(--text-normal)}.btn-secondary:hover{background:var(--bg-modifier-selected)}.btn-small{padding:4px 12px;font-size:13px}.error-message{color:var(--danger);font-size:13px;margin-top:8px;text-align:center}.left-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--bg-secondary);display:flex;flex-direction:column;height:100vh}.server-header{height:var(--header-height);padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--bg-tertiary);flex-shrink:0}.server-header h2{font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-header .settings-btn{color:var(--text-muted);padding:4px;border-radius:4px;display:flex;align-items:center;cursor:pointer}.server-header .settings-btn:hover{color:var(--text-normal);background:var(--bg-modifier-hover)}.channel-list{flex:1;overflow-y:auto;padding:8px 0}.channel-section{margin-bottom:4px}.channel-section-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px 4px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.channel-section-header span{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.02em}.channel-section-header .add-btn{color:var(--text-muted);padding:2px;border-radius:4px;display:flex;align-items:center;cursor:pointer;font-size:16px}.channel-section-header .add-btn:hover{color:var(--text-normal)}.channel-item{display:flex;align-items:center;padding:6px 8px 6px 16px;margin:1px 8px;border-radius:4px;cursor:pointer;color:var(--text-muted);font-weight:500;transition:background-color .1s,color .1s}.channel-item:hover{background:var(--bg-modifier-hover);color:var(--text-normal)}.channel-item.active{background:var(--bg-modifier-selected);color:var(--text-normal)}.channel-item .channel-icon{margin-right:8px;font-size:18px;color:var(--channel-icon);flex-shrink:0;width:20px;text-align:center}.channel-item .channel-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.voice-users{padding-left:44px}.voice-user{display:flex;align-items:center;padding:3px 8px;gap:6px;font-size:13px;color:var(--text-muted);border-radius:4px;cursor:pointer}.voice-user:hover{background:var(--bg-modifier-hover)}.voice-user .voice-user-avatar{width:20px;height:20px;border-radius:50%;background:var(--bg-tertiary);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;overflow:hidden}.voice-user .voice-user-avatar img{width:100%;height:100%;object-fit:cover}.voice-user-icons{display:flex;align-items:center;gap:2px;margin-left:auto;font-size:12px;color:var(--text-faint)}.live-badge{background:var(--danger);color:#fff;font-size:9px;font-weight:700;padding:1px 5px;border-radius:3px;line-height:14px;letter-spacing:.02em}.user-panel{padding:8px;background:var(--bg-tertiary);display:flex;align-items:center;gap:8px;border-top:1px solid rgba(0,0,0,.2);flex-shrink:0}.user-panel .user-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;position:relative}.user-panel .user-avatar .avatar-img{width:32px;height:32px;border-radius:50%;background:var(--brand-color);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;overflow:hidden}.user-panel .user-avatar .avatar-img img{width:100%;height:100%;object-fit:cover}.user-panel .user-info{flex:1;min-width:0}.user-panel .user-info .username{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-panel .user-info .user-status-text{font-size:11px;color:var(--text-muted)}.user-panel .panel-buttons{display:flex;gap:2px}.user-panel .panel-btn{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;font-size:18px}.user-panel .panel-btn:hover{background:var(--bg-modifier-hover);color:var(--text-normal)}.user-panel .panel-btn.muted-active,.user-panel .panel-btn.deafened-active{color:var(--danger)}.center-panel{flex:1;display:flex;flex-direction:column;background:var(--bg-primary);min-width:0;height:100vh}.center-header{height:var(--header-height);padding:0 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--bg-tertiary);flex-shrink:0}.center-header .channel-name{font-size:16px;font-weight:600}.center-header .header-icon{color:var(--text-muted);font-size:20px}.chat-container{flex:1;display:flex;flex-direction:column;min-height:0}.messages-container{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.messages-container .load-more{text-align:center;padding:8px}.messages-container .load-more button{color:var(--text-link);cursor:pointer;font-size:13px}.message{display:flex;padding:4px 0;gap:16px;margin-bottom:4px}.message:hover{background:var(--bg-modifier-hover);border-radius:4px}.message .msg-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:var(--brand-color);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;overflow:hidden}.message .msg-avatar img{width:100%;height:100%;object-fit:cover}.message .msg-content{flex:1;min-width:0}.message .msg-header{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.message .msg-author{font-weight:600;font-size:15px}.message .msg-time{font-size:11px;color:var(--text-muted)}.message .msg-text{font-size:15px;line-height:1.375;word-wrap:break-word;white-space:pre-wrap}.message .msg-text img{max-width:400px;max-height:300px;border-radius:8px;margin-top:4px}.message .msg-file{display:inline-flex;align-items:center;gap:8px;background:var(--bg-secondary);padding:8px 16px;border-radius:8px;margin-top:4px;cursor:pointer;color:var(--text-link);text-decoration:none;max-width:100%}.message .msg-file:hover{text-decoration:underline}.message .msg-file .file-size{font-size:12px;color:var(--text-muted)}.message-input-container{padding:0 16px 16px;flex-shrink:0}.message-input-wrapper{background:var(--input-bg);border-radius:8px;display:flex;align-items:flex-end;padding:4px 4px 4px 12px;gap:4px}.message-input-wrapper textarea{flex:1;border:none;background:transparent;resize:none;min-height:24px;max-height:200px;padding:8px 0;font-size:15px;line-height:1.375;outline:none}.input-buttons{display:flex;align-items:center;gap:2px;padding-bottom:4px}.input-btn{width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;font-size:20px;transition:color .1s}.input-btn:hover{color:var(--text-normal)}.send-btn{background:var(--brand-color);color:#fff;border-radius:4px}.send-btn:hover{background:var(--brand-color-hover)}.voice-container{flex:1;display:flex;flex-direction:column;min-height:0}.voice-grid{flex:1;display:flex;flex-wrap:wrap;gap:16px;padding:24px;overflow-y:auto;align-content:flex-start;justify-content:center}.voice-tile{width:200px;height:200px;background:var(--bg-secondary);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:background-color .15s}.voice-tile:hover{background:var(--bg-modifier-active)}.voice-tile .tile-avatar{width:80px;height:80px;border-radius:50%;background:var(--brand-color);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;overflow:hidden;margin-bottom:12px}.voice-tile .tile-avatar img{width:100%;height:100%;object-fit:cover}.voice-tile .tile-name{position:absolute;bottom:8px;right:12px;font-size:13px;font-weight:500;background:#0009;padding:2px 8px;border-radius:4px}.voice-tile .tile-icons{position:absolute;top:8px;right:8px;display:flex;gap:4px;font-size:14px;color:var(--text-muted)}.voice-tile.speaking{box-shadow:0 0 0 3px var(--status-online)}.voice-tile.muted .tile-avatar{opacity:.6}.screen-share-viewer{display:flex;flex-direction:column;flex:1;min-height:0;background:#000;border-bottom:2px solid var(--bg-tertiary)}.screen-share-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--bg-tertiary);flex-shrink:0}.screen-share-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-normal)}.screen-share-close-btn{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;background:none;border:none}.screen-share-close-btn:hover{background:var(--bg-modifier-hover);color:var(--text-normal)}.screen-share-video-wrapper{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:8px}.screen-share-video-wrapper video{max-width:100%;max-height:100%;border-radius:8px}.voice-grid-small{flex:0 0 auto;max-height:140px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;padding:8px 16px;gap:8px}.voice-grid-small .voice-tile{width:120px;height:120px;min-width:120px}.voice-grid-small .voice-tile .tile-avatar{width:48px;height:48px;font-size:20px;margin-bottom:8px}.screen-share-container{position:relative}.voice-controls{padding:16px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--bg-secondary);border-top:1px solid var(--bg-tertiary);flex-shrink:0}.voice-control-btn{width:48px;height:48px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;color:var(--text-normal);cursor:pointer;font-size:20px;transition:background-color .15s}.voice-control-btn:hover{background:var(--bg-modifier-hover)}.voice-control-btn.active,.voice-control-btn.muted-active,.voice-control-btn.deafened-active,.voice-control-btn.disconnect{background:var(--danger);color:#fff}.voice-control-btn.disconnect:hover{background:var(--danger-hover)}.voice-control-btn.screen-share{background:var(--bg-tertiary)}.voice-control-btn.screen-share.active{background:var(--success)}.right-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--bg-secondary);display:flex;flex-direction:column;height:100vh;border-left:1px solid var(--bg-tertiary)}.right-sidebar .member-header{height:var(--header-height);padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--bg-tertiary);font-size:13px;font-weight:600;color:var(--text-muted);flex-shrink:0}.members-list{flex:1;overflow-y:auto;padding:8px}.member-section-title{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-muted);padding:8px 8px 4px;letter-spacing:.02em}.member-item{display:flex;align-items:center;padding:6px 8px;border-radius:4px;gap:8px;cursor:pointer}.member-item:hover{background:var(--bg-modifier-hover)}.member-item.offline{opacity:.4}.member-avatar{position:relative;flex-shrink:0}.member-avatar .avatar-circle{width:32px;height:32px;border-radius:50%;background:var(--brand-color);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;overflow:hidden}.member-avatar .avatar-circle img{width:100%;height:100%;object-fit:cover}.member-avatar .status-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2.5px solid var(--status-offline)}.member-avatar .status-ring.online{border-color:var(--status-online)}.member-avatar .status-ring.away{border-color:var(--status-away)}.member-avatar .status-ring.dnd{border-color:var(--status-dnd)}.member-avatar .status-ring.offline{border-color:var(--status-offline)}.member-name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.context-menu{position:fixed;z-index:1000;background:var(--bg-tertiary);border-radius:4px;padding:6px 8px;min-width:180px;box-shadow:0 4px 16px #0006}.context-menu-item{display:flex;align-items:center;padding:8px 10px;border-radius:3px;font-size:14px;color:var(--text-normal);cursor:pointer;gap:8px}.context-menu-item:hover{background:var(--brand-color);color:#fff}.context-menu-item.danger{color:var(--danger)}.context-menu-item.danger:hover{background:var(--danger);color:#fff}.context-menu-separator{height:1px;background:var(--border-subtle);margin:4px 0}.volume-control{padding:8px 10px}.volume-control label{font-size:12px;color:var(--text-muted);display:block;margin-bottom:4px}.volume-control input[type=range]{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-modifier-active);border-radius:2px;outline:none}.volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--brand-color);cursor:pointer}.settings-container{flex:1;display:flex;flex-direction:column;min-height:0}.settings-layout{flex:1;display:flex;min-height:0;overflow:hidden}.settings-sidebar{width:200px;min-width:200px;padding:16px 8px;overflow-y:auto;border-right:1px solid var(--bg-tertiary)}.settings-sidebar .settings-nav-item{padding:8px 12px;border-radius:4px;cursor:pointer;color:var(--text-muted);font-size:14px;font-weight:500;margin-bottom:2px}.settings-sidebar .settings-nav-item:hover{background:var(--bg-modifier-hover);color:var(--text-normal)}.settings-sidebar .settings-nav-item.active{background:var(--bg-modifier-selected);color:var(--text-normal)}.settings-content{flex:1;padding:24px 32px;overflow-y:auto}.settings-content h3{font-size:20px;font-weight:600;margin-bottom:16px}.settings-section{margin-bottom:24px}.settings-section h4{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;letter-spacing:.02em}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border-subtle)}.settings-row:last-child{border-bottom:none}.settings-row label{font-size:14px;font-weight:500}.toggle-switch{position:relative;width:40px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-modifier-active);transition:.2s;border-radius:12px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:var(--brand-color)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(16px)}.color-input{display:flex;align-items:center;gap:8px}.color-input input[type=color]{width:40px;height:32px;border:none;padding:0;background:none;cursor:pointer;border-radius:4px}.color-input span{font-size:13px;color:var(--text-muted)}.shortcut-input{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:4px;padding:8px 12px;font-size:13px;cursor:pointer;min-width:160px;text-align:center;color:var(--text-normal)}.shortcut-input.recording{border-color:var(--brand-color);color:var(--brand-color)}.emoji-picker{position:absolute;bottom:100%;right:0;background:var(--bg-tertiary);border-radius:8px;padding:8px;box-shadow:0 4px 16px #0006;width:320px;max-height:360px;overflow-y:auto;z-index:100;margin-bottom:8px}.emoji-picker .emoji-category{margin-bottom:8px}.emoji-picker .emoji-category-title{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-muted);padding:4px;letter-spacing:.02em}.emoji-picker .emoji-grid{display:flex;flex-wrap:wrap;gap:2px}.emoji-picker .emoji-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:4px;cursor:pointer}.emoji-picker .emoji-btn:hover{background:var(--bg-modifier-hover)}.gif-picker{position:absolute;bottom:100%;right:0;background:var(--bg-tertiary);border-radius:8px;padding:12px;box-shadow:0 4px 16px #0006;width:400px;max-height:400px;z-index:100;margin-bottom:8px;display:flex;flex-direction:column}.gif-picker .gif-search{margin-bottom:8px}.gif-picker .gif-search input{width:100%;background:var(--input-bg);border-radius:4px;padding:8px 12px}.gif-picker .gif-grid{display:flex;flex-wrap:wrap;gap:4px;overflow-y:auto;flex:1}.gif-picker .gif-item{cursor:pointer;border-radius:4px;overflow:hidden;flex:1 1 calc(50% - 2px);max-width:calc(50% - 2px)}.gif-picker .gif-item img{width:100%;height:120px;object-fit:cover}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-primary);border-radius:8px;padding:24px;min-width:400px;max-width:500px;box-shadow:0 4px 32px #00000080}.modal h3{font-size:18px;font-weight:600;margin-bottom:16px}.modal .modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.channel-type-selector{display:flex;gap:8px;margin-bottom:16px}.channel-type-option{flex:1;padding:12px;background:var(--bg-secondary);border:2px solid transparent;border-radius:4px;cursor:pointer;text-align:center;font-weight:500;transition:border-color .15s}.channel-type-option:hover{background:var(--bg-modifier-hover)}.channel-type-option.selected{border-color:var(--brand-color)}.password-change-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000}.typing-indicator{padding:4px 16px;font-size:12px;color:var(--text-muted);height:20px;flex-shrink:0}@media (max-width: 768px){.right-sidebar{display:none}.left-sidebar{width:200px;min-width:200px}}@media (max-width: 600px){.left-sidebar{width:56px;min-width:56px}.channel-item .channel-name,.server-header h2,.user-panel .user-info,.channel-section-header span{display:none}}.status-menu{position:absolute;bottom:100%;left:0;background:var(--bg-tertiary);border-radius:4px;padding:6px;min-width:180px;box-shadow:0 4px 16px #0006;z-index:100;margin-bottom:4px}.status-menu-item{display:flex;align-items:center;padding:8px 10px;border-radius:3px;font-size:14px;cursor:pointer;gap:8px;color:var(--text-normal)}.status-menu-item:hover{background:var(--brand-color);color:#fff}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.online{background:var(--status-online)}.status-dot.away{background:var(--status-away)}.status-dot.dnd{background:var(--status-dnd)}.user-settings-full{flex:1;overflow-y:auto}.voice-tile.sharing{box-shadow:0 0 0 2px var(--success)}.voice-tile.tile-streaming{cursor:pointer;overflow:hidden;padding:0}.voice-tile .tile-video{width:100%;height:100%;object-fit:cover;border-radius:12px}.watch-stream-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:4px;background:var(--brand-color);color:#fff;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:background-color .15s;position:absolute;bottom:36px;left:50%;transform:translate(-50%);white-space:nowrap;z-index:2}.watch-stream-btn:hover{background:var(--brand-color-hover)}.voice-control-btn.stop-watching{background:#e67e22;color:#fff}.voice-control-btn.stop-watching:hover{background:#d35400}.settings-select{width:100%;padding:10px 12px;border-radius:4px;background:var(--bg-tertiary);border:1px solid transparent;color:var(--text-normal);font-size:14px;cursor:pointer;outline:none}.settings-select:focus{border-color:var(--brand-color)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.channel-icon,.header-icon{display:flex;align-items:center}.voice-status-bar{padding:8px 10px;background:var(--bg-tertiary);border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.15);display:flex;align-items:center;gap:8px;flex-shrink:0}.voice-status-info{flex:1;min-width:0}.voice-status-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.voice-status-label .voice-status-text{line-height:1}.voice-status-label .voice-status-text.good{color:var(--status-online)}.voice-status-label .voice-status-text.medium{color:var(--status-away)}.voice-status-label .voice-status-text.bad{color:var(--status-dnd)}.voice-status-channel{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.voice-status-ping{font-size:11px;color:var(--text-faint)}.voice-disconnect-btn{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;background:none;border:none;flex-shrink:0}.voice-disconnect-btn:hover{background:var(--danger);color:#fff}.channel-item .unread-badge{margin-left:auto;background:var(--danger);color:#fff;font-size:11px;font-weight:700;padding:1px 6px;border-radius:8px;min-width:18px;text-align:center;line-height:16px;flex-shrink:0}.channel-item.has-unread .channel-name{color:var(--text-normal);font-weight:600}.mention{background:#5865f24d;color:var(--brand-color);padding:0 2px;border-radius:3px;font-weight:500;cursor:pointer}.mention:hover,.mention.mention-me{background:#5865f280;color:#fff}.mention-autocomplete{background:var(--bg-tertiary);border-radius:8px;padding:6px;margin-bottom:4px;box-shadow:0 4px 16px #0006;max-height:240px;overflow-y:auto}.mention-autocomplete-item{display:flex;align-items:center;padding:6px 8px;border-radius:4px;cursor:pointer;gap:8px}.mention-autocomplete-item:hover,.mention-autocomplete-item.active{background:var(--brand-color);color:#fff}.mention-autocomplete-avatar{width:24px;height:24px;border-radius:50%;background:var(--brand-color);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;overflow:hidden;flex-shrink:0}.mention-autocomplete-avatar img{width:100%;height:100%;object-fit:cover}.mention-autocomplete-name{font-size:14px;font-weight:500}.mention-autocomplete-username{font-size:12px;color:var(--text-muted);margin-left:auto}.mention-autocomplete-item.active .mention-autocomplete-username,.mention-autocomplete-item:hover .mention-autocomplete-username{color:#ffffffb3}
