:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-0: #111214;--bg-1: #1e1f22;--bg-2: #2b2d31;--bg-3: #313338;--bg-4: #383a40;--text: #f2f3f5;--muted: #949ba4;--line: rgba(255,255,255,.08);--accent: #5865f2;--accent-hover: #4752c4;--green: #23a55a;--red: #da373c;--yellow: #f0b232}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-0);color:var(--text);overflow:hidden}button,input,select{font:inherit}button{border:0;cursor:pointer}input,select{border:1px solid transparent;outline:none}input:focus,select:focus{border-color:#5865f2cc}.loading-screen,.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,rgba(88,101,242,.25),transparent 30%),radial-gradient(circle at 85% 80%,rgba(35,165,90,.12),transparent 35%),var(--bg-0)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-card{width:min(420px,calc(100vw - 32px));background:#313338f0;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:0 24px 100px #00000073}.brand-mark{width:68px;height:68px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,var(--accent),#8e6dfd);font-weight:900;font-size:22px;letter-spacing:-1px;margin-bottom:18px}.auth-card h1{margin:0 0 8px;font-size:34px;letter-spacing:-1px}.auth-card p{margin:0 0 24px;color:var(--muted)}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:8px;color:#c7cad1;font-size:14px;font-weight:650}.auth-card input,.create-channel input,.create-channel select,.gif-modal input,.edit-box input{background:var(--bg-1);color:var(--text);border-radius:10px;padding:12px 13px}.primary-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;background:var(--accent);color:#fff;font-weight:800;transition:.15s ease}.primary-btn:hover{background:var(--accent-hover)}.primary-btn:disabled{opacity:.65;cursor:wait}.ghost-link{margin-top:16px;background:transparent;color:#7aa2ff;padding:8px 0}.auth-card small{display:block;color:var(--muted);margin-top:8px}.error-box{background:#da373c24;border:1px solid rgba(218,55,60,.35);color:#ffb8bb;border-radius:12px;padding:11px 12px;font-size:14px}.app-shell{height:100vh;display:grid;grid-template-columns:72px 260px minmax(0,1fr) 245px;grid-template-rows:1fr;background:var(--bg-3)}.server-rail{background:var(--bg-0);padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:10px}.server-bubble,.round-tool{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:var(--bg-3);color:var(--text);transition:.15s ease}.server-bubble{font-weight:900;background:var(--accent);box-shadow:0 10px 30px #5865f240}.server-bubble.active{border-radius:16px}.round-tool:hover{background:var(--accent);border-radius:16px}.round-tool.danger:hover{background:var(--red)}.rail-separator{width:32px;height:2px;background:var(--bg-3);border-radius:99px}.rail-user{margin-top:auto}.avatar-wrap{position:relative;flex:none}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#5865f2,#343a73);font-size:13px;font-weight:900;color:#fff}.presence-dot{position:absolute;right:-2px;bottom:-2px;width:13px;height:13px;border:3px solid var(--bg-2);border-radius:50%;background:var(--muted)}.presence-dot.online{background:var(--green)}.presence-dot.offline{background:#6d737c}.channel-sidebar{min-width:0;background:var(--bg-2);display:flex;flex-direction:column;overflow-y:auto}.community-header{height:56px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.25);box-shadow:0 1px #ffffff08}.community-header strong{display:block;font-size:15px}.community-header span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.channel-group{padding:16px 8px 2px}.group-title{padding:0 8px 8px;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.04em;color:var(--muted)}.channel-row{min-height:34px;padding:6px 8px;border-radius:8px;display:flex;align-items:center;gap:8px;color:#c2c7d0;position:relative;-webkit-user-select:none;user-select:none}.channel-row:hover{background:#ffffff0e;color:#fff}.channel-row.selected{background:#ffffff17;color:#fff}.channel-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-icon{margin-left:auto;display:none;width:24px;height:24px;border-radius:6px;place-items:center;background:transparent;color:var(--muted)}.channel-row:hover .inline-icon{display:grid}.inline-icon:hover{background:#da373c26;color:#ffb8bb}.voice-channel-block.voice-active>.channel-row{color:#c9d0ff}.voice-user{margin:2px 0 2px 34px;color:var(--muted);font-size:13px;padding:3px 4px}.create-channel{margin-top:auto;padding:12px;display:grid;gap:8px;border-top:1px solid var(--line)}.create-line{display:flex;gap:6px}.create-line input{min-width:0;flex:1}.create-line button{width:42px;border-radius:10px;background:var(--accent);color:#fff}.chat-panel{min-width:0;display:grid;grid-template-rows:56px minmax(0,1fr) auto auto;background:var(--bg-3);position:relative}.channel-topbar{display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid rgba(0,0,0,.25);color:var(--text);min-width:0}.messages{min-height:0;overflow-y:auto;padding:20px 18px 8px}.message{display:flex;gap:12px;padding:4px 0 12px;border-radius:10px}.message:hover{background:#ffffff06}.message-body{min-width:0;flex:1}.message-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.message-meta strong{font-size:15px;color:#f8f9fb}.message-meta span{color:var(--muted);font-size:12px}.message p{white-space:pre-wrap;line-height:1.42;margin:0;color:#dbdee1}.attachments{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.attachment img{display:block;max-width:min(360px,60vw);max-height:280px;object-fit:cover;border-radius:14px;border:1px solid var(--line);background:var(--bg-1)}.message-actions{display:none;gap:8px;margin-top:6px}.message:hover .message-actions{display:flex}.message-actions button{background:transparent;color:var(--muted);padding:2px 0;font-size:12px}.message-actions button:hover{color:#fff}.edit-box{display:flex;gap:8px;margin-top:4px}.edit-box input{width:min(520px,100%)}.edit-box button{border-radius:10px;padding:0 14px;background:var(--accent);color:#fff}.typing-line{min-height:20px;padding:0 22px 4px;font-size:13px;color:var(--muted)}.composer{padding:0 18px 22px}.composer-line{min-height:48px;display:flex;align-items:center;gap:8px;background:var(--bg-4);border-radius:14px;padding:0 8px}.composer-line input{flex:1;min-width:0;height:44px;border:0;background:transparent;color:var(--text)}.tool-btn,.send-btn{width:36px;height:36px;border-radius:10px;background:transparent;color:#c7cbd2;display:grid;place-items:center}.tool-btn:hover,.send-btn:hover{background:#ffffff12;color:#fff}.send-btn{color:#c9d0ff}.pending-files{display:flex;gap:8px;padding:10px;background:var(--bg-2);border-radius:14px 14px 0 0;border-bottom:1px solid var(--line)}.pending-file{position:relative}.pending-file img{width:82px;height:62px;border-radius:10px;object-fit:cover}.pending-file button{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff}.members-panel{background:var(--bg-2);padding:18px 10px;overflow-y:auto}.members-title{display:flex;align-items:center;gap:8px;font-weight:850;color:#d9dce2;padding:0 8px 14px}.member-section{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900;padding:14px 8px 8px}.member-row{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:10px;color:#d5d8de}.member-row:hover{background:#ffffff0d}.member-row strong{display:block;font-size:14px}.member-row span{display:block;color:var(--muted);font-size:12px}.member-row.muted{opacity:.55}.voice-landing{place-items:stretch;grid-template-rows:56px 1fr}.voice-card{margin:auto;width:min(520px,calc(100% - 48px));background:var(--bg-2);border:1px solid var(--line);border-radius:26px;padding:34px;text-align:center;box-shadow:0 22px 80px #00000040}.voice-orb{width:96px;height:96px;display:grid;place-items:center;border-radius:36px;margin:0 auto 20px;background:linear-gradient(135deg,#5865f2f2,#785bffbf)}.voice-card h2{margin:0 0 8px}.voice-card p{color:var(--muted);margin:0 0 22px}.voice-dock{position:fixed;left:90px;bottom:18px;width:min(680px,calc(100vw - 120px));background:#1e1f22f5;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 18px 60px #00000073;display:grid;gap:10px;z-index:40}.voice-dock>div:first-child strong{display:block}.voice-dock>div:first-child span{color:var(--green);font-size:13px}.voice-buttons{display:flex;gap:8px}.voice-buttons button{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--bg-4);color:#fff}.voice-buttons .danger-btn{background:var(--red)}.voice-buttons .active-btn{background:var(--accent)}.remote-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.media-tile{min-height:96px;border-radius:14px;background:var(--bg-3);border:1px solid var(--line);overflow:hidden;position:relative}.media-tile video{width:100%;height:160px;object-fit:contain;background:#000}.media-tile span{position:absolute;bottom:6px;left:8px;background:#00000073;border-radius:99px;padding:3px 8px;font-size:12px}.audio-only{height:96px;display:grid;place-items:center;color:var(--muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000008c;z-index:80}.gif-modal{width:min(620px,calc(100vw - 32px));max-height:min(740px,calc(100vh - 40px));overflow-y:auto;background:var(--bg-2);border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:0 30px 120px #0000008c}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-head button{width:32px;height:32px;border-radius:10px;background:var(--bg-4);color:#fff}.gif-modal input{width:100%;margin-bottom:12px}.gif-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gif-grid button{padding:0;border-radius:12px;overflow:hidden;background:var(--bg-1);aspect-ratio:1.2}.gif-grid img{width:100%;height:100%;object-fit:cover;display:block}.muted-line{color:var(--muted);padding:8px 0}.toast{position:fixed;right:18px;bottom:18px;z-index:100;background:#0f1012;color:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 60px #00000073;padding:12px 14px;max-width:360px}.empty{display:grid;place-items:center;color:var(--muted)}@media (max-width: 1050px){.app-shell{grid-template-columns:64px 230px minmax(0,1fr)}.members-panel{display:none}}@media (max-width: 760px){body{overflow:auto}.app-shell{height:100vh;grid-template-columns:56px minmax(0,1fr)}.channel-sidebar{position:fixed;left:56px;top:0;bottom:0;width:235px;z-index:30;transform:translate(-235px);transition:.2s ease}.server-rail:hover+.channel-sidebar,.channel-sidebar:hover{transform:translate(0)}.chat-panel{grid-column:2}.voice-dock{left:66px;width:calc(100vw - 78px)}.gif-grid{grid-template-columns:repeat(2,1fr)}}.voice-channel-block.voice-active{background:#23a55a14;border-radius:10px;padding-bottom:4px}.voice-user{margin:3px 8px 3px 34px;color:var(--muted);font-size:13px;padding:5px 7px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.voice-user.streaming{color:#fff;background:#5865f229}.voice-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stream-badge,.live-pill{display:inline-flex;align-items:center;border-radius:999px;background:#5865f2f2;color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.stream-badge{padding:2px 7px}.live-pill{padding:5px 10px}.voice-dock{width:min(860px,calc(100vw - 120px))}.voice-dock.is-streaming{border-color:#5865f2a6;box-shadow:0 0 0 1px #5865f247,0 18px 70px #00000080}.voice-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.remote-media-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.media-tile.streaming{border-color:#5865f2b3}.media-tile video{width:100%;height:220px;object-fit:contain;background:#050506}.media-label{position:absolute;left:8px;right:8px;bottom:8px;display:grid;gap:1px;background:#0000009e;border-radius:10px;padding:6px 8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.media-label strong{font-size:12px;color:#fff}.media-label span{font-size:11px;color:#d7dcff}.media-tile>span{display:none}.audio-only{min-height:120px}.stream-watch-btn,.dock-watch-btn,.watch-stream-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:999px;background:#5865f2f2;color:#fff;font-weight:850;cursor:pointer}.stream-watch-btn{padding:3px 8px;font-size:11px;text-transform:uppercase}.dock-watch-btn{padding:6px 10px;font-size:12px;white-space:nowrap}.watch-stream-btn{position:absolute;top:8px;right:8px;padding:7px 10px;font-size:12px;z-index:3;box-shadow:0 8px 26px #00000073}.stream-watch-btn:hover,.dock-watch-btn:hover,.watch-stream-btn:hover{filter:brightness(1.1)}.stream-viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:#000000c7;padding:28px}.stream-viewer{width:min(1180px,96vw);height:min(760px,92vh);display:grid;grid-template-rows:auto 1fr;background:#111214;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;box-shadow:0 30px 120px #000000bf}.stream-viewer-head{height:58px;padding:0 14px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#1e1f22f5;border-bottom:1px solid var(--line)}.stream-viewer-head strong{display:block;color:#fff}.stream-viewer-head span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.stream-viewer-head button{width:36px;height:36px;border-radius:12px;background:var(--bg-4);color:#fff}.stream-viewer video{width:100%;height:100%;object-fit:contain;background:#050506}.stream-waiting{display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);text-align:center;padding:30px}.stream-waiting strong{color:#fff;font-size:20px}.stream-waiting span{max-width:520px}.stream-self-pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:#23a55a38;color:#8ff0b8;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.02em}.voice-dock{left:82px!important;bottom:12px!important;width:238px!important;max-width:238px!important;padding:10px!important;border-radius:14px!important;gap:8px!important;z-index:45!important}.voice-status-row{display:block!important}.voice-status-row strong{font-size:14px!important}.voice-status-row span{font-size:12px!important}.voice-dock>div:first-child strong{font-size:14px!important}.voice-dock>div:first-child span{font-size:12px!important}.voice-buttons{display:flex!important;gap:8px!important}.voice-buttons button{width:36px!important;height:36px!important;border-radius:10px!important}.voice-dock .remote-media-grid{display:none!important}.voice-sound-panel{display:flex!important;align-items:center!important;gap:6px!important;padding:6px!important;border-radius:10px!important}.voice-sound-panel label{font-size:11px!important}.voice-sound-panel input[type=range]{width:70px!important}.voice-sound-panel button{padding:4px 7px!important;font-size:11px!important}@media (max-width: 760px){.voice-dock{left:66px!important;bottom:10px!important;width:220px!important;max-width:220px!important}}html,body,#root{width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.app-shell{width:100vw!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;overflow:hidden!important;display:grid!important;grid-template-columns:72px 260px minmax(0,1fr) 245px!important}.server-rail,.channel-sidebar,.members-panel{height:100vh!important;height:100dvh!important;max-height:100vh!important;overflow:hidden!important}.channel-sidebar,.members-panel{overflow-y:auto!important}.chat-panel{height:100vh!important;height:100dvh!important;max-height:100vh!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:56px minmax(0,1fr) auto auto!important}.channel-topbar{flex:none!important;height:56px!important}.messages{min-height:0!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:14px!important;scroll-behavior:smooth}.composer{flex:none!important;position:relative!important;z-index:20!important;background:var(--bg-3)!important;padding-bottom:16px!important}.typing-line{flex:none!important}.attachment img{max-width:min(360px,55vw)!important;max-height:260px!important;object-fit:contain!important}.voice-dock{position:fixed!important;left:82px!important;bottom:12px!important;width:238px!important;max-width:238px!important;z-index:60!important}@media (min-width: 761px){body{overflow:hidden!important}.channel-sidebar{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;transform:none!important}.chat-panel{grid-column:auto!important}.members-panel{display:block!important}}.message{position:relative!important;padding-right:120px!important}.message-actions{position:absolute!important;top:-10px!important;right:14px!important;z-index:40!important;display:none!important;align-items:center!important;gap:0!important;margin:0!important;padding:3px!important;border-radius:10px!important;border:1px solid var(--line)!important;background:var(--bg-1)!important;box-shadow:0 10px 30px #00000061!important}.hidden-video{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.stream-viewer video:not(.hidden-video){width:100%!important;height:100%!important;object-fit:contain!important;background:#050506!important}.voice-user.speaking{color:#fff!important;background:#23a55a40!important;box-shadow:inset 3px 0 0 var(--green),0 0 0 1px #23a55a40!important}.voice-user.speaking{color:#fff!important;background:#23a55a42!important;box-shadow:inset 3px 0 0 var(--green),0 0 0 1px #23a55a59!important}.voice-user.speaking .voice-user-name{font-weight:900!important}.voice-user.speaking{color:#fff!important;background:#23a55a4d!important;box-shadow:inset 3px 0 #23a55a,0 0 0 1px #23a55a73,0 0 14px #23a55a73!important;animation:znzSpeakingPulse .9s ease-in-out infinite alternate!important}.voice-user.speaking .voice-user-name{color:#fff!important;font-weight:900!important}@keyframes znzSpeakingPulse{0%{background:#23a55a2e;box-shadow:inset 3px 0 #23a55a,0 0 0 1px #23a55a4d,0 0 6px #23a55a40}to{background:#23a55a5c;box-shadow:inset 3px 0 #23a55a,0 0 0 1px #23a55a8c,0 0 18px #23a55a8c}}.voice-user.speaking{color:#fff!important;background:#23a55a61!important;border-radius:8px!important;box-shadow:inset 4px 0 #23a55a,0 0 0 1px #23a55abf,0 0 18px #23a55abf!important;animation:znzFinalSpeakingPulse .65s ease-in-out infinite alternate!important}.voice-user.speaking .voice-user-name{color:#fff!important;font-weight:900!important;text-shadow:0 0 8px rgba(35,165,90,.9)!important}@keyframes znzFinalSpeakingPulse{0%{background:#23a55a38;box-shadow:inset 4px 0 #23a55a,0 0 0 1px #23a55a73,0 0 8px #23a55a73}to{background:#23a55a73;box-shadow:inset 4px 0 #23a55a,0 0 0 1px #23a55ad9,0 0 22px #23a55ad9}}.voice-sound-panel{display:flex!important;align-items:center!important;gap:6px!important;padding:6px!important;border-radius:10px!important;background:#ffffff0b!important;border:1px solid var(--line)!important}.voice-sound-panel label{display:inline-flex!important;align-items:center!important;gap:5px!important;color:#dfe2e7!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}.voice-sound-panel input[type=range]{width:70px!important;accent-color:var(--accent)!important}.voice-sound-panel button{border-radius:999px!important;padding:4px 7px!important;background:var(--bg-4)!important;color:#fff!important;font-size:11px!important;font-weight:800!important}.voice-sound-panel button:hover{filter:brightness(1.1)!important}.voice-sound-panel button{display:none!important}.voice-sound-panel{max-width:170px!important}.voice-sound-panel input[type=range]{width:78px!important}.voice-sound-panel{width:auto!important;max-width:none!important;padding:7px 9px!important}.voice-sound-panel label{font-size:12px!important}.voice-sound-panel input[type=range],.voice-sound-panel button,.voice-sound-panel{display:none!important}.message{position:relative!important;padding-right:180px!important}.message-actions{position:absolute!important;top:-10px!important;right:12px!important;z-index:50!important;display:none!important;align-items:center!important;gap:2px!important;margin:0!important;padding:3px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:var(--bg-1)!important;box-shadow:0 10px 30px #00000061!important}.message:hover .message-actions{display:flex!important}.message-actions button{height:28px!important;padding:0 8px!important;border-radius:7px!important;background:transparent!important;color:var(--muted)!important;font-size:12px!important;font-weight:800!important}.message-actions button:hover{background:var(--bg-4)!important;color:#fff!important}.emoji-actions{display:inline-flex!important;gap:1px!important;padding-right:5px!important;margin-right:4px!important;border-right:1px solid var(--line)!important}.emoji-actions button{font-size:15px!important;padding:0 5px!important}.reaction-row{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:7px!important}.reaction-pill{min-height:26px!important;border-radius:999px!important;padding:3px 9px!important;background:#ffffff0f!important;color:#dfe2e7!important;border:1px solid var(--line)!important;font-weight:800!important}.reaction-pill:hover{background:#ffffff1a!important;color:#fff!important}.reaction-pill.mine{background:#5865f240!important;border-color:#5865f2a6!important;color:#fff!important}.profile-colored-name{font-weight:900!important}.voice-user.speaking .profile-colored-name{text-shadow:0 0 8px currentColor!important}.reply-preview{display:flex!important;align-items:center!important;gap:7px!important;max-width:min(680px,100%)!important;margin:0 0 7px!important;padding:6px 9px!important;border-left:3px solid var(--accent)!important;border-radius:8px!important;background:#5865f21a!important;color:#dfe3ff!important;font-size:13px!important}.reply-preview span:last-child{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:var(--muted)!important}.replying-bar{display:flex!important;align-items:center!important;gap:7px!important;margin-bottom:8px!important;padding:7px 10px!important;border-left:3px solid var(--accent)!important;border-radius:10px!important;background:#5865f21f!important;color:#dfe3ff!important;font-size:13px!important}.replying-bar em{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:var(--muted)!important;font-style:normal!important}.replying-bar button{margin-left:auto!important;width:26px!important;height:26px!important;border-radius:8px!important;background:var(--bg-4)!important;color:#fff!important}.admin-fab{position:fixed!important;right:18px!important;bottom:18px!important;z-index:250!important;padding:11px 16px!important;border-radius:999px!important;background:var(--accent)!important;color:#fff!important;font-weight:900!important;box-shadow:0 12px 35px #00000059!important}.admin-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:300!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;background:#000000b8!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.admin-panel{width:min(1180px,96vw)!important;height:min(780px,92vh)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:18px!important;border:1px solid var(--line)!important;background:var(--bg-2)!important;box-shadow:0 24px 80px #0009!important}.admin-head{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:18px 20px!important;border-bottom:1px solid var(--line)!important;background:var(--bg-1)!important}.admin-head strong{display:block!important;font-size:20px!important;color:#fff!important}.admin-head span{color:var(--muted)!important;font-size:13px!important}.admin-head button{width:36px!important;height:36px!important;border-radius:10px!important;background:var(--bg-4)!important;color:#fff!important;font-size:22px!important}.admin-tabs{display:flex!important;gap:8px!important;padding:12px 16px!important;border-bottom:1px solid var(--line)!important;background:#ffffff06!important}.admin-tabs button{padding:9px 12px!important;border-radius:10px!important;background:var(--bg-3)!important;color:var(--muted)!important;font-weight:800!important}.admin-tabs button.active,.admin-tabs button:hover{background:var(--accent)!important;color:#fff!important}.admin-content{min-height:0!important;flex:1!important;overflow:auto!important;padding:16px!important}.admin-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:12px!important}.admin-card{padding:16px!important;border-radius:14px!important;border:1px solid var(--line)!important;background:var(--bg-3)!important}.admin-card span{display:block!important;color:var(--muted)!important;font-size:12px!important;margin-bottom:8px!important}.admin-card strong{color:#fff!important;font-size:26px!important}.admin-toolbar{margin-bottom:12px!important}.admin-toolbar input{width:100%!important;padding:12px!important;border-radius:12px!important;background:var(--bg-1)!important;border:1px solid var(--line)!important;color:#fff!important}.admin-table-wrap{overflow:auto!important;border:1px solid var(--line)!important;border-radius:14px!important}.admin-table{width:100%!important;border-collapse:collapse!important;min-width:980px!important}.admin-table th,.admin-table td{padding:11px 12px!important;border-bottom:1px solid var(--line)!important;text-align:left!important;color:#dfe2e7!important;vertical-align:middle!important}.admin-table th{position:sticky!important;top:0!important;background:var(--bg-1)!important;color:var(--muted)!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.04em!important;z-index:2!important}.admin-table tr.banned{background:#ed42451f!important}.admin-user-cell{display:flex!important;align-items:center!important;gap:10px!important}.admin-user-cell span{display:block!important;color:var(--muted)!important;font-size:12px!important}.admin-agent{max-width:280px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--muted)!important}.admin-actions{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.admin-actions button{padding:7px 9px!important;border-radius:9px!important;background:var(--bg-4)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}.admin-actions button.danger{background:#ed4245cc!important}.admin-log-list{display:grid!important;gap:10px!important}.admin-log{padding:12px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:var(--bg-3)!important}.admin-log strong{color:#fff!important;margin-right:8px!important}.admin-log span{color:#dfe2e7!important}.admin-log small{display:block!important;margin-top:6px!important;color:var(--muted)!important}.admin-empty{color:var(--muted)!important}.admin-log-agent{display:block!important;margin-top:7px!important;padding:7px 9px!important;border-radius:8px!important;background:#00000038!important;color:var(--muted)!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.unread-badge{margin-left:auto!important;min-width:20px!important;height:20px!important;padding:0 6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ed4245!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:1!important;box-shadow:0 0 0 2px var(--bg-2)!important}.channel.active .unread-badge,.channel-item.active .unread-badge{display:none!important}.gif-modal-v2{width:min(760px,94vw)!important;height:min(820px,88vh)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.gif-modal-v2 .gif-head{flex-shrink:0!important}.gif-modal-v2 .gif-head>div{display:flex!important;flex-direction:column!important;gap:3px!important}.gif-modal-v2 .gif-head span{color:var(--muted)!important;font-size:12px!important;font-weight:700!important}.gif-search-v2{flex-shrink:0!important;display:grid!important;grid-template-columns:1fr auto auto!important;gap:8px!important;padding:0 0 12px!important}.gif-search-v2 input{min-width:0!important;height:44px!important;padding:0 13px!important;border-radius:10px!important;border:1px solid rgba(88,101,242,.75)!important;background:var(--bg-1)!important;color:#fff!important}.gif-search-v2 button{height:44px!important;padding:0 13px!important;border-radius:10px!important;background:var(--accent)!important;color:#fff!important;font-weight:900!important}.gif-search-v2 .gif-secondary-btn{background:var(--bg-4)!important;color:#dfe2e7!important}.gif-scroll-area{min-height:0!important;flex:1!important;overflow-y:auto!important;padding-right:4px!important}.gif-grid-v2{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;gap:9px!important;padding-bottom:12px!important}.gif-grid-v2 button{aspect-ratio:1.35 / 1!important;overflow:hidden!important;border-radius:10px!important;background:var(--bg-1)!important;border:1px solid transparent!important}.gif-grid-v2 button:hover{border-color:var(--accent)!important;filter:brightness(1.08)!important}.gif-grid-v2 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gif-load-more{width:100%!important;margin:6px 0 4px!important;padding:12px!important;border-radius:12px!important;background:var(--bg-4)!important;color:#fff!important;font-weight:900!important}.gif-load-more:hover{background:var(--accent)!important}.gif-info{padding:12px!important;color:var(--muted)!important;text-align:center!important}.composer{position:relative!important}.emoji-popover{position:absolute!important;left:50px!important;bottom:72px!important;z-index:260!important;width:390px!important;max-width:calc(100vw - 40px)!important;max-height:500px!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:12px!important;border-radius:16px!important;border:1px solid var(--line)!important;background:var(--bg-2)!important;box-shadow:0 20px 70px #0000008c!important}.emoji-head{display:flex!important;justify-content:space-between!important;align-items:center!important}.emoji-head strong{color:#fff!important}.emoji-head button{width:30px!important;height:30px!important;border-radius:9px!important;background:var(--bg-4)!important;color:#fff!important}.emoji-search{height:40px!important;padding:0 11px!important;border-radius:10px!important;border:1px solid rgba(88,101,242,.65)!important;background:var(--bg-1)!important;color:#fff!important}.emoji-grid{display:grid!important;grid-template-columns:repeat(8,1fr)!important;gap:5px!important;overflow-y:auto!important;padding-right:3px!important}.emoji-grid button{width:40px!important;height:40px!important;border-radius:10px!important;background:transparent!important;font-size:24px!important}.emoji-grid button:hover{background:var(--bg-4)!important;transform:scale(1.08)!important}.emoji-tool-btn{font-size:20px!important}.emoji-mart-popover{width:440px!important;max-width:calc(100vw - 40px)!important;max-height:620px!important;overflow:hidden!important}.emoji-mart-popover em-emoji-picker,.emoji-mart-popover section{width:100%!important}.emoji-mart-popover .emoji-head{margin-bottom:8px!important}.custom-emoji-inline{width:24px;height:24px;object-fit:contain;vertical-align:-6px;display:inline-block;margin:0 2px;border-radius:4px}.custom-emoji-section{border-bottom:1px solid rgba(255,255,255,.08);padding:10px;background:#0000001f}.custom-emoji-title{color:#f8f9fb;font-size:13px;font-weight:800;margin-bottom:8px}.custom-emoji-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;max-height:104px;overflow:auto}.custom-emoji-grid button{border:1px solid rgba(255,255,255,.08);background:#ffffff0e;color:#f8f9fb;border-radius:10px;min-height:46px;padding:6px;cursor:pointer;display:grid;place-items:center;gap:3px}.custom-emoji-grid button:hover{background:#5865f238;border-color:#5865f28c}.custom-emoji-grid img{width:24px;height:24px;object-fit:contain}.custom-emoji-grid span{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:10px;color:var(--muted)}.custom-emoji-empty{margin:0 0 8px;color:var(--muted);font-size:12px}.custom-emoji-upload-row{display:flex;gap:6px;margin-top:8px}.custom-emoji-upload-row input{flex:1;min-width:0;margin:0!important;height:34px;border-radius:8px}.custom-emoji-upload-row button{border:0;border-radius:8px;padding:0 10px;background:#5865f2;color:#fff;font-weight:800;cursor:pointer}.custom-emoji-upload-row button:disabled{opacity:.6;cursor:not-allowed}.profile-admin-card{border:1px solid rgba(88,101,242,.35);background:#5865f21a;border-radius:14px;padding:14px}.profile-admin-card p{color:var(--muted);font-size:13px;line-height:1.4}.admin-profile-btn{background:#5865f2!important;color:#fff!important;border:0!important;font-weight:800}.message-body .custom-emoji-inline{width:72px;height:72px;object-fit:contain;vertical-align:-24px;margin:6px 4px;border-radius:10px}.message-body p:has(.custom-emoji-inline){line-height:1.25;min-height:80px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.voice-quality-control{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 8px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:12px;font-weight:800}.voice-quality-control select{height:26px;border:0;border-radius:999px;background:#00000059;color:#fff;padding:0 8px;font-weight:800;outline:none}.voice-quality-control option{background:#1f2130;color:#fff}.admin-voice-setting-card select{width:100%;margin-top:10px;height:34px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0000004d;color:#fff;padding:0 10px;font-weight:800;outline:none}.admin-voice-setting-card option{background:#1f2130;color:#fff}.mention-chip{display:inline-flex;align-items:center;min-height:22px;padding:1px 6px;margin:0 1px;border-radius:6px;background:#5865f22e;color:#cfd5ff;font-weight:800;line-height:1.2}.mention-chip.mention-me{background:#faa61a47;color:#ffd58a;box-shadow:0 0 0 1px #faa61a38}.gradient-toggle-line{display:flex!important;grid-template-columns:none!important;flex-direction:row!important;align-items:center!important;gap:9px!important}.gradient-toggle-line input[type=checkbox]{width:auto!important;accent-color:var(--accent)}.gradient-color-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-colored-name{background-size:100% 100%}.voice-user.speaking .profile-colored-name[style*=background-image]{color:transparent!important;-webkit-text-fill-color:transparent!important}.mention-suggestions{position:absolute;left:64px;bottom:72px;width:min(360px,calc(100vw - 120px));max-height:270px;overflow-y:auto;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--bg-2);box-shadow:0 18px 60px #0000008c;z-index:280}.mention-suggestions button{width:100%;display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:transparent;color:var(--text);text-align:left}.mention-suggestions button:hover{background:#5865f22e}.mention-suggestions span{display:flex;flex-direction:column;gap:2px}.mention-suggestions small{color:var(--muted)}.mention-alert-badge{margin-left:auto!important;min-width:22px!important;height:20px!important;padding:0 6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ed4245!important;color:#fff!important;font-size:11px!important;font-weight:950!important;line-height:1!important;box-shadow:0 0 0 2px var(--bg-2),0 0 14px #ed4245bf!important;animation:znzMentionBadgePulse .85s ease-in-out infinite alternate!important}@keyframes znzMentionBadgePulse{0%{transform:scale(1);filter:brightness(1)}to{transform:scale(1.08);filter:brightness(1.25)}}@media (max-width: 760px){html,body,#root{width:100%;min-height:100%;overflow:hidden}body{height:100dvh;overscroll-behavior:none}.app-shell{width:100vw;height:100dvh;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:58px minmax(118px,28dvh) minmax(0,1fr)!important;overflow:hidden;background:var(--bg-3)}.server-rail{grid-row:1;width:100%;min-width:0;height:58px;padding:7px 10px;flex-direction:row;align-items:center;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;gap:9px;border-bottom:1px solid rgba(255,255,255,.06)}.server-rail::-webkit-scrollbar{display:none}.server-bubble,.round-tool{width:42px;height:42px;min-width:42px;border-radius:15px}.rail-separator{width:2px;height:32px;min-width:2px}.rail-user{margin-top:0!important;margin-left:auto!important}.channel-sidebar{grid-row:2;width:100%;min-width:0;max-width:none;overflow-y:auto;border-bottom:1px solid rgba(0,0,0,.35);box-shadow:0 8px 18px #0003}.community-header{height:44px;min-height:44px;padding:0 12px;position:sticky;top:0;z-index:10;background:var(--bg-2)}.community-header strong{font-size:14px}.community-header span{display:none}.channel-group{padding:9px 8px 2px}.group-title{padding-bottom:5px;font-size:10px}.channel-row{min-height:38px;padding:8px 10px;font-size:15px}.create-channel{padding:8px;gap:8px}.create-channel input,.create-channel select{min-height:40px}.chat-panel{grid-row:3;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden}.channel-topbar{height:46px;min-height:46px;padding:0 12px;font-size:15px}.messages{padding:12px 10px 8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.message{gap:8px;padding:8px 4px}.message .avatar,.message-avatar,.message>.avatar-wrap .avatar{width:34px;height:34px;min-width:34px;font-size:12px}.message-body{min-width:0}.message-meta{gap:6px;flex-wrap:wrap}.message-actions{opacity:1;position:static;margin-top:6px;justify-content:flex-start}.composer{padding:8px 8px calc(8px + env(safe-area-inset-bottom));gap:7px;border-top:1px solid rgba(0,0,0,.35)}.composer-line{min-height:46px;border-radius:16px;padding:5px 7px;gap:5px}.composer input,.composer textarea,.composer-line input,.composer-line textarea{min-height:38px;font-size:16px!important}.composer button,.composer-line button{min-width:38px;min-height:38px}.mention-suggestions{left:8px!important;right:8px!important;bottom:74px!important;width:auto!important;max-height:210px}.members-panel{display:none!important}.profile-modal,.gif-modal,.modal-card,.admin-panel{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;overflow-y:auto!important}.auth-card{width:calc(100vw - 22px);padding:24px;border-radius:22px}.auth-card h1{font-size:30px}}@media (max-width: 430px){.app-shell{grid-template-rows:56px minmax(104px,25dvh) minmax(0,1fr)!important}.channel-row{min-height:36px;font-size:14px}.messages{padding-left:8px;padding-right:8px}.message-body .custom-emoji-inline{width:56px;height:56px;vertical-align:-18px}}.mobile-bottom-nav{display:none}@media (max-width: 760px){html,body,#root{width:100%;height:100%;min-height:100%;overflow:hidden!important}body{position:fixed;top:0;right:0;bottom:0;left:0;height:100dvh;overflow:hidden!important;background:var(--bg-3)}.app-shell{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;display:block!important;overflow:hidden!important;background:var(--bg-3)!important;padding-bottom:calc(66px + env(safe-area-inset-bottom))!important}.app-shell .server-rail,.app-shell .channel-sidebar,.app-shell .chat-panel,.app-shell .members-panel{position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:calc(66px + env(safe-area-inset-bottom))!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;display:none!important}.app-shell.mobile-view-channels .server-rail{display:flex!important;top:0!important;bottom:auto!important;height:58px!important;padding:7px 10px!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;border-bottom:1px solid rgba(255,255,255,.07)!important;background:var(--bg-0)!important;z-index:20!important}.app-shell.mobile-view-channels .server-rail::-webkit-scrollbar{display:none}.app-shell.mobile-view-channels .server-bubble,.app-shell.mobile-view-channels .round-tool{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important}.app-shell.mobile-view-channels .rail-separator{width:2px!important;height:32px!important;min-width:2px!important}.app-shell.mobile-view-channels .rail-user{margin-top:0!important;margin-left:auto!important}.app-shell.mobile-view-channels .channel-sidebar{display:flex!important;top:58px!important;bottom:calc(66px + env(safe-area-inset-bottom))!important;flex-direction:column!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;background:var(--bg-2)!important}.app-shell.mobile-view-channels .community-header{height:52px!important;min-height:52px!important;padding:0 14px!important;position:sticky!important;top:0!important;background:var(--bg-2)!important;z-index:15!important}.app-shell.mobile-view-channels .community-header strong{font-size:16px!important}.app-shell.mobile-view-channels .community-header span{display:none!important}.app-shell.mobile-view-channels .channel-group{padding:14px 10px 3px!important}.app-shell.mobile-view-channels .group-title{font-size:11px!important;padding:0 8px 8px!important}.app-shell.mobile-view-channels .channel-row{min-height:46px!important;padding:10px 12px!important;border-radius:12px!important;font-size:16px!important}.app-shell.mobile-view-channels .create-channel{padding:12px 10px 18px!important;gap:9px!important}.app-shell.mobile-view-channels .create-channel input,.app-shell.mobile-view-channels .create-channel select{min-height:44px!important;font-size:16px!important}.app-shell.mobile-view-chat .chat-panel,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .chat-panel{display:flex!important;flex-direction:column!important;overflow:hidden!important;background:var(--bg-3)!important}.app-shell.mobile-view-chat .channel-topbar,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .channel-topbar{height:54px!important;min-height:54px!important;padding:0 14px!important;font-size:16px!important;border-bottom:1px solid rgba(0,0,0,.35)!important;background:var(--bg-3)!important}.app-shell.mobile-view-chat .messages,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .messages{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:12px 10px 10px!important}.app-shell.mobile-view-chat .message,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .message{padding:9px 4px!important;gap:8px!important}.app-shell.mobile-view-chat .message-body,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .message-body{min-width:0!important;max-width:100%!important}.app-shell.mobile-view-chat .message-body p,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .message-body p{overflow-wrap:anywhere!important;word-break:break-word!important}.app-shell.mobile-view-chat .message-meta,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .message-meta{flex-wrap:wrap!important;gap:5px!important}.app-shell.mobile-view-chat .message-actions,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .message-actions{position:static!important;opacity:1!important;margin-top:6px!important;justify-content:flex-start!important}.app-shell.mobile-view-chat .composer,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer{flex:0 0 auto!important;padding:8px 8px 10px!important;border-top:1px solid rgba(0,0,0,.35)!important;background:var(--bg-3)!important}.app-shell.mobile-view-chat .composer-line,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer-line{min-height:48px!important;border-radius:16px!important;padding:5px 7px!important;gap:5px!important}.app-shell.mobile-view-chat .composer input,.app-shell.mobile-view-chat .composer textarea,.app-shell.mobile-view-chat .composer-line input,.app-shell.mobile-view-chat .composer-line textarea,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer input,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer textarea,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer-line input,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer-line textarea{min-height:38px!important;font-size:16px!important}.app-shell.mobile-view-chat .composer button,.app-shell.mobile-view-chat .composer-line button,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer button,.app-shell:not(.mobile-view-channels):not(.mobile-view-members) .composer-line button{min-width:38px!important;min-height:38px!important}.mention-suggestions{left:8px!important;right:8px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;width:auto!important;max-height:220px!important}.app-shell.mobile-view-members .members-panel{display:flex!important;flex-direction:column!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;background:var(--bg-2)!important;padding-bottom:16px!important}.app-shell.mobile-view-members .members-title{height:54px!important;min-height:54px!important;display:flex!important;align-items:center!important;padding:0 14px!important;border-bottom:1px solid rgba(0,0,0,.35)!important;background:var(--bg-2)!important;position:sticky!important;top:0!important;z-index:10!important}.app-shell.mobile-view-members .member-section{padding:14px 14px 6px!important}.mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:calc(66px + env(safe-area-inset-bottom))!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;background:#111214fa!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:0 -10px 35px #00000073!important;z-index:99999!important}.mobile-bottom-nav button{background:transparent!important;color:var(--muted)!important;border-radius:16px!important;min-height:52px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:11px!important;font-weight:900!important}.mobile-bottom-nav button span{font-size:20px!important;line-height:1!important}.mobile-bottom-nav button[data-active=true]{background:#5865f22e!important;color:#fff!important}.mobile-bottom-nav button[data-active=true] span{filter:drop-shadow(0 0 8px rgba(88,101,242,.75))!important}.profile-modal,.gif-modal,.modal-card,.admin-panel{width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important;max-height:calc(100dvh - 24px)!important;overflow-y:auto!important}.auth-card{width:calc(100vw - 22px)!important;padding:24px!important;border-radius:22px!important}}.channel-sidebar .dm-channel-group{display:none!important}.dm-floating-rail{position:fixed;left:0;top:208px;bottom:86px;width:72px;z-index:80;display:flex;flex-direction:column;align-items:center;gap:10px;overflow-y:auto;padding:6px 0;pointer-events:auto}.dm-floating-rail::-webkit-scrollbar{display:none}.dm-floating-button{position:relative;width:48px;height:48px;min-height:48px;display:grid;place-items:center;padding:0;border-radius:18px;background:var(--bg-3);color:var(--text);overflow:visible;transition:.15s ease}.dm-floating-button:hover{background:var(--accent);border-radius:16px}.dm-floating-button.active{background:#5865f2d9;border-radius:16px}.dm-floating-button.active:before{content:"";position:absolute;left:-12px;width:4px;height:30px;border-radius:999px;background:#fff}.dm-floating-button .avatar-wrap{transform:scale(.92)}.dm-floating-unread{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ed4245;color:#fff;font-size:10px;font-weight:950;box-shadow:0 0 0 3px var(--bg-0)}.profile-dm-floating-btn{position:fixed;left:50%;bottom:28px;transform:translate(-50%);z-index:100000;min-height:44px;padding:0 18px;border-radius:999px;background:var(--accent);color:#fff;font-weight:900;box-shadow:0 14px 45px #0000008c,0 0 0 1px #ffffff14}.profile-dm-floating-btn:hover{background:var(--accent-hover)}@media (max-width: 760px){.dm-floating-rail{top:68px;left:8px;right:8px;bottom:auto;width:auto;height:54px;flex-direction:row;justify-content:flex-start;padding:4px 6px;background:#111214b8;border:1px solid rgba(255,255,255,.06);border-radius:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dm-floating-button{width:42px;height:42px;min-width:42px;min-height:42px}.dm-floating-button.active:before{display:none}.dm-floating-button .avatar-wrap{transform:scale(.82)}.profile-dm-floating-btn{bottom:calc(78px + env(safe-area-inset-bottom))}}.status-pill.offline{background:#949ba42e;color:#c7cad1}.profile-dm-inside-btn{margin-top:18px;width:100%;min-height:44px;border-radius:12px;background:var(--accent);color:#fff;font-weight:900}.profile-dm-inside-btn:hover{background:var(--accent-hover)}.profile-dm-floating-btn,.dm-floating-rail{display:none!important}.server-rail-dms{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:2px 0 8px;overflow-y:auto;max-height:min(42vh,360px)}.server-rail-dms::-webkit-scrollbar{display:none}.server-rail-dm-button{position:relative;width:48px;height:48px;min-height:48px;display:grid;place-items:center;padding:0;border-radius:18px;background:var(--bg-3);color:var(--text);overflow:visible;transition:.15s ease}.server-rail-dm-button:hover{background:var(--accent);border-radius:16px}.server-rail-dm-button.active{background:#5865f2d9;border-radius:16px}.server-rail-dm-button.active:before{content:"";position:absolute;left:-12px;width:4px;height:30px;border-radius:999px;background:#fff}.server-rail-dm-button .avatar-wrap{transform:scale(.92)}.server-rail-dm-unread{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ed4245;color:#fff;font-size:10px;font-weight:950;box-shadow:0 0 0 3px var(--bg-0)}@media (max-width: 760px){.server-rail-dms{width:auto;max-height:none;flex-direction:row;padding:0}.server-rail-dm-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.server-rail-dm-button .avatar-wrap{transform:scale(.82)}.server-rail-dm-button.active:before{display:none}}.avatar-wrap,.avatar,.avatar img,.member-row .avatar,.message .avatar,.profile-head .avatar,.server-rail-dm-button .avatar,.dm-floating-button .avatar{border-radius:50%!important}.avatar{overflow:hidden!important;aspect-ratio:1 / 1!important;flex:0 0 auto!important}.avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important}.avatar-wrap.big .avatar,.profile-head .avatar{border-radius:50%!important;overflow:hidden!important}.server-rail-dm-button,.dm-floating-button,.server-rail-dm-button:hover,.server-rail-dm-button.active,.dm-floating-button:hover,.dm-floating-button.active{border-radius:50%!important}.avatar-button{border:0;padding:0;background:transparent;color:inherit}.avatar-button:disabled{cursor:default}.avatar-wrap.big .avatar{width:88px;height:88px;font-size:28px;border:6px solid var(--bg-2)}.avatar-wrap.big .presence-dot{width:22px;height:22px;border-width:5px}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.presence-dot.idle{background:var(--yellow)}.presence-dot.dnd{background:var(--red)}.presence-dot.invisible,.presence-dot.offline{background:#6d737c}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;background:#23a55a2e;color:#9af0bb}.status-pill.idle{background:#f0b23229;color:#ffd98a}.status-pill.dnd{background:#da373c2e;color:#ffb0b4}.status-pill.offline,.status-pill.invisible{background:#969ba429;color:#c8ccd3}.member-button{width:100%;border:0;background:transparent;text-align:left}.member-button:hover{background:#ffffff0f}.profile-modal,.settings-modal{width:min(720px,calc(100vw - 28px));max-height:min(860px,calc(100vh - 28px));overflow-y:auto;position:relative;background:var(--bg-2);border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 120px #000000a6}.settings-modal{padding:18px;width:min(520px,calc(100vw - 28px))}.profile-banner{height:118px;border-radius:24px 24px 0 0;background:var(--accent)}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:12px;background:#00000059;color:#fff}.profile-head{display:flex;align-items:flex-end;gap:16px;padding:0 22px 16px;margin-top:-44px}.profile-head h2{margin:0 0 5px;font-size:28px}.profile-head p{margin:7px 0 0;color:var(--muted)}.profile-bio,.profile-read{margin:0 22px 18px;color:#dfe2e7;background:#0000001f;border:1px solid var(--line);border-radius:16px;padding:14px}.profile-grid{display:grid;gap:14px;padding:0 22px 22px}.profile-grid section,.settings-modal section{background:var(--bg-3);border:1px solid var(--line);border-radius:18px;padding:15px;display:grid;gap:12px}.profile-grid h3,.settings-modal h3{margin:0;display:flex;gap:8px;align-items:center;font-size:15px}.profile-grid label,.settings-modal label{display:grid;gap:7px;color:#c7cad1;font-size:13px;font-weight:700}.profile-grid input,.profile-grid textarea,.profile-grid select{width:100%;background:var(--bg-1);color:var(--text);border-radius:10px;padding:11px 12px;border:1px solid transparent}.profile-grid textarea{min-height:78px;resize:vertical}.profile-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-actions button,.primary-small{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;background:var(--bg-4);color:#fff;padding:9px 12px;font-weight:800}.profile-actions button:hover,.primary-small:hover{filter:brightness(1.08)}.primary-small{background:var(--accent)}.info-box{margin:0 22px 18px;background:#23a55a26;border:1px solid rgba(35,165,90,.38);color:#b7ffd0;border-radius:12px;padding:11px 12px;font-size:14px}.settings-modal .info-box,.settings-modal .error-box{margin:8px 0 0}.switch-line{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:10px!important}.switch-line input{width:auto}.reply-preview,.replying-bar{display:flex;align-items:center;gap:7px;border-left:3px solid var(--accent);background:#5865f21a;color:#dfe3ff;border-radius:8px;padding:6px 9px;margin:3px 0 6px;font-size:13px}.reply-preview{border:0;border-left:3px solid var(--accent);cursor:default;max-width:min(620px,100%);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.replying-bar{margin-bottom:8px}.replying-bar span{color:var(--muted);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.replying-bar button{margin-left:auto;width:26px;height:26px;border-radius:9px;background:var(--bg-4);color:#fff}.reaction-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.reaction-pill{min-height:26px;border-radius:999px;padding:3px 9px;background:#ffffff0f;color:#dfe2e7;border:1px solid var(--line);font-weight:800}.reaction-pill.mine{background:#5865f238;border-color:#5865f28c;color:#fff}.message-actions{align-items:center}.message-actions button{display:inline-flex;align-items:center;gap:4px}.emoji-actions{display:inline-flex;gap:3px;margin-right:6px}.emoji-actions button{font-size:15px;padding:2px 4px}.live-pill{margin-left:auto}.voice-dock .dock-watch-btn.local{justify-self:start;width:auto;padding:7px 11px}.settings-modal p{margin:0;color:var(--muted);line-height:1.45}@media (min-width: 760px){.profile-grid{grid-template-columns:1.3fr .9fr}.profile-grid section:first-child{grid-row:span 2}}@media (max-width: 760px){.profile-head{align-items:center;margin-top:-36px}.avatar-wrap.big .avatar{width:72px;height:72px}.profile-actions{display:grid}}
