:root{--forge-orange: #D35400;--steel-blue: #2C3E50;--timely-teal: #0E6655;--mill-smoke-white: #F7F5F2;--iron-gray: #B0B8C4;--ink: #1E2B37;--border-color: #D8DCE2;--bg: var(--mill-smoke-white);--surface: #FFFFFF;--surface-alt: #F0EEE9;--fg: var(--ink);--muted: #6B7785;--border: var(--border-color);--accent: var(--forge-orange);--primary: var(--forge-orange);--secondary: var(--steel-blue);--success: var(--timely-teal);--danger: #C0392B;--font-display: "Barlow Condensed", "Arial Narrow", sans-serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--radius: 8px;--radius-sm: 4px;--radius-lg: 14px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px}.dark{--bg: #1A1D23;--surface: #2C303A;--surface-alt: #232830;--fg: #E8E6E1;--muted: #8A92A0;--border: #3A3F4A;--ink: #E8E6E1;--border-color: #3A3F4A;--mill-smoke-white: #1A1D23}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);font-size:15px;color:var(--fg);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:.01em}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body);font-size:15px}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
