:root{--bg:#0e1116;--surface:#161b22;--surface-2:#1d2430;--border:#2c3543;--text:#e6edf3;--muted:#8b98a9;--accent:#ff4655;--accent-soft:#ff6b78;--danger:#ff6b6b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}h1{letter-spacing:-.02em;margin:0;font-size:1.6rem}input,textarea,select{border:1px solid var(--border);background:var(--surface);color:inherit;font:inherit;border-radius:.45rem;padding:.45rem .6rem}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{border:1px solid var(--border);background:var(--surface-2);color:inherit;font:inherit;cursor:pointer;border-radius:.45rem;padding:.45rem .8rem;transition:background-color .15s}button:hover:not(:disabled){background:var(--border)}button:disabled{opacity:.45;cursor:default}button.primary{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}button.primary:hover:not(:disabled){background:var(--accent-soft)}input[type=checkbox],input[type=radio]{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer}.card{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;padding:1.1rem}.shell.svelte-12qhfyh{grid-template-rows:auto 1fr;min-height:100vh;display:grid}header.svelte-12qhfyh{border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem clamp(1rem,4vw,2.5rem);display:flex}.brand.svelte-12qhfyh{color:var(--text);letter-spacing:.08em;font-size:1.15rem;font-weight:800;text-decoration:none}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--accent)}nav.svelte-12qhfyh{gap:.35rem;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);border-radius:.45rem;padding:.35rem .75rem;font-size:.92rem;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-2);color:var(--text)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--surface-2);color:var(--text);box-shadow:inset 0 -2px 0 var(--accent)}main.svelte-12qhfyh{width:100%;max-width:72rem;margin:0 auto;padding:clamp(1rem,4vw,2.5rem)}
