@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";.emoji-textarea{position:relative;flex:1;min-width:0}.emoji-textarea textarea{display:block;width:100%}.emoji-autocomplete{position:absolute;z-index:30;bottom:calc(100% + 14px);left:0;width:min(440px,100%);min-width:min(240px,100%);border:1px solid var(--border);border-radius:8px;background:var(--bg-floating);box-shadow:0 8px 28px #0006;padding:8px}.emoji-autocomplete-heading{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;padding:5px 8px 9px;font-size:12px;font-weight:700}.emoji-autocomplete-heading span{font-size:10px;color:var(--muted);font-weight:400}.emoji-autocomplete [role=listbox]{max-height:min(310px,35dvh);overflow-y:auto}.emoji-autocomplete [role=option]{display:flex;width:100%;gap:12px;align-items:center;padding:7px 9px;border-radius:5px;text-align:left;color:var(--text);font-size:13px;overflow-wrap:anywhere}.emoji-autocomplete [aria-selected=true]{background:var(--brand);color:#fff}.emoji-candidate{font-size:26px;width:32px;flex-shrink:0;text-align:center;line-height:1.3}.voice-participant-menu{position:fixed;z-index:180;width:220px;max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;padding:6px;border:1px solid #303136;border-radius:7px;background:#26272b;color:#e9e9ec;box-shadow:0 8px 24px #0005;font-size:13px;font-weight:500;scrollbar-width:thin;animation:voice-menu-appear .1s ease-out}.voice-participant-menu>button{display:flex;align-items:center;gap:9px;width:100%;min-height:35px;border-radius:3px;padding:7px 9px;text-align:left;font:inherit;line-height:20px;color:inherit;background:transparent}.voice-participant-menu>button>span{flex:1}.voice-participant-menu>button>svg{flex-shrink:0;color:#b5b6bd}.voice-participant-menu>button:hover,.voice-participant-menu>button:focus-visible{background:#37383e;color:#fff}.voice-participant-menu>button:focus-visible{outline:2px solid #00a8fc;outline-offset:-2px}.voice-participant-menu>[role=separator]{margin:6px 2px;height:1px;background:#37383d}.voice-menu-check{flex:0 0 19px;width:19px;height:19px;border:1px solid #777982;border-radius:4px;display:grid;place-items:center}.voice-menu-check.checked{background:#5865f2;border-color:#5865f2;color:#fff}.voice-menu-volume{padding:8px 9px 4px}.voice-menu-volume label{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;font-size:12px}.voice-menu-volume output{color:#b5bac1;font-size:11px;font-variant-numeric:tabular-nums}.voice-menu-volume input[type=range]{width:100%;min-height:20px;height:20px;margin:0;padding:0;border:none;border-radius:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;accent-color:#5865f2;cursor:pointer}.voice-menu-volume input::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,#5865f2 var(--volume-fill),#4e5058 var(--volume-fill))}.voice-menu-volume input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:20px;border:0;border-radius:3px;margin-top:-7px;background:#f2f3f5;box-shadow:0 1px 3px #0006}.voice-menu-volume input::-moz-range-track{height:6px;background:#4e5058;border-radius:3px}.voice-menu-volume input::-moz-range-progress{height:6px;background:#5865f2}.voice-menu-volume input::-moz-range-thumb{width:10px;height:20px;border:0;border-radius:3px;background:#f2f3f5}.voice-menu-error{padding:4px 9px;margin:0;color:#ffb3b6;font-size:11px;line-height:1.5}@keyframes voice-menu-appear{0%{opacity:0;translate:0 3px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.voice-participant-menu{animation:none}}[data-reduced-motion=true] .voice-participant-menu{animation:none}:root{font-family:Noto Sans KR,Malgun Gothic,system-ui,sans-serif;color:#dbdee1;background:#313338;font-synthesis:none;--bg-primary: #313338;--bg-secondary: #2b2d31;--bg-tertiary: #1e1f22;--bg-floating: #111214;--bg-input: #383a40;--brand: #5865f2;--brand-hover: #4752c4;--text: #dbdee1;--muted: #949ba4;--subtle: #b5bac1;--positive: #23a55a;--danger: #f23f43;--border: #3f4147;--hover: #35373c;--selected: #404249;--motion-fast: .12s;--motion-normal: .18s;--ease: cubic-bezier(.2, 0, 0, 1);--chat-font-size: 16px;color-scheme:dark}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;color:inherit;background:none}button,input,textarea,select,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.42}button,a,input,textarea,select{outline-offset:3px}button:focus-visible,a:focus-visible{outline:2px solid #00a8fc}input,textarea,select{width:100%;border:1px solid transparent;background:var(--bg-tertiary);color:var(--text);padding:11px 12px;border-radius:4px;outline:none}input:focus,textarea:focus,select:focus{border-color:#00a8fc}input[type=checkbox],input[type=radio]{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}input[type=color]{height:43px;padding:4px}textarea{resize:vertical;line-height:1.5}h1,h2,h3,h4,p{margin:0}a{color:#00a8fc;text-decoration:none}a:hover{text-decoration:underline}hr{border:0;border-top:1px solid var(--border);margin:24px 0}svg{flex-shrink:0}::selection{background:#5865f280}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1a1b1e;border:2px solid var(--bg-primary);border-radius:9px}.muted{color:var(--muted)}.brand-text{color:#949cf7!important}.danger-text{color:var(--danger)!important}.center{text-align:center}.primary{background:var(--brand);padding:10px 18px;border-radius:4px;color:#fff;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background var(--motion-fast)}.primary:hover:not(:disabled){background:var(--brand-hover)}.full{width:100%}.ghost{padding:9px 14px;border-radius:4px;background:#4e5058;color:#fff;font-size:14px}.ghost:hover{background:#5d6069}.danger-button{background:#da373c;border-radius:4px;padding:10px 16px;color:#fff;font-size:13px}.danger-button:hover{background:#a12828}.text-link{color:#00a8fc;padding:0}.text-link:hover{text-decoration:underline}.icon-button{width:32px;height:32px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:var(--subtle);flex-shrink:0;transition:background var(--motion-fast),color var(--motion-fast)}.icon-button:hover,.icon-button.active{color:#fff;background:#ffffff0d}.icon-button:disabled:hover{background:none;color:var(--subtle)}.field{display:block;margin:20px 0}.field>span{display:block;font-size:12px;font-weight:700;color:#b5bac1;margin-bottom:8px;letter-spacing:.2px}.field small{font-weight:400}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hint{font-size:12px;color:var(--muted);line-height:1.7;margin-top:14px}.form-error{padding:10px 12px;background:#f23f4318;border:1px solid #f23f4340;color:#ff979b;border-radius:4px;margin:12px 0;font-size:13px;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.avatar{position:relative;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;color:#fff;border:0;line-height:1;cursor:inherit}.avatar[role=button]{cursor:pointer}.presence{position:absolute;right:-1px;bottom:-1px;width:13px;height:13px;border:3px solid var(--bg-secondary);border-radius:50%;background:var(--positive)}.presence.offline,.presence.invisible{background:#80848e;box-shadow:inset 0 0 0 2px var(--bg-secondary)}.presence.idle{background:#f0b232}.presence.dnd{background:#f23f43}.presence.dnd:after{content:"";position:absolute;width:5px;height:2px;top:2.5px;left:1px;background:var(--bg-secondary)}.app{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.windowbar{height:28px;min-height:28px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#9ca0a7;font-size:11px;font-weight:700;letter-spacing:.2px;-webkit-user-select:none;user-select:none}.windowbar>span{display:flex;align-items:center;gap:7px}.windowbar>span:last-child{font-size:10px;font-weight:400;letter-spacing:0}.live-dot{width:6px;height:6px;background:var(--positive);border-radius:50%;display:inline-block}.live-dot.disconnected{background:#f0b232}.workspace{display:flex;flex:1;min-height:0}.server-rail{width:72px;min-width:72px;background:var(--bg-tertiary);display:flex;flex-direction:column;align-items:center;padding:9px 0;gap:9px;overflow:auto;scrollbar-width:none}.server-bubble{width:48px;height:48px;min-height:48px;background:var(--bg-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:border-radius var(--motion-normal) var(--ease),background var(--motion-fast);font-size:15px;font-weight:600}.server-bubble:hover,.server-bubble.selected{border-radius:16px;background:var(--brand);color:#fff}.server-bubble:before{position:absolute;left:-12px;top:50%;height:0;width:4px;border-radius:0 4px 4px 0;background:#f2f3f5;content:"";transform:translateY(-50%);transition:height var(--motion-normal)}.server-bubble.unread:before{height:8px}.server-bubble:hover:before{height:20px}.server-bubble.selected:before{height:36px}.server-bubble.add{color:#23a55a}.server-bubble.add:hover{background:#23a55a;color:#fff}.rail-divider{height:2px;width:32px;background:#35363c;border-radius:1px;margin:1px 0}.rail-bottom{margin-top:auto;padding:18px 0 2px;font-size:9px;color:#747780;writing-mode:vertical-rl;letter-spacing:2px}.channel-sidebar{width:240px;min-width:240px;background:var(--bg-secondary);display:flex;flex-direction:column;position:relative}.sidebar-top{height:48px;min-height:48px;border-bottom:1px solid #1f2023;box-shadow:0 1px 2px #0002}.server-title{height:100%;width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:0 16px;color:#f2f3f5;font-size:15px;font-weight:700}.server-title:hover{background:#35373c}.channels-scroll{overflow-y:auto;flex:1;padding:0 8px}.server-welcome{margin:16px 4px 22px;padding:18px 12px 12px;border-radius:8px;background:linear-gradient(150deg,#3a3e65,#323443 60%,#31333c);display:flex;align-items:center;flex-direction:column;text-align:center;position:relative;overflow:hidden}.welcome-orbit{width:56px;height:56px;border-radius:19px;background:#5865f226;display:flex;align-items:center;justify-content:center;position:relative;color:#b5bbff;margin-bottom:12px;transform:rotate(-6deg)}.welcome-orbit:before,.welcome-orbit:after{content:"✦";position:absolute;color:#8e98ff;font-size:12px;top:-3px;right:-13px}.welcome-orbit:after{top:35px;left:-13px;right:auto;font-size:8px}.server-welcome strong{font-size:12px;color:#e5e7ff}.server-welcome>span{font-size:10px;color:#acafc3;margin:6px 0 14px}.server-welcome>button{background:#5865f2;width:100%;padding:7px 4px;font-size:12px;display:flex;gap:7px;align-items:center;justify-content:center;border-radius:4px;color:#fff}.category-row{display:flex;align-items:center;justify-content:space-between;height:29px;color:#949ba4;padding-right:4px}.category-row>button:first-child{display:flex;align-items:center;gap:4px;padding:0;font-weight:600;font-size:11px;min-width:0}.category-row>button:first-child:hover{color:#dbdee1}.category-row .icon-button{height:22px;width:22px}.channel-group{margin-bottom:18px}.channel-item{height:34px;display:flex;align-items:center;gap:7px;width:100%;border-radius:4px;text-align:left;padding:0 8px;margin-bottom:2px;color:#949ba4;font-size:14px;position:relative}.channel-item>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-item>svg:first-child{color:#80848e}.channel-item:hover{background:var(--hover);color:#dbdee1}.channel-item.selected{background:var(--selected);color:#f2f3f5}.channel-item.has-unread{color:#f2f3f5;font-weight:600}.channel-item.has-unread:before{content:"";position:absolute;left:-8px;background:#fff;width:4px;height:8px;border-radius:0 4px 4px 0}.channel-cog{margin-left:auto}.unread-badge{min-width:17px;height:16px;font-size:10px;padding:0 5px;line-height:16px;text-align:center;background:#f23f43;color:#fff;border-radius:8px;margin-left:auto}.thread-item{padding-left:30px;font-size:12px;height:30px}.thread-item:before{position:absolute;left:17px;top:-9px;content:"";border-left:1px solid #4e5058;border-bottom:1px solid #4e5058;width:9px;height:22px;border-radius:0 0 0 4px}.future-feature{padding:4px 9px;display:flex;gap:9px;align-items:center;color:#686c75}.future-feature div{display:flex;flex-direction:column;gap:3px}.future-feature b{font-size:12px;font-weight:500}.future-feature span{font-size:10px}.user-panel{background:#232428;min-height:54px;display:flex;align-items:center;padding:8px;gap:4px;margin-top:auto}.user-identity{display:flex;align-items:center;gap:8px;flex:1;min-width:0;cursor:pointer;border-radius:4px}.user-identity:hover{background:#ffffff0a}.user-identity>div{min-width:0;display:flex;flex-direction:column;gap:3px}.user-identity strong{color:#f2f3f5;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-identity div span{font-size:10px;color:#b5bac1}.server-menu{position:absolute;z-index:20;top:54px;left:8px;right:8px;background:#111214;padding:6px;border-radius:4px;box-shadow:0 8px 24px #0005;animation:pop var(--motion-fast) var(--ease)}.server-menu>button{display:flex;align-items:center;justify-content:space-between;padding:10px;width:100%;font-size:12px;border-radius:3px}.server-menu>button:hover{background:var(--brand);color:#fff!important}.main-area{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--bg-primary)}.chat-header{min-height:48px;height:48px;display:flex;align-items:center;padding:0 16px;gap:9px;border-bottom:1px solid #27292d;box-shadow:0 1px 2px #0002;z-index:2;flex-shrink:0}.chat-header>strong{font-size:15px;white-space:nowrap;color:#f2f3f5;overflow:hidden;text-overflow:ellipsis}.header-separator{height:22px;width:1px;background:#484a50;margin:0 7px;flex-shrink:0}.channel-topic{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#949ba4}.header-tools{margin-left:auto;display:flex;align-items:center;gap:9px}.search-box{display:flex;align-items:center;background:var(--bg-tertiary);border-radius:4px;width:150px;gap:6px;padding-right:7px;margin:0 3px;color:#949ba4}.search-box input{padding:4px 6px;height:25px;min-width:0;font-size:11px}.search-box button{padding:0;height:15px}.conversation-layout{flex:1;display:flex;min-height:0}.member-list{width:240px;min-width:240px;padding:22px 8px;background:var(--bg-secondary);overflow:auto;display:flex;flex-direction:column}.member-list section{margin-bottom:23px}.member-list h3{font-size:11px;color:#949ba4;margin:0 8px 7px;font-weight:600}.member{display:flex;align-items:center;gap:12px;width:100%;padding:7px 8px;border-radius:4px;text-align:left}.member:hover{background:#35373c}.member>div{display:flex;flex-direction:column;gap:4px;min-width:0}.member strong{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member>div>span{font-size:10px;color:#949ba4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offline-member{opacity:.5}.offline-member:hover{opacity:1}.owner-crown{color:#f0b232;margin-left:5px;font-size:14px}.members-footer{font-size:9px;color:#747780;display:flex;align-items:center;gap:6px;margin:auto auto 0;padding-top:20px}.chat{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.message-scroll{overflow-y:auto;overflow-x:hidden;flex:1;padding:20px 0 25px;scrollbar-gutter:stable}.channel-intro{padding:28px 24px 14px}.intro-hash{width:68px;height:68px;background:#41434a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f2f3f5;margin-bottom:16px}.channel-intro h1{font-size:29px;letter-spacing:-1px;color:#f2f3f5;font-weight:800;line-height:1.35}.channel-intro p{font-size:14px;color:#b5bac1;margin-top:10px}.intro-topic{margin-top:13px;font-size:12px;color:#949ba4;display:flex;align-items:center;gap:6px}.intro-topic:before{content:"";width:3px;height:15px;background:#5865f2;border-radius:2px}.date-divider{display:flex;align-items:center;margin:22px 16px 13px;gap:8px}.date-divider:before,.date-divider:after{content:"";height:1px;background:#45474d;flex:1}.date-divider>span{font-size:10px;font-weight:600;color:#949ba4}.message{padding:4px 40px 4px 72px;position:relative;min-height:52px;margin-top:13px}.message:hover{background:#2e3035}.message.compact{margin-top:0;min-height:27px;padding-top:1px;padding-bottom:1px}.message.mentioned{background:#f0b2320e;border-left:2px solid #f0b232;padding-left:70px}.message-avatar{position:absolute;left:16px;top:4px}.message.compact .message-avatar{left:13px;top:6px}.message-meta{display:flex;align-items:center;gap:9px;min-height:22px;margin-bottom:2px}.message-meta>button{padding:0;font-size:14px;font-weight:600;color:#f2f3f5}.message-meta>button:hover{text-decoration:underline}.message-meta time{font-size:10px;color:#949ba4}.compact-time{font-size:9px;opacity:0;color:#949ba4}.message:hover .compact-time{opacity:1}.markdown{font-size:var(--chat-font-size);line-height:1.55;overflow-wrap:anywhere;color:#dbdee1}.markdown p{white-space:pre-wrap;display:inline}.markdown p+p:before{content:"\a\a";white-space:pre}.markdown pre{background:#2b2d31;border:1px solid #1e1f22;border-radius:5px;padding:12px;overflow:auto;margin:6px 0;font-size:13px}.markdown code{background:#2b2d31;padding:1px 4px;border-radius:3px;font-family:Consolas,monospace;font-size:.88em}.markdown pre code{padding:0;background:none}.markdown blockquote{margin:5px 0;border-left:4px solid #4e5058;padding-left:10px;color:#b5bac1}.markdown ul,.markdown ol{margin:4px 0;padding-left:22px}.markdown h1,.markdown h2,.markdown h3{margin:5px 0;font-size:1.35em}.markdown table{border-collapse:collapse;margin:8px 0;font-size:13px}.markdown td,.markdown th{border:1px solid #4e5058;padding:5px 8px}.edited{font-size:9px;color:#949ba4;margin-left:5px}.message-actions{position:absolute;right:14px;top:-17px;display:none;gap:1px;background:#313338;border:1px solid #26272b;border-radius:5px;padding:2px;box-shadow:0 2px 5px #0004;z-index:5}.message:hover .message-actions,.message:focus-within .message-actions{display:flex}.reply-preview{display:flex;align-items:center;gap:6px;color:#949ba4;font-size:11px;max-width:100%;height:24px;margin-top:-2px}.reply-preview>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reply-preview+.message-avatar{top:28px}.reactions{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.reactions>button{padding:2px 7px;background:#2b2d31;border:1px solid transparent;border-radius:5px;display:flex;align-items:center;gap:5px;font-size:15px}.reactions>button>span{font-size:11px;color:#b5bac1;font-weight:600}.reactions>button.mine{background:#5865f226;border-color:#5865f2}.reactions>button:hover{border-color:#949ba4}.attachment{max-width:460px;background:#2b2d31;border:1px solid #232428;border-radius:7px;margin:8px 0;overflow:hidden;width:fit-content;min-width:240px}.attachment>svg{margin:12px 12px 0}.attachment img{max-width:100%;max-height:350px;display:block;object-fit:contain}.attachment video{max-width:100%;max-height:350px;display:block}.attachment audio{margin:8px}.file-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 12px;font-size:12px}.file-caption>span{overflow:hidden;text-overflow:ellipsis}.file-caption small{display:block;font-size:10px;color:#949ba4;margin-top:3px}.composer-section{margin:0 16px;position:relative;padding-top:5px}.composer-actions{position:relative;flex-shrink:0}.composer .composer-add.icon-button{color:var(--subtle)}.composer .composer-add.icon-button:hover,.composer .composer-add.icon-button.active{color:#fff}.composer-actions-menu{position:absolute;bottom:calc(100% + 16px);left:-4px;z-index:20;width:256px;max-width:calc(100vw - 48px);max-height:55dvh;overflow-y:auto;padding:8px;border:1px solid var(--border);border-radius:10px;background:var(--bg-floating);box-shadow:0 8px 24px #0006;animation:pop var(--motion-fast) var(--ease);transform-origin:bottom left}.composer-actions-menu>button{display:flex;align-items:center;gap:12px;width:100%;min-height:46px;padding:10px 12px;border-radius:5px;text-align:left;font-size:15px;color:var(--text)}.composer-actions-menu>button>svg{color:var(--subtle)}.composer-actions-menu>button:not(:disabled):hover,.composer-actions-menu>button:not(:disabled):focus-visible{background:var(--brand);color:#fff;outline:none}.composer-actions-menu>button:not(:disabled):hover>svg,.composer-actions-menu>button:not(:disabled):focus-visible>svg{color:#fff}.composer-actions-menu>button:disabled{opacity:.5}.composer-actions-menu small{margin-left:auto;font-size:10px;white-space:nowrap;color:var(--muted)}.composer{display:flex;gap:10px;align-items:center;background:var(--bg-input);border-radius:8px;padding:9px 12px;min-height:48px}.composer textarea{background:transparent;border:0;resize:none;padding:4px 0;line-height:1.55;font-size:14px;max-height:180px;min-height:28px}.composer textarea::placeholder{color:#787b83}.composer textarea:focus{outline:0}.composer .icon-button:last-child{color:#a5acf8}.composer.disabled{opacity:.6}.composer-footer{height:27px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#747780;padding:0 3px}.composer-footer>span:last-child{font-size:9px;color:#6d717b}.reply-bar{display:flex;align-items:center;justify-content:space-between;background:#2b2d31;border-radius:7px 7px 0;padding:5px 10px;color:#b5bac1;font-size:12px}.reply-bar+.composer{border-radius:0 0 8px 8px}.pending-files{padding:10px;background:#383a40;border-bottom:1px solid #4e5058;display:flex;flex-wrap:wrap;gap:8px;border-radius:8px 8px 0 0}.pending-files>div{display:flex;align-items:center;gap:8px;padding:8px;background:#2b2d31;border-radius:6px;max-width:240px}.pending-files span{font-size:11px;overflow:hidden;text-overflow:ellipsis}.pending-files small{display:block;color:#949ba4;margin-top:4px}.emoji-popover{position:absolute;z-index:10;background:#111214;padding:10px;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #3f4147;border-radius:8px;box-shadow:0 6px 20px #0006;animation:pop var(--motion-fast)}.emoji-popover>button{font-size:22px;padding:6px;border-radius:4px}.emoji-popover>button:hover{background:#35373c}.message-emoji{right:20px;top:25px}.composer-emoji{right:20px;bottom:80px}.typing-indicator{display:flex;align-items:center;gap:3px;color:#b5bac1;font-size:10px}.typing-indicator i{height:4px;width:4px;background:#b5bac1;border-radius:50%;animation:typing 1.1s infinite}.typing-indicator i:nth-child(2){animation-delay:.15s}.typing-indicator i:nth-child(3){animation-delay:.3s;margin-right:5px}.typing-indicator b{margin-right:2px}.load-older{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto 15px;font-size:12px;color:#a5acf8;background:#5865f21c;padding:9px 15px;border-radius:5px}.no-messages{text-align:center;color:#747780;font-size:12px;margin:25px 20px}.search-results-label{padding:12px 24px;color:#b5bac1;font-size:13px}.jump-latest{position:absolute;bottom:84px;left:16px;right:16px;background:#5865f2;padding:7px;color:#fff;border-radius:5px;font-size:12px;box-shadow:0 2px 8px #0004}.mention-suggestions{position:absolute;bottom:80px;left:0;right:0;background:#2b2d31;padding:8px;border:1px solid #1e1f22;border-radius:6px;z-index:10;box-shadow:0 4px 16px #0005}.mention-suggestions>button{display:flex;align-items:center;gap:10px;width:100%;padding:6px;border-radius:4px;font-size:13px}.mention-suggestions>button:hover{background:#404249}.mention-suggestions>button>span:last-child{margin-left:auto;color:#949ba4;font-size:11px}.edit-message textarea{font-size:14px;background:#383a40}.edit-message>span{font-size:10px;color:#949ba4}.edit-message button{color:#00a8fc;padding:4px}.blocked-message{margin:10px 20px 10px 72px;font-size:12px;color:#949ba4}.blocked-message summary{cursor:pointer}.drop-overlay{position:absolute;top:10px;right:10px;bottom:10px;left:10px;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#5865f2e6;border:3px dashed #a5acf8;border-radius:14px;color:#fff;pointer-events:none;gap:20px}.dm-search{background:#1e1f22;border-radius:4px;margin:10px;width:calc(100% - 20px);height:28px;text-align:left;color:#949ba4;padding:0 7px;font-size:11px}.home-nav{display:flex;gap:13px;align-items:center;width:100%;padding:12px;margin-top:8px;border-radius:5px;color:#949ba4;font-size:14px}.home-nav.selected,.home-nav:hover{background:#404249;color:#f2f3f5}.dm-heading{display:flex;align-items:center;justify-content:space-between;margin:16px 10px 7px;color:#949ba4;font-size:10px;font-weight:600}.dm-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border-radius:4px;text-align:left;font-size:13px;color:#949ba4}.dm-item>span:not(.avatar){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-item:hover,.dm-item.selected{background:#404249;color:#fff}.sidebar-hint{font-size:11px;line-height:1.8;margin:20px 12px;color:#747780}.friend-tab{padding:3px 8px;border-radius:4px;color:#b5bac1;font-size:13px;white-space:nowrap}.friend-tab:hover,.friend-tab.active{background:#43444b;color:#f2f3f5}.add-friend{background:#248046;color:#fff;font-size:12px;border-radius:4px;padding:5px 9px;white-space:nowrap}.add-friend.active{background:transparent;color:#2dc770}.friends-layout{display:flex;min-height:0;flex:1}.friends-main{flex:1;min-width:0;padding:24px 30px;overflow:auto}.friends-main>h2{font-size:15px;margin-bottom:10px}.friends-main>p{font-size:13px}.friends-search{display:flex;align-items:center;background:#1e1f22;border-radius:4px;padding-right:10px}.friends-search input{border:0;font-size:13px}.section-label{font-size:11px;color:#b5bac1;margin:22px 0 14px}.friend-row{border-top:1px solid #3f4147;display:flex;align-items:center;gap:12px;padding:14px 8px;border-radius:4px}.friend-row:hover{background:#383a40}.friend-row>div{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.friend-row b{font-size:14px;color:#f2f3f5}.friend-row small{display:none;font-size:11px;color:#949ba4;margin-left:8px;font-weight:400}.friend-row:hover small{display:inline}.friend-row>div>span{font-size:11px;color:#b5bac1}.friend-row .icon-button{border-radius:50%;background:#2b2d31;width:36px;height:36px}.friend-add-form{display:flex;align-items:center;gap:10px;border:1px solid #1e1f22;background:#1e1f22;border-radius:8px;margin:18px 0;padding:8px 12px}.friend-add-form:focus-within{border-color:#5865f2}.friend-add-form input{border:0;font-size:13px}.friend-add-form button{white-space:nowrap;font-size:12px;padding:8px 12px}.activity-sidebar{width:310px;min-width:260px;border-left:1px solid #3f4147;padding:24px 18px}.activity-sidebar>h2{font-size:18px;color:#f2f3f5;margin-bottom:30px}.activity-empty{text-align:center;padding:0 0 30px}.activity-empty b{font-size:13px;color:#f2f3f5}.activity-empty p{font-size:11px;color:#949ba4;margin-top:10px;line-height:1.8}.activity-tip{padding:24px;background:linear-gradient(145deg,#353750,#2d2f3b);border:1px solid #41445a;border-radius:9px;position:relative;overflow:hidden}.activity-tip>span{font-size:10px;color:#a5acf8}.activity-tip h3{font-size:23px;letter-spacing:-.8px;margin-top:15px;color:#e7e9fd;line-height:1.4}.activity-tip p{font-size:11px;color:#9b9eaf;line-height:1.8;margin-top:12px}.activity-tip>svg{position:absolute;right:18px;bottom:24px;color:#646eae;opacity:.4}.empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:350px;padding:40px 24px;color:#949ba4}.empty-icon{width:136px;height:112px;background:radial-gradient(ellipse,#5865f220,transparent 70%);display:flex;align-items:center;justify-content:center;color:#727bc0;position:relative;margin-bottom:10px}.empty-icon:before{content:"✦";position:absolute;left:7px;top:20px;color:#5865f2}.empty-icon:after{content:"✦";position:absolute;right:10px;bottom:18px;font-size:11px;color:#737ba9}.empty h2{font-size:18px;font-weight:600;color:#c8ccd4;margin-bottom:10px}.empty p{font-size:12px;line-height:1.8;margin-bottom:20px}.friends-main .empty{margin-top:50px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;animation:fade var(--motion-fast);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:480px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;background:#313338;border-radius:8px;box-shadow:0 10px 60px #0006;padding:24px;animation:pop var(--motion-normal) var(--ease);outline:none}.modal.wide{width:900px}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.modal-heading h2{font-size:19px;letter-spacing:-.5px;color:#f2f3f5}.modal>form>p,.modal>div>p{font-size:13px;line-height:1.7}.modal-actions{display:flex;justify-content:flex-end;gap:12px;background:#2b2d31;padding:16px 24px;margin:28px -24px -24px}.modal-actions .ghost{background:none}.create-art{width:82px;height:82px;display:flex;align-items:center;justify-content:center;border-radius:26px;background:#5865f220;color:#949cf7;margin:26px auto}.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%);z-index:200;background:#111214;color:#dbdee1;box-shadow:0 5px 30px #0006;border:1px solid #3f4147;border-radius:8px;padding:13px 18px;display:flex;align-items:center;gap:10px;font-size:13px;max-width:90vw;animation:fade var(--motion-normal)}.toast>svg{color:#23a55a}.error-toast{border-color:#f23f4370;color:#ffabad}.error-toast .icon-button{width:24px;height:24px}.group-select{max-height:300px;overflow:auto}.group-select label{display:flex;align-items:center;gap:10px;padding:10px 5px;border-top:1px solid #3f4147}.group-select label>span:not(.avatar){flex:1;font-size:14px}.profile-card{position:relative}.profile-banner{height:85px;margin:0 -24px -35px}.profile-card>.avatar{margin-left:0;border:6px solid #313338;box-sizing:content-box}.profile-card h2{font-size:22px;margin:10px 0 4px;color:#fff}.profile-card h4{font-size:11px;margin-bottom:8px}.profile-card p{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.profile-card hr{margin:18px 0}.profile-actions{display:flex;gap:10px;margin-top:25px}.radio-row{display:flex;justify-content:space-between;align-items:center;background:#2b2d31;padding:14px;margin:12px 0;border-radius:5px;font-size:14px}.help-copy p{font-size:13px;line-height:1.9;margin-bottom:16px;color:#b5bac1}.help-copy b{color:#f2f3f5}.settings-layout{display:flex;gap:28px;min-height:400px}.settings-nav{width:160px;flex-shrink:0}.settings-nav button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:4px;text-align:left;font-size:13px;color:#b5bac1;margin-bottom:3px}.settings-nav button.selected,.settings-nav button:hover{background:#404249;color:#f2f3f5}.settings-nav svg{color:#949ba4}.settings-content{flex:1;min-width:0;padding-bottom:8px}.settings-content h2{font-size:18px;color:#f2f3f5;margin-bottom:16px}.settings-content h3{font-size:14px;margin:18px 0 12px;color:#f2f3f5}.settings-content .muted{font-size:12px;line-height:1.8}.account-preview{background:#232428;border-radius:8px;padding:0 20px 20px;overflow:hidden}.account-preview>div:first-child{height:65px;margin:0 -20px -28px}.account-preview>.avatar{border:5px solid #232428;box-sizing:content-box}.account-preview h2{margin:10px 0 4px}.account-preview>span:last-child{color:#949ba4;font-size:12px}.settings-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 0}.settings-title h2{margin:0}.settings-title .primary{font-size:12px}.settings-info{background:#2b2d31;border-radius:6px;display:flex;gap:12px;padding:16px;margin:26px 0}.settings-info>svg{color:#949cf7}.settings-info b{font-size:13px}.settings-info p{font-size:11px;line-height:1.8;color:#949ba4;margin-top:5px}.role-pills{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.role-pills>button{padding:7px 10px;border:1px solid #4e5058;border-radius:5px;display:flex;align-items:center;gap:7px;font-size:12px}.role-pills>button.selected{background:#5865f226;border-color:#5865f2}.role-pills i,.member-role-select i{width:10px;height:10px;display:inline-block;border-radius:50%}.permission-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #3f4147;font-size:13px}.permission-row>span small{display:block;color:#949ba4;font-size:10px;margin-top:6px}.permission-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:20px;background:#80848e;border-radius:12px;position:relative;border:0;padding:0;flex-shrink:0;transition:background var(--motion-fast)}.permission-row input[type=checkbox]:checked{background:#5865f2}.permission-row input[type=checkbox]:after{content:"";width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform var(--motion-fast)}.permission-row input[type=checkbox]:checked:after{transform:translate(16px)}.member-settings{border-top:1px solid #3f4147;margin-bottom:8px}.member-settings summary{display:flex;align-items:center;gap:10px;padding:12px 0;cursor:pointer;font-size:13px}.member-settings summary>span:not(.avatar){color:#949ba4;font-size:11px}.member-settings summary>.owner-tag{margin-left:auto;color:#f0b232!important}.member-settings-body{padding:0 10px 16px 46px}.member-role-select{display:flex;flex-wrap:wrap;gap:8px}.member-role-select label{display:flex;align-items:center;gap:5px;font-size:11px}.moderation-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.moderation-actions button{font-size:11px;padding:7px;border:1px solid #4e5058;border-radius:4px}.audit-row{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid #3f4147}.audit-row>svg{color:#949ba4;margin-top:2px}.audit-row b{font-size:12px}.audit-row p{font-size:11px;color:#b5bac1;margin:6px 0;overflow-wrap:anywhere}.audit-row time{font-size:10px;color:#80848e}.tri-state{display:flex;border:1px solid #4e5058;border-radius:4px;overflow:hidden;flex-shrink:0}.tri-state button{font-size:10px;padding:5px 8px;color:#949ba4}.tri-state .deny{background:#da373c;color:#fff}.tri-state .allow{background:#248046;color:#fff}.tri-state .neutral{background:#4e5058;color:#fff}.saved-message{display:flex;align-items:center;gap:8px;font-size:12px;padding:10px;background:#23a55a20;color:#50cf86;border-radius:4px;margin-bottom:14px}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#20212d;position:relative;overflow:hidden;padding:100px 30px 80px}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#737ce922 .8px,transparent .8px);background-size:28px 28px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000,transparent);mask-image:linear-gradient(to bottom,transparent,#000,transparent)}.auth-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(10px)}.orb-a{width:600px;height:600px;top:-230px;right:-180px;background:radial-gradient(circle,#5865f259,transparent 70%)}.orb-b{width:800px;height:800px;bottom:-450px;left:-250px;background:radial-gradient(circle,#5865f249,transparent 70%)}.auth-brand{position:absolute;left:40px;top:30px;display:flex;align-items:center;gap:10px;color:#f2f3f5}.auth-brand strong{font-size:18px;font-weight:800}.auth-brand>span{font-size:9px;letter-spacing:1.8px;color:#858ba5;margin-left:14px}.auth-card{width:890px;max-width:100%;background:#313338;border:1px solid #414355;border-radius:12px;box-shadow:0 20px 80px #0005;display:flex;overflow:hidden;z-index:1;animation:pop .35s var(--ease)}.auth-form{width:54%;padding:38px 38px 30px}.auth-form h1{font-size:23px;letter-spacing:-.7px;text-align:center;color:#f2f3f5;margin:4px 0 12px}.auth-form>p{text-align:center;font-size:12px;line-height:1.8}.auth-form .field{margin:20px 0}.auth-form .field>span{font-size:11px}.auth-form input{font-size:13px;padding:12px}.auth-form .primary{margin-top:8px;min-height:42px}.auth-switch{font-size:11px!important;text-align:left!important;margin-top:16px}.auth-art{flex:1;position:relative;background:linear-gradient(140deg,#3e436c,#343957 50%,#303443);padding:45px 25px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.auth-art:before{content:"";position:absolute;width:290px;height:290px;border:1px solid #7d85d51a;border-radius:50%;top:40px;left:60px;box-shadow:0 0 0 30px #7d85d509,0 0 0 60px #7d85d506}.floating-chat{display:flex;align-items:center;gap:11px;background:#292c42;border:1px solid #555c84;padding:14px;border-radius:10px;transform:rotate(-5deg);width:250px;box-shadow:0 12px 35px #16182950;z-index:1;animation:float 5s ease-in-out infinite}.art-avatar{width:38px;height:38px;border-radius:13px;background:#5865f2;display:flex;align-items:center;justify-content:center;font-size:25px;color:#d2d6ff}.floating-chat b{font-size:11px;color:#e2e5fb}.art-line{height:4px;width:125px;background:#464b6c;margin-top:8px;border-radius:5px}.art-line.short{width:80px;margin-top:5px}.art-online{width:8px;height:8px;border-radius:50%;background:#23a55a;align-self:flex-start;margin-left:auto}.art-game{margin:22px 0 16px;width:145px;height:125px;display:flex;align-items:center;justify-content:center;color:#bac0ff;position:relative;transform:rotate(8deg)}.spark{position:absolute;color:#8994ff}.spark.one{top:0;right:-20px;font-size:35px}.spark.two{bottom:8px;left:-15px;font-size:19px;color:#f0b232}.auth-art h2{font-size:23px;line-height:1.5;text-align:center;letter-spacing:-.6px;color:#f0f1ff;margin:0 0 15px}.auth-art>p{text-align:center;font-size:12px;line-height:1.9;color:#a8afcd}.art-tags{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap;justify-content:center}.art-tags>span{display:flex;align-items:center;gap:4px;font-size:9px;color:#9fa8cc}.auth-footer{position:absolute;bottom:28px;font-size:10px;color:#727891;letter-spacing:.4px}.loading-screen{height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#2b2d31;color:#949cf7;gap:20px}.loading-screen p{font-size:13px;color:#949ba4}.spin{animation:spin 1s linear infinite}.mobile-menu{display:none}@keyframes pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-7px) rotate(-3deg)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1200px){.member-list{width:210px;min-width:210px}.channel-topic{display:none}.activity-sidebar{width:260px}.header-tools{gap:4px}.search-box{width:125px}.friend-header{gap:5px}.friend-tab{padding:4px 6px}}@media(max-width:1000px){.member-list,.activity-sidebar{display:none}.channel-sidebar{width:220px;min-width:220px}.channel-intro h1{font-size:25px}.auth-art{display:none}.auth-card{width:460px}.auth-form{width:100%}.auth-brand>span{display:none}.friend-header .header-separator{margin:0 3px}}@media(max-width:760px){.server-rail{width:64px;min-width:64px}.channel-sidebar{width:205px;min-width:205px}.header-tools .icon-button[aria-label=도움말],.header-tools .icon-button[aria-label="멤버 목록"]{display:none}.search-box{width:105px}.chat-header{padding:0 10px}.friend-tab{font-size:11px}.friend-header .header-tools{display:none}.friend-header>strong,.friend-header>.header-separator{display:none}.add-friend{font-size:10px}.friends-main{padding:20px 16px}.channel-intro{padding-left:18px}.channel-intro h1{font-size:22px}.message{padding-right:16px}.composer-footer>span:last-child{display:none}.settings-layout{gap:15px}.settings-nav{width:120px}}@media(max-width:600px){.windowbar{height:25px;min-height:25px}.server-rail,.channel-sidebar{display:none}.workspace.nav-open .server-rail,.workspace.nav-open .channel-sidebar{display:flex}.workspace.nav-open .server-rail{position:absolute;left:0;top:25px;bottom:0;z-index:40;box-shadow:10px 0 50px #0005}.workspace.nav-open .channel-sidebar{position:absolute;left:64px;top:25px;bottom:0;z-index:40;width:240px}.workspace.nav-open:after{content:"";position:fixed;top:25px;right:0;bottom:0;left:304px;background:#0004;z-index:30;pointer-events:none}.mobile-menu{display:inline-flex}.chat-header{gap:6px}.chat-header>strong{font-size:13px;max-width:110px}.header-tools{gap:1px}.header-tools .icon-button[aria-label="알림 설정"]{display:none}.search-box{width:88px;margin:0}.search-box input{font-size:10px}.chat-header .icon-button{width:27px}.channel-intro h1{font-size:24px}.message{padding-left:58px}.message.mentioned{padding-left:56px}.message-avatar{left:10px}.message-avatar .avatar{width:34px!important;height:34px!important;font-size:14px!important}.message-meta time{font-size:8px}.message-meta>button{font-size:13px}.composer-section{margin:0 10px}.composer{gap:5px;padding:8px}.composer textarea{font-size:13px}.markdown{font-size:14px}.message-actions{right:5px}.modal-backdrop{padding:10px}.modal{max-height:calc(100dvh - 20px);padding:20px}.modal-actions{margin-left:-20px;margin-right:-20px;margin-bottom:-20px}.modal-heading h2{font-size:17px}.settings-layout{flex-direction:column}.settings-nav{width:100%;display:flex;flex-wrap:wrap;gap:4px}.settings-nav button{width:auto;padding:7px 10px;font-size:11px}.settings-nav button>svg{display:none}.settings-nav hr{display:none}.settings-content{padding:0 2px}.settings-content .field{margin:16px 0}.tri-state button{padding:5px}.auth-page{padding:95px 18px 70px}.auth-brand{left:22px;top:25px}.auth-form{padding:28px 22px}.auth-form h1{font-size:21px}.auth-form>p{font-size:11px}.auth-card{border-radius:8px}.friend-add-form{flex-direction:column;align-items:stretch}.friend-header{gap:3px}.friend-tab{font-size:10px;padding:4px}.friends-main .empty{margin-top:0}.attachment{min-width:180px}.composer-footer{font-size:8px}.member-settings-body{padding-left:10px}}:root{font-family:gg sans,Apple SD Gothic Neo,NanumBarunGothic,Malgun Gothic,Noto Sans KR,system-ui,sans-serif;--bg-primary: #1a1a1e;--bg-secondary: #121214;--bg-tertiary: #121214;--bg-floating: #242429;--bg-input: #222327;--text: #f2f3f5;--muted: #94949d;--subtle: #b5b5be;--border: #303035;--hover: #26262b;--selected: #2d2d33;--brand: #5865f2;--brand-hover: #4752c4;color:var(--text);background:var(--bg-primary)}.server-icon-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.modal.server-wizard{width:440px;max-width:calc(100vw - 32px);padding:0;border-radius:12px;background:var(--bg-floating);border:1px solid #ffffff12;overflow:hidden;max-height:calc(100dvh - 40px);display:flex;flex-direction:column}.server-wizard .modal-heading{position:relative;padding:20px 26px 0;margin:0;justify-content:center;flex-shrink:0}.server-wizard .modal-heading h2{font-size:24px;line-height:1.2;text-align:center;font-weight:800;margin:0}.server-wizard .modal-heading>.icon-button{position:absolute;right:10px;top:10px;width:28px;height:28px;color:#94949d}.wizard-description{text-align:center;font-size:16px;line-height:1.35;padding:12px 24px 24px;color:#dbdbe1;flex-shrink:0}.wizard-choices{overflow-y:auto;padding:12px 16px 0 24px;max-height:330px;scrollbar-width:thin;scrollbar-color:#45434d transparent}.wizard-choices h3{margin:18px 0 10px;font-size:14px;color:#e4e4e9}.wizard-choice{display:flex;align-items:center;width:100%;min-height:56px;padding:12px 16px;gap:16px;background:#97979f14;border:1px solid #ffffff0d;border-radius:8px;text-align:left;font-size:17px;margin-bottom:8px;transition:background .12s}.wizard-choice:hover{background:#97979f28}.wizard-choice>svg{margin-left:auto;flex-shrink:0;color:#777983}.choice-icon{width:24px;font-size:24px;text-align:center}.wizard-join{padding:14px 24px 16px;flex-shrink:0}.wizard-join h3{text-align:center;font-size:20px;margin-bottom:12px}.wizard-join>button{width:100%;background:#97979f20;padding:9px;border-radius:8px;font-size:17px}.wizard-join>button:hover{background:#97979f35}.wizard-audience{padding:0 16px}.wizard-audience>p{font-size:14px;text-align:center;margin:20px 0 28px;line-height:1.6}.wizard-footer{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 24px;min-height:70px}.wizard-footer .primary{min-width:96px;border-radius:8px;font-size:14px}.wizard-back{font-size:14px;padding:8px 0}.wizard-back:hover{text-decoration:underline}.wizard-form{padding:0 24px}.wizard-form .field>span{color:#dbdbe1;font-size:13px}.wizard-form input{background:#17171b;min-height:40px;border:1px solid #ffffff12;border-radius:8px}.wizard-form input:focus{border-color:#5865f2}.wizard-form code{display:block;font-size:13px;color:var(--muted);margin:8px 0 24px;overflow-wrap:anywhere}.wizard-invite-help{font-size:14px}.wizard-icon-wrap{width:80px;position:relative;margin:0 auto 24px}.wizard-icon{height:80px;width:80px;border:2px dashed #a5a5ae;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;overflow:hidden}.wizard-icon span{font-size:11px;font-weight:700}.wizard-icon img{width:100%;height:100%;object-fit:cover}.icon-remove{position:absolute;top:-4px;right:-4px;background:#121214;width:23px;height:23px;border-radius:50%}.server-wizard form{overflow-y:auto}.windowbar{height:32px;min-height:32px;font-size:12px;justify-content:center;position:relative}.windowbar>span:last-child{position:absolute;right:14px;font-size:11px}.channel-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);border-right:1px solid #ffffff0a}.sidebar-resizer{width:4px;margin-left:-4px;z-index:25;cursor:col-resize;flex-shrink:0;touch-action:none}.sidebar-resizer:hover,.sidebar-resizer:focus-visible{background:#5865f280;outline:none}.server-rail{padding-bottom:78px}.server-bubble{width:40px;height:40px;min-height:40px;border-radius:12px;background:#26262b;padding:0;white-space:nowrap}.server-bubble.add{color:var(--subtle)}.server-bubble.selected,.server-bubble:hover{border-radius:12px}.rail-bottom,.future-feature,.members-footer{display:none}.server-welcome{padding:12px 12px 4px;background:transparent;border:0;margin:0}.server-welcome .welcome-orbit,.server-welcome strong,.server-welcome>span{display:none}.server-welcome>button{font-size:14px;margin:0;width:100%;background:#242429}.channels-scroll{padding-bottom:82px}.channel-item{font-size:16px;border-radius:6px}.channel-item.selected,.channel-item:hover,.dm-item.selected,.home-nav.selected{background:var(--selected)}.category-row{margin-top:12px}.category-row button{font-size:13px}.user-panel{position:absolute;left:-64px;right:8px;bottom:8px;border-radius:8px;background:#232327;min-height:56px;border:1px solid #ffffff0a;z-index:26}.user-identity strong{font-size:14px}.user-identity div span{font-size:12px}.chat-header{position:relative;border-color:#ffffff10;height:49px;min-height:49px}.chat-header>strong{font-size:16px}.header-tools{gap:5px}.channel-topic{font-size:14px}.search-box{width:220px;max-width:22vw;border:1px solid #ffffff0b;border-radius:8px}.search-box input{font-size:14px;height:30px}.member-list{background:var(--bg-primary);border-left:1px solid #ffffff08}.member-list h3,.member strong{font-size:13px}.member span{font-size:12px}.composer{border:1px solid #ffffff08;border-radius:8px;min-height:56px}.composer textarea{font-size:16px}.composer .composer-add{color:#c6c6ce}.composer-footer>span{font-size:11px}.composer-footer>span:last-child{display:none}.composer-actions-menu{background:#242429;border-color:#3a3941;border-radius:8px}.composer-actions-menu>button{font-size:15px}.modal{background:var(--bg-floating);border:1px solid #ffffff10;border-radius:12px}.modal-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000b}.field>span{font-size:14px;color:var(--subtle)}.primary,.ghost{border-radius:8px}.server-menu{background:#242429;border:1px solid #ffffff14;border-radius:8px}.server-menu>button{font-size:14px;border-radius:5px}.thread-panel,.search-results-panel{width:clamp(340px,38%,480px);min-width:340px;border-left:1px solid #ffffff16;background:var(--bg-primary);display:flex;flex-direction:column;min-height:0}.side-panel-header{min-height:49px;display:flex;align-items:center;padding:8px 16px;gap:9px;border-bottom:1px solid #ffffff0c;flex-shrink:0}.side-panel-header h2{font-size:16px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-panel-header>.icon-button:last-child{margin-left:auto}.side-panel-header>.primary{margin-left:auto;padding:5px 12px}.thread-panel>.chat{width:100%;min-width:0}.thread-panel .channel-intro{padding:20px}.thread-panel .channel-intro h1{font-size:24px}.thread-panel .message{padding-right:16px}.thread-panel .composer-section{padding:0 12px}.thread-create-form{display:flex;flex-direction:column;flex:1;min-height:0}.thread-create-fields{padding:24px;overflow:auto}.thread-parent{color:var(--muted);font-size:14px}.private-thread{display:flex;gap:16px;align-items:start;margin-top:24px}.private-thread>span{flex:1;font-size:16px}.private-thread svg{vertical-align:middle;margin-right:6px}.private-thread small{display:block;color:var(--muted);font-size:13px;line-height:1.5;margin-top:8px}.thread-member-choices{max-height:200px;overflow:auto;border:1px solid var(--border);border-radius:8px}.thread-member-choices label{display:flex;justify-content:space-between;padding:8px 12px;font-size:14px}.thread-first-message{margin-top:auto;padding:16px}.thread-first-message>p{color:var(--muted);font-size:14px;margin-bottom:16px;text-align:center}.thread-first-message small{display:block;font-size:11px;color:var(--muted);padding:8px 0 0}.header-popover{position:absolute;right:16px;top:calc(100% + 8px);width:420px;max-width:calc(100vw - 24px);max-height:min(600px,75dvh);background:#242429;border:1px solid #ffffff18;box-shadow:0 8px 28px #0005;border-radius:10px;z-index:50;display:flex;flex-direction:column;overflow:hidden}.result-scroll,.thread-list-scroll{overflow:auto;padding:12px;min-height:0}.panel-search{display:flex;align-items:center;margin:12px;padding-left:10px;background:#17171b;border-radius:6px;color:var(--muted)}.panel-search input{background:transparent;border:none;font-size:14px}.thread-list-row{display:flex;width:100%;text-align:left;align-items:center;gap:12px;border:1px solid #ffffff0c;border-radius:8px;padding:12px;margin-bottom:8px}.thread-list-row:hover{background:var(--selected)}.thread-list-row span{flex:1;min-width:0}.thread-list-row b{font-size:15px;overflow-wrap:anywhere}.thread-list-row small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.panel-empty{padding:40px 16px;text-align:center;color:var(--muted)}.panel-empty svg{margin-bottom:18px}.panel-empty h3{font-size:16px;color:var(--text);margin-bottom:10px}.panel-empty p{font-size:14px;line-height:1.6}.result-message{background:#222227;border:1px solid #ffffff0c;border-radius:8px;margin-bottom:12px;padding:14px;position:relative}.result-message>p{font-size:15px;line-height:1.6;margin:10px 0;white-space:pre-wrap;overflow-wrap:anywhere}.result-author{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.result-author b{font-size:14px}.result-author time{color:var(--muted);font-size:11px}.result-channel{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--subtle);margin-bottom:12px}.result-attachment{display:block;color:var(--muted);font-size:13px;margin-bottom:8px;overflow-wrap:anywhere}.result-jump{background:#383840;border-radius:5px;padding:5px 10px;font-size:12px}.result-jump:hover{background:var(--brand)}.search-results-label{font-size:14px;padding:8px;color:var(--subtle)}.message-highlight{background:#5865f228!important;box-shadow:inset 3px 0 #5865f2}.search-filter-modal{width:480px}.search-filter-modal .field{margin:12px 0}.message-actions{border:1px solid #3a3a42;background:#242429;border-radius:8px}.quick-reaction{font-size:18px;width:30px;border-radius:4px}.quick-reaction:hover{background:var(--selected)}.message-context-menu{position:fixed;z-index:90;width:240px;max-width:calc(100vw - 16px);padding:6px;border:1px solid #ffffff18;background:#242429;border-radius:8px;box-shadow:0 6px 22px #0007}.message-context-menu>button{display:flex;width:100%;justify-content:space-between;align-items:center;padding:9px 10px;border-radius:4px;font-size:14px;text-align:left}.message-context-menu>button:hover,.message-context-menu>button:focus{background:#5865f2;color:#fff!important;outline:none}.menu-quick-reactions{display:flex;gap:8px;padding:4px 4px 8px;border-bottom:1px solid #ffffff0c;margin-bottom:4px}.menu-quick-reactions button{font-size:23px;flex:1;border-radius:6px;padding:4px}.menu-quick-reactions button:hover{background:var(--selected)}.settings-backdrop{padding:0;background:#1f1f24}.modal.fullscreen-settings{width:100%;max-width:100%;height:100dvh;max-height:100dvh;padding:0;border:0;border-radius:0;background:#1f1f24;overflow:hidden}.fullscreen-settings>.modal-heading{margin:0;padding:0;height:0}.fullscreen-settings>.modal-heading h2{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.fullscreen-settings>.modal-heading>button{position:absolute;top:60px;right:max(24px,calc((100vw - 1040px)/2));border:2px solid #92929d;width:36px;height:36px;border-radius:50%;z-index:2}.fullscreen-settings>.modal-heading>button:after{content:"ESC";position:absolute;top:41px;font-size:11px}.fullscreen-settings .settings-layout{height:100%;min-height:0;gap:0;width:100%}.fullscreen-settings .settings-nav{width:calc(max(0px,(100vw - 1040px)/2) + 240px);padding:60px 12px 32px max(16px,calc((100vw - 1040px)/2));background:#121214;overflow-y:auto}.settings-nav-title{font-size:12px;color:var(--muted);margin:0 10px 12px;overflow-wrap:anywhere}.fullscreen-settings .settings-nav button{font-size:15px;padding:8px 12px;min-height:34px}.fullscreen-settings .settings-nav button>svg{display:none}.fullscreen-settings .settings-content{padding:60px max(80px,calc((100vw - 920px)/2)) 60px 40px;overflow-y:auto;min-height:0}.fullscreen-settings .settings-content>*{max-width:660px}.fullscreen-settings .settings-content h2{font-size:20px}.fullscreen-settings .settings-content .muted{font-size:14px}.fullscreen-settings .permission-row{font-size:15px}.fullscreen-settings input,.fullscreen-settings textarea,.fullscreen-settings select{border:1px solid #ffffff0c;border-radius:8px;background:#19191d}.fullscreen-settings .settings-nav button.selected{background:#2d2d33}@media(max-width:1100px){.header-tools{gap:2px}.search-box{width:160px}.channel-topic{display:none}.thread-panel,.search-results-panel{min-width:320px;width:45%}.conversation-layout:has(>.thread-panel)>.chat,.conversation-layout:has(>.search-results-panel)>.chat{min-width:0}.fullscreen-settings .settings-content{padding:60px 70px 40px 28px}}@media(max-width:800px){.thread-panel,.search-results-panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-width:0;z-index:35;border:0}.conversation-layout{position:relative}.sidebar-resizer{display:none}.fullscreen-settings .settings-nav{width:170px;padding-left:12px}.fullscreen-settings .settings-content{padding-right:56px}}@media(max-width:600px){.windowbar>span:last-child{display:none}.channel-sidebar{width:250px;min-width:250px}.user-panel{left:-56px}.header-tools .search-box{width:95px;max-width:26vw}.chat-header{padding:0 8px;gap:4px}.header-tools{gap:0}.header-tools .icon-button{width:27px}.chat-header>strong{font-size:14px}.header-tools .icon-button[aria-label=도움말],.header-tools .icon-button[aria-label="알림 설정"]{display:none}.fullscreen-settings .settings-layout{flex-direction:column}.fullscreen-settings .settings-nav{width:100%;padding:12px 56px 12px 12px;flex-shrink:0;display:flex;overflow-x:auto;gap:4px}.settings-nav-title{display:none}.fullscreen-settings .settings-nav button{white-space:nowrap;width:auto;font-size:14px}.fullscreen-settings .settings-nav hr{display:none}.fullscreen-settings>.modal-heading>button{top:12px;right:12px;width:30px;height:30px}.fullscreen-settings>.modal-heading>button:after{display:none}.fullscreen-settings .settings-content{padding:24px 18px}.fullscreen-settings .tri-state button{padding:6px}.server-wizard .modal-heading h2{font-size:22px}.wizard-description{font-size:15px}.wizard-choice{font-size:16px}.wizard-choices{padding-left:16px}.wizard-join h3{font-size:18px}}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.thread-menu-wrap{position:relative}.thread-menu-wrap .profile-menu{top:32px}.server-shortcuts{padding:0 8px 12px;display:flex;flex-direction:column;gap:4px}.server-shortcuts button{padding:10px 8px;display:flex;align-items:center;gap:10px;text-align:left;color:var(--muted);border-radius:6px;font-size:14px}.server-shortcuts button:hover,.server-shortcuts button.selected{background:var(--selected);color:var(--text)}.server-directory{display:flex;flex-direction:column;min-height:0;flex:1}.server-directory>.chat-header>.icon-button:last-child{margin-left:auto}.directory-content{overflow:auto;padding:28px 32px;flex:1}.directory-content h1{font-size:24px;margin:0 0 10px}.directory-content>.muted{font-size:14px}.directory-filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-top:24px}.directory-filters .field{flex:1;min-width:150px;margin:0}.directory-filters .field:first-child{flex:2}.directory-filters input,.directory-filters select{font-size:13px;min-height:40px}.directory-count{margin:24px 0 12px;color:var(--muted);font-size:13px}.member-table-scroll{overflow-x:auto}.member-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px;white-space:nowrap}.member-table th{font-size:12px;color:var(--muted);padding:12px;font-weight:600}.member-table td{padding:12px;border-top:1px solid #ffffff12}.directory-member{display:flex;gap:10px;align-items:center;text-align:left}.directory-member>span:last-child{display:flex;flex-direction:column;gap:4px}.directory-member small{color:var(--muted);font-size:12px}.directory-pagination{display:flex;align-items:center;gap:10px;justify-content:flex-end;margin-top:20px;font-size:13px}.directory-pagination>span{margin-right:auto;color:var(--muted)}.directory-empty{padding:40px;text-align:center;color:var(--muted)}.browse-category{margin-top:30px}.browse-category h2{font-size:14px;color:var(--muted)}.browse-category h2 small{margin-left:8px}.browse-channel{display:flex;gap:14px;align-items:center;border:1px solid #ffffff16;border-radius:9px;padding:16px;margin:8px 0;background:#ffffff03}.browse-channel>button{display:flex;flex-direction:column;gap:5px;text-align:left;flex:1;min-width:0}.browse-channel b{font-size:15px}.browse-channel small{font-size:12px;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere}.browse-channel label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.browse-channel input{width:18px;height:18px}.quick-switcher{width:560px}.quick-results{max-height:330px;overflow:auto;margin-top:16px}.quick-results button{display:flex;width:100%;justify-content:space-between;gap:15px;align-items:center;padding:12px;border-radius:6px;text-align:left}.quick-results button[aria-selected=true]{background:#5865f2;color:#fff}.quick-results button small{opacity:.7;font-size:12px}.quick-results button span{overflow-wrap:anywhere}@media(max-width:700px){.directory-content{padding:20px 14px}.directory-filters{gap:10px}.browse-channel label>span{display:none}.directory-content .member-table{min-width:680px}.server-directory .chat-header>.muted{display:none}}.search-results-label{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-results-label select{width:auto;margin-left:auto;padding:5px 8px;font-size:12px}.avatar-decoration-ring{outline:2px solid var(--profile-accent);outline-offset:2px}.avatar-decoration-orbit:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px dashed var(--profile-accent);border-radius:50%;pointer-events:none}.user-profile-card{--profile-bg: #232428;background:var(--profile-bg);border:1px solid #ffffff18;border-radius:12px;overflow:hidden;color:#f2f3f5;position:relative;isolation:isolate}.user-profile-card.frame-line{border:2px solid var(--profile-accent)}.user-profile-card.frame-gradient{border:3px solid transparent;background:linear-gradient(var(--profile-bg),var(--profile-bg)) padding-box,linear-gradient(135deg,var(--profile-accent),var(--profile-secondary)) border-box}.user-profile-banner{height:160px;overflow:hidden}.user-profile-banner img{width:100%;height:100%;object-fit:cover;display:block}.is-compact .user-profile-banner{height:110px}.user-profile-body{padding:0 20px 18px;position:relative;z-index:1;min-width:0}.profile-avatar-row{margin-top:-46px;margin-bottom:12px;display:flex;align-items:flex-end;min-height:92px}.profile-avatar-row>.avatar{box-shadow:0 0 0 7px var(--profile-bg);flex-shrink:0}.is-compact .profile-avatar-row{margin-top:-38px;min-height:76px}.profile-identity{border-radius:8px;padding:7px 0;min-width:0}.profile-identity h2{font-size:24px;line-height:1.3;margin:0 0 4px;overflow-wrap:anywhere;white-space:normal}.is-compact .profile-identity h2{font-size:21px}.profile-handle{font-size:14px;margin:0;overflow-wrap:anywhere;color:#dbdee1}.profile-handle span{padding:0 3px}.profile-identity small{font-size:12px;color:#b5bac1}.profile-name{overflow-wrap:anywhere}.name-font-rounded{font-family:Arial Rounded MT Bold,Malgun Gothic,sans-serif;letter-spacing:.03em}.name-font-serif{font-family:Georgia,Batang,serif}.name-font-mono{font-family:Consolas,D2Coding,monospace}.name-effect-gradient{background:linear-gradient(110deg,var(--name-primary),var(--name-secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.name-effect-neon{color:var(--name-primary);text-shadow:0 0 10px var(--name-secondary)}.nameplate-gradient{padding:10px;background:linear-gradient(110deg,color-mix(in srgb,var(--profile-accent) 30%,transparent),color-mix(in srgb,var(--profile-secondary) 16%,transparent))}.nameplate-stars{padding:10px;background:radial-gradient(circle at 88% 25%,#fff 1px,transparent 2px),radial-gradient(circle at 75% 75%,var(--profile-secondary) 2px,transparent 3px),linear-gradient(125deg,transparent,color-mix(in srgb,var(--profile-accent) 30%,transparent))}.profile-status-text{margin:12px 0 0;padding:10px 12px;border:1px solid #ffffff20;border-radius:12px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.profile-section{margin-top:16px;font-size:14px}.profile-section h3,.profile-section>label{display:block;font-size:12px;font-weight:700;margin:0 0 6px;color:#f2f3f5}.profile-section p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.profile-section label small{font-weight:400;color:#b5bac1}.profile-section textarea{background:#00000020;border:1px solid transparent;padding:8px;font-size:13px;color:#dbdee1;resize:vertical;min-height:60px}.profile-section textarea:focus{border-color:#5865f2}.profile-dates{display:flex;gap:22px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #ffffff15}.profile-dates p{font-size:12px}.profile-role-chips{display:flex;gap:5px;flex-wrap:wrap}.profile-role-chips>span{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:4px 8px;border-radius:5px;background:#00000030}.profile-role-chips i{width:10px;height:10px;border-radius:50%}.profile-quick-actions{display:flex;gap:8px;margin-top:18px}.profile-quick-actions>.primary{flex:1;justify-content:center;font-size:13px;min-height:36px}.profile-more-wrap{position:relative}.profile-menu{position:absolute;right:0;top:40px;z-index:10;width:190px;background:#17171c;border:1px solid #ffffff25;border-radius:8px;box-shadow:0 8px 24px #0008;padding:6px}.profile-menu button{display:block;text-align:left;width:100%;padding:9px;border-radius:4px;font-size:13px}.profile-menu button:hover{background:#5865f2;color:#fff}.profile-tabs{display:flex;gap:18px;border-bottom:1px solid #ffffff20;margin-top:20px}.profile-tabs button{padding:10px 0;color:#b5bac1;border-bottom:2px solid transparent;font-size:14px}.profile-tabs button[aria-selected=true]{border-bottom-color:var(--profile-accent);color:#fff}.profile-expand{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:14px;padding:12px 0 0;border-top:1px solid #ffffff18;color:#dbdee1;font-size:13px}.profile-expand:hover{color:#fff}.profile-save-status{font-size:12px;color:#83d6ad;margin:8px 0}.mutual-server{display:flex;align-items:center;gap:12px;padding:9px 0}.mutual-server>img,.mutual-server>span{width:36px;height:36px;border-radius:10px;object-fit:cover;background:#36373f;display:grid;place-items:center}.modal.profile-dialog{padding:0;max-width:calc(100vw - 24px);border:0;background:transparent;box-shadow:0 16px 60px #0009;overflow:auto;border-radius:12px}.profile-dialog.profile-compact{width:340px}.modal-backdrop:has(.profile-compact){background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-dialog.profile-full{width:620px}.profile-dialog>.modal-heading{height:0;margin:0;padding:0}.profile-dialog>.modal-heading h2{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.profile-dialog>.modal-heading>button{position:absolute;right:12px;top:12px;z-index:3;border-radius:50%;background:#0008;color:#fff;width:30px;height:30px}.profile-dialog .user-profile-card{border-radius:12px;min-height:100%}.dm-profile-title{text-align:left;font-weight:700;color:#f2f3f5;font-size:16px}.dm-profile-title:hover{text-decoration:underline}.dm-profile-sidebar{width:320px;min-width:280px;flex-shrink:0;background:var(--bg-secondary);overflow-y:auto;border-left:1px solid #ffffff12;padding:12px}.dm-profile-sidebar .user-profile-card{border:0}.modal.profile-editor{width:1000px;max-width:calc(100vw - 32px);padding:0;overflow-y:auto}.profile-editor>.modal-heading{position:sticky;top:0;z-index:3;background:#242429;padding:18px 24px;margin:0;border-bottom:1px solid #ffffff12}.profile-editor>.modal-heading h2{font-size:18px}.profile-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;padding:24px}.profile-edit-fields>h2{font-size:22px;margin:0 0 8px}.profile-edit-fields>.muted{font-size:14px;margin-bottom:24px}.profile-edit-fields .field{margin:14px 0}.profile-edit-fields>h3{font-size:14px;margin-top:24px}.profile-image-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-image-actions>div{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.profile-image-actions .secondary{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#3a3a42;border-radius:6px;font-size:13px}.profile-live-preview{align-self:start;position:sticky;top:94px}.eyebrow{display:block;font-size:12px;font-weight:700;margin:0 0 12px;color:#b5bac1}.character-count{display:block;text-align:right;color:#b5bac1;margin-top:-10px}.profile-style-links{display:flex;flex-direction:column;border:1px solid #ffffff15;border-radius:8px;overflow:hidden}.profile-style-links button{padding:13px 12px;display:flex;gap:10px;align-items:center;background:#1d1d23;font-size:14px;border-bottom:1px solid #ffffff0d;text-align:left}.profile-style-links button:last-child{border:0}.profile-style-links button span{flex:1}.profile-style-links button:hover{background:#363640}.profile-save-bar{position:sticky;bottom:0;z-index:2;display:flex;align-items:center;gap:12px;background:#151518;padding:14px 24px;border-top:1px solid #ffffff18}.profile-save-bar>p{flex:1;font-size:13px;margin:0}.profile-save-bar button{white-space:nowrap}.profile-editor:has(.profile-picker)>.modal-heading,.profile-editor:has(.profile-picker) .profile-save-bar{z-index:0}.modal.profile-picker{width:840px;max-width:calc(100vw - 32px);background:#242429}.profile-picker-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px}.profile-picker-options section{margin-bottom:24px}.profile-picker-options h3{font-size:14px}.style-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.style-options button{display:flex;align-items:center;justify-content:space-between;gap:5px;border:1px solid #ffffff24;border-radius:8px;padding:13px 10px;font-size:14px}.style-options button.selected{border-color:#949cff;background:#5865f230}.profile-picker .modal-actions{margin-top:24px}.profile-animation-glow .user-profile-banner{animation:profile-glow 5s ease-in-out infinite alternate}.profile-animation-sparkles:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 20% 15%,#fff9 1px,transparent 3px),radial-gradient(circle at 80% 40%,#fff9 1px,transparent 3px),radial-gradient(circle at 55% 75%,#fff6 1px,transparent 3px);animation:profile-sparkle 4s ease-in-out infinite alternate}@keyframes profile-glow{0%{filter:brightness(.88)}to{filter:brightness(1.22)}}@keyframes profile-sparkle{0%{opacity:.2;transform:translateY(-3px)}to{opacity:.85;transform:translateY(3px)}}html[data-reduced-motion=true] .profile-animation-glow .user-profile-banner,html[data-reduced-motion=true] .profile-animation-sparkles:after{animation:none}@media(prefers-reduced-motion:reduce){.profile-animation-glow .user-profile-banner,.profile-animation-sparkles:after{animation:none}}.settings-backdrop:has(.inset-settings){background:#000a;padding:32px}.modal.fullscreen-settings.inset-settings{width:min(1400px,100%);height:calc(100dvh - 64px);max-height:850px;border:1px solid #ffffff25;border-radius:12px}.inset-settings>.modal-heading>button{top:20px;right:20px;border:0;background:#32323a}.inset-settings>.modal-heading>button:after{display:none}.inset-settings .settings-nav{width:230px;min-width:230px;padding:28px 12px;background:#18181d}.inset-settings .settings-content{padding:32px 60px 32px 36px}.inset-settings .settings-content>*{max-width:780px}.account-settings .user-profile-card{margin:20px 0;max-width:500px}.account-settings>.primary{margin-bottom:20px}@media(max-width:1100px){.dm-profile-sidebar{width:280px;min-width:240px}.profile-editor-layout{gap:24px;grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:900px){.dm-profile-sidebar{position:absolute;right:0;top:48px;bottom:0;z-index:8;width:300px;box-shadow:-10px 0 30px #0008}.profile-editor-layout{grid-template-columns:minmax(0,1fr) 280px;gap:16px}}@media(max-width:700px){.profile-editor-layout,.profile-picker-grid{display:flex;flex-direction:column}.profile-live-preview{position:static}.profile-live-preview .user-profile-card,.profile-picker-preview .user-profile-card{max-width:360px;margin:auto}.profile-save-bar{padding:12px;flex-wrap:wrap;gap:8px}.profile-save-bar>p{flex-basis:100%}.modal.profile-editor{max-width:calc(100vw - 16px)}.profile-editor-layout{padding:16px}.settings-backdrop:has(.inset-settings){padding:8px}.modal.fullscreen-settings.inset-settings{height:calc(100dvh - 16px);max-height:none}.inset-settings .settings-layout{flex-direction:column}.inset-settings .settings-nav{width:100%;min-width:0;padding:16px 50px 12px 12px;flex-shrink:0}.inset-settings .settings-content{padding:20px;flex:1}.inset-settings .settings-nav hr,.inset-settings .settings-nav .danger-text{display:none}.profile-dialog.profile-full{width:calc(100vw - 24px)}}.server-context-menu{position:fixed;z-index:150;width:204px;max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;padding:6px;color:#f2f3f5;background:#28292d;border:1px solid #393a3f;border-radius:8px;box-shadow:0 8px 24px #0006;font-size:14px;font-weight:500;animation:server-menu-in 90ms ease-out;scrollbar-width:thin}.server-context-menu button{width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:4px;background:transparent;color:inherit;font:inherit;line-height:20px;display:flex;align-items:center;justify-content:space-between;gap:6px;text-align:left}.server-context-menu button:not(:disabled):hover,.server-context-menu button:focus-visible{color:#fff;background:#42434a;outline:none}.server-context-menu button:focus-visible{box-shadow:inset 0 0 0 2px #00a8fc}.server-context-menu button:disabled{opacity:.5;cursor:wait}.server-context-menu button small{display:block;color:#94959c;font-size:12px;line-height:16px}.server-context-menu [role=separator]{height:1px;background:#393a3f;margin:7px 2px}.server-menu-check,.server-menu-radio{flex-shrink:0;display:grid;place-items:center;width:19px;height:19px;border:1px solid #777880;border-radius:4px}.server-menu-check.checked{color:#fff;background:#5865f2;border-color:#5865f2}.server-menu-radio{border-radius:50%;border-width:2px}.server-menu-radio.checked{border-color:#949cf7}.server-menu-radio.checked:after{content:"";width:9px;height:9px;background:#949cf7;border-radius:50%}.server-context-menu .server-menu-danger{color:#f7777b}.server-context-menu .server-menu-danger:not(:disabled):hover,.server-context-menu .server-menu-danger:focus-visible{color:#fff;background:#d83c3e}.server-menu-id{display:flex;align-items:center;gap:10px}.server-menu-id svg{color:#aaaab2}.server-menu-error,.server-menu-hint{margin:6px 10px;font-size:12px;line-height:1.5;color:#aaaab2}.server-menu-error{color:#ffb3b6}.server-context-submenu{width:208px;z-index:151}.server-action-name{margin-top:0;color:#aaaab2;overflow-wrap:anywhere}.server-privacy-toggle{display:flex;align-items:center;gap:20px;justify-content:space-between;font-weight:600}.server-privacy-toggle input{width:20px;height:20px;flex:0 0 auto;accent-color:#5865f2}.server-nickname-preview{display:flex;gap:16px;align-items:center;margin:20px 0;padding:20px;border-radius:8px;background:#1e1f22}.server-nickname-preview strong,.server-nickname-preview span{display:block;overflow-wrap:anywhere}.server-nickname-preview strong{font-size:20px}.server-nickname-preview span{color:#aaaab2}@keyframes server-menu-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.server-context-menu{animation:none}}[data-reduced-motion=true] .server-context-menu{animation:none}.message-images{margin:6px 0 2px;max-width:100%;width:fit-content}.message-image{position:relative;min-width:0;max-width:100%;border-radius:8px}.message-image-open{display:block;padding:0;max-width:100%;border-radius:inherit;overflow:hidden;cursor:pointer}.message-image-open img{display:block;width:auto;height:auto;max-width:min(550px,100%);max-height:350px;object-fit:contain}.message-images.has-many{width:550px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.has-many .message-image{aspect-ratio:1.3;overflow:hidden;border-radius:4px}.has-three .message-image:first-child{grid-row:span 2;aspect-ratio:auto}.has-many .message-image-open{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.has-many .message-image-open img{width:100%;height:100%;max-height:none;object-fit:cover}.message-images.has-many .message-image-open:focus-visible{outline-offset:-3px}.image-unavailable{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:24px;color:#b5bac1;overflow-wrap:anywhere;text-align:center}.image-failed{background:#232428}.image-unavailable small{font-size:12px}.modal-backdrop:has(>.image-viewer){padding:0;background:#000e;z-index:120}.modal.image-viewer{position:relative;width:100%;height:100dvh;max-height:none;max-width:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:hidden;--media-height: calc(100dvh - 72px) ;animation:ui-fade-in .18s ease-out both}.modal-backdrop[data-motion-state=exit] .modal.image-viewer{animation:ui-fade-out .15s ease-in both}.image-viewer>.modal-heading{position:absolute;z-index:4;top:36px;right:24px;margin:0}.image-viewer>.modal-heading h2{display:none}.image-viewer .icon-button{width:40px;height:40px;flex-shrink:0;border-radius:8px;color:#dbdee1}.image-viewer .icon-button:hover:not(:disabled){background:#ffffff18;color:#fff}.image-viewer-content{height:100%}.image-viewer-toolbar{position:absolute;z-index:3;inset:36px 76px auto 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:0;pointer-events:none}.image-viewer-author{display:flex;align-items:center;gap:12px;min-width:0;text-shadow:0 1px 4px #000}.image-viewer-author>div{display:flex;min-width:0;flex-direction:column;gap:3px}.image-viewer-author strong{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-viewer-author time{color:#949ba4;font-size:12px}.image-viewer-stage{position:absolute;top:0;right:0;bottom:0;left:0;padding:36px 76px}.image-viewer-viewport{height:100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:auto;overscroll-behavior:contain}.image-viewer-image{display:flex;flex-shrink:0;align-items:center;justify-content:center;max-width:100%;max-height:100%;padding:0;cursor:zoom-in}.image-viewer-image img{display:block;width:auto;height:auto;max-width:100%;max-height:var(--media-height);object-fit:contain;border-radius:3px}.is-zoomed.image-viewer-viewport{align-items:flex-start;justify-content:flex-start}.is-zoomed .image-viewer-image{margin:auto;max-width:none;max-height:none;cursor:zoom-out}.is-zoomed .image-viewer-image img{max-width:none;max-height:none}.image-viewer-previous,.image-viewer-next{position:absolute;z-index:2;top:calc(50% - 20px);background:#2b2d3166}.image-viewer-previous{left:18px}.image-viewer-next{right:18px}.image-viewer-loading{position:absolute;display:flex;align-items:center;gap:10px;font-size:13px;pointer-events:none}.image-viewer-loading svg{animation:spin 1s linear infinite}.image-viewer-tools{position:relative;display:flex;align-items:center;flex-shrink:0;border:1px solid #ffffff16;border-radius:12px;background:#1c1d22e6;pointer-events:auto}.image-viewer>.modal-heading>button{border:1px solid #ffffff16;background:#1c1d22e6;border-radius:10px}.image-viewer-menu{position:absolute;right:0;top:calc(100% + 8px);width:236px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 100px);overflow:auto;padding:6px;background:#111214;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 24px #0006;animation:ui-menu-in .14s ease-out}.image-viewer-menu>button,.image-viewer-menu>a{display:flex;align-items:center;gap:10px;width:100%;padding:10px 8px;border-radius:4px;color:#dbdee1;font-size:13px;text-align:left;text-decoration:none}.image-viewer-menu>button:hover,.image-viewer-menu>a:hover,.image-viewer-menu>[role=menuitem]:focus-visible{background:#5865f2;color:#fff}.image-viewer-details{display:flex;flex-direction:column;gap:8px;margin:6px 4px;padding:12px 4px 4px;border-top:1px solid #ffffff1a;overflow-wrap:anywhere;font-size:12px}.image-viewer-details>span{color:#949ba4}.image-copy-status{display:block;margin:8px;font-size:12px;color:#b5bac1}.image-copy-status input{margin-top:8px;font-size:11px}.image-viewer-announcement{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:600px){.image-viewer-toolbar{inset:16px 60px auto 12px;gap:12px}.image-viewer>.modal-heading{right:12px;top:16px}.image-viewer-author{gap:8px}.image-viewer-author .avatar{display:none}.image-viewer-author strong{font-size:12px}.image-viewer-author time{font-size:10px;white-space:nowrap}.image-viewer-stage{padding-left:12px;padding-right:12px}.image-viewer-stage:has(.image-viewer-next){padding-left:44px;padding-right:44px}.image-viewer-previous{left:0}.image-viewer-next{right:0}}.channel-sidebar .channels-scroll{padding-bottom:12px;min-height:0}.voice-dock{padding:8px;margin-bottom:72px;border-top:1px solid #ffffff0c;background:#19181f;flex-shrink:0}.voice-controls{display:flex;align-items:center;justify-content:center;gap:8px}.voice-controls .icon-button{width:36px;height:34px;border-radius:9px;transition:background .15s,color .15s}.voice-controls .icon-button[aria-pressed=true]{background:#f23f4320;color:#ff7478}.voice-controls .icon-button[aria-label="연결 끊기"]{color:#ff7478}.voice-connection{width:100%;display:flex;text-align:left;align-items:center;gap:9px;color:#43b581;padding:5px 3px 9px;background:none}.voice-connection span{min-width:0}.voice-connection b,.voice-connection small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-connection small{color:#aaa6b6;font-size:11px;margin-top:4px}.voice-error{display:flex;align-items:flex-start;gap:6px;padding:9px;border-radius:8px;background:#f23f4318;color:#ffb3b5;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.voice-error .icon-button{flex-shrink:0}.voice-connecting{display:flex;align-items:center;justify-content:space-between;font-size:12px;padding:5px}.voice-stage{flex:1;min-width:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:22px;padding:42px 24px 24px;background:radial-gradient(ellipse at top,#322b47,#1d1b24 75%)}.voice-stage-heading{text-align:center;color:#eceaf5}.voice-stage-heading>svg{color:#a6a0b8}.voice-stage-heading h2{margin:12px 0 7px;font-size:28px}.voice-stage-heading p,.voice-stage-note{color:#aaa6b6;font-size:14px}.voice-stage-note{margin-top:auto;text-align:center;line-height:1.6}.voice-stage .voice-controls .icon-button{width:52px;height:48px;background:#ffffff13;border-radius:16px}.voice-stage .voice-controls .icon-button:hover{background:#ffffff24}.voice-stage .voice-controls .icon-button[aria-label="연결 끊기"]{background:#d83c3e;color:#fff}.voice-stage .voice-controls .icon-button[aria-pressed=true]{background:#f23f4330}.voice-roster{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:900px;width:100%}.voice-participant{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:16px;border:2px solid transparent;padding:24px 18px;background:#ffffff07;border-radius:14px;min-width:175px;transition:border-color .12s,background .12s}.voice-participant.speaking{border-color:#43b581;background:#43b5810a}.voice-participant{color:#eceaf5;cursor:pointer;font:inherit}.voice-participant:hover{background:#ffffff12}.voice-participant:focus-visible{outline:2px solid #00a8fc;outline-offset:3px}.voice-user-volume{margin:12px 0;padding:14px 12px;border:1px solid #ffffff12;border-radius:10px;background:#0000001c}.voice-user-volume>label:first-child{display:grid;gap:10px;font-size:13px;font-weight:600}.voice-user-volume>label:first-child>span{display:flex;justify-content:space-between}.voice-user-volume .voice-volume-value{color:#c2bdff;font-variant-numeric:tabular-nums}.voice-user-volume input[type=range]{width:100%;margin:0;padding:0;accent-color:#9389ff;cursor:pointer}.voice-user-volume-scale{display:flex;justify-content:space-between;color:#aaa6b6;font-size:10px;padding:4px 0 8px}.voice-user-volume .voice-setting-toggle{font-size:12px}.voice-user-volume p{font-size:11px;color:#aaa6b6;line-height:1.5;margin:8px 0 0}.voice-volume-reset{color:#b9b0ff;font-size:11px;background:transparent;padding:5px 0}.voice-processing-presets{display:flex;flex-wrap:wrap;gap:8px}.voice-processing-presets button{background:#ffffff10;border:1px solid #ffffff16;border-radius:8px;padding:9px 12px}.voice-participant>span:not(.avatar){overflow:hidden;text-overflow:ellipsis;max-width:190px;white-space:nowrap}.voice-participant>svg{position:absolute;right:10px;bottom:10px;color:#aaa6b6}.voice-roster.compact{flex-direction:column;gap:1px;padding:1px 5px 5px 28px}.compact .voice-participant{min-width:0;padding:5px;flex-direction:row;justify-content:flex-start;gap:8px;border:none;background:none;font-size:13px;color:#aaa6b6}.compact .voice-participant.speaking .avatar{outline:2px solid #43b581;outline-offset:2px}.compact .voice-participant>svg{position:static;margin-left:auto;flex-shrink:0}.voice-join-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.voice-join-actions>button{border-radius:10px;padding:13px 20px}.voice-status{color:#c8c4d4}.voice-network-warning{max-width:540px;padding:12px 18px;background:#f0b23212;color:#eed29b;border-radius:10px;text-align:center}.voice-network-warning button{padding:8px 12px}.voice-settings{display:grid;gap:14px}.voice-settings-modal{width:min(700px,calc(100vw - 24px));overflow-anchor:none}.voice-settings-modal .modal-heading{position:sticky;top:-24px;z-index:10;background:var(--bg-floating);padding:12px 0}.voice-settings-intro{display:flex;gap:14px;align-items:center;padding-bottom:6px}.voice-settings-symbol{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;border-radius:14px;background:#5865f222;color:#a4acff}.voice-settings-intro h3{margin:0 0 6px;font-size:18px}.voice-settings-intro p{margin:0;font-size:12px;line-height:1.6;color:var(--muted)}.voice-device-section{display:grid;gap:16px;min-width:0}.audio-device-select{position:relative;min-width:0}.audio-device-label{display:block;font-size:12px;font-weight:700;margin-bottom:8px;color:var(--subtle)}.audio-device-trigger{display:flex;align-items:center;gap:12px;width:100%;min-height:70px;padding:12px 14px;text-align:left;border:1px solid #ffffff26;border-radius:9px;background:#111016}.audio-device-trigger>span{flex:1;min-width:0}.audio-device-trigger>svg{flex-shrink:0;color:#a8a3b6}.audio-device-trigger strong,.audio-device-trigger small{display:block;overflow-wrap:anywhere;white-space:normal}.audio-device-trigger strong{font-size:14px;color:var(--text);line-height:1.5}.audio-device-trigger small{color:var(--muted);font-size:11px;line-height:1.5;margin-top:3px}.audio-device-trigger:hover:not(:disabled),.audio-device-trigger[aria-expanded=true]{border-color:#949cff;background:#222030}.audio-device-trigger:focus-visible{outline:2px solid #949cff;outline-offset:3px}.audio-device-trigger.missing{border-color:#f0b232}.audio-device-trigger:disabled{opacity:.5}.audio-device-popup{position:relative;z-index:5;margin-top:6px;border:1px solid #5a546b;border-radius:10px;background:#17141f;padding:8px;box-shadow:0 8px 24px #0005}.audio-device-search{display:flex;align-items:center;gap:8px;padding:0 9px;background:#09080d;border-radius:6px;margin-bottom:8px;color:var(--muted)}.audio-device-search input{background:transparent;border:0;min-width:0;padding:10px 0;font-size:13px}.audio-device-search input:focus{outline:none;box-shadow:none}.audio-device-search:focus-within{outline:2px solid #949cff}.audio-device-popup [role=listbox]{max-height:270px;overflow-y:auto;overscroll-behavior:contain}.audio-device-popup [role=option]{display:flex;align-items:flex-start;width:100%;gap:9px;text-align:left;border-radius:6px;padding:11px 8px;color:var(--text)}.audio-device-popup [role=option]:hover,.audio-device-popup [data-active=true]{background:#ffffff0d}.audio-device-popup [aria-selected=true]{background:#5865f224}.audio-device-check{width:18px;flex-shrink:0;color:#a4acff}.audio-device-option-text{flex:1;min-width:0}.audio-device-option-text strong,.audio-device-option-text small{display:block;overflow-wrap:anywhere;line-height:1.5}.audio-device-option-text strong{font-size:13px}.audio-device-option-text small{color:var(--muted);font-size:11px;margin-top:3px}.audio-device-original{opacity:.8}.audio-device-badge{flex-shrink:0;border-radius:4px;background:#ffffff0c;padding:3px 5px;font-size:10px;color:#c1bbd0}.audio-device-help,.audio-device-empty{color:var(--muted);font-size:11px;padding:8px;margin:0}.voice-device-tip{font-size:12px;line-height:1.7;padding:12px 14px;background:#5865f211;border-left:3px solid #8891ef;border-radius:6px;color:#bfc3dc}.voice-test-card{padding:16px;background:#111016;border:1px solid #ffffff1c;border-radius:10px}.voice-test-heading{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px}.voice-test-heading>span{color:#80cba1;font-size:11px}.voice-test-card p{font-size:11px;color:var(--muted);line-height:1.7;margin:12px 0 0}.voice-section-title{border-top:1px solid #ffffff16;padding-top:20px;margin:4px 0 0;font-size:15px}.voice-settings .voice-processing-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.voice-processing-presets button{text-align:left}.voice-processing-presets strong,.voice-processing-presets small{display:block;line-height:1.5}.voice-processing-presets strong{font-size:12px}.voice-processing-presets small{color:var(--muted);font-size:10px;margin-top:6px}.voice-processing-presets button[aria-pressed=true]{background:#5865f229;border-color:#8c95f6}@media(max-width:480px){.voice-settings .voice-processing-presets{grid-template-columns:1fr}.audio-device-badge{font-size:9px}.voice-settings-intro h3{font-size:16px}}.voice-settings>p{margin:0;line-height:1.55}.voice-settings .field{margin:0}.voice-settings input[type=range]{padding:0;accent-color:#5865f2}.voice-setting-toggle{display:flex;align-items:center;justify-content:space-between;padding:7px 0;gap:16px}.voice-setting-toggle input{width:20px;height:20px;accent-color:#5865f2}.voice-test{display:flex;align-items:center;gap:16px}.voice-test button{padding:10px 14px;flex-shrink:0;border-radius:8px;background:#5865f2;color:#fff}.voice-level{flex:1;height:12px;background:#ffffff15;border-radius:6px;overflow:hidden}.voice-level i{display:block;height:100%;background:#43b581;transition:width .1s}@media(max-width:700px){.voice-stage{padding:26px 12px 18px;gap:18px}.voice-participant{min-width:135px;padding:20px 12px}}@media(prefers-reduced-motion:reduce){.voice-participant,.voice-level i,.voice-controls .icon-button{transition:none}}.screen-settings{display:grid;gap:18px}.screen-intro{display:flex;align-items:center;gap:16px}.screen-intro>svg{flex-shrink:0;color:#a49bff}.screen-intro p,.screen-settings p{margin:6px 0 0;line-height:1.6}.screen-intro p{color:#aaa6b6;font-size:13px}.screen-settings fieldset{border:0;padding:0;margin:0;min-width:0}.screen-settings legend{font-size:13px;font-weight:700;margin-bottom:10px;color:#cbc6db}.screen-quality-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.screen-fps-options{grid-template-columns:repeat(3,1fr)}.screen-quality-options label{position:relative;cursor:pointer;border:1px solid #ffffff22;background:#ffffff09;border-radius:9px;padding:14px 6px;text-align:center;transition:background .16s,border-color .16s}.screen-quality-options label.selected{background:#5865f233;border-color:#9289ff;color:#eeeaff}.screen-quality-options label:focus-within{outline:2px solid #00a8fc;outline-offset:3px}.screen-quality-options input{position:absolute;opacity:0;width:1px;height:1px}.screen-settings fieldset:disabled{opacity:.55}.screen-privacy,.screen-warning{padding:10px 12px;background:#f0b23212;color:#e4cc9c;font-size:12px;border-radius:8px;line-height:1.6}.screen-quality-note{color:#c7c0e5}.screen-actions{display:flex;justify-content:flex-end;gap:10px}.screen-actions button{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:8px}.screen-live-badge{font-size:10px;font-weight:800;line-height:1.2;background:#da373c;color:#fff;border-radius:4px;padding:3px 5px;letter-spacing:.3px}.voice-participant:not(.compact .voice-participant)>.screen-live-badge{position:absolute;right:8px;top:8px}.compact .voice-participant>.screen-live-badge{margin-left:auto;flex-shrink:0}.voice-controls{flex-wrap:wrap}.voice-controls .icon-button.active{color:#6ae6ae;background:#43b58120}.screen-dock-status,.screen-dock-watching{display:flex;align-items:center;gap:8px;font-size:11px;padding:8px 2px;width:100%;background:transparent}.screen-dock-watching{justify-content:space-between}.screen-dock-watching button{padding:3px;background:transparent;color:#b7afd9;font-size:11px}.screen-grid{width:100%;max-width:1120px;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),360px));justify-content:center;align-items:start;gap:10px}.screen-view-toolbar{grid-column:1 / -1;min-height:30px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#b8b4c3;font-size:12px}.screen-view-toolbar>span:first-child,.screen-view-toolbar>button{display:inline-flex;align-items:center;gap:6px}.screen-view-toolbar>button{margin-left:auto;padding:6px 8px;border-radius:5px;background:#ffffff0a;font-size:11px}.screen-view-toolbar>button[aria-pressed=true]{color:#c5bdff;background:#5865f220}.screen-view-toolbar button:focus-visible{outline:2px solid #00a8fc;outline-offset:2px}.screen-view-hint{font-size:10px;color:#8f8a9b}.screen-grid.is-focused{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}.screen-tile.is-focused{grid-column:1 / -1;grid-row:2}.screen-tile.is-focused .screen-player{height:clamp(200px,52vh,560px)}.screen-tile.is-focused video,.screen-tile.is-focused .screen-color-canvas{height:100%;aspect-ratio:auto;cursor:zoom-out}.screen-grid.is-focused .screen-view-hint{display:none}.voice-stage.has-broadcasts{padding-top:16px;gap:12px;background:#151419}.has-broadcasts .voice-stage-heading{display:flex;align-items:center;gap:10px;width:100%}.has-broadcasts .voice-stage-heading>svg{width:20px;height:20px}.has-broadcasts .voice-stage-heading h2{font-size:17px;margin:0}.has-broadcasts .voice-stage-heading p{font-size:11px;margin:0 0 0 auto}.has-broadcasts>.voice-roster{gap:8px;max-width:1120px}.has-broadcasts>.voice-roster .voice-participant{min-width:0;flex-direction:row;padding:7px 12px;gap:8px;border-radius:7px;font-size:12px}.has-broadcasts>.voice-roster .avatar{width:28px!important;height:28px!important;font-size:12px!important}.has-broadcasts>.voice-roster .voice-participant>svg,.has-broadcasts>.voice-roster .voice-participant>.screen-live-badge{position:static}.has-broadcasts .voice-status{font-size:12px;margin:0}.has-broadcasts>.voice-controls{padding:8px;background:#151419eb;border-radius:14px;position:sticky;bottom:0;z-index:3}.has-broadcasts .voice-controls .icon-button{width:42px;height:40px;border-radius:12px}.has-broadcasts .voice-stage-note,.has-broadcasts>.hint{font-size:11px}.has-broadcasts>.hint{margin:0}.screen-tile{position:relative;isolation:isolate;min-width:0;overflow:hidden;border:1px solid #ffffff16;border-radius:9px;background:#15131c;animation:screen-appear .2s ease-out}.screen-tile:focus-within{outline:2px solid #9289ff;outline-offset:2px}.screen-tile>header,.screen-tile>footer{position:absolute;left:0;right:0;z-index:3;display:flex;align-items:center;gap:6px;justify-content:space-between;padding:6px 8px}.screen-tile>header{top:0;background:linear-gradient(#000b,transparent);pointer-events:none}.screen-tile>footer{bottom:0;min-height:32px;background:linear-gradient(transparent,#000d)}.screen-tile header strong,.screen-tile footer>span{display:flex;align-items:center;gap:6px;min-width:0}.screen-tile header strong{max-width:55%;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-tile header strong svg{width:14px;height:14px;flex-shrink:0}.screen-tile header span,.screen-tile footer>span{color:#d2cdda;font-size:10px;white-space:nowrap}.screen-tile footer>span{margin-right:auto}.screen-tile footer button{border-radius:5px;padding:4px 7px;font-size:10px;background:#ffffff20;white-space:nowrap}.screen-tile footer .screen-stop{color:#ffb3b5;background:#d83c3e33}.screen-tile .screen-warning{position:relative;margin:0;border-radius:0;padding:8px;font-size:10px}.screen-tile:has(.screen-warning)>footer{position:static;opacity:1;transform:none}.screen-tile:has(.screen-warning) .screen-video-controls{bottom:0}.screen-player{position:relative;background:#0b0a0e}.screen-player video,.screen-color-canvas{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain;background:#08070b;cursor:zoom-in}.screen-player.screen-compatible video{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.screen-preview-placeholder{min-height:225px;padding:34px 12px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#17151d;color:#b8b3c6;text-align:center;font-size:12px}.screen-preview-placeholder strong{color:#e1ddea}.screen-preview-placeholder p{margin:0;line-height:1.5}.screen-preview-placeholder small{font-size:10px}.screen-preview-placeholder button{padding:6px 10px;background:#ffffff15;border-radius:5px}.screen-tile.screen-preview-hidden>footer{opacity:1;transform:none}.screen-video-top{position:absolute;z-index:2;top:36px;left:8px;right:8px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.screen-video-top span,.screen-video-top small{background:#000a;padding:3px 5px;border-radius:4px;font-size:10px}.screen-video-top span{background:#d83c3e;font-weight:800}.screen-video-top small{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-video-controls{position:absolute;z-index:2;left:0;right:0;bottom:32px;display:flex;align-items:center;gap:6px;padding:4px 8px;background:linear-gradient(transparent,#000b);min-height:36px}.screen-video-controls .icon-button{flex-shrink:0;width:28px;height:28px}.screen-video-controls button:not(.icon-button){padding:3px 6px;border-radius:4px;font-size:10px}.screen-preview-note{color:#d2cdda;font-size:10px;margin-right:auto}.screen-volume{display:flex;gap:8px;align-items:center;margin-right:auto;font-size:10px;color:#cbc6db}.screen-volume input{max-width:90px;width:70px;padding:0;accent-color:#9389ff}.screen-tile:not(.is-focused) .screen-volume span{display:none}.screen-video-wait{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#aaa6b6;font-size:12px;background:#15131c;pointer-events:none}.screen-video-wait svg{width:26px;height:26px}.screen-watch-prompt{aspect-ratio:16 / 9;padding:32px 12px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#aaa6b6;background:radial-gradient(ellipse at center,#302840,#17131f)}.screen-watch-prompt>svg{width:28px;height:28px}.screen-watch-prompt p{margin:0;font-size:12px}.screen-watch-prompt button{padding:8px 18px;border-radius:8px;font-size:12px}.screen-watch-prompt small{display:none}.screen-player .voice-error{position:absolute;inset:auto 8px 70px;z-index:4}.screen-tile>footer,.screen-video-controls,.screen-video-top{opacity:0;transform:translateY(3px);transition:opacity .15s,transform .15s}.screen-tile:hover>footer,.screen-tile:focus-within>footer,.screen-tile:hover .screen-video-controls,.screen-tile:focus-within .screen-video-controls,.screen-tile:hover .screen-video-top,.screen-tile:focus-within .screen-video-top{opacity:1;transform:none}.screen-player:fullscreen,.screen-tile.is-focused .screen-player:fullscreen{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;isolation:isolate}.screen-player:fullscreen video,.screen-player:fullscreen .screen-color-canvas{flex:1;min-height:0;height:100%;aspect-ratio:auto;cursor:default}.screen-player:fullscreen .screen-video-controls{bottom:0;opacity:1;transform:none}.screen-player:fullscreen .screen-video-top{top:10px;opacity:1;transform:none}.screen-player:fullscreen .screen-volume span{display:inline}@keyframes screen-appear{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(hover:none){.screen-tile>footer,.screen-video-controls,.screen-video-top{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.screen-tile{animation:none}.screen-quality-options label,.screen-tile>footer,.screen-video-controls,.screen-video-top{transition:none}}html[data-reduced-motion=true] .screen-tile{animation:none}html[data-reduced-motion=true] .screen-tile>footer,html[data-reduced-motion=true] .screen-video-controls,html[data-reduced-motion=true] .screen-video-top{transition:none}@media(max-width:700px){.screen-view-hint,.has-broadcasts .voice-stage-heading p{display:none}.has-broadcasts>.voice-roster .voice-participant{padding:5px 8px}.screen-quality-options{gap:5px}.screen-quality-options label{font-size:12px}.screen-tile>header{gap:6px}}:root{--motion-fast: .14s;--motion-normal: .2s;--motion-exit: .15s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.4, 0, 1, 1)}.modal-backdrop{animation:ui-fade-in .16s ease-out both}.modal{animation:ui-dialog-in .22s var(--ease-out) both}.modal.fullscreen-settings{animation:ui-settings-in .24s var(--ease-out) both}.modal-backdrop[data-motion-state=exit]{animation:ui-fade-out var(--motion-exit) ease-in both;pointer-events:none}.modal-backdrop[data-motion-state=exit] .modal{animation:ui-dialog-out var(--motion-exit) var(--ease-in) both}.modal-backdrop[data-motion-state=exit] .fullscreen-settings{animation:ui-settings-out var(--motion-exit) var(--ease-in) both}.server-menu,.server-context-menu,.composer-actions-menu,.message-context-menu,.header-popover,.profile-menu{animation:ui-menu-in .16s var(--ease-out) both;transform-origin:top left}.server-menu[data-motion-state=exit],.server-context-layer[data-motion-state=exit] .server-context-menu{animation:ui-menu-out var(--motion-exit) var(--ease-in) both;pointer-events:none}.server-context-submenu{animation-name:ui-submenu-in}.server-context-menu button,.server-menu button,.settings-nav button,.channel-item,.server-shortcuts button,.member,.friend-row,.icon-button,.primary,.ghost,.danger-button,.composer-actions-menu button,.message-context-menu button,.reaction,.profile-tabs button,.wizard-choice{transition:background-color var(--motion-fast) ease,color var(--motion-fast) ease,border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,opacity var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.primary:active:not(:disabled),.ghost:active:not(:disabled),.icon-button:active:not(:disabled),.danger-button:active:not(:disabled),.wizard-choice:active:not(:disabled){transform:scale(.97)}.server-bubble{transition:border-radius .22s var(--ease-out),background-color var(--motion-fast),transform .18s var(--ease-out),box-shadow var(--motion-fast)}.server-bubble:active{transform:scale(.92)}.server-bubble:before{transition:height .2s var(--ease-out)}.server-title>svg{transition:transform .18s var(--ease-out)}.server-title[aria-expanded=true]>svg{transform:rotate(180deg)}.server-menu-check,.server-menu-radio{transition:background-color .14s ease,border-color .14s ease}.server-menu-check.checked svg{animation:ui-check-in .18s var(--ease-out) both}.thread-panel,.search-results-panel,.dm-profile-sidebar{animation:ui-panel-in .22s var(--ease-out) both}.settings-content,.wizard-choices,.wizard-audience,.wizard-form{animation:ui-content-in .2s var(--ease-out) both}.settings-nav button{position:relative}.settings-nav button.selected:before{content:"";position:absolute;width:3px;height:18px;top:calc(50% - 9px);left:0;background:#b5b9ff;border-radius:3px;animation:ui-check-in .18s var(--ease-out) both}.wizard-choice:hover{border-color:#ffffff35}.wizard-choice>svg{transition:transform .18s var(--ease-out),color .14s}.wizard-choice:hover>svg{transform:translate(3px);color:var(--text)}.composer:focus-within{box-shadow:0 0 0 1px #5865f277}.composer,input,textarea,select{transition:border-color .14s ease,box-shadow .14s ease}.message-actions{transform-origin:bottom right;animation:ui-menu-in .12s var(--ease-out) both}.toast{animation:ui-toast-in .22s var(--ease-out) both}.category-channels{display:grid;grid-template-rows:1fr;transition:grid-template-rows .2s var(--ease-out),opacity .14s;opacity:1}.category-channels>div{min-height:0;overflow:hidden}.category-channels.collapsed{grid-template-rows:0fr;opacity:0}.category-chevron{transition:transform .18s var(--ease-out)}.category-chevron.collapsed{transform:rotate(-90deg)}.server-settings-summary{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #ffffff12;background:#27272d;border-radius:12px;margin:20px 0 28px}.server-settings-summary>img,.server-settings-summary>span{width:64px;height:64px;border-radius:18px;object-fit:cover;background:var(--brand);display:grid;place-items:center;font-size:24px;flex-shrink:0}.server-settings-summary strong{display:block;font-size:18px;overflow-wrap:anywhere}.server-settings-summary small{display:block;margin-top:6px;color:var(--muted)}.modal.fullscreen-settings{position:relative}.settings-save-toast{position:absolute;bottom:24px;left:50%;transform:translate(-50%);max-width:calc(100% - 48px);margin:0;z-index:3;background:#1b3a29;border:1px solid #23a55a66;border-radius:8px;padding:12px 16px;box-shadow:0 8px 20px #0002;animation:ui-toast-in .18s var(--ease-out)}@keyframes ui-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-fade-out{to{opacity:0}}@keyframes ui-dialog-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}@keyframes ui-dialog-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(8px) scale(.98)}}@keyframes ui-settings-in{0%{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:none}}@keyframes ui-settings-out{to{opacity:0;transform:translateY(8px) scale(.99)}}@keyframes ui-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:none}}@keyframes ui-menu-out{to{opacity:0;transform:translateY(-3px) scale(.97)}}@keyframes ui-submenu-in{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:none}}@keyframes ui-panel-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}@keyframes ui-content-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes ui-check-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}@keyframes ui-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}html[data-reduced-motion=true] *,html[data-reduced-motion=true] *:before,html[data-reduced-motion=true] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.call-slot{display:flex;flex:1;min-width:0;min-height:0}.call-slot[hidden]{display:none}.call-mount,.call-host{display:flex;flex:1;min-width:0;min-height:0;position:relative}.call-host{width:100%;height:100%}.call-stage{position:relative;display:flex;flex:1;width:100%;min-width:0;min-height:0;overflow:hidden;background:#111214;color:#f2f3f5;container-type:inline-size}.call-stage:fullscreen{width:100vw;height:100vh}.call-main{display:flex;flex:1;min-width:0;min-height:0;flex-direction:column;position:relative}.call-header{height:54px;flex-shrink:0;display:flex;align-items:center;gap:10px;padding:10px 18px;z-index:5;background:linear-gradient(#111214,#111214b0)}.call-header>span{color:#b5bac1;font-size:12px}.call-header-actions{margin-left:auto;display:flex;gap:6px}.call-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(var(--call-columns),minmax(0,1fr));grid-auto-rows:max-content;align-content:center;gap:10px;padding:8px 18px;overflow:auto}.call-grid.focused{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);grid-auto-rows:auto;padding:0 12px;overflow:hidden}.call-cell{min-width:0;min-height:0;display:flex;aspect-ratio:16 / 9}.call-grid.focused .call-cell{aspect-ratio:auto}.call-cell[hidden]{display:none}.call-hidden-participants{grid-column:1 / -1;text-align:center;color:#b5bac1;padding:32px 12px}.call-hidden-participants button{padding:8px 12px;border-radius:5px;background:#37383e;color:#fff}.call-stage .call-tile{width:100%;height:100%;min-height:0;border-radius:10px}.call-person{position:relative;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--participant-color) 24%,#202127);border:2px solid transparent;transition:border-color .15s,background .15s}.call-person.speaking{border-color:#23a55a}.call-person-focus{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:inherit}.call-person .avatar{box-shadow:0 4px 18px #0003}.call-person-name{position:absolute;left:9px;bottom:9px;padding:4px 7px;background:#0008;border-radius:5px;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.call-person-indicators{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:7px}.call-person-indicators .icon-button{width:26px;height:26px}.call-stage .screen-tile.is-focused{grid-column:auto;grid-row:auto}.call-stage .screen-player,.call-stage .screen-tile.is-focused .screen-player{height:100%;min-height:0}.call-stage .screen-watch-prompt,.call-stage .screen-preview-placeholder{height:100%;min-height:0;aspect-ratio:auto;padding:48px 12px}.call-stage .screen-watch-prompt p{margin:0;font-size:13px}.call-stage .screen-watch-prompt button{padding:9px 18px;border-radius:6px}.call-stage .screen-preview-placeholder{font-size:12px}.call-stage .screen-tile>header,.call-stage .screen-tile>footer{padding:9px 10px}.call-stage .screen-tile>footer{z-index:4}.call-stage .screen-tile .screen-warning{position:absolute;left:0;right:0;bottom:40px;max-height:65px;overflow:auto;z-index:4}.call-stage .screen-tile:has(.screen-warning)>footer{position:absolute}.call-stage .screen-tile:has(.screen-warning) .screen-video-controls{bottom:34px}.call-stage .screen-video-controls{bottom:34px;padding-right:46px;flex-wrap:wrap}.call-stage .screen-video-top{top:42px}.call-stage .screen-volume{gap:5px}.call-stage .screen-volume input{width:75px}.call-stage .screen-preview-note{max-width:45%}.call-filmstrip-area{flex-shrink:0;display:flex;flex-direction:column;align-items:center;min-width:0;padding:5px 12px 0}.call-members-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#b5bac1;font-size:11px;padding:5px 12px;border-radius:5px}.call-members-toggle:hover{background:#ffffff12;color:#fff}.call-filmstrip{display:flex;gap:8px;max-width:100%;padding:4px;overflow-x:auto;scrollbar-width:thin}.call-thumbnail{flex:0 0 136px;height:80px;border-radius:7px;border:2px solid transparent;background:#30313b;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.call-thumbnail.selected{border-color:#e3e5e8}.call-thumbnail>span:not(.avatar){position:absolute;bottom:3px;left:5px;max-width:calc(100% - 10px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:10px;padding:2px 4px;border-radius:4px;background:#0009}.call-thumbnail>.screen-live-badge{position:absolute;right:4px;top:4px;font-size:8px}.call-thumbnail-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#111214}.call-toolbar{display:flex;align-items:center;justify-content:center;padding:16px 12px;min-height:80px;flex-shrink:0;position:relative;z-index:5}.call-stage .call-controls{flex-wrap:nowrap;gap:8px}.call-stage .call-controls .icon-button{height:48px;width:48px;border-radius:50%;background:#2b2d31;color:#f2f3f5}.call-stage .call-controls .icon-button:hover{background:#41434a}.call-stage .call-controls .icon-button[aria-pressed=true]{background:#f2f3f5;color:#d83c3e}.call-stage .call-controls .icon-button.active{color:#53d191}.call-stage .call-controls .call-danger{width:64px;border-radius:24px;background:#d83c3e;color:#fff}.call-stage .call-controls .call-danger:hover{background:#a1282b}.call-split-button{display:flex;align-items:center;background:#2b2d31;border-radius:24px;padding-right:3px}.call-stage .call-split-button .icon-button:first-child{border-radius:24px 0 0 24px;width:43px}.call-stage .call-split-button .icon-button:last-child{width:23px;border-radius:0 24px 24px 0}.call-view-controls{position:absolute;right:12px;display:flex;gap:5px}.call-view-controls .icon-button{width:30px;height:32px}.call-chrome{transition:opacity .18s ease}.call-stage.controls-idle:not(:has(:focus-visible)) .call-chrome{opacity:0}.call-stage .call-chrome:hover,.call-stage .call-chrome:focus-within{opacity:1;pointer-events:auto}.call-notices{flex-shrink:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;font-size:11px;padding:5px 12px;color:#e4cc9c;max-height:72px;overflow:auto}.call-notices button{text-decoration:underline}.call-chat{width:clamp(280px,32%,380px);min-width:0;min-height:0;display:flex;flex-direction:column;border-left:1px solid #ffffff13;background:var(--bg-primary)}.call-chat>header{display:flex;align-items:center;gap:8px;padding:9px 12px;min-height:54px;border-bottom:1px solid #ffffff12}.call-chat>header .icon-button{margin-left:auto}.call-chat .chat{width:100%;min-width:0}.call-chat .message{padding-left:64px;padding-right:10px}.call-chat .channel-intro{padding:20px 16px 8px}.call-chat .channel-intro h1{font-size:22px}.call-chat .composer-section{padding-left:12px;padding-right:12px}.call-chat .composer{flex-wrap:wrap}.call-menu{position:absolute;z-index:20;width:min(274px,calc(100% - 16px));max-height:calc(100% - 16px);overflow-y:auto;background:#18191e;border:1px solid #ffffff1b;border-radius:10px;box-shadow:0 12px 40px #0007;padding:10px;animation:call-menu-in .14s ease-out}.call-menu>header{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:8px}.call-menu>button{width:100%;text-align:left;padding:9px;border-radius:5px;font-size:13px}.call-menu>button:hover{background:#5865f2;color:#fff}.call-menu>label{display:flex;flex-direction:column;gap:9px;padding:9px;font-size:12px}.call-menu input[type=range]{width:100%;accent-color:#5865f2;padding:0}.call-menu>.call-checkbox{flex-direction:row;justify-content:space-between}.call-audio-menu{left:50%;transform:translate(-50%);bottom:86px;width:min(390px,calc(100% - 24px))}.call-audio-menu .audio-device-select{margin-bottom:12px}.call-input-level{padding:9px;font-size:12px}.call-input-level .voice-level{margin-top:8px}.call-popout-body{width:100vw;height:100vh;overflow:hidden}.call-popout-placeholder{display:flex;width:100%;align-items:center;justify-content:center;gap:16px;flex-direction:column;padding:24px;text-align:center;background:#111214}.call-popout-placeholder h2,.call-popout-placeholder p{margin:0}.call-popout-placeholder p{color:#949ba4;font-size:13px}.call-popout-placeholder button{padding:10px 20px;border-radius:6px}.call-mount:has(>.call-popout-placeholder)>.call-host{display:none}.screen-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#08070b}.screen-viewport.is-zoomed{cursor:grab;touch-action:none}.screen-viewport.is-zoomed:active{cursor:grabbing}.screen-transform{position:absolute;top:50%;left:50%;transform-origin:center}.screen-player .screen-transform video,.screen-player .screen-transform .screen-color-canvas{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;cursor:inherit}.screen-player.screen-compatible .screen-transform video{width:1px;height:1px;opacity:0;pointer-events:none}.screen-zoom-tools{position:absolute;z-index:5;right:8px;bottom:75px;background:#111214e8;border:1px solid #ffffff24;border-radius:7px;padding:3px}.screen-zoom-tools:not(.expanded){bottom:37px}.screen-zoom-tools .icon-button{width:28px;height:28px;flex-shrink:0}.screen-zoom-tools.expanded{width:176px}.screen-minimap{position:relative;margin-inline:auto;max-width:100%;width:100%;max-height:120px;background:#000;touch-action:none;cursor:crosshair;overflow:hidden}.screen-minimap canvas{display:block;width:100%;height:100%}.screen-minimap>span{position:absolute;border:2px solid #fff;background:#ffffff16;pointer-events:none;box-shadow:0 0 0 160px #0005}.screen-zoom-range{display:flex;align-items:center;gap:3px}.screen-zoom-range input{min-width:0;width:100%;padding:0;accent-color:#fff}.screen-zoom-reset{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;font-size:10px;padding:4px}.screen-player>.voice-error{position:absolute;z-index:6;left:8px;right:8px;top:65px}@keyframes call-menu-in{0%{opacity:0;translate:0 5px}to{opacity:1;translate:0 0}}@container (max-width: 800px){.call-view-controls{position:static;margin-left:12px}.call-toolbar{flex-wrap:wrap;gap:10px;padding:10px 6px}.call-stage .call-controls{gap:5px}.call-stage .call-controls .icon-button{width:39px;height:39px}.call-stage .call-controls .call-danger{width:52px}.call-stage .call-split-button .icon-button:last-child{width:20px}.call-chat{width:280px}}@container (max-width: 560px){.call-chrome{opacity:1!important}.call-header{padding:8px 10px;gap:6px}.call-header>span{display:none}.call-grid{padding:6px;gap:6px;grid-auto-rows:max-content}.call-grid:not(.focused){grid-template-columns:repeat(2,minmax(0,1fr))}.call-grid:not(.focused) .call-cell{aspect-ratio:1.2}.call-grid:not(.focused) .call-cell:has(.screen-tile){grid-column:1 / -1;aspect-ratio:16 / 9}.call-grid:not(.focused):has(.call-cell:only-child){grid-template-columns:1fr}.call-grid.focused{grid-auto-rows:auto;padding:0 6px}.call-person .avatar{width:54px!important;height:54px!important;font-size:24px!important}.call-thumbnail{flex-basis:105px;height:62px}.call-chat{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:12}.call-stage .screen-preview-placeholder,.call-stage .screen-watch-prompt{padding:32px 6px;font-size:11px;gap:6px}.call-stage .screen-watch-prompt .avatar{width:42px!important;height:42px!important;font-size:20px!important}.call-stage .screen-watch-prompt small,.call-stage .screen-preview-placeholder p{display:none}.call-stage .screen-tile header span{font-size:8px}.call-stage .screen-tile header strong{font-size:10px}.call-stage .screen-tile>header,.call-stage .screen-tile>footer{padding:5px}.call-stage .screen-tile:not(.is-focused) .screen-preview-note{display:none}.screen-zoom-tools.expanded{width:140px}.call-stage .screen-video-controls{gap:2px}.call-stage .screen-volume{margin-right:0}.call-stage .screen-volume input{width:52px}.call-stage .screen-volume span{display:none}}@media(prefers-reduced-motion:reduce){.call-stage *,.call-stage *:before,.call-stage *:after{animation:none!important;transition:none!important}}[data-reduced-motion=true] .call-stage *{animation:none!important;transition:none!important}@media(hover:none){.call-stage.controls-idle .call-chrome{opacity:1;pointer-events:auto}}:root{--bg-primary: #151923;--bg-secondary: #11151f;--bg-tertiary: #0d1018;--bg-floating: #202535;--bg-input: #202534;--text: #ececf5;--muted: #9ba4ba;--subtle: #bbc2d4;--border: #30374b;--hover: #242a3d;--selected: #2b2943;--brand: #7462c9;--brand-hover: #6351b4;--night-accent: #b5a5ff;--night-accent-soft: #b5a5ff16;--night-ink: #181329;--positive: #63d8be;--danger: #f27d87;--night-shadow: 0 12px 32px #05081166;--motion-fast: .12s;--motion-normal: .18s;color:var(--text);background:var(--bg-primary)}::selection{background:#8e79da66}::-webkit-scrollbar-thumb{background:#414960;border-color:var(--bg-primary)}button:focus-visible,a:focus-visible{outline-color:var(--night-accent)}input:focus,textarea:focus,select:focus{border-color:var(--night-accent)}input,textarea,select{border-radius:8px}a,.text-link{color:#b9b1ff}.brand-text{color:var(--night-accent)!important}.primary{background:var(--night-accent);color:var(--night-ink);border-radius:9px;font-weight:700}.primary:hover:not(:disabled){background:#c8bcff}.ghost,.icon-button{border-radius:8px}.icon-button{color:var(--subtle)}.icon-button:hover,.icon-button.active{color:var(--text);background:var(--hover)}.danger-button{background:#9f3d50;border-radius:9px}.danger-button:hover{background:#b54a5e}.windowbar{background:#0d1018;color:var(--subtle);border-bottom:1px solid #ffffff05}.windowbar>.midnight-wordmark{position:absolute;left:22px;color:var(--night-accent);font-size:9px;letter-spacing:1.6px;font-weight:600}.windowbar>span:not(.midnight-wordmark):not(:last-child){max-width:calc(100% - 390px);overflow:hidden;white-space:nowrap}.server-rail{background:linear-gradient(180deg,#141321,#0d1018 55%);gap:11px}.server-bubble{background:#202433;border-radius:14px;color:var(--subtle)}.server-bubble.selected,.server-bubble:hover{border-radius:14px;background:#34304e;color:#e1d9ff}.server-bubble.selected{box-shadow:inset 0 0 0 1px #b5a5ff55}.server-bubble:before{background:var(--night-accent)}.server-bubble.home{color:var(--night-accent);background:#252139}.server-bubble.add{color:var(--positive)}.server-bubble.add:hover{background:#203b37;color:#a4f0de}.rail-divider{height:1px;background:var(--border);width:24px}.channel-sidebar{background:var(--bg-secondary);border-color:#272d3e}.sidebar-top,.chat-header{border-color:#2a3041;box-shadow:none}.server-title:hover{background:#1d2231}.server-title{letter-spacing:-.3px}.server-welcome>button{border:1px solid #b5a5ff22;border-radius:8px;background:#25223a;color:#d2c7ff}.server-welcome>button:hover{background:#302b48}.category-row{color:var(--muted)}.channel-item{border-radius:8px;color:var(--muted)}.channel-item>svg:first-child{color:#8994af}.channel-item.selected{background:linear-gradient(90deg,#b5a5ff1c,#b5a5ff08);box-shadow:inset 3px 0 var(--night-accent);color:#e4ddff}.channel-item.selected>svg:first-child{color:var(--night-accent)}.channel-item:hover{background-color:#202536}.channel-cog{color:var(--subtle)}.dm-item,.home-nav,.member,.server-shortcuts button{border-radius:8px}.dm-item.selected,.home-nav.selected,.server-shortcuts button.selected{background:var(--night-accent-soft);color:#e4ddff}.sidebar-resizer:hover,.sidebar-resizer:focus-visible{background:#b5a5ff66}.user-panel{border-radius:12px;background:#202536;border-color:#353c52;box-shadow:0 4px 18px #0003}.presence{background-color:var(--positive)}.presence.offline,.presence.invisible{background-color:#7e879b}.presence.idle{background-color:#e8bd77}.presence.dnd{background-color:var(--danger)}.member-list,.activity-sidebar{background:#121620;border-left:1px solid #252b3b}.member-list h3{color:var(--muted);font-size:11px;letter-spacing:.6px}.owner-crown{color:#e8bd77}.chat-header{background:#171c28}.search-box,.dm-search,.friends-search{background:#0f1420;border:1px solid #2b3347;border-radius:7px}.channel-intro .intro-hash{border-radius:20px;background:#29253f;color:var(--night-accent);border:1px solid #b5a5ff30}.channel-intro h1{letter-spacing:-.8px}.channel-intro p,.channel-topic{color:var(--muted)}.date-divider>span{color:var(--muted);font-size:11px}.date-divider:before,.date-divider:after{background:#2b3142}.message:hover{background:#ffffff03}.message.mentioned{background:#b5a5ff0b;border-left-color:var(--night-accent)}.message-meta time,.edited,.compact-time{color:var(--muted)}.message-actions{background:var(--bg-floating);border-color:var(--border);box-shadow:var(--night-shadow)}.markdown pre,.markdown code{background:#101420}.markdown blockquote{border-color:#625980;color:var(--subtle)}.reactions>button{background:#202535;border-color:#30374b;border-radius:8px}.reactions>button.mine{background:#b5a5ff19;border-color:#9a8ace}.composer{background:var(--bg-input);border:1px solid #353d53;border-radius:13px;box-shadow:0 5px 18px #05081122}.composer:focus-within{border-color:#9a89d6;box-shadow:0 0 0 2px #b5a5ff10}.composer textarea{border-radius:0}.composer textarea::placeholder{color:#9ba4ba}.composer .icon-button:last-child{color:var(--night-accent)}.composer-footer,.composer-footer>span:last-child{color:#939db5}.reply-bar{background:#252b3e;border-radius:12px 12px 0 0}.jump-latest{background:#332e4d;color:#ece6ff;border:1px solid #8d7cbd}.thread-panel,.search-results-panel{background:var(--bg-secondary);border-color:var(--border)}.side-panel-header{background:#1a1f2d;border-color:var(--border)}.server-menu,.server-context-menu,.composer-actions-menu,.message-context-menu,.header-popover,.profile-menu,.emoji-popover,.emoji-autocomplete,.mention-suggestions,.voice-participant-menu,.call-menu,.audio-device-popup{background:var(--bg-floating);color:var(--text);border-color:#3a4058;border-radius:10px;box-shadow:var(--night-shadow)}.server-context-menu [role=separator],.voice-participant-menu>[role=separator]{background:#363d52}.server-menu,.server-context-menu,.composer-actions-menu,.message-context-menu,.header-popover,.profile-menu,.voice-participant-menu,.call-menu{animation-duration:var(--motion-fast)}.server-menu>button:hover,.server-context-menu button:not(:disabled):hover,.server-context-menu button:focus-visible,.composer-actions-menu>button:not(:disabled):hover,.composer-actions-menu>button:not(:disabled):focus-visible,.message-context-menu>button:hover,.message-context-menu>button:focus-visible,.voice-participant-menu>button:hover,.voice-participant-menu>button:focus-visible,.call-menu>button:hover,.emoji-autocomplete [aria-selected=true],.audio-device-popup [data-active=true]{background:#b5a5ff20;color:#f0eaff}.server-context-menu button:focus-visible{box-shadow:inset 0 0 0 2px var(--night-accent)}.voice-participant-menu>button:focus-visible{outline-color:var(--night-accent)}.voice-menu-check.checked,.server-menu-check.checked{background:var(--night-accent);border-color:var(--night-accent);color:var(--night-ink)}.voice-menu-volume input::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--night-accent) var(--volume-fill),#4a5066 var(--volume-fill))}.voice-menu-volume input::-moz-range-progress{background:var(--night-accent)}.voice-menu-volume output{color:#d2c7ff}.call-menu input[type=range]{accent-color:var(--night-accent)}.server-menu-radio.checked{border-color:var(--night-accent)}.server-menu-radio.checked:after{background:var(--night-accent)}.call-stage{background:#10141e}.call-header{background:linear-gradient(#151927,#15192700)}.call-person{background:radial-gradient(ellipse at 50% 25%,color-mix(in srgb,var(--participant-color) 19%,#1c2232),#171c29);border-color:#30374b}.call-stage .call-tile{border-radius:14px}.call-person.speaking{border-color:var(--positive)}.call-person-name{background:#0d101bcc;border-radius:7px;padding:5px 9px}.call-person .avatar{box-shadow:0 5px 20px #0003,0 0 0 5px #ffffff04}.call-stage .call-controls .icon-button,.call-split-button{background:#282e42;color:var(--text)}.call-stage .call-controls .icon-button:hover{background:#3b425b}.call-stage .call-controls .icon-button[aria-pressed=true]{background:#402634;color:#ffabb5}.call-stage .call-controls .icon-button.active{color:var(--positive)}.call-stage .call-controls .call-danger{background:#9f3d50;color:#fff}.call-stage .call-controls .call-danger:hover{background:#b54a5e}.call-header-actions .icon-button.active{color:var(--night-accent)}.voice-dock{background:#18232b;border-top:1px solid #63d8be2b}.voice-connection{color:var(--positive)}.voice-participant.speaking{border-color:var(--positive);background:#63d8be0a}.voice-stage{background:radial-gradient(ellipse at top,#29243e,#11151f 75%)}.audio-device-trigger,.voice-test-card{background:#121723;border-color:#343d52;border-radius:10px}.audio-device-trigger[aria-expanded=true],.voice-processing-presets button[aria-pressed=true]{border-color:#ac9aee}.voice-processing-presets button[aria-pressed=true],.audio-device-popup [aria-selected=true]{background:var(--night-accent-soft)}.audio-device-check{color:var(--night-accent)}.modal:not(.profile-dialog),.modal.server-wizard{background:#1a1f2d;border:1px solid #373e53;border-radius:14px}.modal-actions,.wizard-footer{background:#161b27}.settings-nav{background:#141925}.settings-nav button.selected{color:#dfd6ff;background:var(--night-accent-soft)}.settings-nav button.selected:before{background:var(--night-accent)}.settings-content{background:#1a1f2d}.server-settings-summary,.settings-info,.activity-empty,.activity-tip{background:#22283a;border-color:#333d53;border-radius:12px}.auth-page{background:radial-gradient(ellipse at 75% 15%,#28213f,#10141e 65%)}.auth-page:before{opacity:.18}.auth-brand>svg{color:var(--night-accent)}.auth-brand>span{color:#ada3ca;letter-spacing:1.8px}.auth-card{background:#181d2b;border:1px solid #3a3a55;border-radius:22px;box-shadow:0 28px 90px #06071077}.auth-art{background:radial-gradient(ellipse at 70% 20%,#393055,#202336 75%)}.auth-art h2{letter-spacing:-1px}.auth-orb{opacity:.14}.orb-a{background:#a99bff}.orb-b{background:#63d8be}.floating-chat{background:#2a3044;border-color:#555171}.art-avatar{background:#504270}.art-game>svg{color:#c2b3fa}.spark{color:#8de4ce}.art-tags>span{background:#ffffff08;border:1px solid #ffffff14}.auth-footer{color:var(--muted)}@media(max-width:900px){.windowbar>.midnight-wordmark{display:none}.windowbar>span:not(.midnight-wordmark):not(:last-child){max-width:calc(100% - 180px)}}@media(max-width:600px){.windowbar>span:not(.midnight-wordmark):not(:last-child){max-width:calc(100% - 32px)}.composer{border-radius:11px}.call-stage .call-tile{border-radius:10px}}
