@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700&display=swap";:root{--pitch-dark: #0a2316;--pitch-card: rgba(30, 41, 59, .5);--accent-blue: #38bdf8}body{background-color:var(--pitch-dark);color:#f8fafc;font-family:Inter,sans-serif;margin:0;overflow-x:hidden}h1,h2,h3,h4,.font-heading{font-family:Outfit,sans-serif}.glass{background:#1e293b66;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-in-up{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}
