@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-slide-up{animation:slideInUp .5s ease-out forwards}.animate-slide-right{animation:slideInRight .5s ease-out forwards}.animate-scale-in{animation:scaleIn .4s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 1s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.shadow-premium{box-shadow:0 4px 15px -3px #00000012,0 2px 6px -2px #0000000d}.shadow-premium-hover{box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-shopee{box-shadow:0 1px 1px #0000000d}.shadow-shopee-hover{box-shadow:0 1px 20px #0000000d}.dark body,.dark .text-slate-900,.dark .text-gray-900,.dark .text-gray-800,.dark .text-slate-800{color:#f8fafc!important}.dark .text-slate-700,.dark .text-gray-700,.dark .text-slate-600,.dark .text-gray-600{color:#e2e8f0!important}.dark .text-slate-500,.dark .text-gray-500,.dark .text-slate-400,.dark .text-gray-400{color:#94a3b8!important}.dark .bg-white{background-color:#0f172a!important}.dark .bg-slate-50,.dark .bg-gray-50,.dark .bg-gray-100{background-color:#020617!important}.dark .border-slate-100,.dark .border-gray-200,.dark .border-slate-200{border-color:#1e293b!important}*{transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .1s ease-in-out}.shopee-card{@apply bg-white dark:bg-slate-900 rounded-lg shadow-shopee hover:shadow-shopee-hover transition-shadow overflow-hidden;}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
