:root{--bg-dark: #090d16;--bg-card: #111827;--bg-card-hover: #1f2937;--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .25);--gold: #f59e0b;--gold-glow: rgba(245, 158, 11, .2);--text-main: #f3f4f6;--text-muted: #9ca3af;--border: #374151;--border-gold: rgba(245, 158, 11, .3);--success: #10b981}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;height:100vh}
