@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-fade-in-up:first-child{animation-delay:.1s}.animate-fade-in-up:nth-child(2){animation-delay:.2s}.animate-fade-in-up:nth-child(3){animation-delay:.3s}.animate-fade-in-up:nth-child(4){animation-delay:.4s}.animate-fade-in-up:nth-child(5){animation-delay:.5s}.animate-fade-in-up:nth-child(6){animation-delay:.6s}.animate-fade-in-up:nth-child(7){animation-delay:.7s}.animate-fade-in-up:nth-child(8){animation-delay:.8s}.course-card{transform-origin:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.course-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 25px 50px -12px #00000040}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(180deg)}}.floating-element{animation:4s ease-in-out infinite float}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse-animation{animation:2s infinite pulse}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200% 100%;animation:1.5s infinite shimmer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3b82f6b3}
