@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.scroll-container::-webkit-scrollbar{display:none}.scroll-container{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;white-space:nowrap;overflow-x:auto}
.animated-scrollbar::-webkit-scrollbar{background:#cce8f8;border-radius:8px;width:12px}html::-webkit-scrollbar{background:#cce8f8;border-radius:8px;width:12px}body::-webkit-scrollbar{background:#cce8f8;border-radius:8px;width:12px}.animated-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0b71b9 0%,#fbbf24 100%);border:2px solid #fff;border-radius:8px;animation:2s infinite alternate scrollbarPulse}html::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0b71b9 0%,#fbbf24 100%);border:2px solid #fff;border-radius:8px;animation:2s infinite alternate scrollbarPulse}body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0b71b9 0%,#fbbf24 100%);border:2px solid #fff;border-radius:8px;animation:2s infinite alternate scrollbarPulse}.animated-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0b71b9 0%,#f59e42 100%)}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0b71b9 0%,#f59e42 100%)}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0b71b9 0%,#f59e42 100%)}.animated-scrollbar::-webkit-scrollbar-corner{background:#e6f5ff}html::-webkit-scrollbar-corner{background:#e6f5ff}body::-webkit-scrollbar-corner{background:#e6f5ff}@keyframes scrollbarPulse{0%{box-shadow:0 0 6px #0b71b9}to{box-shadow:0 0 12px #fbbf24}}.animated-scrollbar,html,body{scrollbar-width:thin;scrollbar-color:#0b71b9 #cce8f8}.venues-scrollbar::-webkit-scrollbar{background:#cce8f8;border-radius:8px;width:10px}.venues-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0b71b9 0%,#fbbf24 100%);border:2px solid #fff;border-radius:8px}.venues-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0b71b9 0%,#f59e42 100%)}.venues-scrollbar::-webkit-scrollbar-corner{background:#e6f5ff}.venues-scrollbar{scrollbar-width:thin;scrollbar-color:#0b71b9 #cce8f8}
@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.2s ease-out fadeIn}
