:root{--header-bg: #1e2a4a;--bg: #0f0f0f;--surface: #1a1a1a;--text: #f5f5f5;--muted: #a0a0a0;--accent: #e8b4bc;--font: "DM Sans", system-ui, sans-serif;--hero-gradient: linear-gradient(135deg, #2d1f1a 0%, #3d2a22 30%, #4a3528 60%, #3d2e28 100%)}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
