:root{--surface: #ffffff;--surface-sunken: #f4f5f7;--surface-raised: #ffffff;--border: #dfe1e6;--text: #1b1f24;--text-muted: #5a6472;--accent: #2f5bd7;--accent-text: #ffffff;--accent-soft: #e8eefc;--positive: #146c43;--positive-soft: #e4f2ea;--negative: #b3261e;--negative-soft: #fbe9e8;--warning: #8a5a00;--warning-soft: #fdf2dd;--radius: 8px;--radius-small: 5px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1)}@media(prefers-color-scheme:dark){:root{--surface: #16191d;--surface-sunken: #101317;--surface-raised: #1d2126;--border: #2e343c;--text: #e6e9ee;--text-muted: #9aa4b2;--accent: #6f96f5;--accent-text: #0d1117;--accent-soft: #1e2941;--positive: #6fce9f;--positive-soft: #16281f;--negative: #f2887f;--negative-soft: #2c1917;--warning: #e3b552;--warning-soft: #2a2213;--shadow: none}}*,*:before,*:after{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.5;color:var(--text);background:var(--surface-sunken);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;line-height:1.25}button,input,select{font:inherit;color:inherit}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
