:root{--bg:#0f1115;--surface:#181b22;--border:#262b36;--text:#e6e8ec;--muted:#9aa3b2;--accent:#e0245e;--accent-fg:#fff;--radius:10px;--max:1100px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 1rem}.btn{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font:inherit;padding:.6rem 1.1rem;display:inline-block}.btn-accent{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.muted{color:var(--muted)}.section{border-top:1px solid var(--border);padding:2.5rem 0}.section h2{margin:0 0 .25rem;font-size:1.6rem}h1,h2,h3{line-height:1.2}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .5rem}th{color:var(--muted);font-size:.85rem;font-weight:600}select.svelte-1iij8ch{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);font:inherit;padding:.35rem .5rem}.sr-only.svelte-1iij8ch{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.site-header.svelte-12qhfyh{border-bottom:1px solid var(--border);background:var(--surface)}.bar.svelte-12qhfyh{justify-content:space-between;align-items:center;height:60px;display:flex}.brand.svelte-12qhfyh{align-items:center;display:flex}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){width:auto;height:34px;display:block}nav.svelte-12qhfyh{gap:1.25rem;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);padding:.25rem 0}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text);border-bottom:2px solid var(--accent)}main.svelte-12qhfyh{min-height:70vh;padding-top:2rem;padding-bottom:3rem}footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:2rem 1rem;font-size:.9rem}
