*,*:before,*:after{box-sizing:border-box}html{scrollbar-gutter:stable}html,body{margin:0;background:var(--bg);color:var(--text);overflow-x:clip}@media(max-width:992px){html,body{width:100vw;overflow-x:clip}input,textarea,select{font-size:16px}}body{font-family:Geist,ui-sans-serif,system-ui,sans-serif;font-feature-settings:"ss01","cv11";font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}code,.mono{font-family:Geist Mono,ui-monospace,monospace}::selection{background:var(--accent);color:var(--accent-ink)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline;text-decoration-color:#79c0f180;text-underline-offset:3px}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,textarea,select{font:inherit;color:inherit;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:8px 10px;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--border-strong);box-shadow:0 0 0 3px #a1ea5a1f}input.bare:focus,.bare-row input:focus,.cmd input:focus{box-shadow:none;border-color:transparent}.bare-row:focus-within{border-color:var(--border-strong)}hr{border:0;border-top:1px solid var(--border);margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}.app{display:grid;grid-template-columns:248px minmax(0,1fr);grid-template-rows:58px 1fr;grid-template-areas:"topbar topbar" "rail main";min-height:100vh;max-width:100%;overflow-x:clip}.main{grid-area:main;min-width:0;max-width:100%;overflow-x:clip}.page{padding:28px 32px 60px;max-width:1280px;min-width:0}.page-tight{padding:24px 28px 60px;max-width:1180px;min-width:0}.section-head{display:flex;align-items:center;gap:10px;margin:24px 0 14px}.section-head h2{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.section-head .hint{color:var(--muted);font-size:12px;white-space:nowrap}.section-head .more{margin-left:auto}.btn{appearance:none;-webkit-appearance:none;margin:0;display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:7px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;font-weight:500;line-height:1.25;transition:background .12s,border-color .12s;white-space:nowrap;cursor:pointer;text-decoration:none}.btn:hover{background:var(--surface-2);border-color:var(--border-strong);text-decoration:none}.btn.ghost{background:transparent}.btn.primary{background:var(--accent);color:var(--accent-ink);border-color:#a1ea5a80;font-weight:600}.btn.primary:hover{background:#aef768}.btn.danger{color:var(--danger)}.btn.sm{padding:5px 9px;font-size:12px;border-radius:6px}.pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;font-size:11.5px;font-weight:500;background:var(--bg-2);color:var(--text-2);border:1px solid var(--border);font-family:Geist Mono,ui-monospace,monospace;white-space:nowrap}.pill .dot{width:6px;height:6px;border-radius:50%;background:var(--muted)}.pill.ok{color:var(--accent);border-color:#a1ea5a59;background:#a1ea5a14}.pill.ok .dot{background:var(--accent);box-shadow:0 0 6px var(--accent)}.pill.warn{color:var(--warn);border-color:#fcb44259;background:#fcb44214}.pill.warn .dot{background:var(--warn)}.pill.info{color:var(--link);border-color:#79c0f159;background:#79c0f114}.pill.info .dot{background:var(--link)}.pill.danger{color:var(--danger);border-color:oklch(72% .18 25deg / .35);background:oklch(72% .18 25deg / .08)}.pill.danger .dot{background:var(--danger)}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:10px}.card.elev{background:var(--surface)}.row{display:flex;align-items:center;gap:10px}.col{display:flex;flex-direction:column;gap:10px}.between{display:flex;align-items:center;justify-content:space-between;gap:12px}.dim{color:var(--muted)}.dim-2{color:var(--text-2)}.mono-sm{font-family:Geist Mono,ui-monospace,monospace;font-size:12px;color:var(--text-2)}.nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.h-eyebrow{font-family:Geist Mono,ui-monospace,monospace;font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}h1.page-title{margin:4px 0;font-size:28px;letter-spacing:-.02em;font-weight:600}.page-sub{color:var(--muted);margin:0 0 24px;font-size:14px;max-width:60ch}.crumbs{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12.5px;font-family:Geist Mono,ui-monospace,monospace;margin-bottom:16px}.crumbs a{color:var(--text-2)}.crumbs .sep{color:var(--muted-2)}.crumbs span:not(.sep){color:var(--text-2)}.crumbs span:not(.sep):last-child{color:var(--text)}.grad-text{background:linear-gradient(92deg,oklch(78% .22 5deg),oklch(86% .18 85deg),#7ce782,#12cbf5);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-bar{height:2px;width:100%;border-radius:999px;background:linear-gradient(92deg,oklch(78% .22 5deg),oklch(86% .18 85deg),#7ce782,#12cbf5)}.badge-tld{font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;border:1px solid var(--border);padding:1px 6px;border-radius:4px;color:var(--text-2);white-space:nowrap;flex:none}.hero{border:1px solid var(--border);border-radius:14px;padding:28px 32px;background:radial-gradient(800px 320px at 100% -20%,oklch(86% .19 132deg / .07),transparent 60%),radial-gradient(600px 300px at -10% 120%,oklch(78% .1 240deg / .08),transparent 60%),var(--bg-2);position:relative;overflow:hidden}.hero h1{margin:0;font-size:32px;letter-spacing:-.025em;font-weight:600;max-width:22ch}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{color:var(--text-2);max-width:60ch;margin:12px 0 20px}.hero .stats{display:flex;gap:28px;margin-top:18px;font-family:Geist Mono,ui-monospace,monospace}.hero .stats .n{font-size:22px;color:var(--text);font-weight:600;letter-spacing:-.02em}.hero .stats .l{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.why-panel-static{margin-top:16px}.why-panel-static>.why-inner{border:1px solid var(--border);border-radius:14px;background:radial-gradient(700px 280px at 100% -10%,oklch(78% .14 220deg / .06),transparent 60%),radial-gradient(560px 240px at 0% 110%,oklch(86% .19 132deg / .06),transparent 60%),var(--bg-2);display:grid;grid-template-columns:1fr 1px 1fr;gap:0}.why-col{padding:22px 26px}.why-divider{background:var(--border)}.why-row{display:flex;gap:12px;align-items:flex-start}.why-ic{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#a1ea5a1a;color:var(--accent);flex:none}.why-h{margin:6px 0 16px;font-size:20px;letter-spacing:-.015em;font-weight:600}.why-t{font-weight:600;font-size:16px}.why-d{color:var(--text-2);font-weight:500;font-size:14px;margin-top:3px;line-height:1.55;max-width:54ch}@media(max-width:768px){.why-panel-static>.why-inner{grid-template-columns:1fr}.why-divider{height:1px;width:100%}.why-col{padding:18px}}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.stat .l{color:var(--muted);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase}.stat .n{font-family:Geist Mono,ui-monospace,monospace;font-weight:600;font-size:22px;margin-top:4px;letter-spacing:-.02em}.stat .d{color:var(--text-2);font-size:12px;margin-top:2px;font-family:Geist Mono,ui-monospace,monospace}.stat .d.up{color:var(--accent)}.stat .d.down{color:var(--danger)}.pcard{padding:16px;border-radius:10px;background:var(--bg-2);border:1px solid var(--border);display:flex;flex-direction:column;gap:12px;transition:border-color .12s,transform .12s,background .12s;cursor:pointer;text-decoration:none;color:inherit}.pcard:hover{border-color:var(--border-strong);background:var(--surface);text-decoration:none}.pcard .pcard-head{display:flex;gap:12px;align-items:flex-start}.pcard .pcard-title{font-weight:600;font-size:15px;letter-spacing:-.01em}.pcard .pcard-by{color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;font-size:11.5px}.pcard .pcard-desc{color:var(--text-2);font-size:13px}.pcard .pcard-meta{display:flex;gap:14px;color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;font-size:11.5px;align-items:center;margin-top:auto}.pcard .pcard-meta .m{display:inline-flex;gap:5px;align-items:center}.ptile{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-family:Geist Mono,ui-monospace,monospace;font-weight:600;color:var(--text);font-size:16px;letter-spacing:-.02em;border:1px solid var(--border);background:var(--surface);flex:none}.ptile.lg{width:64px;height:64px;font-size:22px;border-radius:14px}.ptile.sm{width:32px;height:32px;font-size:13px;border-radius:8px}.ava{width:29px;height:29px;border-radius:50%;display:inline-grid;place-items:center;font-size:10.5px;font-weight:600;color:#f5f5f5;border:0;flex:none;box-shadow:0 0 0 1px #ffffff14 inset,0 1px 2px #0006;letter-spacing:.02em;overflow:hidden;text-shadow:0 1px 1px oklch(0% 0 0deg / .25)}.ava.lg{width:40px;height:40px;font-size:13px}.ava.xl{width:64px;height:64px;font-size:19px;border-radius:16px}.tbl{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.tbl th{text-align:left;font-weight:500;color:var(--muted);font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;padding:8px 14px;border-bottom:1px solid var(--border);background:var(--bg-2);position:sticky;top:0}.tbl td{padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.tbl tr:last-child td{border-bottom:0}.tbl tr:hover td{background:#ffffff03}@media(max-width:992px){.tbl-responsive .col-sm-hide{display:none!important}}@media(max-width:576px){.tbl-responsive .col-xs-hide{display:none!important}}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-bottom:18px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{flex:none;white-space:nowrap}.tab{padding:9px 14px;font-size:13px;color:var(--text-2);border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:7px;background:none;border-left:0;border-right:0;border-top:0;cursor:pointer;text-decoration:none}.tab:hover{color:var(--text);text-decoration:none}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.tab .count{font-family:Geist Mono,ui-monospace,monospace;font-size:11px;color:var(--muted);background:var(--bg-2);border:1px solid var(--border);border-radius:4px;padding:0 5px}.issue-row{display:grid;grid-template-columns:28px 1fr auto;gap:14px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer}.issue-row:last-child{border-bottom:0}.issue-row:hover{background:#ffffff04}.issue-title{font-weight:500}.issue-meta{color:var(--muted);font-size:12px;font-family:Geist Mono,ui-monospace,monospace;margin-top:3px}.label{font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;padding:1px 6px;border-radius:999px;border:1px solid;display:inline-block;line-height:1.5}.spark{width:100%;height:60px;color:var(--accent)}.spark path{stroke:currentColor;stroke-width:1.5;fill:none}.spark .area{fill:#a1ea5a1a;stroke:none}.code-block{background:var(--bg);border:1px solid var(--border);border-radius:8px;font-family:Geist Mono,ui-monospace,monospace;font-size:12.5px;line-height:1.65;padding:14px 16px;color:var(--text-2);overflow:auto}.pub-header{display:flex;gap:20px;align-items:flex-start;padding:22px 24px 8px}.pub-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);margin-top:18px}.pub-stats>div{padding:14px 24px;border-right:1px solid var(--border)}.pub-stats>div:last-child{border-right:0}.pub-stats .l{color:var(--muted);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.pub-stats .n{font-size:18px;font-weight:600;letter-spacing:-.02em;margin-top:2px}.toast-wrap{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:8px;z-index:200}.toast{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 14px;box-shadow:0 10px 30px -10px #0009;font-size:13px;display:flex;align-items:center;gap:10px;min-width:280px}.icon-btn{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:6px;color:var(--muted);background:none;border:0;cursor:pointer;text-decoration:none}.icon-btn:hover{background:var(--bg-2);color:var(--text);text-decoration:none}@media(max-width:1312px){.page{padding:24px 24px 60px}.page-tight{padding:20px 22px 60px}}@media(max-width:992px){.app{grid-template-columns:1fr;grid-template-areas:"topbar" "main"}}@media(max-width:768px){.page{padding:18px 14px 60px}.page-tight{padding:16px 14px 60px}.card code,.card .mono,.card pre,.card p,.card span{overflow-wrap:anywhere!important;word-break:break-word!important;min-width:0}.card .row,.card .col,.card .between{min-width:0;max-width:100%}.card .row{flex-wrap:wrap}}.eyebrow{font-family:Geist Mono,ui-monospace,monospace;font-size:12px;font-weight:500;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px}h1.page-title{font-size:clamp(30px,3.4vw,40px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:6px 0 10px}.page-sub{color:var(--muted);font-size:17px;font-weight:500;line-height:1.65;max-width:48ch}.page-sub b,.page-sub strong{color:var(--text);font-weight:600}.section-head h2{font-size:clamp(20px,2vw,24px);font-weight:650;letter-spacing:-.02em}.ava.svelte-1pre9qb{width:29px;height:29px;border-radius:50%;display:inline-grid;place-items:center;font-size:10.5px;font-weight:600;color:#f5f5f5;border:0;flex:none;box-shadow:0 0 0 1px #ffffff14 inset,0 1px 2px #0006;letter-spacing:.02em;overflow:hidden;text-shadow:0 1px 1px oklch(0% 0 0deg / .25)}.ava.sm.svelte-1pre9qb{width:24px;height:24px;font-size:9px}.ava.lg.svelte-1pre9qb{width:40px;height:40px;font-size:13px}.ava.xl.svelte-1pre9qb{width:64px;height:64px;font-size:19px;border-radius:16px}.ava.svelte-1pre9qb img:where(.svelte-1pre9qb){width:100%;height:100%;object-fit:cover}.ptile.svelte-r720el{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-family:Geist Mono,ui-monospace,monospace;font-weight:600;color:#0b121a;font-size:16px;letter-spacing:-.02em;border:1px solid var(--border);flex:none;overflow:hidden}.ptile.sm.svelte-r720el{width:32px;height:32px;font-size:13px;border-radius:8px}.ptile.lg.svelte-r720el{width:64px;height:64px;font-size:22px;border-radius:14px}.ptile.svelte-r720el img:where(.svelte-r720el){width:100%;height:100%;object-fit:cover;display:block}.cmd.svelte-uxd1ku{flex:1;min-width:0;max-width:560px;display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:6px 12px;color:var(--muted);position:relative}.cmd.svelte-uxd1ku:hover,.cmd.svelte-uxd1ku:focus-within{border-color:var(--border-strong)}.cmd.svelte-uxd1ku input:where(.svelte-uxd1ku){flex:1;border:0;background:transparent;padding:0;font-size:14.5px;color:var(--text)}.cmd.svelte-uxd1ku input:where(.svelte-uxd1ku)::placeholder{color:var(--muted)}.cmd.svelte-uxd1ku input:where(.svelte-uxd1ku):focus{box-shadow:none;border-color:transparent}.cmd.svelte-uxd1ku .icon-btn:where(.svelte-uxd1ku){width:22px;height:22px;display:inline-grid;place-items:center;border-radius:4px;color:var(--muted)}.cmd.svelte-uxd1ku .icon-btn:where(.svelte-uxd1ku):hover{color:var(--text);background:var(--bg-2)}.search-pop.svelte-uxd1ku{position:absolute;top:calc(100% + 6px);left:-1px;right:-1px;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 16px 36px -12px #0000008c;z-index:50;max-height:480px;overflow-y:auto}.search-pop.svelte-uxd1ku .empty:where(.svelte-uxd1ku){padding:16px 14px;color:var(--muted);font-size:13px;text-align:center}.search-pop.svelte-uxd1ku .res:where(.svelte-uxd1ku){display:flex;gap:12px;align-items:center;padding:8px 12px;cursor:pointer;color:var(--text);width:100%;text-align:left;background:none;border:0}.search-pop.svelte-uxd1ku .res:where(.svelte-uxd1ku):hover,.search-pop.svelte-uxd1ku .res.active:where(.svelte-uxd1ku){background:var(--bg-2)}.search-pop.svelte-uxd1ku .res:where(.svelte-uxd1ku) .sub:where(.svelte-uxd1ku){color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-pop.svelte-uxd1ku .res.all:where(.svelte-uxd1ku){color:var(--text-2);font-size:12.5px;border-bottom:1px solid var(--border)}.search-pop.svelte-uxd1ku .res.all:where(.svelte-uxd1ku) .kbd:where(.svelte-uxd1ku){font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:0 5px}.search-pop.svelte-uxd1ku .res.all:where(.svelte-uxd1ku):hover{color:var(--text)}@media(max-width:992px){.cmd.svelte-uxd1ku{max-width:none}.cmd.svelte-uxd1ku input:where(.svelte-uxd1ku){font-size:16px}}.topbar.svelte-fp80xw{grid-area:topbar;display:flex;align-items:center;gap:16px;padding:0 30px 0 18px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--bg-2),var(--bg));position:sticky;top:0;z-index:10}.brand.svelte-fp80xw{display:flex;align-items:center;gap:10px;flex:none;text-decoration:none;color:inherit}.brand-name.svelte-fp80xw{font-weight:600;letter-spacing:-.02em;font-size:19px}.brand-name.svelte-fp80xw .dim:where(.svelte-fp80xw){color:var(--muted);font-weight:500}.badge-tld.svelte-fp80xw{font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;border:1px solid var(--border);padding:1px 6px;border-radius:4px;color:var(--text-2);white-space:nowrap;flex:none}.topbar-actions.svelte-fp80xw{display:flex;align-items:center;gap:6px;margin-left:auto}.topbar-actions.svelte-fp80xw>a:where(.svelte-fp80xw):last-child{margin-left:3px}.icon-btn.svelte-fp80xw{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:6px;color:var(--muted);text-decoration:none}.icon-btn.svelte-fp80xw:hover{background:var(--bg-2);color:var(--text);text-decoration:none}.menu-icon.svelte-fp80xw{width:22px;height:22px;position:relative;display:block}.menu-icon.svelte-fp80xw .l:where(.svelte-fp80xw){position:absolute;height:2.5px;width:100%;background-color:var(--text);border-radius:8px;transition:all .35s cubic-bezier(.26,.1,.27,1.55)}.menu-icon.svelte-fp80xw .l.a:where(.svelte-fp80xw){top:18%}.menu-icon.svelte-fp80xw .l.b:where(.svelte-fp80xw){top:48%;opacity:1}.menu-icon.svelte-fp80xw .l.c:where(.svelte-fp80xw){top:78%}body.nav-open .menu-icon.svelte-fp80xw .l.a:where(.svelte-fp80xw){top:48%;transform:rotate(45deg)}body.nav-open .menu-icon.svelte-fp80xw .l.b:where(.svelte-fp80xw){opacity:0}body.nav-open .menu-icon.svelte-fp80xw .l.c:where(.svelte-fp80xw){top:48%;transform:rotate(-45deg)}.nav-toggle.svelte-fp80xw{display:none}.avatar-wrap.svelte-fp80xw{position:relative;margin-left:5px}.avatar-btn.svelte-fp80xw{padding:0;background:none;border:0;border-radius:999px;cursor:pointer;display:inline-flex}.avatar-menu.svelte-fp80xw{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 16px 36px -12px #0000008c;padding:6px;z-index:60}.who.svelte-fp80xw{display:flex;align-items:center;gap:10px;padding:8px 10px}.who.svelte-fp80xw .dn:where(.svelte-fp80xw){font-weight:600;font-size:13.5px}.who.svelte-fp80xw .hd:where(.svelte-fp80xw){color:var(--muted);font-size:11.5px}.divider.svelte-fp80xw{height:1px;background:var(--border);margin:4px 0}.menu-item.svelte-fp80xw{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;color:var(--text-2);font-size:13px;text-decoration:none;width:100%;background:none;border:0;text-align:left;cursor:pointer}.menu-item.svelte-fp80xw:hover{background:var(--bg-2);color:var(--text);text-decoration:none}.menu-item.signout.svelte-fp80xw{color:var(--danger)}.menu-item.signout.svelte-fp80xw:hover{background:oklch(72% .18 25deg / .08);color:var(--danger)}.search-slot.svelte-fp80xw{display:contents}.search-toggle.svelte-fp80xw,.search-close.svelte-fp80xw{display:none}@media(max-width:992px){.nav-toggle.svelte-fp80xw{display:inline-grid}.hide-md.svelte-fp80xw{display:none}.topbar.svelte-fp80xw{padding:0 12px;gap:10px}.search-slot.svelte-fp80xw{display:none}.search-toggle.svelte-fp80xw{display:inline-grid;margin-left:auto;width:38px;height:38px;color:var(--text)}.topbar-actions.svelte-fp80xw{margin-left:0}.topbar.search-open.svelte-fp80xw .search-slot:where(.svelte-fp80xw){display:contents}.topbar.search-open.svelte-fp80xw .search-close:where(.svelte-fp80xw){display:inline-grid;flex:none}.topbar.search-open.svelte-fp80xw .nav-toggle:where(.svelte-fp80xw),.topbar.search-open.svelte-fp80xw .brand:where(.svelte-fp80xw),.topbar.search-open.svelte-fp80xw .search-toggle:where(.svelte-fp80xw),.topbar.search-open.svelte-fp80xw .topbar-actions:where(.svelte-fp80xw){display:none}}:root{--bg: oklch(.16 .012 250);--bg-2: oklch(.185 .013 250);--surface: oklch(.21 .014 250);--surface-2: oklch(.245 .015 250);--border: oklch(.3 .014 250);--border-strong: oklch(.38 .016 250);--text: oklch(.96 .005 250);--text-2: oklch(.78 .012 250);--muted: oklch(.58 .012 250);--muted-2: oklch(.45 .012 250);--accent: oklch(.86 .19 132);--accent-ink: oklch(.22 .05 132);--accent-soft: oklch(.32 .05 132);--link: oklch(.78 .1 240);--warn: oklch(.82 .15 75);--danger: oklch(.72 .18 25)}.rail.svelte-giji5t{grid-area:rail;border-right:1px solid var(--border);background:var(--bg);padding:14px 10px;position:sticky;top:58px;align-self:start;height:calc(100vh - 58px);overflow:auto}.rail-group.svelte-giji5t{padding:8px 8px 6px}.rail-group.svelte-giji5t h6:where(.svelte-giji5t){margin:0 0 6px;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.rail-item.svelte-giji5t{width:100%;display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:6px;color:var(--text-2);font-size:13.5px;text-align:left;text-decoration:none}.rail-item.svelte-giji5t:hover{background:var(--bg-2);color:var(--text);text-decoration:none}.rail-item.active.svelte-giji5t{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--border)}.rail-item.svelte-giji5t .ic:where(.svelte-giji5t){width:16px;height:16px;color:var(--muted);flex:none}.rail-item.active.svelte-giji5t .ic:where(.svelte-giji5t){color:var(--accent)}.rail-item.svelte-giji5t>span:where(.svelte-giji5t):not(.ic):not(.count){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-item.svelte-giji5t .count:where(.svelte-giji5t){margin-left:auto;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;color:var(--muted-2);flex:none}@media(max-width:992px){.rail.svelte-giji5t{display:none;grid-area:main;position:static;height:auto;overflow:visible;border-right:0;padding:8px 0 48px}body.nav-open .rail.svelte-giji5t{display:block}.rail-group.svelte-giji5t{padding:18px 24px;max-width:480px;margin:0 auto;width:100%}.rail-group.svelte-giji5t h6:where(.svelte-giji5t){text-align:center;padding:0 4px 6px;margin:0 0 4px;border-bottom:0}.rail-item.svelte-giji5t{padding:14px 16px;font-size:17px;letter-spacing:-.005em;border-radius:10px;gap:14px;min-height:50px;justify-content:center}}
