@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root,:host{--color-bg-dark:#050508;--color-gold:#f7931a;--color-gold-light:#ffc56e;--color-text:#eaeaea;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg-dark);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}::selection{background:var(--color-gold);color:#000}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-dark)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #f7931a66}50%{box-shadow:0 0 0 20px #f7931a00}}@keyframes waveform{0%,to{height:8px}50%{height:32px}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-pulse-gold{animation:2s infinite pulse-gold}.waveform-bar{animation:1.2s ease-in-out infinite waveform}.gradient-text{background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glow-gold{box-shadow:0 0 40px #f7931a26}.glow-gold-hover:hover{box-shadow:0 0 60px #f7931a40}
