:root{--bg: #f7f7f8;--surface: #ffffff;--surface-2: #f4f4f5;--surface-3: #e4e4e7;--text: #222222;--text-muted: #666666;--text-dim: #888888;--border: #dddddd;--border-strong: #d4d4d8;--accent: #2563eb;--danger: #b91c1c;--warn-bg: #fffbeb;--warn-border: #f59e0b;--warn-text: #92400e;--shadow: 0 1px 4px rgba(0, 0, 0, .08);color-scheme:light}:root[data-theme=dark]{--bg: #0f1115;--surface: #1a1d23;--surface-2: #23262d;--surface-3: #2c3038;--text: #e6e6e6;--text-muted: #b5b5b5;--text-dim: #888888;--border: #2c3038;--border-strong: #3a3f48;--accent: #60a5fa;--danger: #f87171;--warn-bg: #2a2114;--warn-border: #b45309;--warn-text: #fbbf24;--shadow: 0 1px 4px rgba(0, 0, 0, .4);color-scheme:dark}html,body,#root{margin:0;height:100%;background:var(--bg);color:var(--text);overflow:hidden}input,select,textarea,button{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:4px;padding:4px 6px;font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}input[readonly]{background:var(--surface-2)}a{color:var(--accent)}code{background:var(--surface-2);color:var(--text)}hr{border:none;border-top:1px solid var(--border)}summary{color:var(--text-muted)}
