:root{--bg: #080600;--gold: #fbbf24;--amber: #f59e0b;--honey: #d97706;--glow: rgba(251, 191, 36, .4);--wire: rgba(251, 191, 36, .15);--ice: #fff8e8;--fog: #a89868;--panel: rgba(16, 14, 4, .95);--emerald: #10b981;--ruby: #ef4444;--sapphire: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,system-ui,sans-serif;background:var(--bg);color:var(--ice);height:100vh;overflow:hidden}#root{min-height:100vh}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
