@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glow{0%,to{box-shadow:0 0 20px #0080ff80}50%{box-shadow:0 0 40px #0080ffcc}}.fade-in{animation:fadeIn .5s ease-out}.pulse{animation:pulse 2s ease-in-out infinite}.shimmer{background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s linear infinite}.glow{animation:glow 2s ease-in-out infinite}.glass{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.gradient-text{background:linear-gradient(135deg,#0080ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
