:root{--bg: #0A0E0F;--surface: #1C1F22;--surface-hover: #25282C;--fg: #E8E6E3;--muted: #7A7D80;--accent: #C29B4D;--accent-hover: #D4AE60;--border: #2A2D31;--error: #C75146;--radius: 12px;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh}
