:root{--bg:#fbfaf7;--surface:#fff;--surface-2:#f4f2ec;--border:#e7e3da;--border-strong:#d8d3c6;--ink:#1b1a17;--ink-2:#5c584f;--ink-3:#8a8578;--accent:#5a48e6;--accent-hover:#4a39cf;--accent-ink:#fff;--accent-soft:#ece9fd;--positive:#0f9d58;--positive-soft:#e3f5ec;--attention:#c77700;--attention-soft:#fbeed9;--favorite:#e0245e;--danger:#d13c3c;--radius-sm:8px;--radius:12px;--radius-lg:18px;--shadow:0 1px 2px rgba(27,26,23,.04),0 4px 16px rgba(27,26,23,.06);--shadow-lg:0 8px 40px rgba(27,26,23,.16);--font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--nav-w:236px;--container:1100px;color-scheme:light}:root[data-theme=dark]{--bg:#141311;--surface:#1c1b18;--surface-2:#26241f;--border:#332f28;--border-strong:#423d34;--ink:#f3f0e8;--ink-2:#b3ada0;--ink-3:#807a6c;--accent:#8a79ff;--accent-hover:#9d8fff;--accent-ink:#16132e;--accent-soft:#26224a;--positive:#3dd68c;--positive-soft:#16301f;--attention:#e9a23b;--attention-soft:#3a2c12;--favorite:#ff5c8a;--danger:#f0736f;--shadow:0 1px 2px rgba(0,0,0,.3),0 4px 20px rgba(0,0,0,.4);--shadow-lg:0 8px 44px rgba(0,0,0,.55);color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#141311;--surface:#1c1b18;--surface-2:#26241f;--border:#332f28;--border-strong:#423d34;--ink:#f3f0e8;--ink-2:#b3ada0;--ink-3:#807a6c;--accent:#8a79ff;--accent-hover:#9d8fff;--accent-ink:#16132e;--accent-soft:#26224a;--positive:#3dd68c;--positive-soft:#16301f;--attention:#e9a23b;--attention-soft:#3a2c12;--favorite:#ff5c8a;--danger:#f0736f;--shadow:0 1px 2px rgba(0,0,0,.3),0 4px 20px rgba(0,0,0,.4);--shadow-lg:0 8px 44px rgba(0,0,0,.55);color-scheme:dark}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-ui);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;font-weight:620;letter-spacing:-.011em;line-height:1.2}h1{font-size:26px}h2{font-size:20px}h3{font-size:16px}p{margin:0}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:var(--accent-soft)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.muted{color:var(--ink-2)}.dim{color:var(--ink-3)}.serif{font-family:var(--font-serif)}.tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 16px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);font-weight:550;cursor:pointer;transition:background .13s ease,border-color .13s ease,transform .13s ease,opacity .13s ease;white-space:nowrap}.btn:hover{background:var(--surface-2)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--surface-2)}.btn-danger{color:var(--danger);border-color:transparent;background:transparent}.btn-danger:hover{background:color-mix(in srgb,var(--danger) 12%,transparent)}.btn-sm{height:30px;padding:0 11px;font-size:13px}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:13px;font-weight:550;color:var(--ink-2)}.input,.select,.textarea{width:100%;padding:9px 12px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);transition:border-color .13s ease,box-shadow .13s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.textarea{resize:vertical;min-height:84px;line-height:1.5}.chip{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:12px;color:var(--ink-2);white-space:nowrap}.chip-accent{background:var(--accent-soft);border-color:transparent;color:var(--accent)}.chip-positive{background:var(--positive-soft);border-color:transparent;color:var(--positive)}.chip-attention{background:var(--attention-soft);border-color:transparent;color:var(--attention)}.section-title{font-size:12px;font-weight:620;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}hr.rule{border:none;border-top:1px solid var(--border);margin:0}.stack{display:flex;flex-direction:column}.row,.spread{display:flex;align-items:center}.spread{justify-content:space-between;gap:16px}.empty{text-align:center;padding:56px 24px;color:var(--ink-2)}.empty h3{color:var(--ink);margin-bottom:6px}