:root{--bg-base: #14181f;--bg-elevated: #1c2230;--bg-card: #232a3a;--border-subtle: #323a4d;--text-primary: #eef1f6;--text-secondary: #9aa5bc;--text-tertiary: #6b7590;--accent: #e8a23d;--accent-hover: #f4b456;--accent-text: #1a1208;--success: #4caf7d;--danger: #e0615a;--font-display: "Source Serif 4", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--touch-target: 48px;--radius: 10px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{min-height:100vh;max-width:100vw;overflow-x:hidden}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;min-height:var(--touch-target)}a{color:var(--accent);text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
