@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 2s infinite linear}@keyframes intense-pulse{0%,to{opacity:1;filter:brightness(1.3)}50%{opacity:.2;filter:brightness(.7)}}.animate-intense-pulse{animation:intense-pulse 1s cubic-bezier(.4,0,.6,1) infinite}.hide-scrollbar,.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,.no-scrollbar::-webkit-scrollbar{display:none}
