#chatApp{position:fixed;top:0;right:0;bottom:0;left:var(--rail-w);z-index:30;background:var(--bg);color:var(--text);font-family:var(--font-ui)}#chatApp[hidden]{display:none}@media (max-width:640px){#chatApp{left:0;z-index:46}}body.chat-open{overflow:hidden}.chat-auth{position:fixed;inset:0;z-index:96;display:grid;place-items:center;padding:24px;overflow-y:auto;background:radial-gradient(900px 460px at 50% -180px,var(--accent-soft),transparent 70%),var(--bg)}.chat-auth[hidden]{display:none}.auth-card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px;padding:36px 32px 28px;background:var(--surface-1);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-lift)}.auth-logo{display:inline-flex;align-items:center;gap:11px;font-weight:750;font-size:1.15rem;letter-spacing:-.01em;color:var(--text);margin-bottom:4px}.auth-logo .mark,.auth-logo svg{width:34px;height:34px;flex:none;border-radius:10px;display:grid;place-items:center;color:var(--on-accent);background:linear-gradient(140deg,var(--accent),#c2410c);box-shadow:0 4px 14px -4px var(--accent-ring)}.auth-card h2{margin:0;font-size:1.45rem;font-weight:720;letter-spacing:-.02em;color:var(--text)}#authSubtitle{margin:0 0 6px;color:var(--text-muted);font-size:.92rem;line-height:1.45}.auth-input{width:100%;height:46px;padding:0 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s var(--ease),background .15s var(--ease)}.auth-input::placeholder{color:var(--text-faint)}.auth-input:focus{outline:0;border-color:var(--accent-ring);background:var(--surface-3)}.auth-input[hidden]{display:none}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:active,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 100px var(--surface-2) inset;box-shadow:0 0 0 100px var(--surface-2) inset;caret-color:var(--text);transition:background-color 600000s 0s,color 600000s 0s}.auth-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px var(--surface-3) inset;box-shadow:0 0 0 100px var(--surface-3) inset}.auth-error{margin:-4px 0 0;min-height:1.1em;color:#ff8a6b;font-size:.85rem;line-height:1.3}.auth-error:empty{display:none}.auth-card .btn{width:100%;height:46px;margin-top:2px}.auth-link{align-self:center;margin-top:4px;padding:6px 8px;background:0 0;border:0;color:var(--accent);font-size:.88rem;font-weight:550;border-radius:8px;transition:color .15s var(--ease)}.auth-link:hover{color:var(--accent-hover)}.auth-back{align-self:center;margin-top:6px;padding:6px 8px;background:0 0;border:0;color:var(--text-faint);font-size:.85rem;border-radius:8px;transition:color .15s var(--ease)}.auth-back:hover{color:var(--text-muted)}.chat-shell{position:absolute;inset:0;display:grid;grid-template-columns:264px 1fr auto;grid-template-areas:"sidebar main members";min-height:0;overflow:hidden}.chat-shell[hidden]{display:none}.guild-rail{grid-area:rail;display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 0 18px;background:var(--bg);border-right:1px solid var(--line);overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.guild-rail::-webkit-scrollbar{width:0}.guild-list{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.guild-pill{position:relative;width:48px;height:48px;flex:none;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--surface-2);color:var(--text-muted);font-size:1.05rem;font-weight:650;overflow:visible;transition:border-radius .18s var(--ease),background .18s var(--ease),color .18s var(--ease)}.guild-pill img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.guild-pill svg{width:22px;height:22px}.guild-pill:hover{border-radius:16px;background:var(--surface-3);color:var(--text)}.guild-pill.is-active{border-radius:16px;background:var(--accent-soft);color:var(--accent)}.guild-pill::before{content:"";position:absolute;left:-12px;top:50%;width:4px;height:8px;border-radius:0 4px 4px 0;background:var(--accent);transform:translateY(-50%) scaleY(0);opacity:0;transition:transform .18s var(--ease),opacity .18s var(--ease)}.guild-pill:hover::before{transform:translateY(-50%) scaleY(1);opacity:1}.guild-pill.is-active::before{height:30px;transform:translateY(-50%) scaleY(1);opacity:1}.guild-pill.has-unread::after{content:"";position:absolute;left:-12px;top:50%;width:8px;height:8px;margin-top:-4px;border-radius:50%;background:var(--accent)}.rail-tip{position:fixed;z-index:400;max-width:260px;padding:8px 12px;background:#0a0a0c;border:1px solid var(--line-strong);border-radius:10px;box-shadow:var(--shadow-lift);color:var(--text);font-size:.92rem;font-weight:650;line-height:1.3;word-break:break-word;pointer-events:none;opacity:0;transform:translate(-6px,-50%);transition:opacity .12s var(--ease),transform .12s var(--ease)}.rail-tip.is-on{opacity:1;transform:translate(0,-50%)}.rail-tip::before{content:"";position:absolute;left:-5px;top:50%;width:9px;height:9px;transform:translateY(-50%) rotate(45deg);background:inherit;border-left:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.guild-home{background:var(--surface-3);color:var(--text)}.guild-home:hover{border-radius:16px;background:var(--accent);color:var(--on-accent)}.guild-home svg{width:22px;height:22px}.guild-add::before,.guild-home::before{content:none}.guild-add{background:var(--surface-2);color:var(--accent);font-size:1.5rem;font-weight:400;line-height:1}.guild-add:hover{border-radius:16px;background:var(--accent-soft);color:var(--accent-hover)}.guild-sep{width:32px;height:2px;flex:none;border-radius:2px;background:var(--line-strong);margin:2px 0}.channel-sidebar{grid-area:sidebar;position:relative;display:flex;flex-direction:column;min-height:0;background:var(--surface-1);border-right:1px solid var(--line)}.server-switch-btn{flex:1;min-width:0;display:flex;align-items:center;gap:6px;padding:6px 8px;margin-left:-8px;border:0;border-radius:9px;background:0 0;color:var(--text);font-family:inherit;text-align:left;cursor:pointer;transition:background .12s var(--ease)}.server-switch-btn:hover{background:var(--surface-2)}.server-switch-btn>svg{width:14px;height:14px;flex:none;color:var(--text-faint)}.server-switch{position:absolute;top:54px;left:8px;right:8px;z-index:40;padding:6px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;box-shadow:var(--shadow-pop);max-height:min(440px,70vh);overflow-y:auto}.server-switch[hidden]{display:none}.ss-sep{height:1px;margin:6px 4px;background:var(--line)}.ss-item{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:6px 10px;border:0;border-radius:9px;background:0 0;color:var(--text-muted);font-family:inherit;font-size:.88rem;font-weight:600;text-align:left;cursor:pointer;transition:background .12s var(--ease),color .12s var(--ease)}.ss-item:hover{background:var(--surface-3);color:var(--text)}.ss-item.is-active{background:var(--accent-soft);color:var(--accent)}.ss-ico{flex:none;width:26px;display:grid;place-items:center}.ss-ico svg{width:17px;height:17px;display:block}.ss-server-icon{flex:none;width:26px;height:26px;border-radius:8px;overflow:hidden;background:var(--surface-3);display:grid;place-items:center}.ss-server-icon img{width:100%;height:100%;object-fit:cover}.ss-server-initial{font-size:.78rem;font-weight:700;color:var(--text)}.ss-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-header{position:relative;flex:none;display:flex;align-items:center;gap:8px;height:50px;padding:0 16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow-card)}#serverName{flex:1;min-width:0;font-size:.98rem;font-weight:650;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-menu{position:absolute;top:54px;left:8px;right:8px;z-index:20;display:flex;flex-direction:column;gap:2px;padding:6px;background:var(--surface-3);border:1px solid var(--line-strong);border-radius:var(--radius-ctrl);box-shadow:var(--shadow-pop)}.server-menu[hidden]{display:none}.server-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 11px;background:0 0;border:0;border-radius:8px;color:var(--text-muted);font-size:.89rem;font-weight:550;text-align:left;transition:background .12s var(--ease),color .12s var(--ease)}.server-menu button svg{width:16px;height:16px;flex:none}.server-menu button:hover{background:var(--surface-2);color:var(--text)}.server-menu button.is-danger{color:#ff8a6b}.server-menu button.is-danger:hover{background:rgba(208,70,70,.16);color:#ff9c80}.server-menu .menu-sep{height:1px;margin:6px 4px;background:var(--line)}.channel-list{flex:1;min-height:0;overflow-y:auto;padding:12px 10px}.channel-item{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 10px;margin-bottom:2px;background:0 0;border:0;border-radius:8px;color:var(--text-muted);font-size:.93rem;font-weight:550;text-align:left;transition:background .12s var(--ease),color .12s var(--ease)}.channel-item::before{content:"#";color:var(--text-faint);font-weight:500;font-size:1.05rem;line-height:1}.channel-item span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.channel-item:hover{background:var(--surface-2);color:var(--text)}.channel-item.is-active{background:var(--surface-3);color:var(--text)}.channel-item.is-active::before{color:var(--accent)}.channel-item.has-unread{color:var(--text)}.channel-item.has-unread::after{content:"";margin-left:auto;width:7px;height:7px;flex:none;border-radius:50%;background:var(--accent)}.avatar{flex:none;border-radius:50%;object-fit:cover;background:var(--surface-3);display:block}.avatar-sm{width:32px;height:32px}.avatar-md{width:40px;height:40px}.icon-ghost{flex:none;display:grid;place-items:center;width:32px;height:32px;padding:0;background:0 0;border:0;border-radius:8px;color:var(--text-muted);font-size:1rem;line-height:1;transition:background .12s var(--ease),color .12s var(--ease)}.icon-ghost svg{width:20px;height:20px}.icon-ghost:hover{background:var(--surface-3);color:var(--text)}.icon-ghost[hidden]{display:none}.icon-ghost.is-active{color:var(--accent)}.chat-main{grid-area:main;display:flex;flex-direction:column;width:100%;max-width:none!important;justify-self:stretch;margin:0;min-width:0;min-height:0;background:var(--bg)}.channel-header{flex:none;display:flex;align-items:center;gap:8px;height:50px;padding:0 16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow-card)}.mobile-chat-back,.mobile-pane-back{display:none}.ch-hash{color:var(--text-faint);font-size:1.25rem;font-weight:500;line-height:1}#channelName{font-size:.98rem;font-weight:650;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-header .spacer{flex:1}.header-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--text-muted);font-size:.85rem;font-weight:600;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease)}.header-btn svg{width:15px;height:15px}.header-btn:hover{background:var(--surface-3);color:var(--text);border-color:var(--line-strong)}.group-exit-btn{color:#ff9494;border-color:rgba(255,111,111,.28)}.group-exit-btn[hidden]{display:none}.group-exit-btn:hover{color:#ffb0b0;border-color:rgba(255,111,111,.48);background:rgba(255,85,85,.09)}.message-scroll{flex:1;min-height:0;overflow-y:auto;overflow-anchor:none}.message-list{display:flex;flex-direction:column;padding:18px 16px 24px}.msg{position:relative;display:grid;grid-template-columns:40px 1fr;gap:0 16px;padding:2px 8px;margin-top:14px;border-radius:8px}.msg:first-child{margin-top:0}.msg:hover{background:var(--surface-1)}.msg-avatar{grid-column:1;width:40px;height:40px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:var(--surface-3);margin-top:2px}.msg-avatar img{width:100%;height:100%;object-fit:cover;display:block}.msg-avatar-initial{font-size:.95rem;font-weight:650;color:var(--text-muted)}.msg-body{grid-column:2;min-width:0}.msg-head{display:flex;align-items:center;gap:8px;line-height:1.2;margin-bottom:2px}.msg-author{font-size:.95rem;font-weight:650;color:var(--text)}.msg-author.is-me{color:var(--accent)}.msg-staff-badge{display:inline-flex;align-items:center;flex:0 0 auto;padding:2px 5px;border:1px solid rgba(136,156,255,.35);border-radius:4px;background:rgba(117,139,255,.16);color:#bac8ff;font-size:9px;font-weight:750;line-height:1;letter-spacing:.06em;white-space:nowrap}.msg-time{font-size:.72rem;color:var(--text-faint);font-weight:500}.msg-text{font-size:.95rem;line-height:1.5;color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.msg.is-grouped{margin-top:1px;padding-top:1px;padding-bottom:1px}.msg.is-grouped .msg-avatar,.msg.is-grouped .msg-head{display:none}.msg.is-grouped .msg-time-hover{position:absolute;left:8px;top:4px;width:40px;text-align:center;font-size:.64rem;color:var(--text-faint);line-height:1.4;opacity:0;transition:opacity .12s var(--ease)}.msg.is-grouped:hover .msg-time-hover{opacity:1}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:64px 24px;text-align:center;color:var(--text-faint)}.chat-empty[hidden]{display:none}.chat-empty .hash-bubble{width:64px;height:64px;display:grid;place-items:center;margin-bottom:6px;border-radius:50%;background:var(--surface-2);color:var(--text-muted);font-size:1.8rem}.chat-empty h3,.chat-empty strong{margin:0;font-size:1.1rem;font-weight:700;color:var(--text)}.chat-empty p{margin:0;font-size:.9rem}.composer{flex:none;display:flex;align-items:center;gap:10px;padding:0 16px 18px}.composer-input{flex:1;min-width:0;height:46px;padding:0 16px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s var(--ease),background .15s var(--ease)}.composer-input::placeholder{color:var(--text-faint)}.composer-input:focus{outline:0;border-color:var(--accent-ring);background:var(--surface-3)}.composer-input:disabled{opacity:.6;cursor:not-allowed}.composer-send{flex:none;display:grid;place-items:center;width:46px;height:46px;padding:0;background:var(--accent);border:0;border-radius:var(--radius-ctrl);color:var(--on-accent);transition:background .15s var(--ease),transform .1s var(--ease)}.composer-send svg{width:20px;height:20px}.composer-send:hover:not(:disabled){background:var(--accent-hover)}.composer-send:active:not(:disabled){transform:scale(.94)}.composer-send:disabled{background:var(--surface-3);color:var(--text-faint);cursor:not-allowed}.member-list{grid-area:members;width:240px;display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:16px 10px;background:var(--surface-1);border-left:1px solid var(--line)}.member-list[hidden]{display:none}.member-list .member-group-label{padding:8px 10px 6px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.member-row{display:flex;align-items:center;gap:10px;width:100%;padding:6px 10px;border-radius:8px;transition:background .12s var(--ease)}.member-row:hover{background:var(--surface-2)}.member-row .member-avatar-initial{font-size:.9rem;font-weight:650;color:var(--text-muted);line-height:1}.member-row .member-name{flex:1;min-width:0;font-size:.9rem;font-weight:550;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-row.is-owner .member-name{color:var(--text)}.member-row .member-role{flex:none;display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--accent-soft);color:var(--accent)}.member-row.is-banned{opacity:.55}.member-row.is-banned .member-name{text-decoration:line-through}.member-row .member-actions{display:flex;gap:6px;flex:none;opacity:0;transition:opacity .12s var(--ease)}.member-row:focus-within .member-actions,.member-row:hover .member-actions{opacity:1}.member-row .member-actions button{height:26px;padding:0 9px;background:var(--surface-3);border:1px solid var(--line);border-radius:7px;color:var(--text-muted);font-size:.72rem;font-weight:600;transition:background .12s var(--ease),color .12s var(--ease),border-color .12s var(--ease)}.member-row .member-actions button:hover{color:#ff9c80;border-color:rgba(208,70,70,.4)}.member-row .member-actions button.is-danger:hover{background:rgba(208,70,70,.18);color:#ff9c80}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:var(--rail-w);z-index:120;display:grid;place-items:center;padding:24px;background:rgba(5,5,7,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:chat-fade .16s var(--ease)}.modal-overlay[hidden]{display:none}.modal-card{width:100%;max-width:440px;max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;background:var(--surface-1);border:1px solid var(--line-strong);border-radius:var(--radius-card);box-shadow:var(--shadow-pop);animation:chat-pop .18s var(--ease)}.modal-title{margin:0 0 6px;font-size:1.2rem;font-weight:720;letter-spacing:-.01em;color:var(--text)}.modal-body{margin:0 0 18px;color:var(--text-muted);font-size:.92rem;line-height:1.5}.modal-body:last-child{margin-bottom:0}.modal-body p{margin:0 0 8px}.modal-body p:last-child{margin-bottom:0}.modal-input{width:100%;height:46px;padding:0 14px;margin-bottom:12px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s var(--ease),background .15s var(--ease)}.modal-input::placeholder{color:var(--text-faint)}.modal-input:focus{outline:0;border-color:var(--accent-ring);background:var(--surface-3)}.invite-link-row{display:flex;align-items:center;gap:8px;margin:4px 0 18px}.invite-link-row .invite-code,.invite-link-row input{flex:1;min-width:0;height:44px;padding:0 12px;display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl);color:var(--text);font-family:var(--font-mono);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invite-link-row input:focus{outline:0;border-color:var(--accent-ring)}.invite-link-row .btn{flex:none}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-card.confirm-card{width:min(420px,calc(100vw - 48px));max-width:none;text-align:left}.modal-card.confirm-card .modal-title{font-size:1.15rem}.modal-card.confirm-card .modal-note{color:var(--text-muted)}.modal-card.confirm-card .modal-actions{display:flex;gap:10px;margin-top:22px}.modal-card.confirm-card .modal-actions .btn{flex:1;height:44px;font-size:.95rem;font-weight:650;border-radius:10px;justify-content:center}.modal-card.confirm-card .btn-ghost{background:var(--surface-3);border:1px solid var(--line-strong);color:var(--text)}.modal-card.confirm-card .btn-ghost:hover{background:var(--surface-2)}.modal-card .member-row:hover{background:var(--surface-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;background:var(--surface-3);border:1px solid var(--line);border-radius:var(--radius-ctrl);color:var(--text);font-family:inherit;font-size:.92rem;font-weight:600;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease)}.btn svg{width:17px;height:17px}.btn:hover{background:var(--surface-2);border-color:var(--line-strong)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:transparent;color:var(--on-accent);font-weight:650}.btn-primary:hover{background:var(--accent-hover);border-color:transparent}.btn-ghost{background:0 0;border-color:var(--line);color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-2);border-color:var(--line-strong);color:var(--text)}.btn-danger{background:#d04646;border-color:transparent;color:#fff}.btn-danger:hover{background:#e05151;border-color:transparent}@keyframes chat-fade{from{opacity:0}to{opacity:1}}@keyframes chat-pop{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:720px){.chat-shell{grid-template-columns:1fr;grid-template-areas:"main"}.channel-sidebar,.chat-main,.member-list{grid-area:main;width:auto}.channel-sidebar{display:none}.chat-main{display:flex}.member-list{display:none}body.chat-view-channels .channel-sidebar{display:flex}body.chat-view-channels .chat-main{display:none}body.chat-view-members .member-list{display:flex}body.chat-view-members .chat-main{display:none}.member-list[hidden]{display:none}.message-list{padding-left:12px;padding-right:12px}.composer{padding:0 12px 14px}.auth-card{padding:28px 22px 22px}.modal-card{max-width:none}}@media (prefers-reduced-motion:reduce){.modal-card,.modal-overlay{animation:none}#chatApp *,#chatApp ::after,#chatApp ::before{animation-duration:0s!important;transition-duration:0s!important}}#chatModal{z-index:130}.composer{position:relative}.composer-tool{flex:none;width:38px;height:38px;display:grid;place-items:center;background:0 0;border:0;border-radius:9px;color:var(--text-faint);transition:color .15s var(--ease),background .15s var(--ease)}.composer-tool svg{width:20px;height:20px}.composer-tool:hover{color:var(--text);background:var(--surface-2)}.composer-tool.is-active{color:var(--accent);background:var(--accent-soft)}.composer-pop{position:absolute;bottom:calc(100% + 8px);left:10px;z-index:20;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius-md,12px);box-shadow:var(--shadow-pop);padding:8px}.composer-pop[hidden]{display:none}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;width:296px;max-height:220px;overflow-y:auto}.emoji-cell{width:34px;height:34px;display:grid;place-items:center;border:0;background:0 0;border-radius:8px;font-size:1.25rem;cursor:pointer;line-height:1}.emoji-cell:hover{background:var(--surface-3)}.format-pop{display:flex;gap:4px}.format-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 11px;background:var(--surface-3);border:1px solid var(--line);border-radius:8px;color:var(--text-muted);font-size:.8rem;font-weight:600;cursor:pointer}.format-btn:hover{color:var(--text);border-color:var(--line-strong)}.format-btn .fb-b{font-weight:800}.format-btn .fb-i{font-style:italic}.format-btn .fb-u{text-decoration:underline}.format-btn .fb-s{text-decoration:line-through}.format-btn .fb-c{font-family:var(--font-mono)}.composer-tool.is-busy{color:var(--accent)}.composer-tool.is-busy svg{animation:hub-spin .8s linear infinite}@keyframes hub-spin{to{transform:rotate(360deg)}}.msg-text strong{font-weight:700;color:var(--text)}.msg-text em{font-style:italic}.msg-text u{text-decoration:underline}.msg-text s{opacity:.75}.msg-text code{font-family:var(--font-mono);font-size:.86em;background:var(--surface-3);border:1px solid var(--line);border-radius:5px;padding:1px 5px;white-space:pre-wrap}.msg-attach{margin-top:6px}.msg-attach-img{display:block;max-width:min(420px,100%);max-height:340px;border-radius:10px;border:1px solid var(--line)}.msg-attach-file{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;color:var(--accent);font-size:.875rem;font-weight:600;text-decoration:none}.msg-attach-file:hover{background:var(--surface-3)}.msg-attach-file svg{width:18px;height:18px;flex:none}.acct-pop-overlay{position:fixed;inset:0;z-index:97;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.66)}.acct-pop-overlay[hidden]{display:none}.acct-pop{position:relative;width:min(840px,100%);max-height:min(700px,100%);display:flex;flex-direction:column;background:#0a0a0d;border:1px solid var(--line-strong);border-radius:18px;box-shadow:var(--shadow-pop);overflow:hidden}.acct-pop-x{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:0 0;color:var(--text-faint);cursor:pointer;transition:background .14s var(--ease),color .14s var(--ease)}.acct-pop-x svg{width:16px;height:16px;display:block}.acct-pop-x:hover{background:#17171c;color:var(--text)}.acct-pop-main{display:flex;flex:1;min-height:0}.acct-pop-left{flex:1;min-width:0;display:flex;flex-direction:column;padding-top:14px}.acct-prev{flex:none;width:300px;padding:18px 18px 16px 4px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.acct-prev-label{padding-left:2px;color:var(--text-faint);font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.acct-prev-card{background:#111114;border:1px solid var(--line);border-radius:14px;overflow:hidden}.acct-prev-banner{height:96px;background:var(--surface-3);position:relative;overflow:hidden}.profile-banner-media{display:block;width:100%;height:100%;object-fit:cover}.acct-prev-av{width:84px;height:84px;border-radius:50%;border:5px solid #111114;background:#111114;object-fit:cover;display:block;margin:-46px 0 0 14px;position:relative}.acct-prev-initial{display:grid;place-items:center;background:var(--surface-3);color:var(--text);font-weight:700;font-size:1.6rem}.acct-prev-body{padding:8px 16px 14px}.acct-prev-name{font-size:1.15rem;font-weight:750;letter-spacing:-.01em;overflow-wrap:anywhere}.acct-prev-sub{margin-top:2px;color:var(--text-muted);font-size:.82rem}.acct-prev-bio[hidden],.acct-prev-status[hidden],.acct-prev-sub[hidden]{display:none}.acct-prev-status{margin-top:8px;font-size:.84rem;color:var(--text);overflow-wrap:anywhere}.acct-prev-bio{margin-top:8px;padding-top:8px;border-top:1px solid var(--line);color:var(--text-muted);font-size:.8rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.acct-prev-stats{margin-top:10px;min-height:15px;color:var(--text-faint);font-size:.72rem;font-family:var(--font-mono)}.banner-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.banner-swatch{width:30px;height:30px;border:2px solid transparent;border-radius:10px;background:var(--surface-3);cursor:pointer;padding:0;transition:border-color .12s var(--ease)}.banner-swatch:hover{border-color:var(--line-strong)}.banner-swatch.is-active{border-color:var(--accent)}.banner-swatch:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.banner-swatch-none{position:relative}.banner-swatch-none::after{content:"";position:absolute;left:6px;right:6px;top:50%;height:2px;background:var(--text-faint);transform:rotate(-45deg)}.banner-upload{position:relative;padding-right:54px}.banner-plus-badge{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:2px 7px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:.58rem;font-weight:800;letter-spacing:.07em}.acct-pop-tabs{display:flex;gap:2px;padding:0 20px;border-bottom:1px solid var(--line);flex:none}.acct-pop-tab{padding:8px 12px;margin-bottom:-1px;border:0;border-bottom:2px solid transparent;background:0 0;color:var(--text-muted);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .14s var(--ease)}.acct-pop-tab:hover{color:var(--text)}.acct-pop-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.acct-pop-body{flex:1;min-height:0;overflow-y:auto;padding:18px 22px 14px}.acct-pop-body .settings-h,.acct-pop-body .settings-sub{display:none}.acct-pop-body .settings-section{margin-bottom:20px}.acct-pop-body .settings-field{margin-bottom:16px}.acct-pop-body .settings-identity{display:none}.opt-seg{display:flex;gap:6px}.opt-seg-btn{flex:1;min-height:40px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-1);color:var(--text-muted);font-family:inherit;font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color .14s var(--ease),color .14s var(--ease),background .14s var(--ease)}.opt-seg-btn:hover{color:var(--text);border-color:var(--line-strong)}.opt-seg-btn.is-active{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent)}.opt-seg-btn:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.acct-pop-foot{display:flex;justify-content:flex-end;padding:10px 18px 12px;border-top:1px solid var(--line);flex:none}.acct-pop-logout{color:#ff8080}@media (max-width:640px){.acct-pop-overlay{padding:10px}.acct-prev{display:none}}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:var(--rail-w);z-index:95;background:var(--bg);display:flex}@media (max-width:640px){.settings-overlay{left:0}}.settings-overlay[hidden]{display:none}.settings-nav{width:232px;flex:none;background:var(--surface-1);border-right:1px solid var(--line);padding:28px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.settings-nav-title{padding:4px 12px 10px;color:var(--text-faint);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.settings-tab{display:block;width:100%;text-align:left;padding:9px 12px;background:0 0;border:0;border-radius:8px;color:var(--text-muted);font-size:.92rem;font-weight:550;cursor:pointer;transition:background .12s var(--ease),color .12s var(--ease)}.settings-tab:hover{background:var(--surface-2);color:var(--text)}.settings-tab.is-active{background:var(--surface-3);color:var(--text)}.settings-tab.is-danger{color:#e0816b}.settings-tab.is-danger:hover{background:rgba(208,70,70,.14);color:#ff9277}.settings-nav-sep{height:1px;background:var(--line);margin:10px 8px}.settings-content{flex:1;min-width:0;overflow-y:auto;padding:56px clamp(24px,6vw,80px);position:relative}.settings-inner{max-width:660px}.settings-close{position:absolute;top:28px;right:32px;display:inline-flex;flex-direction:column;align-items:center;gap:4px;background:0 0;border:0;cursor:pointer;color:var(--text-faint)}.settings-close-ring{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--line-strong);display:grid;place-items:center}.settings-close:hover{color:var(--text)}.settings-close:hover .settings-close-ring{border-color:var(--text-muted)}.settings-close svg{width:18px;height:18px}.settings-close-esc{font-size:.66rem;font-weight:700;letter-spacing:.06em}.settings-h{margin:0 0 4px;font-size:1.35rem;font-weight:720;letter-spacing:-.01em;color:var(--text)}.settings-sub{margin:0 0 24px;color:var(--text-muted);font-size:.92rem}.settings-section{margin-bottom:30px}.settings-section-title{color:var(--text-faint);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.settings-label{display:block;color:var(--text-muted);font-size:.8rem;font-weight:600;margin-bottom:6px}.settings-field{margin-bottom:18px}.settings-input,.settings-textarea{width:100%;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl,10px);color:var(--text);font-family:inherit;font-size:.95rem;padding:11px 14px}.settings-input:focus,.settings-textarea:focus{outline:0;border-color:var(--accent-ring);background:var(--surface-3)}.settings-textarea{resize:vertical;min-height:84px}.settings-select{width:100%;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-ctrl,10px);color:var(--text);font-family:inherit;font-size:.95rem;padding:11px 14px;cursor:pointer}.settings-select:focus{outline:0;border-color:var(--accent-ring);background:var(--surface-3)}#viewLoader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:var(--bg);opacity:1;transition:opacity .26s ease}#viewLoader[hidden]{display:none}#viewLoader.is-fading{opacity:0}.vl-inner{display:flex;flex-direction:column;align-items:center;gap:22px}.vl-mark{width:60px;height:60px;border-radius:17px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;animation:vl-pulse 1s ease-in-out infinite}.vl-mark svg{width:30px;height:30px}@keyframes vl-pulse{0%,100%{transform:scale(1);box-shadow:0 10px 30px -8px rgba(255,122,26,.45)}50%{transform:scale(1.07);box-shadow:0 16px 44px -6px rgba(255,122,26,.65)}}.vl-bar{width:150px;height:4px;border-radius:999px;background:var(--surface-3);overflow:hidden}.vl-bar-fill{width:0;height:100%;border-radius:999px;background:var(--accent)}.vl-bar-fill.is-going{width:100%;transition:width .6s cubic-bezier(.4, 0, .2, 1)}@media (prefers-reduced-motion:reduce){.vl-mark{animation:none}.vl-bar-fill.is-going{transition:none;width:100%}}.vl-mark{overflow:hidden}.vl-mark img{width:100%;height:100%;object-fit:cover;display:block}.auth-logo-img{height:46px;width:auto;display:block}.settings-help{color:var(--text-faint);font-size:.8rem;margin:6px 0 0}.settings-status{font-size:.85rem;margin:12px 0 0;min-height:1.1em}.settings-status.is-ok{color:#6bd08a}.settings-status.is-error{color:#ff8a6b}.settings-actions{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.settings-identity{display:flex;align-items:center;gap:16px;margin-bottom:26px}.settings-identity .avatar-lg,.settings-identity .avatar-lg-initial{width:76px;height:76px;border-radius:50%;flex:none;object-fit:cover;background:var(--surface-3);display:grid;place-items:center;font-size:1.8rem;font-weight:700;color:var(--text-muted)}.settings-identity .si-name{font-size:1.2rem;font-weight:700;color:var(--text)}.settings-identity .si-sub{color:var(--text-faint);font-size:.85rem}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.toggle-row:last-child{border-bottom:0}.toggle-row .tr-text{min-width:0}.toggle-row .tr-title{color:var(--text);font-weight:600;font-size:.92rem}.toggle-row .tr-desc{color:var(--text-faint);font-size:.82rem;margin-top:2px}.switch{position:relative;flex:none;width:42px;height:24px}.switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.switch .track{position:absolute;inset:0;border-radius:999px;background:var(--surface-3);transition:background .15s var(--ease)}.switch .track::before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--text-faint);transition:transform .15s var(--ease),background .15s var(--ease)}.switch input:checked+.track{background:var(--accent)}.switch input:checked+.track::before{transform:translateX(18px);background:var(--on-accent)}.switch input:disabled{cursor:not-allowed}.toggle-row.is-disabled{opacity:.5}.seg{display:inline-flex;padding:3px;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px}.seg-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:0 0;color:var(--text-muted);padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:600;cursor:pointer}.seg-btn.is-active{background:var(--accent-soft);color:var(--accent)}@media (max-width:720px){.settings-nav{width:140px;padding:20px 8px}.settings-content{padding:48px 20px}.settings-close{top:16px;right:16px}}.composer{flex-wrap:wrap}.attach-chip,.composer-notice{flex:0 0 100%;order:-1;box-sizing:border-box}.attach-chip{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.attach-chip-thumb{width:40px;height:40px;border-radius:6px;object-fit:cover;flex:none}.attach-chip-ic{font-size:1.2rem;flex:none}.attach-chip-name{flex:1;min-width:0;font-size:.875rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attach-chip-x{flex:none;width:26px;height:26px;display:grid;place-items:center;border:0;background:var(--surface-3);color:var(--text-muted);border-radius:6px;cursor:pointer;line-height:1}.attach-chip-x:hover{color:#fff;background:#d04646}.composer-notice{margin-bottom:8px;padding:8px 12px;background:rgba(208,70,70,.12);border:1px solid rgba(208,70,70,.4);border-radius:8px;color:#ff9277;font-size:.84rem;font-weight:500}.composer-notice[hidden]{display:none}.emoji-pop{width:312px;padding:10px}.emoji-search{width:100%;height:34px;margin-bottom:8px;padding:0 12px;background:var(--surface-3);border:1px solid var(--line);border-radius:8px;color:var(--text);font-size:.875rem;font-family:inherit}.emoji-search:focus{outline:0;border-color:var(--accent-ring)}.emoji-body{max-height:260px;overflow-y:auto}.emoji-pop .emoji-grid{width:auto;max-height:none;overflow:visible;margin-bottom:4px}.emoji-section-title{color:var(--text-faint);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:6px 2px 4px}.emoji-empty{color:var(--text-faint);font-size:.85rem;padding:16px 2px;text-align:center}.clickable{cursor:pointer}.member-name.clickable:hover,.msg-author.clickable:hover{text-decoration:underline}.msg-edited{color:var(--text-faint);font-size:.72rem}.msg-actions{position:absolute;top:-10px;right:12px;display:flex;gap:4px;opacity:0;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:2px;transition:opacity .12s var(--ease)}.msg:hover .msg-actions{opacity:1}.msg-action-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:0 0;color:var(--text-muted);font-size:.78rem;font-weight:600;padding:4px 8px;border-radius:6px;cursor:pointer}.msg-action-btn:hover{background:var(--surface-3);color:var(--text)}.msg-edit{margin-top:2px}.msg-edit-input{display:block;width:100%;min-height:38px;resize:none;overflow-y:auto;background:var(--surface-2);border:1px solid var(--accent-ring);border-radius:8px;color:var(--text);font-family:inherit;font-size:.95rem;line-height:1.4;padding:8px 10px}.msg-edit-input:focus{outline:0;border-color:var(--accent)}.msg-edit-actions{display:flex;align-items:center;gap:10px;margin-top:5px}.msg-edit-hint{color:var(--text-faint);font-size:.72rem;margin-right:auto}.msg-edit-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);background:0 0;color:var(--text-muted);font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill);cursor:pointer;transition:background .12s var(--ease),color .12s var(--ease),border-color .12s var(--ease)}.msg-edit-btn:hover{color:var(--text);border-color:var(--text-muted)}.msg-edit-btn.is-primary{background:var(--accent);border-color:transparent;color:var(--on-accent)}.msg-edit-btn.is-primary:hover{background:var(--accent-hover);color:var(--on-accent)}.profile-card{display:flex;flex-direction:column;gap:12px;min-width:300px}.profile-top{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:-46px}.profile-avatar{width:84px;height:84px;border-radius:50%;overflow:hidden;flex:none;background:var(--surface-3);display:grid;place-items:center;border:5px solid var(--surface-1)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-initial{font-size:1.6rem;font-weight:700;color:var(--text-muted)}.profile-name{font-size:1.2rem;font-weight:700;color:var(--text)}.profile-pronouns{color:var(--text-faint);font-size:.85rem}.profile-role{align-self:flex-start;padding:3px 10px;border-radius:var(--radius-pill);border:1px solid var(--accent);color:var(--accent);font-size:.72rem;font-weight:700}.profile-bio{color:var(--text-muted);font-size:.9rem;line-height:1.5;white-space:pre-wrap;border-top:1px solid var(--line);padding-top:12px}.profile-bio-empty{color:var(--text-faint);font-style:italic}.profile-pop{position:fixed;z-index:60;width:300px;background:var(--surface-1);border:1px solid var(--line-strong);border-radius:14px;box-shadow:var(--shadow-pop);overflow:hidden}.profile-pop[hidden]{display:none}.profile-pop .profile-card{min-width:0;padding:0 16px 14px;gap:10px}.profile-pop .profile-banner{height:64px;margin:0 -16px 0;border-radius:0}.profile-pop .profile-top{margin-top:-36px}.profile-pop .profile-avatar{width:72px;height:72px;border-width:4px}.profile-pop .profile-bio{max-height:120px;overflow-y:auto}.profile-pop-view{align-self:flex-start;padding:0;border:0;background:0 0;color:var(--text-faint);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer}.profile-pop-view:hover{color:var(--text);text-decoration:underline}.modal-card.profile-modal{width:min(600px,calc(100vw - 48px));max-width:none}.profile-card-full{position:relative}.profile-card-full .profile-banner{height:160px}.profile-card-full .profile-top{margin-top:-56px}.profile-card-full .profile-avatar{width:110px;height:110px;border-width:6px}.profile-card-full .profile-name{font-size:1.45rem}.profile-msg-pill{position:absolute;top:148px;right:0;height:36px;padding:0 16px;border-radius:999px}.member-role-select{height:28px;background:var(--surface-3);border:1px solid var(--line);border-radius:7px;color:var(--text-muted);font-size:.8rem;padding:0 6px}.settings-content .member-row .member-actions{opacity:1}.settings-content .member-row{padding:8px 10px}.role-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);flex-wrap:wrap}.role-row:last-child{border-bottom:0}.role-dot{width:12px;height:12px;border-radius:50%;flex:none}.role-row-name{font-weight:650;font-size:.95rem}.role-perms{display:flex;gap:6px;flex-wrap:wrap;flex:1}.perm-chip{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text-faint)}.perm-chip.is-on{background:var(--accent-soft);color:var(--accent)}.role-row-actions{display:flex;gap:6px}.role-reorder{display:flex;flex-direction:column;gap:1px;flex:none}.role-move{width:24px;height:17px;padding:0;border-radius:5px}.role-move svg{width:15px;height:15px}.role-move:disabled{opacity:.25;cursor:default;background:0 0}.profile-roles{display:flex;flex-wrap:wrap;gap:6px;align-self:flex-start}.profile-roles .profile-role{align-self:auto}.modal-card.channel-modal{width:min(460px,calc(100vw - 48px));max-width:none;text-align:left}.chan-roles{margin-top:8px;max-height:180px;overflow-y:auto;padding-left:2px}.chan-admin-list{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.chan-admin-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px}.chan-admin-row:hover{background:var(--surface-2)}.chan-admin-hash{color:var(--text-faint);font-weight:600}.chan-admin-name{font-weight:600;font-size:.92rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chan-admin-tags{display:flex;gap:4px}.chan-tag{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent)}.role-color-row{display:flex;align-items:center;gap:12px;margin:4px 0}.role-color-input{width:52px;height:34px;padding:0;border:1px solid var(--line);border-radius:8px;background:0 0;cursor:pointer;overflow:hidden}.role-color-input::-webkit-color-swatch-wrapper{padding:0}.role-color-input::-webkit-color-swatch{border:none;border-radius:7px}.role-color-input::-moz-color-swatch{border:none;border-radius:7px}.status-dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;border:2.5px solid var(--surface-1);display:grid;place-items:center}.status-dot.is-online{background:#3ba55d}.status-dot.is-muted{background:#d04646}.status-dot-bar{width:6px;height:2px;border-radius:1px;background:#fff}.status-dot-lg{width:18px;height:18px;right:2px;bottom:2px;border-width:3px;border-color:var(--surface-1)}.status-dot-lg .status-dot-bar{width:9px;height:2.5px}.member-avatar{position:relative;overflow:visible;width:36px;height:36px;flex:none;border-radius:50%;background:var(--surface-3);display:grid;place-items:center}.profile-avatar{position:relative;overflow:visible}.member-avatar>img,.profile-avatar>img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.perm-check{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--text);font-size:.92rem;cursor:pointer}.perm-check input{width:17px;height:17px;accent-color:var(--accent)}.word-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.word-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 10px;background:var(--surface-3);border-radius:var(--radius-pill);font-size:.82rem;color:var(--text)}.word-chip-x{display:grid;place-items:center;width:20px;height:20px;padding:0;border:0;background:0 0;color:var(--text-faint);cursor:pointer;font-size:.7rem;line-height:1}.word-chip-x:hover{color:#ff8a6b}.word-add-row{display:flex;gap:8px}.word-add-btn{flex:none;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface-3);color:var(--accent);font-size:1.3rem;border-radius:var(--radius-ctrl);cursor:pointer}.word-add-btn:hover{background:var(--accent-soft)}div.composer-input{height:auto;min-height:46px;max-height:132px;overflow-y:auto;padding:12px 16px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;cursor:text;outline:0}div.composer-input:focus{border-color:var(--accent-ring);background:var(--surface-3)}div.composer-input:empty::before{content:attr(data-placeholder);color:var(--text-faint);pointer-events:none}div.composer-input.is-disabled{opacity:.6;cursor:not-allowed;pointer-events:none;user-select:none}.composer-mention{display:inline;background:var(--accent-soft);color:var(--accent);padding:0 4px;border-radius:4px;font-weight:600;white-space:nowrap}.reply-bar{flex:0 0 100%;order:-1;box-sizing:border-box;display:flex;align-items:center;gap:6px;margin-bottom:8px;padding:7px 12px;background:var(--surface-2);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:8px;font-size:.84rem}.reply-bar-label{color:var(--text-faint)}.reply-bar-name{color:var(--accent);font-weight:650;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply-bar-x{flex:none;width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;background:0 0;color:var(--text-faint);cursor:pointer;font-size:.78rem;border-radius:5px}.reply-bar-x:hover{color:var(--text);background:var(--surface-3)}.msg-reply-ref{grid-column:1/-1;display:flex;align-items:center;gap:6px;min-width:0;padding-left:56px;margin-bottom:2px;font-size:.78rem;line-height:1.3;color:var(--text-faint)}.msg-reply-arrow{color:var(--text-faint);flex:none}.msg-reply-author{color:var(--accent);font-weight:650;flex:none}.msg-reply-excerpt{color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.timeout-banner{flex:0 0 100%;order:-1;box-sizing:border-box;display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:9px 12px;background:rgba(255,122,26,.1);border:1px solid rgba(255,122,26,.4);border-radius:8px;font-size:.86rem;color:var(--text)}.timeout-clock{flex:none}.timeout-text{color:var(--text-muted)}.timeout-count{font-family:var(--font-mono);font-weight:650;color:var(--accent)}.msg-mention{background:var(--accent-soft);color:var(--accent);padding:0 4px;border-radius:4px;font-weight:600;cursor:pointer}.msg-mention:hover{text-decoration:underline}.msg-mention.is-self{background:var(--accent);color:var(--on-accent)}.ping-toasts{position:fixed;top:16px;right:16px;z-index:200;display:flex;flex-direction:column;gap:8px;max-width:340px}.ping-toast{background:var(--surface-2);border:1px solid var(--line-strong);border-left:3px solid var(--accent);border-radius:10px;padding:10px 14px;box-shadow:var(--shadow-pop);cursor:pointer;animation:ping-in .18s var(--ease)}@keyframes ping-in{from{transform:translateX(24px);opacity:0}to{transform:none;opacity:1}}.ping-toast-head{display:flex;align-items:baseline;gap:4px;font-size:.88rem;flex-wrap:wrap}.ping-toast-bell{flex:none}.ping-toast-from,.ping-toast-server{font-weight:700;color:var(--text)}.ping-toast-rest{color:var(--text-muted)}.ping-toast-excerpt{margin-top:3px;color:var(--text-faint);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.punish-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.punish-row:last-child{border-bottom:0}.punish-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.punish-chips{display:flex;gap:6px;flex-wrap:wrap}.punish-chip{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:var(--radius-pill)}.punish-chip.is-ban{background:rgba(208,70,70,.16);color:#ff8a6b}.punish-chip.is-timeout{background:var(--accent-soft);color:var(--accent);text-transform:none}.punish-actions{display:flex;gap:6px;flex:none}.profile-banner{height:100px;margin:-24px -24px 0;border-radius:calc(var(--radius-card) - 1px) calc(var(--radius-card) - 1px) 0 0;background:var(--surface-3);position:relative;overflow:hidden}.guild-dm{color:var(--text-muted)}.guild-dm:hover{background:var(--accent-soft);color:var(--accent)}.guild-dm.is-active{background:var(--accent-soft);color:var(--accent)}.dm-item{display:flex;align-items:center;gap:10px;width:100%;height:46px;padding:0 8px;margin-bottom:2px;background:0 0;border:0;border-radius:8px;color:var(--text-muted);font-size:.95rem;font-weight:550;text-align:left;cursor:pointer;transition:background .12s var(--ease),color .12s var(--ease)}.dm-item:hover{background:var(--surface-2);color:var(--text)}.dm-item.is-active{background:var(--surface-3);color:var(--text)}.dm-item-avatar{position:relative;overflow:visible;width:32px;height:32px;flex:none;border-radius:50%;background:var(--surface-3);display:grid;place-items:center}.dm-item-avatar>img{width:100%;height:100%;border-radius:50%;object-fit:cover}.dm-item-initial{font-size:.8rem;font-weight:650;color:var(--text);text-transform:uppercase;line-height:1;display:block}.dm-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.is-dm-mode #channelName{cursor:pointer}.is-dm-mode #channelName:hover{text-decoration:underline}.dm-section-head{display:flex;align-items:center;justify-content:space-between;min-height:30px;padding:12px 9px 5px;color:var(--text-faint)}.dm-section-title{font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.dm-section-action{width:25px;height:25px;display:inline-grid;place-items:center;flex:none;border:0;border-radius:7px;background:0 0;color:var(--text-faint);font:inherit;font-size:1.2rem;line-height:1;cursor:pointer}.dm-section-action:hover{background:var(--surface-3);color:var(--text)}.dm-section-action:focus-visible{outline:2px solid var(--accent-ring);outline-offset:1px}.dm-section-empty{padding:8px 10px 12px;color:var(--text-faint);font-size:.78rem}.group-dm-item{height:58px;position:relative}.group-dm-avatar{width:36px;height:36px;overflow:hidden;background:var(--accent-soft);border-radius:13px}.group-dm-avatar>img{border-radius:13px}.dm-item-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}.dm-item-copy .dm-item-name{display:block;color:inherit;font-weight:620}.dm-item-preview{display:block;overflow:hidden;color:var(--text-faint);font-size:.72rem;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.dm-unread{width:8px;height:8px;flex:none;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.dm-muted{flex:none;display:grid;place-items:center;color:var(--text-faint)}.dm-muted svg{width:15px;height:15px}.group-head-avatar{width:30px;height:30px;display:grid;place-items:center;overflow:hidden;flex:none;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.group-head-avatar>img{width:100%;height:100%;object-fit:cover}.group-head-initial{font-size:.78rem;font-weight:750}.is-group-mode #channelName{font-weight:680}.modal-card.group-modal{box-sizing:border-box;width:min(520px,calc(100vw - 48px));max-width:none;text-align:left}.group-picker{display:flex;flex-direction:column;gap:10px}.group-picker-field{display:flex;flex-direction:column;gap:6px}.group-picker-label{color:var(--text);font-size:.78rem;font-weight:700}.group-picker-field .modal-input{margin:0}.group-picker-chips{display:flex;flex-wrap:wrap;min-height:34px;gap:6px;align-items:center}.group-picker-none{color:var(--text-faint);font-size:.78rem}.group-person-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 8px 4px 10px;border:1px solid var(--accent-ring);border-radius:999px;background:var(--accent-soft);color:var(--text);font:inherit;font-size:.78rem;cursor:pointer}.group-person-chip:hover{border-color:var(--accent)}.group-person-chip-x{color:var(--text-faint);font-size:1rem;line-height:1}.group-picker-hint{min-height:18px;color:var(--text-faint);font-size:.75rem}.group-picker-results{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:3px;padding:3px;border-radius:10px;background:var(--surface-2)}.group-picker-empty{padding:22px 10px;color:var(--text-faint);font-size:.8rem;text-align:center}.group-search-row{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:6px 9px;border:1px solid transparent;border-radius:9px;background:0 0;color:var(--text);font:inherit;cursor:pointer;text-align:left}.group-search-row.is-selected,.group-search-row:hover{background:var(--surface-3);border-color:var(--line)}.group-member-avatar,.group-search-avatar{width:34px;height:34px;flex:none;display:grid;place-items:center;overflow:hidden;border:0;border-radius:50%;background:var(--surface-3);color:var(--text);font:inherit;font-size:.78rem}.group-member-avatar>img,.group-search-avatar>img{width:100%;height:100%;object-fit:cover}.group-search-name{flex:1;min-width:0;overflow:hidden;font-size:.86rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.group-search-action{color:var(--accent);font-size:.75rem;font-weight:650}.group-member-list{display:flex;flex-direction:column;gap:3px;max-height:52vh;overflow-y:auto}.group-member-list.is-panel{max-height:none;padding:5px 8px 12px}.group-member-row{display:flex;align-items:center;gap:10px;min-height:50px;padding:6px 8px;border-radius:9px}.group-member-row:hover{background:var(--surface-2)}.group-member-avatar{cursor:pointer}.group-member-info{display:flex;flex:1;min-width:0;flex-direction:column}.group-member-name{overflow:hidden;color:var(--text);font-size:.86rem;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.group-member-role{color:var(--text-faint);font-size:.7rem}.group-member-remove{height:32px;padding:0 10px;font-size:.75rem}.group-panel-head{display:flex;align-items:center;justify-content:space-between;padding:15px 13px 8px;color:var(--text-faint);font-size:.72rem;font-weight:720;letter-spacing:.05em;text-transform:uppercase}.msg-system{min-height:30px;align-items:center;gap:8px;padding-top:4px;padding-bottom:4px;color:var(--text-faint);font-size:.78rem}.msg-system:hover{background:0 0}.msg-system-mark{color:var(--accent)}.msg-system-text{color:var(--text-muted)}.ping-toast.is-clickable{cursor:pointer}.ping-toast.is-clickable:hover{border-color:var(--accent-ring)}@media (max-width:600px){.modal-overlay{left:0;padding:12px}.modal-card.group-modal{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow-y:auto}.group-picker-results{max-height:36vh}}@media (max-width:720px){.mobile-chat-back,.mobile-pane-back{display:inline-grid;place-items:center;flex:none;width:36px;height:36px;padding:0;border:0;border-radius:9px;background:0 0;color:var(--text-muted);cursor:pointer}.mobile-chat-back:hover,.mobile-pane-back:hover{background:var(--surface-2);color:var(--text)}.mobile-chat-back svg,.mobile-pane-back svg{width:20px;height:20px}.server-header{gap:4px;padding-left:8px}.channel-header{gap:6px;padding:0 8px}.group-panel-head{justify-content:flex-start;gap:6px;padding:8px}.group-panel-head .dm-section-action{margin-left:auto}.is-group-mode #inviteBtn{width:36px;min-width:36px;padding:0;justify-content:center;font-size:0}.is-group-mode #inviteBtn::before{content:'+';font-size:1.2rem;line-height:1}.is-group-mode .group-exit-btn{width:36px;min-width:36px;padding:0;justify-content:center}.is-group-mode .group-exit-btn span{display:none}}@media (max-width:480px){.composer{gap:4px;padding:0 8px 10px}#formatBtn{display:none}.composer-tool{width:32px;height:40px}.composer-tool svg{width:19px;height:19px}div.composer-input{min-height:44px;padding:11px 12px;font-size:.9rem}.composer-send{width:44px;height:44px}}.profile-custom-status{color:var(--text-muted);font-size:.85rem;margin-top:2px}.guild-compass{color:var(--text-muted)}.guild-compass:hover{background:var(--accent-soft);color:var(--accent)}.settings-hint{color:var(--text-faint);font-size:.82rem;margin-top:8px;line-height:1.4}.modal-card.discover-modal{width:min(540px,calc(100vw - 48px));max-width:none;text-align:left}.discover-controls{display:flex;gap:8px;margin-bottom:14px}.discover-search{flex:1}.discover-sort{flex:none;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:var(--radius-ctrl);padding:0 10px;font-size:.88rem;cursor:pointer}.discover-list{display:flex;flex-direction:column;gap:6px;max-height:48vh;overflow-y:auto}.discover-empty{color:var(--text-faint);font-size:.9rem;text-align:center;padding:28px 8px}.discover-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;background:var(--surface-2)}.discover-avatar{position:relative;flex:none;width:40px;height:40px;border-radius:12px;overflow:hidden;background:var(--surface-3);display:grid;place-items:center}.discover-avatar>img{width:100%;height:100%;object-fit:cover}.discover-initial{font-size:1rem;font-weight:650;color:var(--text);text-transform:uppercase}.discover-info{flex:1;min-width:0}.discover-name{color:var(--text);font-weight:600;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discover-meta{color:var(--text-faint);font-size:.8rem;margin-top:1px}.discover-err{color:#ff8a6b;font-size:.78rem;margin-top:3px}.discover-join{flex:none;padding:7px 18px;font-size:.85rem}.discover-joined{flex:none;color:var(--text-faint);font-size:.85rem;font-weight:600;padding:0 8px}.discover-page{position:fixed;top:0;right:0;bottom:0;left:var(--rail-w);z-index:95;display:flex;flex-direction:column;background:var(--bg);padding:30px clamp(20px,4vw,52px) 28px;overflow-y:auto}.discover-page[hidden]{display:none}@media (max-width:640px){.discover-page{left:0}}.discover-head{position:relative;text-align:center;flex:none;padding:6px 48px 0}.discover-title{margin:0;font-size:1.7rem;font-weight:720;letter-spacing:-.02em}.discover-sub{margin:6px 0 0;color:var(--text-muted);font-size:.92rem}.discover-x{position:absolute;top:0;right:0;flex:none;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:0 0;color:var(--text-muted);cursor:pointer;transition:color .14s var(--ease),border-color .14s var(--ease)}.discover-x:hover{color:var(--text);border-color:var(--text-faint)}.discover-x svg{width:16px;height:16px;display:block}.discover-page .discover-controls{display:flex;gap:10px;margin:26px auto 26px;width:min(640px,100%);flex:none}.discover-page .discover-search{flex:1;height:44px;border-radius:12px}.discover-page .discover-sort{flex:none;height:44px;padding:0 34px 0 14px;background:var(--surface-1);border:1px solid var(--line-strong);border-radius:12px;color:var(--text);font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a9aa6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.discover-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;align-content:start}.discover-grid .discover-empty{grid-column:1/-1}.discover-page .discover-item{display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:0;background:var(--surface-1);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:border-color .15s var(--ease),transform .15s var(--ease)}.discover-page .discover-item:hover{border-color:var(--line-strong);transform:translateY(-2px)}.discover-band{position:relative;width:100%;height:58px;background:var(--surface-3);flex:none}.discover-band.has-img{background-size:cover;background-position:center}.discover-joined-chip{position:absolute;top:10px;right:10px;padding:3px 10px;border-radius:999px;background:rgba(0,0,0,.5);color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.discover-page .discover-avatar{width:56px;height:56px;flex:none;align-self:flex-start;margin:-30px 0 0 16px;position:relative;z-index:1;border:4px solid var(--surface-1);border-radius:17px;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.discover-page .discover-avatar img{width:100%;height:100%;object-fit:cover}.discover-page .discover-initial{font-size:1.15rem;font-weight:700;color:var(--text)}.discover-body{display:flex;flex-direction:column;align-items:stretch;gap:5px;padding:8px 16px 16px;flex:1;width:100%}.discover-page .discover-name{font-size:1.02rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discover-page .discover-meta{display:flex;align-items:center;gap:6px;color:var(--text-faint);font-size:.78rem}.discover-meta-ico{display:grid;place-items:center}.discover-meta-ico svg{width:13px;height:13px;display:block}.discover-page .discover-desc{margin-top:3px;color:var(--text-muted);font-size:.84rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.55em}.discover-page .discover-desc.is-empty{color:var(--text-faint);font-style:italic}.discover-cta{margin-top:auto;width:100%;height:38px;border-radius:11px}.discover-body .discover-cta{margin-top:12px}.discover-page .discover-err{color:#ff8080;font-size:.8rem}.create-desc{margin-top:10px;width:100%}.server-header.has-banner{background-size:cover;background-position:center}.server-banner-preview{height:84px;margin-bottom:10px;border-radius:12px;border:1px solid var(--line);background-size:cover;background-position:center;background-color:var(--surface-3)}.boost-wrap{max-width:560px}.boost-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.boost-level-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:.85rem;font-weight:800}.boost-bolt{display:grid;place-items:center}.boost-bolt svg{width:14px;height:14px;display:block}.boost-count{color:var(--text-muted);font-size:.9rem;font-weight:600}.boost-bar{display:flex;gap:6px;margin-bottom:8px}.boost-seg{flex:1;height:8px;border-radius:999px;background:var(--surface-3);transition:background .2s var(--ease)}.boost-seg.is-filled{background:var(--accent)}.boost-next{color:var(--text-faint);font-size:.8rem;margin-bottom:18px}.boost-perks{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.boost-perk{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface-1);border:1px solid var(--line);border-radius:12px}.boost-perk.is-unlocked{border-color:var(--accent-ring)}.boost-perk-ico{flex:none;display:grid;place-items:center;color:var(--text-faint)}.boost-perk.is-unlocked .boost-perk-ico{color:var(--accent)}.boost-perk-ico svg{width:16px;height:16px;display:block}.boost-perk-name{font-size:.88rem;font-weight:650}.boost-perk-desc{color:var(--text-muted);font-size:.78rem}.boost-ctl{display:flex;align-items:center;gap:14px}.boost-btn{width:42px;height:42px;padding:0;border-radius:12px;font-size:1.2rem;font-weight:700}.boost-mine{min-width:90px;text-align:center;color:var(--text);font-size:.9rem;font-weight:600}.boost-pool{margin-top:8px;color:var(--text-faint);font-size:.8rem}.discover-boost{display:inline-flex;align-items:center;gap:4px;margin-left:10px;color:var(--accent);font-weight:700}.discover-boost-ico{display:grid;place-items:center}.discover-boost-ico svg{width:11px;height:11px;display:block}.boost-page{position:fixed;top:0;right:0;bottom:0;left:var(--rail-w);z-index:95;display:flex;flex-direction:column;background:var(--bg);padding:30px clamp(20px,4vw,52px) 28px;overflow-y:auto}.boost-page[hidden]{display:none}@media (max-width:640px){.boost-page{left:0}}.bp-grid{display:flex;gap:26px;align-items:flex-start;margin-top:22px}.bp-left{flex:1;min-width:0}.bp-right{flex:none;width:320px;display:flex;flex-direction:column;gap:16px}@media (max-width:900px){.bp-grid{flex-direction:column}.bp-right{width:100%}}.bp-h{margin:0 0 4px;font-size:1.1rem;font-weight:700}.bp-sub{margin:0 0 16px;color:var(--text-muted);font-size:.86rem}.bp-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.bp-card{padding:16px;background:var(--surface-1);border:1px solid var(--line);border-radius:14px}.bp-card.is-on{border-color:var(--accent-ring)}.bp-track{height:4px;border-radius:999px;background:var(--surface-3);margin-bottom:14px;overflow:hidden}.bp-track-fill{display:block;height:100%;width:0;background:var(--accent)}.bp-card.is-on .bp-track-fill{width:100%}.bp-card-title{font-size:1rem;font-weight:700;margin-bottom:10px}.bp-perk{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.84rem}.bp-perk-ico{flex:none;display:grid;place-items:center;color:var(--text-faint)}.bp-card.is-on .bp-perk-ico{color:var(--accent)}.bp-perk-ico svg{width:15px;height:15px;display:block}.bp-card-foot{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.bp-req{display:inline-flex;align-items:center;gap:4px;color:var(--text-faint);font-size:.78rem;font-weight:700}.bp-req-ico{display:grid;place-items:center}.bp-req-ico svg{width:12px;height:12px;display:block}.bp-enabled{padding:3px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.bp-boostcard{padding:16px;background:var(--surface-1);border:1px solid var(--line-strong);border-radius:14px}.bp-boostcard-title{font-size:1rem;font-weight:700}.bp-boostcard-sub{margin:4px 0 14px;color:var(--text-muted);font-size:.82rem;line-height:1.45}.bp-boost-big{width:100%;height:42px;border-radius:11px}.bp-mine-line{margin-top:10px;min-height:18px;color:var(--text-faint);font-size:.78rem;text-align:center}.bp-remove{width:100%;height:34px;margin-top:8px;border-radius:9px;font-size:.82rem}.bp-remove[hidden]{display:none}.bp-err{min-height:16px;margin-top:6px;color:#ff8080;font-size:.78rem;text-align:center}.bp-err:empty{display:none}.bp-section{padding:14px 16px;background:var(--surface-1);border:1px solid var(--line);border-radius:14px}.bp-h2{margin-bottom:10px;color:var(--text-faint);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bp-row{display:flex;align-items:center;gap:10px;padding:5px 0}.bp-row-av{flex:none;width:28px;height:28px;border-radius:50%;overflow:hidden;background:var(--surface-3);display:grid;place-items:center}.bp-row-av img{width:100%;height:100%;object-fit:cover}.bp-row-initial{font-size:.78rem;font-weight:700;color:var(--text)}.bp-row-name{flex:1;min-width:0;font-size:.86rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-row-count{display:inline-flex;align-items:center;gap:3px;color:var(--accent);font-size:.8rem;font-weight:700}.bp-row-bolt{display:grid;place-items:center}.bp-row-bolt svg{width:11px;height:11px;display:block}.bp-row-date{flex:none;margin-left:6px;color:var(--text-faint);font-size:.72rem}.bp-empty{color:var(--text-faint);font-size:.82rem;font-style:italic}.boost-chrow{display:flex;align-items:center;gap:8px;width:calc(100% - 16px);margin:4px 8px 8px;padding:8px 10px;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;color:var(--text-muted);font-family:inherit;font-size:.86rem;font-weight:600;text-align:left;cursor:pointer;transition:background .12s var(--ease),color .12s var(--ease),border-color .12s var(--ease)}.boost-chrow:hover{background:var(--surface-3);color:var(--text);border-color:var(--line-strong)}.boost-chrow-ico{flex:none;display:grid;place-items:center;color:var(--accent)}.boost-chrow-ico svg{width:14px;height:14px;display:block}.boost-chrow-lbl{flex:1;min-width:0}.boost-chrow-lvl{flex:none;color:var(--accent);font-size:.7rem;font-weight:800}.perm-grid{margin-top:10px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.perm-grid-head,.perm-grid-row{display:grid;grid-template-columns:1fr repeat(3,62px);align-items:center}.perm-grid-head{padding:8px 12px;background:var(--surface-2);border-bottom:1px solid var(--line);color:var(--text-faint);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.perm-grid-col{text-align:center;cursor:help}.perm-grid-row{padding:4px 12px;border-bottom:1px solid var(--line)}.perm-grid-row:last-child{border-bottom:0}.perm-grid-row.is-everyone{background:rgba(255,255,255,.03)}.perm-grid-role{display:flex;align-items:center;gap:8px;min-width:0;color:var(--text);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.perm-grid-row.is-everyone .perm-grid-role{font-weight:600}.perm-grid-cell{display:grid;place-items:center;padding:9px 0;margin:0;cursor:pointer;border-radius:8px;transition:background .12s var(--ease)}.perm-grid-cell:hover{background:rgba(255,255,255,.05)}.perm-grid-cell.is-moot{opacity:.32;cursor:not-allowed}.perm-grid-cell.is-moot:hover{background:0 0}.perm-grid-cell input{width:17px;height:17px;accent-color:var(--accent);cursor:inherit}.perm-grid-cell input:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.chan-tag.is-private{background:rgba(255,255,255,.08);color:var(--text-muted)}@media (max-width:560px){.perm-grid-head,.perm-grid-row{grid-template-columns:1fr repeat(3,48px)}.perm-grid-head{font-size:.6rem}}.channel-item .ch-lock{display:inline-grid;place-items:center;margin-left:auto;padding-left:6px;color:var(--text-faint)}.channel-item .ch-lock svg{width:12px;height:12px;display:block}.channel-item.is-active .ch-lock{color:var(--accent)}.auth-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.bill-plan{display:flex;align-items:center;gap:10px;margin-bottom:6px}.bill-plan-name{font-size:1.02rem;font-weight:700;letter-spacing:-.015em;color:var(--text)}.bill-tag{flex:none;padding:2px 9px;border-radius:var(--radius-pill);border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bill-tag.is-on{border-color:var(--accent-ring);background:var(--accent-soft);color:var(--accent)}.bill-actions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 10px}.bill-actions:empty{display:none}.bill-fine{margin-top:16px;padding-top:13px;border-top:1px solid var(--line);color:var(--text-faint);font-size:.78rem;line-height:1.55}.bill-actions .btn.is-armed{border-color:rgba(224,92,92,.55);background:rgba(224,92,92,.12);color:#ec8080}.ticket-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.ticket-row{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.ticket-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.ticket-who{font-weight:600;color:var(--text);font-size:.9rem}.ticket-cat{color:var(--text-faint);font-size:.82rem}.ticket-handled{color:var(--text-faint);font-size:.78rem;margin-left:auto}.ticket-state{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px;border:1px solid transparent}.ticket-state.is-open{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent)}.ticket-state.is-closed{background:rgba(255,255,255,.05);border-color:var(--line-strong);color:var(--text-faint)}.ticket-body-text{margin:0;color:var(--text);font-size:.9rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.ticket-reply{border-left:2px solid var(--accent-ring);padding-left:12px}.ticket-reply-who{display:block;font-size:.76rem;color:var(--accent);margin-bottom:3px}.ticket-reply-text{margin:0;color:var(--text);font-size:.88rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.ticket-body{width:100%;resize:vertical;min-height:44px;font:inherit}.ticket-acts{display:flex;gap:8px}.staff-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.staff-row .settings-hint{margin:0 0 0 auto}.staff-row .btn{margin-left:auto}.staff-role{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px;border:1px solid var(--line-strong);color:var(--text-faint)}.staff-role.is-admin{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent)}.admin-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.admin-add-row .settings-input{min-width:0}@media (max-width:480px){.admin-add-row{grid-template-columns:1fr}.admin-add-row .btn{width:100%}}main:has(> #modView:not([hidden])){max-width:none}#modView.staff-view,#supportView.staff-view{padding:18px 24px 24px}#modView .staff-inner{max-width:none}.tk-page{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.tk-page-head .settings-h{margin:0 0 2px}.tk-page-body .tk-shell{height:min(72vh,760px);min-height:440px}.tk-shell{display:flex;flex-direction:column;min-height:0;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25)}.tk-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--surface-3)}.tk-bar-left{display:flex;align-items:center;gap:12px;min-width:0}.tk-bar-ico{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);flex:none}.tk-bar-ico svg{width:20px;height:20px}.tk-bar-titles{min-width:0}.tk-bar-title{font-weight:600;font-size:.98rem;color:var(--text);line-height:1.2}.tk-bar-sub{display:flex;gap:10px;color:var(--text-faint);font-size:.78rem;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-bar-right{display:flex;align-items:center;gap:8px;flex:none}.tk-bar-btn{padding:6px 12px;font-size:.82rem}.tk-bar-btn.is-on{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent)}.tk-pill{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:4px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:6px}.tk-pill::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.tk-pill.is-open{background:var(--accent-soft);color:var(--accent)}.tk-pill.is-closed{background:rgba(255,255,255,.06);color:var(--text-faint)}.tk-note{padding:12px 16px;border-bottom:1px solid var(--line);background:rgba(255,191,0,.05)}.tk-note-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:6px}.tk-note-ta{width:100%;min-height:64px;resize:vertical;font:inherit;font-size:.86rem;color:var(--text);background:var(--surface-2);border:1px solid var(--line-strong);border-radius:10px;padding:8px 10px}.tk-note-ta:focus{outline:0;border-color:var(--accent-ring)}.tk-note-row{display:flex;align-items:center;gap:10px;margin-top:8px}.tk-note-status{color:var(--text-faint);font-size:.8rem}.tk-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 16px 8px;display:flex;flex-direction:column;gap:14px}.tk-empty{color:var(--text-faint);font-size:.86rem;text-align:center;margin:auto}.tk-day{align-self:center;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);background:var(--surface-3);border:1px solid var(--line);padding:3px 10px;border-radius:999px;margin:4px 0}.tk-group{display:flex;gap:10px;max-width:82%}.tk-group.is-mine{align-self:flex-end;flex-direction:row-reverse}.tk-group.is-theirs{align-self:flex-start}.tk-av{width:30px;height:30px;border-radius:50%;flex:none;margin-top:18px;display:grid;place-items:center;font-size:.78rem;font-weight:700;background:hsl(var(--h) 40% 24%);color:hsl(var(--h) 70% 82%);border:1px solid rgba(255,255,255,.08)}.tk-av.is-staff{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-ring)}.tk-stack{display:flex;flex-direction:column;gap:4px;min-width:0}.tk-group.is-mine .tk-stack{align-items:flex-end}.tk-name{display:flex;align-items:baseline;gap:8px;padding:0 4px;font-size:.74rem;color:var(--text-faint)}.tk-group.is-mine .tk-name{flex-direction:row-reverse}.tk-name-who{color:var(--text);font-weight:600}.tk-badge{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--accent);background:var(--accent-soft);padding:1px 6px;border-radius:6px}.tk-bubble{background:var(--surface-3);border:1px solid var(--line);color:var(--text);padding:9px 13px;border-radius:16px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%}.tk-group.is-theirs .tk-bubble{border-top-left-radius:6px}.tk-group.is-mine .tk-bubble{background:var(--accent-soft);border-color:var(--accent-ring);border-top-right-radius:6px}.tk-group.is-staff.is-theirs .tk-bubble{border-left:2px solid var(--accent-ring)}.tk-img{display:block;max-width:min(380px,100%);max-height:300px;border-radius:12px;border:1px solid var(--line);object-fit:cover;cursor:zoom-in;background:var(--surface-3)}.tk-foot{flex:none;border-top:1px solid var(--line);background:var(--surface-3)}.tk-compose{padding:10px 12px 8px}.tk-compose.is-drop{outline:2px dashed var(--accent-ring);outline-offset:-6px}.tk-row{display:flex;align-items:flex-end;gap:8px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:14px;padding:6px}.tk-row:focus-within{border-color:var(--accent-ring)}.tk-ta{flex:1;min-height:40px;max-height:180px;resize:none;background:0 0;border:0;outline:0;color:var(--text);font:inherit;font-size:.92rem;line-height:1.45;padding:9px 6px}.tk-ta::placeholder{color:var(--text-faint)}.tk-ib{width:40px;height:40px;border-radius:11px;border:1px solid transparent;background:0 0;color:var(--text-faint);cursor:pointer;display:grid;place-items:center;flex:none}.tk-ib svg{width:19px;height:19px}.tk-ib:hover{background:var(--surface-3);color:var(--text)}.tk-ib.is-send{background:var(--accent);color:var(--on-accent)}.tk-ib.is-send:hover{background:var(--accent-hover)}.tk-ib:disabled{opacity:.45;cursor:default}.tk-ib:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.tk-hint{color:var(--text-faint);font-size:.72rem;padding:6px 8px 0}.tk-preview{display:flex;align-items:center;gap:12px;padding:8px 8px 10px}.tk-preview img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.tk-preview-meta{min-width:0;flex:1}.tk-preview-name{font-size:.84rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-preview-size{font-size:.74rem;color:var(--text-faint)}.tk-preview-x{background:0 0;border:1px solid var(--line-strong);color:var(--text-faint);border-radius:8px;padding:5px 10px;font:inherit;font-size:.78rem;cursor:pointer}.tk-preview-x:hover{color:var(--text);border-color:var(--text-faint)}.tk-toast{padding:8px 14px;font-size:.82rem;color:var(--text);background:var(--surface-2);border-bottom:1px solid var(--line)}.tk-toast.is-err{color:#ff8f8f}.tk-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;color:var(--text-faint);font-size:.86rem}.tk-notice.is-soft{padding-bottom:0}.tk-new{background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px}.tk-new-title{font-weight:600;font-size:1.05rem;color:var(--text)}.tk-new-sub{margin:-6px 0 0;color:var(--text-faint);font-size:.86rem}.tk-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.tk-cat{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:12px;text-align:left;cursor:pointer;background:var(--surface-3);border:1px solid var(--line);border-radius:12px;color:var(--text-faint);font:inherit}.tk-cat:hover{border-color:var(--line-strong);color:var(--text)}.tk-cat.is-on{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--text)}.tk-cat.is-on .tk-cat-ico{color:var(--accent)}.tk-cat-ico svg{width:20px;height:20px}.tk-cat-lbl{font-size:.84rem;font-weight:600}.tk-cat:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.tk-new-ta{width:100%;resize:vertical;font:inherit;font-size:.92rem;line-height:1.45;color:var(--text);background:var(--surface-3);border:1px solid var(--line-strong);border-radius:12px;padding:12px;min-height:120px}.tk-new-ta:focus{outline:0;border-color:var(--accent-ring)}.tk-new-row{display:flex;align-items:center;justify-content:flex-end;gap:12px}.tk-new-status{color:#ff8f8f;font-size:.82rem;margin-right:auto}.tk-past{border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.tk-past>summary{cursor:pointer;padding:12px 16px;color:var(--text-faint);font-size:.86rem;list-style:none}.tk-past>summary::-webkit-details-marker{display:none}.tk-past>summary::before{content:'▸ '}.tk-past[open]>summary::before{content:'▾ '}.tk-past .tk-list{padding:0 8px 8px;display:flex;flex-direction:column;gap:4px}.tk-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;cursor:pointer;background:0 0;border:1px solid transparent;border-radius:12px;padding:10px;color:var(--text);font:inherit;position:relative}.tk-item:hover{background:var(--surface-3)}.tk-item.is-active{background:var(--accent-soft);border-color:var(--accent-ring)}.tk-item:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.tk-item .tk-av{margin-top:0;width:34px;height:34px}.tk-item-main{min-width:0;flex:1}.tk-item-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.tk-item-who{font-weight:600;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-item-time{color:var(--text-faint);font-size:.72rem;flex:none}.tk-item-sub{display:flex;gap:8px;align-items:baseline;margin-top:2px;min-width:0}.tk-item-cat{color:var(--accent);font-size:.72rem;flex:none}.tk-item-prev{color:var(--text-faint);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-item-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none;opacity:0}.tk-item.needs-reply .tk-item-dot{opacity:1}.tk-item.needs-reply .tk-item-who{color:var(--text)}.tk-app{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px;height:calc(100dvh - 130px);min-height:520px}.tk-inbox{display:flex;flex-direction:column;min-height:0;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;overflow:hidden}.tk-inbox-head{padding:14px 14px 10px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.tk-inbox-title{font-weight:700;font-size:1rem;color:var(--text)}.tk-seg{display:flex;gap:4px;background:var(--surface-3);border:1px solid var(--line);border-radius:10px;padding:3px}.tk-seg-btn{flex:1;border:0;background:0 0;color:var(--text-faint);font:inherit;font-size:.8rem;font-weight:600;padding:6px 8px;border-radius:8px;cursor:pointer}.tk-seg-btn.is-on{background:var(--surface-2);color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.3)}.tk-seg-btn:focus-visible{outline:2px solid var(--accent-ring);outline-offset:1px}.tk-inbox-list{flex:1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:2px}.tk-inbox-empty{color:var(--text-faint);font-size:.84rem;text-align:center;padding:28px 8px}.tk-pane{min-height:0;display:flex;flex-direction:column}.tk-pane .tk-shell{flex:1;min-height:0}.tk-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text-faint);font-size:.9rem;border:1px dashed var(--line-strong);border-radius:16px}.tk-placeholder-ico svg{width:36px;height:36px;opacity:.5}.tk-lightbox{position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.82);display:grid;place-items:center;cursor:zoom-out;padding:24px}.tk-lightbox img{max-width:100%;max-height:100%;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.6)}@media (max-width:900px){.tk-app{grid-template-columns:1fr;height:auto}.tk-inbox{max-height:40vh}.tk-pane .tk-shell{height:70vh}.tk-group{max-width:92%}}main:has(> #modView:not([hidden])),main:has(> #supportView:not([hidden])){padding-top:0;padding-bottom:0}#modView.staff-view,#supportView.staff-view{height:100dvh;box-sizing:border-box;padding:18px 24px 20px;display:flex;flex-direction:column;min-height:0}#modView .staff-inner,#supportView .staff-inner{flex:1;min-height:0;display:flex;flex-direction:column}#supportView .staff-inner{max-width:860px;width:100%;margin:0 auto}.tk-page{flex:1;min-height:0}.tk-page-body{flex:1;min-height:0;display:flex;flex-direction:column}.tk-page-body .tk-shell{flex:1;min-height:0;height:auto}.tk-past-wrap{flex:none}.tk-app{flex:1;min-height:0;height:auto}@media (max-width:900px){#modView.staff-view,#supportView.staff-view{height:auto}.tk-page-body .tk-shell{height:70vh}}#modView.staff-view[hidden],#supportView.staff-view[hidden]{display:none!important}#main-container:has(> main > #modView:not([hidden]))>footer,#main-container:has(> main > #supportView:not([hidden]))>footer{display:none}