:root{--bg-primary: #0f1117;--bg-secondary: #1a1d27;--bg-card: #222532;--bg-hover: #2a2e3d;--text-primary: #e8eaed;--text-secondary: #9aa0b0;--text-muted: #5f6578;--accent-blue: #4a9eff;--accent-green: #4caf50;--accent-orange: #ff9800;--accent-red: #f44336;--accent-purple: #9c27b0;--accent-gold: #ffd700;--accent-cyan: #00bcd4;--color-wood: #8d6e63;--color-ironOre: #78909c;--color-planks: #a1887f;--color-ironBars: #90a4ae;--color-steel: #607d8b;--color-machines: #546e7a;--color-electronics: #4fc3f7;--color-luxuryGoods: #ce93d8;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--border-color: #2e3347;--border-radius: 8px;--border-radius-lg: 12px;--transition-fast: .15s ease;--transition-normal: .25s ease;--font-mono: "JetBrains Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent-blue);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
