:root{--forum-accent:var(--sl-color-accent,#8b5cf6);--forum-accent-soft:color-mix(in srgb,var(--forum-accent) 18%,transparent);--forum-bg:var(--sl-color-bg,#09090b);--forum-bg-soft:var(--sl-color-bg-nav,#131318);--forum-bg-card:var(--sl-color-black,#0c0c10);--forum-border:var(--sl-color-gray-5,#2a2a33);--forum-text:var(--sl-color-text,#fafafa);--forum-muted:var(--sl-color-gray-2,#a1a1aa);--forum-radius:12px;--forum-radius-sm:8px;--forum-shadow:0 1px 2px #0000002e}.forum-shell:where(.astro-w64otifz){color:var(--forum-text);max-width:1180px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.sl-markdown-content .forum-shell:where(.astro-w64otifz) :where(.astro-w64otifz):is(p,h1,h2,h3,h4){margin-top:0}.forum-shell__breadcrumb:where(.astro-w64otifz){color:var(--forum-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.forum-shell__breadcrumb:where(.astro-w64otifz) a:where(.astro-w64otifz){color:var(--forum-muted);text-decoration:none}.forum-shell__breadcrumb:where(.astro-w64otifz) a:where(.astro-w64otifz):hover{color:var(--forum-accent)}.forum-shell__breadcrumb-current:where(.astro-w64otifz){color:var(--forum-text);text-overflow:ellipsis;white-space:nowrap;max-width:28rem;font-weight:500;overflow:hidden}.forum-shell__layout:where(.astro-w64otifz){grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}@media (width>=920px){.forum-shell__layout:where(.astro-w64otifz){grid-template-columns:minmax(0,1fr) 280px}}.forum-shell__main:where(.astro-w64otifz){gap:1.25rem;display:grid}.thread-card:where(.astro-w64otifz){background:var(--forum-bg-card);border:1px solid var(--forum-border);border-radius:var(--forum-radius);padding:1.25rem 2.75rem 1.75rem}@media (width<=640px){.thread-card:where(.astro-w64otifz){padding:1rem 1.5rem 1.25rem}}.thread-card__header:where(.astro-w64otifz){border-bottom:1px solid var(--forum-border);gap:.85rem;padding-bottom:1.25rem;display:grid}.thread-card__title:where(.astro-w64otifz){letter-spacing:-.01em;margin:0;font-size:clamp(1.5rem,2.6vw,2.125rem);line-height:1.2}.thread-card__meta:where(.astro-w64otifz){color:var(--forum-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.thread-card__author:where(.astro-w64otifz){color:var(--forum-text);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:inline-flex}.thread-card__author:where(.astro-w64otifz):hover{color:var(--forum-accent)}.forum-comment__avatar:where(.astro-w64otifz),.thread-card__author-avatar:where(.astro-w64otifz){background:var(--forum-accent-soft);color:var(--forum-text);text-transform:uppercase;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:inline-flex;overflow:hidden}.forum-comment__avatar:where(.astro-w64otifz) img:where(.astro-w64otifz),.thread-card__author-avatar:where(.astro-w64otifz) img:where(.astro-w64otifz){object-fit:cover;width:100%;height:100%}.forum-comment__avatar:where(.astro-w64otifz){border-radius:6px;width:24px;height:24px;font-size:.75rem}.forum-comment__author:where(.astro-w64otifz){vertical-align:middle;align-items:center;gap:.4rem;display:inline-flex}.thread-card__last-active:where(.astro-w64otifz){color:var(--forum-muted)}.thread-card__chips:where(.astro-w64otifz){flex-wrap:wrap;gap:.5rem;display:flex}.thread-card__chip:where(.astro-w64otifz){background:var(--forum-bg-soft);border:1px solid var(--forum-border);color:var(--forum-text);border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.8125rem;display:inline-flex}.thread-card__tags:where(.astro-w64otifz){flex-wrap:wrap;gap:.35rem;display:flex}.thread-card__tags:where(.astro-w64otifz):empty{display:none}.thread-card__tags:where(.astro-w64otifz) .forum-tag-chip{background:var(--forum-accent-soft);color:var(--forum-text);border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .12s;display:inline-flex}.thread-card__tags:where(.astro-w64otifz) .forum-tag-chip:hover{background:var(--forum-accent);color:#fff}.thread-card__body:where(.astro-w64otifz){color:var(--forum-text);padding-top:1.5rem;font-size:1rem;line-height:1.7}.thread-card__body:where(.astro-w64otifz) p{margin:0 0 1em}.thread-card__body:where(.astro-w64otifz) p:last-child{margin-bottom:0}.thread-card__body:where(.astro-w64otifz) h1,.thread-card__body:where(.astro-w64otifz) h2,.thread-card__body:where(.astro-w64otifz) h3{color:var(--forum-text);margin:1.5em 0 .5em;font-weight:600;line-height:1.3}.thread-card__body:where(.astro-w64otifz) h1{font-size:1.625rem}.thread-card__body:where(.astro-w64otifz) h2{font-size:1.375rem}.thread-card__body:where(.astro-w64otifz) h3{font-size:1.125rem}.thread-card__body:where(.astro-w64otifz) :first-child{margin-top:0}.thread-card__body:where(.astro-w64otifz) pre{background:var(--forum-bg-soft);border-radius:var(--forum-radius-sm);padding:1rem;font-size:.875rem;overflow-x:auto}.thread-card__body:where(.astro-w64otifz) code{background:var(--forum-bg-soft);border-radius:4px;padding:.1em .35em;font-size:.9em}.thread-card__body:where(.astro-w64otifz) pre code{background:0 0;padding:0}.thread-card__body:where(.astro-w64otifz) blockquote{background:var(--forum-bg-soft);border-left:3px solid var(--forum-accent);border-radius:0 var(--forum-radius-sm) var(--forum-radius-sm) 0;color:var(--forum-muted);margin:1rem 0;padding:.25rem 0 .25rem 1rem}.thread-card__body:where(.astro-w64otifz) a{color:var(--forum-accent);text-underline-offset:2px;text-decoration:underline 1px}.thread-card__body:where(.astro-w64otifz) a:hover{text-decoration-thickness:2px}.thread-card__body:where(.astro-w64otifz) img{border-radius:var(--forum-radius-sm);max-width:100%}.thread-comments:where(.astro-w64otifz){background:var(--forum-bg-card);border:1px solid var(--forum-border);border-radius:var(--forum-radius);gap:1.25rem;padding:1.5rem 2.75rem 2rem;display:grid}@media (width<=640px){.thread-comments:where(.astro-w64otifz){padding:1.25rem 1.5rem 1.5rem}}.thread-comments__header:where(.astro-w64otifz){justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.thread-comments__title:where(.astro-w64otifz){margin:0;font-size:1.125rem;font-weight:600}.thread-comments__count:where(.astro-w64otifz){background:var(--forum-bg-soft);color:var(--forum-muted);border-radius:999px;justify-content:center;min-width:1.75rem;margin-left:.4rem;padding:.05rem .5rem;font-size:.8125rem;font-weight:500;display:inline-flex}.thread-compose:where(.astro-w64otifz){background:var(--forum-bg-soft);border:1px solid var(--forum-border);border-radius:var(--forum-radius);gap:.7rem;padding:1.25rem 1.5rem;display:grid}.thread-compose__label:where(.astro-w64otifz){color:var(--forum-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.thread-compose__textarea:where(.astro-w64otifz){background:var(--forum-bg);border:1px solid var(--forum-border);border-radius:var(--forum-radius-sm);color:var(--forum-text);resize:vertical;width:100%;padding:.75rem;font-family:inherit;font-size:.9375rem;line-height:1.5}.thread-compose__textarea:where(.astro-w64otifz):focus{outline:2px solid var(--forum-accent);outline-offset:-2px}.thread-compose__textarea:where(.astro-w64otifz):disabled{cursor:not-allowed;opacity:.6}.thread-compose__row:where(.astro-w64otifz){flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.thread-compose__hint:where(.astro-w64otifz){color:var(--forum-muted);margin:0;font-size:.8125rem}.thread-compose__hint:where(.astro-w64otifz) a:where(.astro-w64otifz){color:var(--forum-accent)}.thread-compose__submit:where(.astro-w64otifz){background:var(--forum-accent);border-radius:var(--forum-radius-sm);color:#fff;cursor:pointer;border:none;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;transition:opacity .12s}.thread-compose__submit:where(.astro-w64otifz):disabled{cursor:not-allowed;opacity:.5}.thread-compose__status:where(.astro-w64otifz){min-height:1.25em;font-size:.8125rem}.thread-compose__status:where(.astro-w64otifz)[data-kind=busy]{color:var(--forum-muted)}.thread-compose__status:where(.astro-w64otifz)[data-kind=error]{color:#f87171}.thread-compose__status:where(.astro-w64otifz)[data-kind=ok]{color:#34d399}.thread-comments__tree:where(.astro-w64otifz) .forum-comment{background:var(--forum-bg-soft);border-left:2px solid var(--forum-border);border-radius:0 var(--forum-radius-sm) var(--forum-radius-sm) 0;margin-bottom:.75rem;margin-left:calc(var(--depth,0)*1.25rem);gap:.5rem;padding:1.15rem 1.5rem;display:grid}.thread-comments__tree:where(.astro-w64otifz) .forum-comment[data-depth="1"]{--depth:1;border-left-color:var(--forum-accent-soft)}.thread-comments__tree:where(.astro-w64otifz) .forum-comment[data-depth="2"]{--depth:2}.thread-comments__tree:where(.astro-w64otifz) .forum-comment[data-depth="3"]{--depth:3}.thread-comments__tree:where(.astro-w64otifz) .forum-comment[data-depth="4"]{--depth:4}.thread-comments__tree:where(.astro-w64otifz) .forum-comment[data-depth="5"]{--depth:5}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__header{color:var(--forum-muted);flex-wrap:wrap;gap:.4rem;font-size:.8125rem;display:flex}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__header a{color:var(--forum-text);font-weight:500;text-decoration:none}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__header a:hover{color:var(--forum-accent)}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu{margin-left:auto;position:relative}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu[hidden]{display:none}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu-toggle{color:var(--forum-muted);cursor:pointer;user-select:none;border-radius:6px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1rem;line-height:1;list-style:none;transition:background .12s,color .12s;display:inline-flex}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu-toggle::-webkit-details-marker{display:none}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu-toggle:hover,.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu[open] .forum-comment__menu-toggle{background:var(--forum-bg-soft);color:var(--forum-text)}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__menu-items{background:var(--forum-bg-card);border:1px solid var(--forum-border);border-radius:var(--forum-radius-sm);z-index:4;flex-direction:column;gap:.1rem;min-width:9rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 8px 24px #00000059}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action{appearance:none;color:var(--forum-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;padding:.4rem .6rem;font-size:.8125rem;font-weight:500;transition:color .12s,background .12s}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action[hidden]{display:none}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action:hover{background:var(--forum-bg-soft);color:var(--forum-text)}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action--danger{color:#f87171}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action--danger:hover{color:#fff;background:#b91c1c}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__action:disabled{cursor:not-allowed;opacity:.5}.forum-mod-dialog:where(.astro-w64otifz){background:var(--forum-bg-card);border:1px solid var(--forum-border);border-radius:var(--forum-radius);color:var(--forum-text);width:min(36rem,100vw - 2rem);padding:0;box-shadow:0 24px 64px #0000008c}.forum-mod-dialog:where(.astro-w64otifz)::backdrop{backdrop-filter:blur(2px);background:#0009}.forum-mod-dialog__form:where(.astro-w64otifz){flex-direction:column;gap:.85rem;margin:0;padding:1.1rem 1.25rem 1.25rem;display:flex}.forum-mod-dialog__header:where(.astro-w64otifz){justify-content:space-between;align-items:center;gap:.75rem;display:flex}.forum-mod-dialog__title:where(.astro-w64otifz){margin:0;font-size:1.05rem;font-weight:600}.forum-mod-dialog__close:where(.astro-w64otifz){appearance:none;color:var(--forum-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.15rem .5rem;font-size:1.25rem;line-height:1}.forum-mod-dialog__close:where(.astro-w64otifz):hover{background:var(--forum-bg-soft);color:var(--forum-text)}.forum-mod-dialog__warning:where(.astro-w64otifz){border-radius:var(--forum-radius-sm);color:#fca5a5;background:#f871711a;border:1px solid #f8717166;margin:0;padding:.55rem .75rem;font-size:.85rem}.forum-mod-dialog__warning:where(.astro-w64otifz)[hidden]{display:none}.forum-mod-dialog__field:where(.astro-w64otifz){flex-direction:column;gap:.35rem;display:flex}.forum-mod-dialog__field:where(.astro-w64otifz)[hidden]{display:none}.forum-mod-dialog__label:where(.astro-w64otifz){color:var(--forum-muted);font-size:.8rem;font-weight:500}.forum-mod-dialog__hint:where(.astro-w64otifz){color:var(--forum-muted);font-weight:400}.forum-mod-dialog__textarea:where(.astro-w64otifz){background:var(--forum-bg);border:1px solid var(--forum-border);border-radius:var(--forum-radius-sm);color:var(--forum-text);font:inherit;resize:vertical;width:100%;padding:.55rem .7rem;font-size:.9rem;line-height:1.45}.forum-mod-dialog__textarea:where(.astro-w64otifz):focus-visible{border-color:var(--forum-accent);outline:2px solid var(--forum-accent);outline-offset:0}.forum-mod-dialog__footer:where(.astro-w64otifz){justify-content:flex-end;gap:.5rem;display:flex}.forum-mod-dialog__btn:where(.astro-w64otifz){appearance:none;border:1px solid var(--forum-border);color:var(--forum-text);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .95rem;font-size:.85rem;font-weight:500;transition:background .12s,border-color .12s,color .12s}.forum-mod-dialog__btn--primary:where(.astro-w64otifz),.forum-mod-dialog__btn:where(.astro-w64otifz):hover{border-color:var(--forum-accent)}.forum-mod-dialog__btn--primary:where(.astro-w64otifz){background:var(--forum-accent);color:#fff}.forum-mod-dialog__btn--primary:where(.astro-w64otifz):hover{filter:brightness(1.05)}.forum-mod-dialog__btn--danger:where(.astro-w64otifz){color:#fff;background:#b91c1c;border-color:#b91c1c}.forum-mod-dialog__btn--danger:where(.astro-w64otifz):hover{filter:brightness(1.05)}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__body{color:var(--forum-text);font-size:.9375rem;line-height:1.55}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__body p{margin:0 0 .6em}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__body p:last-child{margin-bottom:0}.thread-comments__tree:where(.astro-w64otifz) .forum-comment__body code{background:var(--forum-bg);border-radius:4px;padding:.1em .35em;font-size:.9em}.forum-shell__sidebar:where(.astro-w64otifz){align-self:start;gap:1rem;display:grid;position:sticky;top:1rem}.forum-card:where(.astro-w64otifz){background:var(--forum-bg-card);border:1px solid var(--forum-border);border-radius:var(--forum-radius);gap:.6rem;padding:1rem 1.25rem;display:grid}.forum-card__title:where(.astro-w64otifz){color:var(--forum-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.forum-card__space:where(.astro-w64otifz){color:var(--forum-text);gap:.1rem;text-decoration:none;display:grid}.forum-card__space-name:where(.astro-w64otifz){font-size:.9375rem;font-weight:600}.forum-card__space-slug:where(.astro-w64otifz){color:var(--forum-muted);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem}.forum-card__cta:where(.astro-w64otifz){color:var(--forum-accent);font-size:.8125rem;font-weight:600;text-decoration:none}.forum-card__cta:where(.astro-w64otifz):hover{text-decoration:underline}.forum-card__actions:where(.astro-w64otifz){gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.forum-card__actions:where(.astro-w64otifz) button:where(.astro-w64otifz){background:var(--forum-bg-soft);border:1px solid var(--forum-border);border-radius:var(--forum-radius-sm);color:var(--forum-text);cursor:pointer;text-align:left;align-items:center;gap:.55rem;width:100%;padding:.5rem .7rem;font-size:.875rem;transition:border-color .12s,background .12s;display:inline-flex}.forum-card__actions:where(.astro-w64otifz) button:where(.astro-w64otifz) svg{color:var(--forum-muted);flex-shrink:0}.forum-card__actions:where(.astro-w64otifz) button:where(.astro-w64otifz):hover:not(:disabled){background:var(--forum-accent-soft);border-color:var(--forum-accent)}.forum-card__actions:where(.astro-w64otifz) button:where(.astro-w64otifz):disabled{cursor:not-allowed;opacity:.5}.forum-card__copy:where(.astro-w64otifz){color:var(--forum-muted);margin:0;font-size:.8125rem}.sl-markdown-content:has(.forum-shell){max-width:none;margin:0}
