:root{--font-sans: "Outfit", "Inter", system-ui, sans-serif}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafaf9}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e7e5e4;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d6d3d1}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.5)}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.animate-enter{animation:enter .4s ease-out forwards}@keyframes enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shimmer{background-size:200% 100%;animation:shimmer 6s infinite linear}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}.animate-marquee{animation:marquee 15s linear infinite}.animate-marquee:hover{animation-play-state:paused}@media(min-width:768px){.md\:animate-none{animation:none!important}}.animate-fade-in-up{animation:fadeInUp .4s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e7e5e4;border-radius:10px}
