@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap";:root{--bg-primary: #020617;--bg-card: #0f172a;--text-primary: #f8fafc;--accent: #06b6d4}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{margin:0;font-family:Sora,sans-serif;background:radial-gradient(circle at 20% -10%,#0e749040,#02061700 45%),radial-gradient(circle at 80% 120%,#1e40af33,#02061700 40%),var(--bg-primary);color:var(--text-primary)}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pingShort{0%{transform:scale(.9);opacity:.9}to{transform:scale(1.35);opacity:0}}@keyframes bounceShort{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-slide-up{animation:slideUp .22s ease-out}.animate-fade-in{animation:fadeIn .18s ease-out}.animate-ping-short{animation:pingShort .65s ease-out}.animate-bounce-short{animation:bounceShort .5s ease}
