:root{--bg: #0e1116;--surface: #161b22;--surface-2: #1c232d;--border: #2a323d;--text: #e6edf3;--text-dim: #9aa7b4;--accent: #6ea8fe;--accent-dim: #345;--ok: #3fb950;--warn: #d29922;--err: #f85149;--chart-1: #3987e5;--chart-2: #199e70;--radius: 10px;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5}button{font:inherit;cursor:pointer}code,pre{font-family:var(--mono);font-size:12.5px}
