:root{--ground:#edeff4;--surface:#ffffff;--sunken:#e3e7ee;--ink:#131720;--ink-soft:#3d4552;--muted:#6b7486;--line:#d6dbe4;--line-strong:#c2c9d6;--accent:#c97f0a;--accent-bright:#e3a11b;--on-accent:#1a1204;--marker-1:#f0b429;--marker-2:#ff6b5a;--marker-3:#17bfa8;--marker-4:#8b7bf0;--marker-5:#7fb800;--marker-6:#4fa8f5;--marker-alpha:0.34;--marker-blend:multiply;--ok:#0e9e8a;--bad:#dc4b39;--display:"Century Gothic",Futura,"Avenir Next","Trebuchet MS",sans-serif;--mono:ui-monospace,"Cascadia Mono","SF Mono",Menlo,Consolas,monospace;--body:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;--radius:12px;--radius-lg:18px;--shadow:0 1px 2px rgba(19,23,32,0.06),0 8px 24px -12px rgba(19,23,32,0.18);color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--ground:#0f1218;--surface:#171b23;--sunken:#10141a;--ink:#e9ecf2;--ink-soft:#c2c9d6;--muted:#8b94a6;--line:#262c38;--line-strong:#333b4a;--accent:#f2b33d;--accent-bright:#f2b33d;--marker-alpha:0.46;--marker-blend:screen;--ok:#2fd3bb;--bad:#ff7a68;--shadow:0 1px 2px rgba(0,0,0,0.5),0 12px 32px -14px rgba(0,0,0,0.8)}}:root[data-theme=dark]{--ground:#0f1218;--surface:#171b23;--sunken:#10141a;--ink:#e9ecf2;--ink-soft:#c2c9d6;--muted:#8b94a6;--line:#262c38;--line-strong:#333b4a;--accent:#f2b33d;--accent-bright:#f2b33d;--marker-alpha:0.46;--marker-blend:screen;--ok:#2fd3bb;--bad:#ff7a68;--shadow:0 1px 2px rgba(0,0,0,0.5),0 12px 32px -14px rgba(0,0,0,0.8)}:root[data-theme=light]{--ground:#edeff4;--surface:#ffffff;--sunken:#e3e7ee;--ink:#131720;--ink-soft:#3d4552;--muted:#6b7486;--line:#d6dbe4;--line-strong:#c2c9d6;--accent:#c97f0a;--accent-bright:#e3a11b;--marker-alpha:0.34;--marker-blend:multiply;--ok:#0e9e8a;--bad:#dc4b39;--shadow:0 1px 2px rgba(19,23,32,0.06),0 8px 24px -12px rgba(19,23,32,0.18)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--ground);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior-y:contain}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}