:root{--bg:#f0e9dd;--surface:#fff;--surface-2:#e7edea;--ink:#1c2825;--ink-secondary:#4a5a55;--ink-muted:#7b8a84;--brand:#203633;--brand-ink:#f0e9dd;--brand-soft:#a3bbad;--accent:#b56658;--accent-soft:#eec6b8;--border:#d9d1c2;--good:#2e6b4f;--bad:#a1453a;--series-1:#2a78d6;--series-2:#eb6834;--series-3:#1baf7a;--series-4:#eda100;--font:"DM Sans", "TT Norms Pro", "Segoe UI", system-ui, sans-serif;--ease-out:cubic-bezier(.2, .7, .2, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--bg:#142321;--surface:#203633;--surface-2:#2b4541;--ink:#f0e9dd;--ink-secondary:#c6d2cb;--ink-muted:#8ea39a;--brand:#a3bbad;--brand-ink:#142321;--brand-soft:#3a564f;--accent:#d4907f;--accent-soft:#5a3d36;--border:#35504a;--good:#8fd1b0;--bad:#e39a8c;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500}}:root[data-theme=dark]{--bg:#142321;--surface:#203633;--surface-2:#2b4541;--ink:#f0e9dd;--ink-secondary:#c6d2cb;--ink-muted:#8ea39a;--brand:#a3bbad;--brand-ink:#142321;--brand-soft:#3a564f;--accent:#d4907f;--accent-soft:#5a3d36;--border:#35504a;--good:#8fd1b0;--bad:#e39a8c;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-weight:400;line-height:1.55}a{color:inherit}h1,h2,h3{letter-spacing:-.01em;text-wrap:balance;font-weight:600}.prose{max-width:65ch}.rise{animation:rise .55s var(--ease-out) both;animation-delay:calc(var(--i,0) * 70ms)}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.lift{transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s var(--ease-out)}.lift:hover{border-color:var(--brand-soft);transform:translateY(-2px);box-shadow:0 10px 24px #00000014}@media (prefers-reduced-motion:reduce){.rise{animation:none}.lift,.lift:hover{transition:none;transform:none}}.btn{background:var(--brand);color:var(--brand-ink);font:inherit;cursor:pointer;transition:transform .2s var(--ease-out), opacity .2s;border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.6rem 1.35rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:wait;transform:none}.btn.secondary{background:var(--surface);color:var(--ink);border-color:var(--border)}.btn.danger{color:var(--bad);border-color:var(--bad);background:0 0}.btn.small{padding:.35rem .9rem;font-size:.85rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app.svelte-12qhfyh{flex-direction:column;max-width:112rem;min-height:100dvh;margin:0 auto;padding:0 clamp(1rem,2.5vw,2.5rem);display:flex}header.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.brand.svelte-12qhfyh{letter-spacing:.08em;color:var(--brand);font-size:1.35rem;font-weight:700;text-decoration:none}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){letter-spacing:0;color:var(--ink-secondary);font-size:.9rem;font-weight:400}nav.svelte-12qhfyh{flex-wrap:wrap;gap:.3rem;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ink-secondary);border-radius:999px;padding:.45rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--brand);color:var(--brand-ink)}.theme.svelte-12qhfyh{background:var(--surface);border:1px solid var(--border);font:inherit;color:var(--ink-secondary);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;margin-left:.4rem;padding:.4rem .85rem;font-size:.85rem;display:inline-flex}.theme.svelte-12qhfyh:hover{color:var(--ink);border-color:var(--brand-soft)}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{color:var(--ink-muted);padding:1.5rem 0;font-size:.8rem}
