@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #c8a03033}50%{box-shadow:0 0 20px #c8a03066}}.animate-shimmer{animation:shimmer 3s linear infinite}.animate-fade-in{animation:fadeIn .5s ease}.animate-fade-up{animation:fadeUp .4s ease}.animate-shake{animation:shake .4s ease}.animate-pulse-glow{animation:pulseGlow 2s ease-in-out infinite}.stagger-1{animation-delay:.08s}.stagger-2{animation-delay:.16s}.stagger-3{animation-delay:.24s}.stagger-4{animation-delay:.32s}.stagger-5{animation-delay:.4s}*{box-sizing:border-box}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#0f0c00}::-webkit-scrollbar-thumb{background:#3a3000;border-radius:2px}
