:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-rail:#16171a;--bg-sidebar:#1f2024;--bg-chat:#27282d;--bg-floating:#0e0f11;--bg-modal:#27282d;--bg-modal-footer:#1f2024;--bg-input:#303238;--bg-input-strong:#16171a;--bg-hover:#4e50584d;--bg-selected:#4e50588c;--bg-message-hover:#232429;--bg-mention:#faa81a1a;--bg-mention-hover:#faa81a14;--border-mention:#f0b232;--bg-reply-highlight:#5865f21a;--bg-code:#1f2024;--border-subtle:#ffffff0f;--border-strong:#141517;--text-normal:#dbdee1;--text-muted:#949ba4;--text-faint:#8e929c;--header-primary:#f2f3f5;--header-secondary:#b5bac1;--interactive-normal:#b5bac1;--interactive-hover:#dbdee1;--interactive-active:#fff;--interactive-muted:#4e5058;--link:#00a8fc;--brand:#5865f2;--brand-hover:#4752c4;--green:#23a55a;--yellow:#f0b232;--red:#f23f43;--red-hover:#da373c;--mention-pill:#f23f43;--scrollbar-thumb:#121316;--scrollbar-track:#1f2024;--shadow-elevation:0 8px 16px #00000052;--scrim:#0009;--font:"gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;--font-mono:"gg mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--radius:8px;--rail-w:72px;--sidebar-w:240px;--members-w:240px;--app-h:100dvh;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-rail:#e3e5e8;--bg-sidebar:#f2f3f5;--bg-chat:#fff;--bg-floating:#fff;--bg-modal:#fff;--bg-modal-footer:#f2f3f5;--bg-input:#ebedef;--bg-input-strong:#e3e5e8;--bg-hover:#747c8a24;--bg-selected:#747c8a3d;--bg-message-hover:#f7f7f8;--bg-code:#f2f3f5;--border-subtle:#00000014;--border-strong:#e1e2e4;--text-normal:#313338;--text-muted:#5c5e66;--text-faint:#6d7079;--header-primary:#060607;--header-secondary:#4e5058;--interactive-normal:#4e5058;--interactive-hover:#313338;--interactive-active:#060607;--interactive-muted:#c4c9ce;--link:#006ce7;--scrollbar-thumb:#c1c3c7;--scrollbar-track:#f2f3f5;--shadow-elevation:0 8px 16px #0000001f}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-rail:#e3e5e8;--bg-sidebar:#f2f3f5;--bg-chat:#fff;--bg-floating:#fff;--bg-modal:#fff;--bg-modal-footer:#f2f3f5;--bg-input:#ebedef;--bg-input-strong:#e3e5e8;--bg-hover:#747c8a24;--bg-selected:#747c8a3d;--bg-message-hover:#f7f7f8;--bg-code:#f2f3f5;--border-subtle:#00000014;--border-strong:#e1e2e4;--text-normal:#313338;--text-muted:#5c5e66;--text-faint:#6d7079;--header-primary:#060607;--header-secondary:#4e5058;--interactive-normal:#4e5058;--interactive-hover:#313338;--interactive-active:#060607;--interactive-muted:#c4c9ce;--link:#006ce7;--scrollbar-thumb:#c1c3c7;--scrollbar-track:#f2f3f5;--shadow-elevation:0 8px 16px #0000001f}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg-chat);height:100%;color:var(--text-normal);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overscroll-behavior:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;font-size:16px;line-height:1.375;overflow:hidden}#app{height:100%}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0}input,textarea,select{font:inherit;color:inherit}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:padding-box;border:4px solid #0000;border-radius:8px;min-height:40px}::-webkit-scrollbar-track{background:var(--scrollbar-track);background-clip:padding-box;border:4px solid #0000;border-radius:8px}.thin-scroll::-webkit-scrollbar{width:8px}.thin-scroll::-webkit-scrollbar-thumb{border-width:2px}.thin-scroll::-webkit-scrollbar-track{background:0 0}.btn{background:var(--brand);color:#fff;border-radius:3px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:2px 16px;font-size:14px;font-weight:500;transition:background-color .17s;display:inline-flex}.btn:hover{background:var(--brand-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:#4e5058}.btn.secondary:hover{background:#6d6f78}.btn.danger{background:var(--red)}.btn.danger:hover{background:var(--red-hover)}.btn.link{color:var(--text-normal);background:0 0}.btn.link:hover{text-decoration:underline}.btn.small{min-height:32px;padding:2px 12px}.field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.field>label,.label{text-transform:uppercase;letter-spacing:.02em;color:var(--header-secondary);font-size:12px;font-weight:700}.field .hint{color:var(--text-muted);font-size:12px}.input{background:var(--bg-input-strong);width:100%;color:var(--text-normal);border:none;border-radius:3px;padding:10px;font-size:16px}.input:focus{outline:none}.row{gap:12px;display:flex}.row>*{flex:1}.check{cursor:pointer;align-items:center;gap:10px;margin-bottom:12px;font-size:15px;display:flex}.check input{width:18px;height:18px;accent-color:var(--brand)}.error-text{color:var(--red);font-size:14px}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.bg.svelte-h34f85{background:radial-gradient(1200px 600px at 10% 10%, #5865f28c, transparent 60%), radial-gradient(900px 500px at 90% 90%, #23a55a59, transparent 60%), var(--bg-rail);place-items:center;height:100%;padding:16px;display:grid}.card.svelte-h34f85{background:var(--bg-chat);border-radius:5px;width:100%;max-width:480px;padding:32px;box-shadow:0 2px 10px #0003}.brand.svelte-h34f85{text-align:center;font-size:40px}h1.svelte-h34f85{text-align:center;color:var(--header-primary);margin:4px 0 8px;font-size:24px;font-weight:600}.sub.svelte-h34f85{text-align:center;color:var(--header-secondary);margin:0 0 20px}.err.svelte-h34f85{color:var(--red);text-transform:none;font-style:italic;font-weight:500}.full.svelte-h34f85{width:100%;min-height:44px;margin-top:4px;font-size:16px}.hint.svelte-h34f85{color:var(--text-muted);margin:12px 0 0;font-size:14px}.net-icon.svelte-1sj2wbb{object-fit:cover;border-radius:22%;flex-shrink:0;display:block}.rail.svelte-1it0jp1{flex-direction:column;align-items:center;gap:8px;margin:0;padding:12px 0;list-style:none;display:flex}.item.svelte-1it0jp1{justify-content:center;width:100%;display:flex;position:relative}.pill.svelte-1it0jp1{background:var(--header-primary);border-radius:0 4px 4px 0;width:8px;height:0;margin-left:-4px;transition:height .15s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.item.unread.svelte-1it0jp1 .pill:where(.svelte-1it0jp1){height:8px}.item.svelte-1it0jp1:hover .pill:where(.svelte-1it0jp1){height:20px}.item.active.svelte-1it0jp1 .pill:where(.svelte-1it0jp1){height:40px}.icon.svelte-1it0jp1{background:var(--bg-chat);width:48px;height:48px;color:var(--text-normal);border-radius:50%;place-items:center;font-size:15px;font-weight:600;transition:border-radius .15s,background-color .15s,color .15s;display:grid;overflow:hidden}.item.svelte-1it0jp1:hover .icon:where(.svelte-1it0jp1),.item.active.svelte-1it0jp1 .icon:where(.svelte-1it0jp1){background:var(--brand);color:#fff;border-radius:16px}.icon.offline.svelte-1it0jp1{opacity:.6}.icon.action.svelte-1it0jp1{color:var(--green)}.item.svelte-1it0jp1:hover .icon.action:where(.svelte-1it0jp1){background:var(--green);color:#fff}.badge.svelte-1it0jp1{background:var(--mention-pill);color:#fff;text-align:center;min-width:16px;height:16px;box-shadow:0 0 0 4px var(--bg-rail);pointer-events:none;border-radius:8px;padding:0 4px;font-size:12px;font-weight:700;line-height:16px;position:absolute;bottom:-2px;right:8px}.status.svelte-1it0jp1{background:var(--red);width:12px;height:12px;box-shadow:0 0 0 3px var(--bg-rail);border-radius:50%;position:absolute;top:0;right:10px}.status.connecting.svelte-1it0jp1{background:var(--yellow)}.sep.svelte-1it0jp1{background:var(--bg-hover);border-radius:1px;width:32px;height:2px}.avatar.svelte-1pre9qb{flex-shrink:0;display:inline-block;position:relative}img.svelte-1pre9qb,.fallback.svelte-1pre9qb{object-fit:cover;color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;place-items:center;width:100%;height:100%;font-weight:600;display:grid}.status.svelte-1pre9qb{width:var(--s);height:var(--s);border:3px solid var(--status-ring,var(--bg-sidebar));background:var(--text-faint);border-radius:50%;position:absolute;bottom:-2px;right:-2px}.status.online.svelte-1pre9qb{background:var(--green)}.status.away.svelte-1pre9qb{background:var(--yellow)}.head.svelte-181dlmc{z-index:2;flex-shrink:0;align-items:center;height:48px;display:flex;position:relative;box-shadow:0 1px #04040533,0 1.5px #0606070d,0 2px #0404050d}.head-btn.svelte-181dlmc{width:100%;height:100%;color:var(--header-primary);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.head-btn.svelte-181dlmc:hover{background:var(--bg-hover)}.head.svelte-181dlmc .name:where(.svelte-181dlmc){text-overflow:ellipsis;white-space:nowrap;padding-left:0;font-size:16px;font-weight:600;overflow:hidden}header.head.svelte-181dlmc>.name:where(.svelte-181dlmc){color:var(--header-primary);padding:0 16px}.menu.svelte-181dlmc{background:var(--bg-floating);box-shadow:var(--shadow-elevation);z-index:10;border-radius:4px;padding:6px 8px;position:absolute;top:54px;left:10px;right:10px}.menu.svelte-181dlmc button:where(.svelte-181dlmc){width:100%;color:var(--interactive-normal);border-radius:2px;justify-content:space-between;align-items:center;padding:8px;font-size:14px;font-weight:500;display:flex}.menu.svelte-181dlmc button:where(.svelte-181dlmc):hover{background:var(--brand);color:#fff}.conn.svelte-181dlmc{color:var(--yellow);background:#f0b23226;border-radius:4px;flex-direction:column;margin:8px 8px 0;padding:8px 10px;font-size:13px;font-weight:600;display:flex}.conn.disconnected.svelte-181dlmc{color:var(--red);background:#f23f4326}.conn.svelte-181dlmc small:where(.svelte-181dlmc){color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.list.svelte-181dlmc{flex:1;padding:8px 0 8px 8px;overflow-y:auto}.section.svelte-181dlmc{align-items:center;padding:16px 8px 4px 0;display:flex}.section-head.svelte-181dlmc{text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);text-align:left;flex:1;align-items:center;gap:2px;font-size:12px;font-weight:600;display:flex}.section-head.svelte-181dlmc:hover,.section-add.svelte-181dlmc:hover{color:var(--interactive-hover)}.section-add.svelte-181dlmc{color:var(--text-muted);display:grid}.chev.svelte-181dlmc{transition:transform .1s;display:inline-grid}.chev.collapsed.svelte-181dlmc{transform:rotate(-90deg)}.entry-wrap.svelte-181dlmc{margin-right:8px;position:relative}.entry.svelte-181dlmc{width:100%;color:var(--text-muted);text-align:left;border-radius:4px;align-items:center;gap:6px;margin:1px 0;padding:6px 8px;font-size:16px;font-weight:500;display:flex;position:relative}.entry.server.svelte-181dlmc{width:calc(100% - 8px)}.entry.svelte-181dlmc:hover{background:var(--bg-hover);color:var(--interactive-hover)}.entry.active.svelte-181dlmc{background:var(--bg-selected);color:var(--interactive-active)}.entry.unread.svelte-181dlmc{color:var(--interactive-active);font-weight:600}.entry.parted.svelte-181dlmc{opacity:.55}.entry.dm.svelte-181dlmc{gap:12px;padding:4px 8px}.entry.svelte-181dlmc .entry-name:where(.svelte-181dlmc){text-overflow:ellipsis;white-space:nowrap;flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex;overflow:hidden}.entry.svelte-181dlmc .entry-name:where(.svelte-181dlmc) small:where(.svelte-181dlmc){color:var(--text-muted);text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.dot.svelte-181dlmc{background:var(--header-primary);border-radius:0 4px 4px 0;width:8px;height:8px;position:absolute;left:-12px}.count.svelte-181dlmc{background:var(--mention-pill);color:#fff;text-align:center;border-radius:8px;min-width:16px;height:16px;padding:0 5px;font-size:12px;font-weight:700;line-height:16px}.close.svelte-181dlmc{color:var(--interactive-normal);border-radius:3px;padding:2px;display:none;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.entry-wrap.svelte-181dlmc:hover .close:where(.svelte-181dlmc){display:grid}.entry-wrap.svelte-181dlmc:hover .count:where(.svelte-181dlmc){visibility:hidden}.close.svelte-181dlmc:hover{color:var(--interactive-hover)}.panel.svelte-181dlmc{background:color-mix(in srgb, var(--bg-rail) 70%, var(--bg-sidebar));--status-ring:color-mix(in srgb, var(--bg-rail) 70%, var(--bg-sidebar));flex-shrink:0;align-items:center;gap:4px;height:52px;padding:0 8px;display:flex}.me.svelte-181dlmc{text-align:left;border-radius:4px;flex:1;align-items:center;gap:8px;min-width:0;padding:2px 4px;display:flex}.me.svelte-181dlmc:hover{background:var(--bg-hover)}.who.svelte-181dlmc{flex-direction:column;min-width:0;line-height:1.2;display:flex}.who.svelte-181dlmc strong:where(.svelte-181dlmc){color:var(--header-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.who.svelte-181dlmc small:where(.svelte-181dlmc){color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tool.svelte-181dlmc{width:32px;height:32px;color:var(--interactive-normal);border-radius:4px;place-items:center;display:grid}.tool.svelte-181dlmc:hover{background:var(--bg-hover);color:var(--interactive-hover)}@media (hover:none){.entry-wrap.svelte-181dlmc:has(.entry.active:where(.svelte-181dlmc)) .close:where(.svelte-181dlmc){display:grid}.entry-wrap.svelte-181dlmc:has(.entry.active:where(.svelte-181dlmc)) .count:where(.svelte-181dlmc){visibility:hidden}.close.svelte-181dlmc{padding:8px;right:2px}}@media (width<=760px){.entry.svelte-181dlmc{min-height:44px;font-size:16px}.entry.dm.svelte-181dlmc{min-height:52px}.section-add.svelte-181dlmc{place-items:center;width:36px;height:36px;display:grid}.panel.svelte-181dlmc{height:auto;min-height:60px;padding-bottom:var(--safe-bottom)}.panel.svelte-181dlmc .tool:where(.svelte-181dlmc){width:44px;height:44px}}.pop.svelte-askjok{z-index:200;border-radius:var(--radius);box-shadow:var(--shadow-elevation);position:fixed;overflow:hidden}.scrim.svelte-askjok{z-index:199;background:var(--scrim);position:fixed;inset:0}.pop.sheet.svelte-askjok{height:min(420px,60%);padding-bottom:var(--safe-bottom);background:var(--bg-sidebar);border-radius:16px 16px 0 0;animation:.22s cubic-bezier(.2,.8,.2,1) svelte-askjok-rise;bottom:0;left:0;right:0}@keyframes svelte-askjok-rise{0%{transform:translateY(100%)}}.pop.sheet.svelte-askjok emoji-picker{--border-radius:16px 16px 0 0;--num-columns:8;--emoji-size:1.6rem;--emoji-padding:.45rem}.pop.svelte-askjok emoji-picker{--border-radius:8px;--background:var(--bg-sidebar);--border-color:transparent;--input-border-color:transparent;--input-font-color:var(--text-normal);--input-placeholder-color:var(--text-muted);--button-hover-background:var(--bg-hover);--button-active-background:var(--bg-selected);--indicator-color:var(--brand);--outline-color:var(--brand);--category-font-color:var(--text-muted);width:100%;height:100%}.wrap.svelte-1n8df3y{position:relative}.box.svelte-1n8df3y{background:var(--bg-input);border-radius:var(--radius);align-items:flex-start;gap:4px;padding:0 12px 0 4px;display:flex}.box.has-bar.svelte-1n8df3y{border-top-left-radius:0;border-top-right-radius:0}textarea.svelte-1n8df3y{resize:none;min-height:44px;max-height:50vh;color:var(--text-normal);background:0 0;border:none;outline:none;flex:1;padding:11px 8px;font-size:16px;line-height:1.375}textarea.svelte-1n8df3y::placeholder{color:var(--text-faint)}.attach.svelte-1n8df3y,.emoji.svelte-1n8df3y{height:44px;color:var(--interactive-normal);flex-shrink:0;place-items:center;padding:0 8px;display:grid}.attach.svelte-1n8df3y:hover,.emoji.svelte-1n8df3y:hover{color:var(--interactive-hover)}.send.svelte-1n8df3y{width:36px;height:36px;color:var(--interactive-muted);border-radius:50%;flex-shrink:0;align-self:center;place-items:center;margin-left:2px;transition:background-color .15s,color .15s;display:grid}.send.ready.svelte-1n8df3y{background:var(--brand);color:#fff}.send.svelte-1n8df3y svg{transform:translate(-1px)}@media (width<=760px){.box.svelte-1n8df3y{border-radius:22px;padding:0 4px}.box.has-bar.svelte-1n8df3y{border-radius:0 0 22px 22px}textarea.svelte-1n8df3y{padding:11px 4px}.attach.svelte-1n8df3y,.emoji.svelte-1n8df3y{width:40px;padding:0}.replybar.svelte-1n8df3y{border-radius:16px 16px 0 0;padding:8px 12px}.replybar.svelte-1n8df3y .snip:where(.svelte-1n8df3y){display:none}.replybar.svelte-1n8df3y button:where(.svelte-1n8df3y){place-items:center;width:32px;height:32px}.suggest.svelte-1n8df3y button:where(.svelte-1n8df3y){align-items:center;min-height:44px}.desc.svelte-1n8df3y{display:none}}.replybar.svelte-1n8df3y{background:var(--bg-sidebar);border-radius:var(--radius) var(--radius) 0 0;color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;font-size:14px;display:flex}.replybar.svelte-1n8df3y strong:where(.svelte-1n8df3y){color:var(--header-secondary)}.replybar.svelte-1n8df3y .snip:where(.svelte-1n8df3y){color:var(--text-faint)}.replybar.svelte-1n8df3y button:where(.svelte-1n8df3y){color:var(--interactive-normal);display:grid}.progress.svelte-1n8df3y{background:var(--bg-hover);border-radius:3px;width:120px;height:6px;overflow:hidden}.progress.svelte-1n8df3y span:where(.svelte-1n8df3y){background:var(--brand);height:100%;display:block}.suggest.svelte-1n8df3y{background:var(--bg-sidebar);border-radius:var(--radius);box-shadow:var(--shadow-elevation);z-index:10;margin:0;padding:8px 0;list-style:none;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.suggest.svelte-1n8df3y button:where(.svelte-1n8df3y){text-align:left;align-items:baseline;gap:8px;width:100%;padding:6px 16px;font-size:14px;display:flex}.suggest.svelte-1n8df3y button:where(.svelte-1n8df3y):hover,.suggest.svelte-1n8df3y li:where(.svelte-1n8df3y):first-child button:where(.svelte-1n8df3y){background:var(--bg-hover)}.cmd.svelte-1n8df3y{color:var(--header-primary);font-weight:600}.args.svelte-1n8df3y{color:var(--text-muted)}.desc.svelte-1n8df3y{color:var(--text-faint);margin-left:auto}.error-text.svelte-1n8df3y{padding:4px 4px 0}.drop.svelte-1n8df3y{z-index:300;pointer-events:none;background:#0009;place-items:center;display:grid;position:fixed;inset:0}.drop-card.svelte-1n8df3y{background:var(--brand);color:#fff;border:2px dashed #fff9;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:32px 48px;font-size:18px;display:flex}.b.svelte-19anedb{font-weight:700}.i.svelte-19anedb{font-style:italic}.u.svelte-19anedb{text-decoration:underline}.s.svelte-19anedb{text-decoration:line-through}.u.s.svelte-19anedb{text-decoration:underline line-through}.m.svelte-19anedb{font-family:var(--font-mono);background:var(--bg-code);border-radius:3px;padding:0 .2em;font-size:.875em}.colored.svelte-19anedb{border-radius:2px;padding:0 1px}a.svelte-19anedb{word-break:break-all}.mention.svelte-19anedb{color:var(--header-primary);background:#5865f24d;border-radius:3px;padding:0 2px;font-weight:500}.msg.svelte-t22hw0{overflow-wrap:anywhere;min-height:22px;padding:2px 48px 2px 72px;position:relative}.msg.head.svelte-t22hw0{min-height:44px;margin-top:17px}.msg.svelte-t22hw0:hover{background:var(--bg-message-hover)}.msg.highlight.svelte-t22hw0{background:var(--bg-mention)}.msg.highlight.svelte-t22hw0:before{content:"";background:var(--border-mention);width:2px;position:absolute;top:0;bottom:0;left:0}.msg.highlight.svelte-t22hw0:hover{background:var(--bg-mention-hover)}.msg.pending.svelte-t22hw0 .body:where(.svelte-t22hw0){opacity:.5}.msg.failed.svelte-t22hw0 .body:where(.svelte-t22hw0){color:var(--red)}.flash{animation:1.6s ease-out svelte-t22hw0-flash}@keyframes svelte-t22hw0-flash{0%,40%{background:var(--bg-reply-highlight)}}.avatar-btn.svelte-t22hw0{border-radius:50%;position:absolute;top:4px;left:16px}.msg.svelte-t22hw0:has(.reply-ref:where(.svelte-t22hw0)) .avatar-btn:where(.svelte-t22hw0){top:26px}.header.svelte-t22hw0{flex-wrap:wrap;align-items:baseline;gap:6px;margin:0;font-size:16px;font-weight:500;line-height:22px;display:flex}.name.svelte-t22hw0{color:var(--header-primary);font-weight:500}.name.svelte-t22hw0:hover,.ename.svelte-t22hw0:hover{text-decoration:underline}.realnick.svelte-t22hw0{color:var(--text-muted);font-size:12px}.header.svelte-t22hw0 time:where(.svelte-t22hw0){color:var(--text-muted);font-size:12px;font-weight:400}.bot.svelte-t22hw0,.tag.svelte-t22hw0{background:var(--brand);color:#fff;border-radius:3px;align-self:center;padding:0 4px;font-size:10px;font-weight:600;line-height:15px}.tag.svelte-t22hw0{background:var(--interactive-muted);color:var(--text-normal)}.gutter.svelte-t22hw0{text-align:right;width:64px;color:var(--text-muted);visibility:hidden;font-size:11px;line-height:22px;position:absolute;left:0}.msg.svelte-t22hw0:hover .gutter:where(.svelte-t22hw0){visibility:visible}.body.svelte-t22hw0{color:var(--text-normal);white-space:pre-wrap;font-size:16px;line-height:1.375}.body.action.svelte-t22hw0{font-style:italic}.actor.svelte-t22hw0{font-weight:500}.notice.svelte-t22hw0 .body:where(.svelte-t22hw0),.muted.svelte-t22hw0{color:var(--text-muted)}.err.svelte-t22hw0{color:var(--red);vertical-align:middle;margin-left:4px}.compact.svelte-t22hw0{padding-left:16px}.compact.head.svelte-t22hw0{min-height:0;margin-top:0}.line.svelte-t22hw0{align-items:baseline;gap:8px;display:flex}.line.svelte-t22hw0 time:where(.svelte-t22hw0){color:var(--text-muted);flex-shrink:0;width:44px;font-size:11px}.line.svelte-t22hw0 .name:where(.svelte-t22hw0){flex-shrink:0}.reply-ref.svelte-t22hw0{--reply-inset:16px;--avatar-centre:36px;--content-left:72px;margin:0 0 4px calc(-1 * var(--reply-inset));color:var(--text-muted);text-align:left;align-items:center;gap:4px;max-width:100%;padding-left:0;font-size:14px;display:flex;position:relative}.reply-ref.svelte-t22hw0 .spine:where(.svelte-t22hw0){left:calc(var(--avatar-centre) - 1px - var(--content-left) + var(--reply-inset));width:calc(var(--content-left) - var(--reply-inset) - var(--avatar-centre) - 3px);border-left:2px solid var(--interactive-muted);border-top:2px solid var(--interactive-muted);border-top-left-radius:6px;height:13px;position:absolute;top:50%}.rname.svelte-t22hw0{flex-shrink:0;font-weight:500}.rtext.svelte-t22hw0{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reply-ref.svelte-t22hw0:hover .rtext:where(.svelte-t22hw0){color:var(--interactive-hover)}.media.svelte-t22hw0{flex-direction:column;gap:4px;margin-top:4px;display:flex}.media.svelte-t22hw0 img:where(.svelte-t22hw0),.media.svelte-t22hw0 video:where(.svelte-t22hw0){border-radius:var(--radius);max-width:min(400px,100%);max-height:300px;display:block}.media.svelte-t22hw0 audio:where(.svelte-t22hw0){width:min(400px,100%)}.reactions.svelte-t22hw0{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.chip.svelte-t22hw0{background:var(--bg-sidebar);border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;height:24px;padding:2px 6px;font-size:14px;display:inline-flex}.chip.svelte-t22hw0:hover{border-color:var(--interactive-muted)}.chip.mine.svelte-t22hw0{border-color:var(--brand);background:#5865f226}.chip.svelte-t22hw0 .n:where(.svelte-t22hw0){color:var(--interactive-normal);font-size:14px;font-weight:500}.chip.mine.svelte-t22hw0 .n:where(.svelte-t22hw0){color:var(--header-primary)}.chip.add.svelte-t22hw0{color:var(--interactive-normal);visibility:hidden}.msg.svelte-t22hw0:hover .chip.add:where(.svelte-t22hw0){visibility:visible}.emoji.svelte-t22hw0{font-size:16px;line-height:1}.toolbar.svelte-t22hw0{background:var(--bg-chat);border:1px solid var(--border-subtle);z-index:2;border-radius:4px;align-items:center;display:none;position:absolute;top:-16px;right:14px;box-shadow:0 0 0 1px #04040514}.msg.svelte-t22hw0:hover .toolbar:where(.svelte-t22hw0),.msg.svelte-t22hw0:focus-within .toolbar:where(.svelte-t22hw0){display:flex}.toolbar.svelte-t22hw0 button:where(.svelte-t22hw0){width:32px;height:32px;color:var(--interactive-normal);place-items:center;display:grid}.toolbar.svelte-t22hw0 button:where(.svelte-t22hw0):hover{background:var(--bg-hover);color:var(--interactive-hover)}.toolbar.svelte-t22hw0 .danger:where(.svelte-t22hw0):hover{color:var(--red)}.q.svelte-t22hw0{font-size:18px;line-height:1}.edited.svelte-t22hw0{color:var(--text-muted);-webkit-user-select:none;user-select:none;white-space:nowrap;margin-left:4px;font-size:10px}.edit.svelte-t22hw0{margin:4px 0 2px}.edit.svelte-t22hw0 textarea:where(.svelte-t22hw0){resize:none;border-radius:var(--radius);background:var(--bg-input);width:100%;color:var(--text-normal);font:inherit;border:0;outline:none;max-height:50vh;padding:11px 16px;font-size:16px;line-height:1.375;display:block}.edit.svelte-t22hw0 textarea.invalid:where(.svelte-t22hw0){box-shadow:0 0 0 1px var(--red)}.edit-hint.svelte-t22hw0{color:var(--text-normal);margin-top:4px;font-size:12px}.edit-hint.svelte-t22hw0 button:where(.svelte-t22hw0){color:var(--link)}.edit-hint.svelte-t22hw0 button:where(.svelte-t22hw0):hover{text-decoration:underline}.edit-err.svelte-t22hw0{color:var(--red)}.event.svelte-t22hw0{color:var(--text-muted);align-items:baseline;gap:8px;margin-top:2px;padding:2px 48px 2px 72px;font-size:15px;display:flex;position:relative}.event.svelte-t22hw0:hover{background:var(--bg-message-hover)}.eicon.svelte-t22hw0{text-align:center;width:20px;color:var(--text-faint);position:absolute;left:32px}.event.join.svelte-t22hw0 .eicon:where(.svelte-t22hw0){color:var(--green)}.event.part.svelte-t22hw0 .eicon:where(.svelte-t22hw0),.event.quit.svelte-t22hw0 .eicon:where(.svelte-t22hw0),.event.kick.svelte-t22hw0 .eicon:where(.svelte-t22hw0),.event.error.svelte-t22hw0 .eicon:where(.svelte-t22hw0){color:var(--red)}.etext.svelte-t22hw0{overflow-wrap:anywhere;white-space:pre-wrap;flex:1;min-width:0}.ename.svelte-t22hw0{color:var(--header-primary);font-weight:500}.event.error.svelte-t22hw0{color:var(--red)}.event.server.svelte-t22hw0{font-family:var(--font-mono);font-size:13px}.event.svelte-t22hw0 time:where(.svelte-t22hw0){color:var(--text-faint);flex-shrink:0;font-size:11px}.topic.svelte-t22hw0{color:var(--text-normal);display:block}@media (hover:none){.msg.svelte-t22hw0:hover,.event.svelte-t22hw0:hover{background:0 0}.msg.highlight.svelte-t22hw0:hover{background:var(--bg-mention)}.msg.svelte-t22hw0{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;transition:background-color .15s}.msg.pressing.svelte-t22hw0{background:var(--bg-message-hover)}.chip.svelte-t22hw0{min-height:32px;padding:0 8px}}@media (width<=760px){.msg.svelte-t22hw0,.event.svelte-t22hw0{padding-left:60px;padding-right:12px}.avatar-btn.svelte-t22hw0{left:12px}.reply-ref.svelte-t22hw0{--reply-inset:4px;--avatar-centre:32px;--content-left:60px}.gutter.svelte-t22hw0{width:52px}.eicon.svelte-t22hw0{left:26px}.event.svelte-t22hw0{font-size:14px}.msg.head.svelte-t22hw0{margin-top:14px}}.backdrop.svelte-1rqx5z2{z-index:150;background:var(--scrim);justify-content:center;align-items:flex-end;animation:.15s ease-out svelte-1rqx5z2-fade;display:flex;position:fixed;inset:0}@keyframes svelte-1rqx5z2-fade{0%{opacity:0}}.sheet.svelte-1rqx5z2{overscroll-behavior:contain;background:var(--bg-sidebar);width:100%;max-width:480px;max-height:80%;padding:8px 12px calc(12px + var(--safe-bottom));border-radius:16px 16px 0 0;outline:none;animation:.22s cubic-bezier(.2,.8,.2,1) svelte-1rqx5z2-rise;overflow-y:auto;box-shadow:0 -8px 24px #0000004d}@keyframes svelte-1rqx5z2-rise{0%{transform:translateY(100%)}}.grip.svelte-1rqx5z2{background:var(--interactive-muted);border-radius:2px;width:36px;height:4px;margin:0 auto 10px}.preview.svelte-1rqx5z2{align-items:center;gap:8px;min-width:0;padding:4px 4px 12px;font-size:14px;display:flex}.who.svelte-1rqx5z2{color:var(--header-primary);flex-shrink:0;font-weight:600}.snip.svelte-1rqx5z2{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.quick.svelte-1rqx5z2{justify-content:space-between;gap:6px;padding-bottom:12px;display:flex}.quick.svelte-1rqx5z2 button:where(.svelte-1rqx5z2){background:var(--bg-input);max-width:56px;height:48px;color:var(--interactive-normal);border-radius:50%;flex:1;place-items:center;font-size:24px;line-height:1;display:grid}.quick.svelte-1rqx5z2 button.mine:where(.svelte-1rqx5z2){background:color-mix(in srgb, var(--brand) 30%, var(--bg-input));box-shadow:inset 0 0 0 1px var(--brand)}.actions.svelte-1rqx5z2{background:var(--bg-input);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.actions.svelte-1rqx5z2 button:where(.svelte-1rqx5z2){text-align:left;min-height:52px;color:var(--text-normal);align-items:center;gap:14px;padding:0 16px;font-size:16px;font-weight:500;display:flex}.actions.svelte-1rqx5z2 button:where(.svelte-1rqx5z2)+button:where(.svelte-1rqx5z2){box-shadow:inset 0 1px 0 var(--border-subtle)}.actions.svelte-1rqx5z2 button:where(.svelte-1rqx5z2):active,.quick.svelte-1rqx5z2 button:where(.svelte-1rqx5z2):active{background:var(--bg-selected)}.actions.svelte-1rqx5z2 .danger:where(.svelte-1rqx5z2){color:var(--red)}.scroller.svelte-vrn44r{overflow-anchor:none;overscroll-behavior:contain;flex:1;min-height:0;position:relative;overflow:hidden auto}.content.svelte-vrn44r{flex-direction:column;justify-content:flex-end;min-height:100%;display:flex}.welcome.svelte-vrn44r{margin:16px 16px 8px;padding-top:32px}.welcome.svelte-vrn44r h2:where(.svelte-vrn44r){color:var(--header-primary);margin:8px 0;font-size:32px;font-weight:700;line-height:1.25}.welcome.svelte-vrn44r p:where(.svelte-vrn44r){color:var(--header-secondary);margin:0}.big-icon.svelte-vrn44r{background:var(--bg-hover);width:68px;height:68px;color:var(--header-primary);border-radius:50%;place-items:center;display:grid}.loading.svelte-vrn44r{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:16px;font-size:14px;display:flex}.spinner.svelte-vrn44r{border:2px solid var(--text-faint);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite svelte-vrn44r-spin}@keyframes svelte-vrn44r-spin{to{transform:rotate(360deg)}}.day.svelte-vrn44r{border-top:1px solid var(--bg-hover);justify-content:center;align-items:center;height:0;margin:24px 16px 8px;display:flex}.day.svelte-vrn44r span:where(.svelte-vrn44r){background:var(--bg-chat);color:var(--text-muted);margin-top:-1px;padding:2px 4px;font-size:12px;font-weight:600;line-height:13px}.new.svelte-vrn44r{border-top:1px solid var(--red);height:0;margin:8px 16px;position:relative}.new.svelte-vrn44r span:where(.svelte-vrn44r){background:var(--red);color:#fff;border-radius:0 3px 3px 0;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-8px;right:0}.new.svelte-vrn44r span:where(.svelte-vrn44r):before{content:"";border:8px solid #0000;border-right:4px solid var(--red);border-left:0;position:absolute;top:0;left:-4px}.end-spacer.svelte-vrn44r{height:12px}.jump.svelte-vrn44r{left:50%;bottom:calc(80px + max(0px, var(--safe-bottom) - 12px));background:var(--brand);color:#fff;box-shadow:var(--shadow-elevation);z-index:5;border-radius:16px;padding:6px 14px;font-size:13px;font-weight:600;position:absolute;transform:translate(-50%)}.jump.svelte-vrn44r:hover{background:var(--brand-hover)}main.chat{position:relative}.bar.svelte-ymhpvh{height:48px;color:var(--text-muted);z-index:3;flex-shrink:0;align-items:center;gap:8px;min-width:0;padding:0 8px 0 16px;display:flex;position:relative;box-shadow:0 1px #04040533,0 1.5px #0606070d,0 2px #0404050d}.hamburger.svelte-ymhpvh{color:var(--interactive-normal);display:none;position:relative}.badge.svelte-ymhpvh{background:var(--mention-pill);color:#fff;text-align:center;min-width:16px;height:16px;box-shadow:0 0 0 3px var(--bg-chat);border-radius:8px;padding:0 4px;font-size:11px;font-weight:700;line-height:16px;position:absolute;top:2px;right:0}.unread-dot.svelte-ymhpvh{background:var(--header-primary);width:8px;height:8px;box-shadow:0 0 0 3px var(--bg-chat);border-radius:50%;position:absolute;top:7px;right:5px}.heading.svelte-ymhpvh{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.titleline.svelte-ymhpvh{flex-shrink:0;align-items:center;gap:8px;min-width:0;max-width:40%;display:flex}.title.svelte-ymhpvh{color:var(--header-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;overflow:hidden}.bot.svelte-ymhpvh{background:var(--brand);color:#fff;border-radius:3px;padding:1px 4px;font-size:10px;font-weight:600}.divider.svelte-ymhpvh{background:var(--bg-hover);flex-shrink:0;width:1px;height:24px}.topic.svelte-ymhpvh{text-align:left;min-width:0;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:14px;font-weight:500;overflow:hidden}.topic-full.svelte-ymhpvh{white-space:normal;overflow-wrap:anywhere;background:var(--bg-floating);color:var(--text-normal);border-radius:var(--radius);box-shadow:var(--shadow-elevation);z-index:20;max-height:50vh;padding:12px 16px;font-size:14px;position:absolute;top:calc(100% + 4px);left:16px;right:16px;overflow:auto}.tool.svelte-ymhpvh{width:32px;height:32px;color:var(--interactive-normal);border-radius:4px;flex-shrink:0;place-items:center;display:grid}.tool.svelte-ymhpvh:hover,.tool.on.svelte-ymhpvh{color:var(--interactive-hover)}.tool.on.svelte-ymhpvh{color:var(--interactive-active)}.notice.svelte-ymhpvh{color:var(--text-muted);background:var(--bg-sidebar);justify-content:center;align-items:center;gap:12px;padding:8px 16px;font-size:14px;display:flex}.bottom.svelte-ymhpvh{flex-shrink:0;padding:0 16px}.typing.svelte-ymhpvh{height:24px;color:var(--text-normal);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:14px;display:flex;overflow:hidden}.dots.svelte-ymhpvh{gap:3px;display:inline-flex}.dots.svelte-ymhpvh i:where(.svelte-ymhpvh){background:var(--text-normal);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite svelte-ymhpvh-blink}.dots.svelte-ymhpvh i:where(.svelte-ymhpvh):nth-child(2){animation-delay:.2s}.dots.svelte-ymhpvh i:where(.svelte-ymhpvh):nth-child(3){animation-delay:.4s}@keyframes svelte-ymhpvh-blink{0%,80%,to{opacity:.3}40%{opacity:1}}@media (width<=760px){.bar.svelte-ymhpvh{gap:6px;height:56px;padding:0 4px}.hamburger.svelte-ymhpvh,.tool.svelte-ymhpvh{border-radius:8px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.heading.svelte-ymhpvh{flex-direction:column;justify-content:center;align-items:stretch;gap:0}.titleline.svelte-ymhpvh{max-width:100%}.title.svelte-ymhpvh{font-size:17px}.divider.svelte-ymhpvh{display:none}.topic.svelte-ymhpvh{flex:none;font-size:12px;line-height:16px}.bottom.svelte-ymhpvh{padding:0 8px max(0px, calc(var(--safe-bottom) - 12px))}.typing.svelte-ymhpvh{height:20px;padding-left:8px;font-size:12px}.notice.svelte-ymhpvh{text-align:center;flex-wrap:wrap}}.list.svelte-u4lx36{--status-ring:var(--bg-sidebar);height:100%;padding:0 8px 20px;overflow-y:auto}h3.svelte-u4lx36{text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);margin:24px 0 4px 8px;font-size:12px;font-weight:600}.member.svelte-u4lx36{text-align:left;width:100%;color:var(--text-muted);border-radius:4px;align-items:center;gap:12px;min-height:42px;padding:4px 8px;display:flex}.member.svelte-u4lx36:hover{background:var(--bg-hover);color:var(--interactive-hover);--status-ring:color-mix(in srgb, var(--bg-sidebar) 70%, var(--bg-hover))}.member.away.svelte-u4lx36{opacity:.45}.member.away.svelte-u4lx36:hover{opacity:1}.info.svelte-u4lx36{flex-direction:column;min-width:0;line-height:1.25;display:flex}.name.svelte-u4lx36{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:16px;font-weight:500;display:flex;overflow:hidden}.prefix.svelte-u4lx36{color:var(--text-faint);font-weight:600}small.svelte-u4lx36{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.bot.svelte-u4lx36{background:var(--brand);color:#fff;border-radius:3px;padding:0 4px;font-size:10px;font-weight:600;line-height:15px}.empty.svelte-u4lx36{color:var(--text-muted);padding:24px 8px;font-size:14px}@media (width<=1100px){.list.svelte-u4lx36{overscroll-behavior:contain;padding-bottom:calc(20px + var(--safe-bottom))}.member.svelte-u4lx36{min-height:48px}}.settings.svelte-1u3w06f{z-index:100;background:var(--bg-chat);animation:.15s ease-out svelte-1u3w06f-zoom;display:flex;position:fixed;inset:0}@keyframes svelte-1u3w06f-zoom{0%{opacity:0;transform:scale(1.03)}}.side.svelte-1u3w06f{background:var(--bg-sidebar);flex:1 0 218px;justify-content:flex-end;display:flex;overflow-y:auto}.side-inner.svelte-1u3w06f{width:218px;padding:60px 6px 60px 20px}.side.svelte-1u3w06f h3:where(.svelte-1u3w06f){text-transform:uppercase;color:var(--text-muted);margin:0 0 6px 10px;font-size:12px}.side.svelte-1u3w06f button:where(.svelte-1u3w06f){width:100%;color:var(--interactive-normal);text-align:left;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:2px;padding:6px 10px;font-size:16px;font-weight:500;display:flex}.side.svelte-1u3w06f button:where(.svelte-1u3w06f):hover{background:var(--bg-hover);color:var(--interactive-hover)}.side.svelte-1u3w06f button.active:where(.svelte-1u3w06f){background:var(--bg-selected);color:var(--interactive-active)}.side.svelte-1u3w06f button.danger:where(.svelte-1u3w06f){color:var(--red)}.sep.svelte-1u3w06f{background:var(--border-subtle);height:1px;margin:8px 10px}.main.svelte-1u3w06f{flex:800px;position:relative;overflow-y:auto}.inner.svelte-1u3w06f{max-width:740px;padding:60px 40px 80px}h2.svelte-1u3w06f{color:var(--header-primary);margin:0 0 20px;font-size:20px}h3.svelte-1u3w06f{text-transform:uppercase;color:var(--header-secondary);margin:28px 0 12px;font-size:12px}.narrow.svelte-1u3w06f{max-width:440px}.card.svelte-1u3w06f{border-radius:var(--radius);background:var(--bg-rail);align-items:center;gap:16px;padding:16px;display:flex}.card.svelte-1u3w06f strong:where(.svelte-1u3w06f),.preview.svelte-1u3w06f strong:where(.svelte-1u3w06f){color:var(--header-primary);font-size:20px;display:block}.card.svelte-1u3w06f small:where(.svelte-1u3w06f),.preview.svelte-1u3w06f small:where(.svelte-1u3w06f){color:var(--text-muted);display:block}.preview.svelte-1u3w06f{align-items:center;gap:16px;margin:16px 0 24px;display:flex}.muted.svelte-1u3w06f{color:var(--text-muted)}.small.svelte-1u3w06f{font-size:13px}.ok.svelte-1u3w06f{color:var(--green);margin-left:12px}.themes.svelte-1u3w06f{flex-wrap:wrap;gap:16px;display:flex}.theme.svelte-1u3w06f{cursor:pointer;flex-direction:column;align-items:center;gap:8px;font-size:14px;display:flex}.theme.svelte-1u3w06f input:where(.svelte-1u3w06f){opacity:0;position:absolute}.swatch.svelte-1u3w06f{border:2px solid var(--interactive-muted);border-radius:50%;width:60px;height:60px}.theme.on.svelte-1u3w06f .swatch:where(.svelte-1u3w06f){border-color:var(--brand);box-shadow:0 0 0 2px var(--brand)}.theme.svelte-1u3w06f:has(input:where(.svelte-1u3w06f):focus-visible) .swatch:where(.svelte-1u3w06f){outline:2px solid var(--brand);outline-offset:2px}.dark.svelte-1u3w06f .swatch:where(.svelte-1u3w06f){background:#27282d}.light.svelte-1u3w06f .swatch:where(.svelte-1u3w06f){background:#fff}.system.svelte-1u3w06f .swatch:where(.svelte-1u3w06f){background:linear-gradient(135deg,#fff 50%,#27282d 50%)}.netlist.svelte-1u3w06f{margin:12px 0 20px;padding:0;list-style:none}.netlist.svelte-1u3w06f li:where(.svelte-1u3w06f){border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:12px 0;display:flex}.netlist.svelte-1u3w06f li:where(.svelte-1u3w06f)>span:where(.svelte-1u3w06f):first-child{flex-direction:column;flex:1;min-width:0;display:flex}.st.svelte-1u3w06f{text-transform:uppercase;color:var(--yellow);font-size:12px;font-weight:600}.st.registered.svelte-1u3w06f{color:var(--green)}.st.disconnected.svelte-1u3w06f{color:var(--red)}.caps.svelte-1u3w06f{flex-wrap:wrap;gap:6px;display:flex}code.svelte-1u3w06f{font-family:var(--font-mono);background:var(--bg-code);border-radius:4px;padding:2px 6px;font-size:12px}.close.svelte-1u3w06f{color:var(--interactive-normal);flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex;position:fixed;top:60px;right:max(24px,50% - 560px)}.close.svelte-1u3w06f svg{border:2px solid;border-radius:50%;width:36px;height:36px;padding:8px}.close.svelte-1u3w06f:hover{color:var(--interactive-hover)}@media (width<=760px){.settings.svelte-1u3w06f{padding-top:var(--safe-top);flex-direction:column}.side.svelte-1u3w06f{box-shadow:0 1px 0 var(--border-subtle);flex:none;justify-content:stretch;padding-right:52px;overflow:visible}.side-inner.svelte-1u3w06f{scrollbar-width:none;overscroll-behavior-x:contain;flex-wrap:nowrap;gap:4px;width:100%;padding:10px 12px;display:flex;overflow-x:auto}.side-inner.svelte-1u3w06f::-webkit-scrollbar{display:none}.side-inner.svelte-1u3w06f h3:where(.svelte-1u3w06f),.sep.svelte-1u3w06f{display:none}.side.svelte-1u3w06f button:where(.svelte-1u3w06f){white-space:nowrap;border-radius:20px;flex-shrink:0;gap:6px;width:auto;min-height:40px;margin:0;padding:0 14px;font-size:15px}.inner.svelte-1u3w06f{padding:20px 16px calc(40px + var(--safe-bottom))}.close.svelte-1u3w06f{top:calc(8px + var(--safe-top));z-index:1;position:fixed;right:6px}.close.svelte-1u3w06f svg{background:var(--bg-sidebar);border-width:0;width:40px;height:40px;padding:10px}.close.svelte-1u3w06f span:where(.svelte-1u3w06f){display:none}}.backdrop.svelte-1bxxaoh{z-index:100;background:#000000b8;place-items:center;padding:16px;animation:.12s ease-out svelte-1bxxaoh-fade;display:grid;position:fixed;inset:0}@keyframes svelte-1bxxaoh-fade{0%{opacity:0}}.dialog.svelte-1bxxaoh{background:var(--bg-modal);border-radius:var(--radius);width:100%;max-width:480px;max-height:calc(100dvh - 32px);box-shadow:var(--shadow-elevation);flex-direction:column;animation:.15s ease-out svelte-1bxxaoh-pop;display:flex;overflow:hidden}.dialog.wide.svelte-1bxxaoh{max-width:760px}@keyframes svelte-1bxxaoh-pop{0%{transform:scale(.96)}}header.svelte-1bxxaoh{text-align:center;padding:24px 48px 8px 16px;position:relative}header.svelte-1bxxaoh h2:where(.svelte-1bxxaoh){color:var(--header-primary);margin:0;font-size:24px;font-weight:700}header.svelte-1bxxaoh p:where(.svelte-1bxxaoh){color:var(--header-secondary);margin:8px 0 0;font-size:15px}.x.svelte-1bxxaoh{color:var(--interactive-normal);position:absolute;top:16px;right:16px}.x.svelte-1bxxaoh:hover{color:var(--interactive-hover)}.body.svelte-1bxxaoh{padding:16px;overflow-y:auto}footer.svelte-1bxxaoh{background:var(--bg-modal-footer);justify-content:flex-end;gap:8px;padding:16px;display:flex}@media (width<=760px){.backdrop.svelte-1bxxaoh{place-items:end stretch;padding:0}.dialog.svelte-1bxxaoh,.dialog.wide.svelte-1bxxaoh{max-width:none;max-height:calc(var(--app-h) - var(--safe-top) - 16px);border-radius:16px 16px 0 0;animation:.22s cubic-bezier(.2,.8,.2,1) svelte-1bxxaoh-rise}header.svelte-1bxxaoh{padding:20px 56px 4px}header.svelte-1bxxaoh h2:where(.svelte-1bxxaoh){font-size:20px}.x.svelte-1bxxaoh{place-items:center;width:44px;height:44px;display:grid;top:10px;right:8px}.dialog.svelte-1bxxaoh:not(:has(footer)) .body:where(.svelte-1bxxaoh){padding-bottom:calc(16px + var(--safe-bottom))}footer.svelte-1bxxaoh{padding-bottom:calc(16px + var(--safe-bottom))}footer.svelte-1bxxaoh .btn{flex:1;min-height:44px}}@keyframes svelte-1bxxaoh-rise{0%{transform:translateY(100%)}}.presets.svelte-nt9cn8{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.port.svelte-nt9cn8{flex:0 0 110px}.toggle.svelte-nt9cn8{min-height:0;color:var(--link);margin-bottom:16px;padding:0}.check.small.svelte-nt9cn8{color:var(--text-muted);margin-top:-8px;font-size:13px}.matches.svelte-16txm2t{margin:0;padding:0;list-style:none}.matches.svelte-16txm2t button:where(.svelte-16txm2t){text-align:left;border-radius:4px;width:100%;padding:8px 10px;font-weight:500}.matches.svelte-16txm2t button:where(.svelte-16txm2t):hover{background:var(--bg-hover)}.backdrop.svelte-gd26gc{z-index:100;background:var(--scrim);place-items:center;padding:16px;display:grid;position:fixed;inset:0}.card.svelte-gd26gc{border-radius:var(--radius);background:var(--bg-floating);width:100%;max-width:360px;box-shadow:var(--shadow-elevation);--status-ring:var(--bg-floating);position:relative;overflow:hidden}.banner.svelte-gd26gc{height:60px}.avatar.svelte-gd26gc{border:6px solid var(--bg-floating);background:var(--bg-floating);border-radius:50%;position:absolute;top:16px;left:16px}.content.svelte-gd26gc{padding:56px 16px 16px}h2.svelte-gd26gc{color:var(--header-primary);margin:0;font-size:20px}.nick.svelte-gd26gc{color:var(--header-secondary);word-break:break-all;flex-wrap:wrap;align-items:center;gap:6px;margin:2px 0 0;font-size:14px;display:flex}.host.svelte-gd26gc{color:var(--text-muted)}.status.svelte-gd26gc{margin:8px 0 0;font-size:14px}.bot.svelte-gd26gc{background:var(--brand);color:#fff;border-radius:3px;padding:0 4px;font-size:10px;font-weight:600}.sep.svelte-gd26gc{background:var(--border-subtle);height:1px;margin:12px 0}dl.svelte-gd26gc{margin:0;font-size:14px}dt.svelte-gd26gc{text-transform:uppercase;color:var(--header-secondary);margin-top:8px;font-size:12px;font-weight:700}dd.svelte-gd26gc{overflow-wrap:anywhere;margin:2px 0 0}.actions.svelte-gd26gc{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}@media (width<=760px){.backdrop.svelte-gd26gc{place-items:end stretch;padding:0}.card.svelte-gd26gc{max-width:none;max-height:calc(var(--app-h) - var(--safe-top) - 16px);border-radius:16px 16px 0 0;animation:.22s cubic-bezier(.2,.8,.2,1) svelte-gd26gc-rise;overflow-y:auto}.content.svelte-gd26gc{padding-bottom:calc(16px + var(--safe-bottom))}.actions.svelte-gd26gc .btn{flex:1;min-height:44px}}@keyframes svelte-gd26gc-rise{0%{transform:translateY(100%)}}.layout.svelte-qhhcuc{grid-template-columns:var(--rail-w) var(--sidebar-w) minmax(0, 1fr);height:100%;height:var(--app-h);padding-left:var(--safe-left);padding-right:var(--safe-right);background:var(--bg-rail);display:grid;overflow:hidden}.layout.members.svelte-qhhcuc{grid-template-columns:var(--rail-w) var(--sidebar-w) minmax(0, 1fr) var(--members-w)}.rail.svelte-qhhcuc{background:var(--bg-rail);scrollbar-width:none;padding-top:var(--safe-top);overscroll-behavior:contain;overflow-y:auto}.sidebar.svelte-qhhcuc{background:var(--bg-sidebar);min-width:0;min-height:0;margin-top:var(--safe-top);border-top-left-radius:8px;flex-direction:column;display:flex}.chat.svelte-qhhcuc{background:var(--bg-chat);min-width:0;min-height:0;padding-top:var(--safe-top);flex-direction:column;display:flex;position:relative}.members-pane.svelte-qhhcuc{background:var(--bg-sidebar);min-width:0;min-height:0;padding-top:var(--safe-top);overflow:hidden}.empty.svelte-qhhcuc{text-align:center;color:var(--text-muted);margin:auto;padding:16px}.empty.svelte-qhhcuc h2:where(.svelte-qhhcuc){color:var(--header-primary);margin:8px 0}.anchor.svelte-qhhcuc{font-size:72px}.scrim.svelte-qhhcuc{background:var(--scrim);z-index:40;animation:.2s ease-out svelte-qhhcuc-fade;position:fixed;inset:0}@keyframes svelte-qhhcuc-fade{0%{opacity:0}}@media (width<=1100px){.layout.members.svelte-qhhcuc{grid-template-columns:var(--rail-w) var(--sidebar-w) minmax(0, 1fr)}.members-pane.svelte-qhhcuc{z-index:50;width:min(300px,100vw - 56px);padding-right:var(--safe-right);visibility:hidden;transition:transform .22s cubic-bezier(.2,.8,.2,1),visibility 0s .22s;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #00000059}.members-open.svelte-qhhcuc .members-pane:where(.svelte-qhhcuc){visibility:visible;transition:transform .22s cubic-bezier(.2,.8,.2,1);transform:none}}@media (width<=760px){.layout.svelte-qhhcuc,.layout.members.svelte-qhhcuc{grid-template-columns:minmax(0,1fr);padding-left:0;padding-right:0}.rail.svelte-qhhcuc,.sidebar.svelte-qhhcuc{z-index:50;transform:translateX(calc(-100% - var(--rail-w) - var(--safe-left)));visibility:hidden;transition:transform .22s cubic-bezier(.2,.8,.2,1),visibility 0s .22s;position:fixed;top:0;bottom:0}.rail.svelte-qhhcuc{width:calc(var(--rail-w) + var(--safe-left));padding-left:var(--safe-left);left:0}.sidebar.svelte-qhhcuc{left:calc(var(--rail-w) + var(--safe-left));width:min(300px, calc(100vw - var(--rail-w) - var(--safe-left) - 56px));padding-top:var(--safe-top);border-radius:0;margin-top:0;box-shadow:8px 0 24px #00000059}.mobile-open.svelte-qhhcuc .rail:where(.svelte-qhhcuc),.mobile-open.svelte-qhhcuc .sidebar:where(.svelte-qhhcuc){visibility:visible;transition:transform .22s cubic-bezier(.2,.8,.2,1);transform:none}}.page.svelte-9zmkt3{background:var(--bg-chat);flex-direction:column;height:100%;display:flex}.top.svelte-9zmkt3{background:var(--bg-sidebar);flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;height:48px;padding:0 16px;display:grid;box-shadow:0 1px #04040533}.top.svelte-9zmkt3 h1:where(.svelte-9zmkt3){color:var(--header-primary);align-items:center;gap:8px;margin:0;font-size:16px;display:flex}.back.svelte-9zmkt3{color:var(--interactive-normal);justify-self:start;align-items:center;gap:6px;font-size:14px;display:flex}.back.svelte-9zmkt3:hover{color:var(--interactive-hover)}.content.svelte-9zmkt3{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:32px 16px;overflow-y:auto}.head.svelte-9zmkt3{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}h2.svelte-9zmkt3{color:var(--header-primary);margin:0 0 4px;font-size:20px}.muted.svelte-9zmkt3{color:var(--text-muted)}.search.svelte-9zmkt3{max-width:320px;margin:16px 0}.table-wrap.svelte-9zmkt3{overflow-x:auto}table.svelte-9zmkt3{border-collapse:collapse;width:100%;font-size:14px}th.svelte-9zmkt3{text-align:left;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);padding:8px;font-size:12px}td.svelte-9zmkt3{border-bottom:1px solid var(--border-subtle);vertical-align:middle;padding:10px 8px}tr.disabled.svelte-9zmkt3 td:where(.svelte-9zmkt3){opacity:.6}.user.svelte-9zmkt3{align-items:center;gap:10px;display:flex}.user.svelte-9zmkt3 strong:where(.svelte-9zmkt3){color:var(--header-primary)}.user.svelte-9zmkt3 small:where(.svelte-9zmkt3){color:var(--green);font-size:12px;display:block}.you.svelte-9zmkt3{background:var(--bg-hover);color:var(--text-muted);border-radius:3px;margin-left:6px;padding:1px 5px;font-size:11px}.pill.svelte-9zmkt3{background:var(--bg-hover);border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600}.pill.admin.svelte-9zmkt3{color:var(--header-primary);background:#5865f240}.state.svelte-9zmkt3{color:var(--green);font-weight:600}.state.off.svelte-9zmkt3{color:var(--red)}.actions.svelte-9zmkt3{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.pw.svelte-9zmkt3{gap:8px;display:flex}.pw.svelte-9zmkt3 .input:where(.svelte-9zmkt3){font-family:var(--font-mono)}@media (width<=760px){.top.svelte-9zmkt3{height:auto;min-height:56px;padding:var(--safe-top) 8px 0;grid-template-columns:auto 1fr;gap:8px}.top.svelte-9zmkt3 h1:where(.svelte-9zmkt3){justify-self:end;padding-right:8px}.back.svelte-9zmkt3{min-height:44px;padding:0 8px}.content.svelte-9zmkt3{padding:20px 16px calc(32px + var(--safe-bottom))}.search.svelte-9zmkt3{max-width:none}thead.svelte-9zmkt3{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}tbody.svelte-9zmkt3 tr:where(.svelte-9zmkt3){border-bottom:1px solid var(--border-subtle);grid-template-columns:auto auto 1fr;align-items:center;gap:10px 12px;padding:14px 0;display:grid}td.svelte-9zmkt3{border:0;padding:0}td.svelte-9zmkt3:first-child,td.actions.svelte-9zmkt3{grid-column:1/-1}td.svelte-9zmkt3:nth-child(4){justify-self:end}td.actions.svelte-9zmkt3{justify-content:flex-start}td.actions.svelte-9zmkt3 .btn{min-height:40px}}.splash.svelte-1n46o8q{background:var(--bg-rail);place-items:center;height:100%;display:grid}.logo.svelte-1n46o8q{font-size:64px;animation:1.4s ease-in-out infinite svelte-1n46o8q-bob}@keyframes svelte-1n46o8q-bob{50%{transform:translateY(-8px)}}.toast.svelte-1n46o8q{background:var(--bg-floating);color:var(--text-normal);border-radius:var(--radius);box-shadow:var(--shadow-elevation);z-index:1000;max-width:calc(100vw - 32px);padding:10px 16px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}
