:root{--color-bg: #0e1116;--color-surface: #161b22;--color-surface-alt: #1c2128;--color-border: #2a303a;--color-text: #e6edf3;--color-text-muted: #8b949e;--color-danger: #f85149;--color-success: #3fb950;--color-accent: #4f8cff;--color-accent-hover: #6ea0ff;--radius: 8px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{--color-bg: #0e1116;--color-surface: #161b22;--color-surface-alt: #1c2128;--color-border: #2a303a;--color-text: #e6edf3;--color-text-muted: #8b949e;--color-danger: #f85149;--color-success: #3fb950}[data-theme=light]{--color-bg: #ffffff;--color-surface: #f6f8fa;--color-surface-alt: #eaeef2;--color-border: #d0d7de;--color-text: #1f2328;--color-text-muted: #656d76;--color-danger: #cf222e;--color-success: #1a7f37}[data-accent=blue]{--color-accent: #4f8cff;--color-accent-hover: #6ea0ff}[data-accent=green]{--color-accent: #3fb950;--color-accent-hover: #56d364}[data-accent=purple]{--color-accent: #a371f7;--color-accent-hover: #bc8cff}[data-accent=orange]{--color-accent: #f0883e;--color-accent-hover: #ffa657}[data-accent=red]{--color-accent: #f85149;--color-accent-hover: #ff7b72}[data-accent=teal]{--color-accent: #39d3c3;--color-accent-hover: #56e2d4}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:14px}input,button,textarea,select{font-family:inherit;font-size:inherit}button{cursor:pointer}a{color:var(--color-accent)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius)}
