@tailwind base;@tailwind components;@tailwind utilities;:root{--pvn-gold:#fbbf24;--pvn-dark:#020617}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#334155}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.count-up{animation:countUp .4s ease forwards}@keyframes goldPulse{0%,to{box-shadow:0 0 0 0 rgba(251,191,36,.4)}50%{box-shadow:0 0 0 8px rgba(251,191,36,0)}}.pulse-gold{animation:goldPulse 2s infinite}