:root{--bg: #ffffff;--surface: #fafafa;--surface-2: #f8f9fa;--panel: #f1f3f4;--elevated: #ffffff;--border: #cccccc;--border-subtle: #e5e5e5;--text: #202124;--text-muted: #5f6368;--text-faint: #9aa0a6;--accent: #217346;--on-accent: #ffffff;--danger: #c5221f;--ok: #1e8e3e;--warn: #f9ab00;--hover: #f1f3f4;--shadow: rgba(0, 0, 0, .12);--control-h: 26px;--radius-1: 4px;--radius-2: 6px;--focus-ring: 2px solid color-mix(in srgb, var(--accent) 60%, transparent);--grid-bg: #ffffff;color-scheme:light}:root[data-theme=dark]{--bg: #1e1e1e;--surface: #252526;--surface-2: #2d2d30;--panel: #333333;--elevated: #2a2a2c;--border: #3c3c3c;--border-subtle: #333333;--text: #e3e3e3;--text-muted: #a0a0a0;--text-faint: #808080;--accent: #33a06f;--on-accent: #ffffff;--danger: #f28b82;--ok: #81c995;--warn: #fdd663;--hover: #37373d;--shadow: rgba(0, 0, 0, .5);--grid-bg: #1e1e1e;color-scheme:dark}html,body{margin:0;height:100%;font-family:-apple-system,system-ui,sans-serif;background:var(--bg);color:var(--text)}#app{height:100%}
