@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .2s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.animate-scaleIn{animation:scaleIn .2s ease-out}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#c6a87c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d4af37}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}@keyframes scroll-infinite{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.animate-scroll-infinite{animation:scroll-infinite 20s linear infinite}@media(min-width:768px){.animate-scroll-infinite{animation:scroll-infinite 25s linear infinite}}
