@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%{box-shadow:0 0 5px theme("colors.cyan.400"),0 0 10px theme("colors.cyan.400"),0 0 15px theme("colors.cyan.400")}to{box-shadow:0 0 10px theme("colors.cyan.400"),0 0 20px theme("colors.cyan.400"),0 0 30px theme("colors.cyan.400")}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{opacity:0}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .6s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .6s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite alternate}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}.animate-typing{overflow:hidden;white-space:nowrap;animation:typing 2s steps(40),blink 1s step-end infinite}.glass{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.glass-strong{background:rgba(255,255,255,.2);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.3)}.neon-border{border:2px solid;border-image:linear-gradient(45deg,theme("colors.cyan.400"),theme("colors.purple.400"),theme("colors.cyan.400")) 1}.neon-text{text-shadow:0 0 5px currentColor,0 0 10px currentColor,0 0 15px currentColor}.neon-glow{box-shadow:0 0 5px currentColor,0 0 10px currentColor,0 0 20px currentColor,0 0 40px currentColor}@media (max-width:640px){.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in-up{animation-duration:.4s}.glass,.glass-strong{backdrop-filter:blur(10px)}}@media (prefers-reduced-motion:reduce){.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in-up,.animate-float,.animate-glow,.animate-shimmer,.animate-typing{animation:none}.glass,.glass-strong{backdrop-filter:none;background:rgba(255,255,255,.9)}}.dark-scrollbar::-webkit-scrollbar{width:8px}.dark-scrollbar::-webkit-scrollbar-track{background:theme("colors.gray.800")}.dark-scrollbar::-webkit-scrollbar-thumb{background:theme("colors.cyan.500");border-radius:4px}.dark-scrollbar::-webkit-scrollbar-thumb:hover{background:theme("colors.cyan.400")}