:root{--color-bg:#16161c;--color-gold-rush:#ffd529;--color-hustle-orange:#ff784c;--color-coral-punch:#f85262;--color-power-pink:#e51a55;--color-shadow-plum:#2a0d15;--color-electric-cyan:#00d9ff;--color-neon-mint:#00ffb3;--color-error:#f85262;--color-warning:#ffa726;--color-success:#26c281;--color-ghost-white:#f8f8ff;--color-midnight:#0c0b0b;--color-dust-shadow:#ffffff0d;--gradient-blaze:linear-gradient(90deg, #ffd529 0%, #ff784c 39%, #f85262 71%, #e51a55 100%)}html,body{margin:0;padding:0}html{background-color:var(--color-bg);color:var(--color-ghost-white)}.loader{justify-content:center;align-items:center;height:100vh;display:flex}.star{animation:3s ease-in-out infinite star-blink}.star-1{animation-duration:2.8s;animation-delay:.3s}.star-2{animation-duration:3.4s;animation-delay:.8s}.star-3{animation-duration:2.5s;animation-delay:1.5s}.star-4{animation-duration:3.1s;animation-delay:.1s}.star-5{animation-duration:4s;animation-delay:2.2s}.star-6{animation-duration:3.7s;animation-delay:.6s}@keyframes star-blink{0%,to{opacity:1}50%{opacity:.2}}
