@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-fadeIn{animation:.3s ease-out forwards fadeIn}.animate-slideInUp{animation:.4s ease-out forwards slideInUp}.animate-slideInLeft{animation:.5s ease-out forwards slideInLeft}.animate-slideInRight{animation:.5s ease-out forwards slideInRight}.animate-pulse-subtle{animation:2s infinite pulse}.shimmer-effect{background:linear-gradient(90deg,#fff0 0%,#fff3 20%,#ffffff80 60%,#fff0) 0 0/200px 100%;animation:2s infinite shimmer}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b880}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff2e}.focus-ring{transition:all .2s}.focus-ring:focus-within{outline-offset:2px;outline:2px solid #6366f1;box-shadow:0 0 0 3px #6366f11a}.btn-modern{transition:all .3s;position:relative;overflow:hidden}.btn-modern:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-modern:hover:before{left:100%}.shadow-3xl{box-shadow:0 35px 60px -12px #00000040}.shadow-color-indigo{box-shadow:0 10px 25px -3px #6366f11a,0 4px 6px -2px #6366f10d}.shadow-color-purple{box-shadow:0 10px 25px -3px #8b5cf61a,0 4px 6px -2px #8b5cf60d}@media (max-width:768px){.animate-slideInLeft,.animate-slideInRight{animation:.4s ease-out forwards slideInUp}}@media (prefers-color-scheme:dark){.glass-effect{background:#1e293b40;border:1px solid #94a3b82e}}
