:root{--bg:#f5f3ef;--surface:#fff;--ink:#1c1a17;--muted:#6b6459;--accent:#2c5f4a;--danger:#a5311f;--warm-100:#fdf1e8;--warm-300:#f3c39a;--warm-500:#e08a4f;--warm-700:#b85c26;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--font-size-base:1rem;--font-size-lg:1.25rem}@media (prefers-color-scheme:dark){:root{--bg:#17181a;--surface:#222325;--ink:#ece9e3;--muted:#9b968c;--accent:#6fae94;--danger:#e2685a}}:root[data-theme=light]{--bg:#f5f3ef;--surface:#fff;--ink:#1c1a17;--muted:#6b6459;--accent:#2c5f4a;--danger:#a5311f}:root[data-theme=dark]{--bg:#17181a;--surface:#222325;--ink:#ece9e3;--muted:#9b968c;--accent:#6fae94;--danger:#e2685a}:root[data-density=ledger]{--space-2xs:.125rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:.75rem;--space-lg:1.25rem;--font-size-base:.875rem;--font-size-lg:1rem}:root[data-density=focus]{--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--font-size-base:1rem;--font-size-lg:1.25rem}body{background-color:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:var(--font-size-base)}button,input,select,textarea{font-family:inherit;font-size:var(--font-size-base)}a{color:var(--accent)}[role=alert]{color:var(--danger)}h1,h2,h3,h4{color:var(--ink)}.surface{background-color:var(--surface);color:var(--ink);padding:var(--space-md);border-radius:.5rem}.btn-primary{background-color:var(--accent);color:var(--surface);padding:var(--space-xs) var(--space-sm);font-size:var(--font-size-base);border:none;border-radius:.375rem}.btn-secondary{color:var(--ink);border:1px solid var(--muted);padding:var(--space-xs) var(--space-sm);font-size:var(--font-size-base);background-color:#0000;border-radius:.375rem}.list-row{padding:var(--space-xs) 0;border-bottom:1px solid var(--muted)}.text-muted{color:var(--muted)}
