@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;font-family:var(--font-sans);background-color:#fffbeb;color:#000;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden}[id]{scroll-margin-top:5rem}::selection{background:#facc15;color:#000}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:28px;width:28px;border:3px solid #000;border-radius:10px;background:#3b82f6;cursor:pointer;margin-top:-10px;box-shadow:2px 2px #000;transition:transform .1s}@media(min-width:640px){input[type=range]::-webkit-slider-thumb{height:32px;width:32px;border:4px solid #000;border-radius:12px;margin-top:-14px;box-shadow:3px 3px #000}}input[type=range]::-webkit-slider-thumb:active{transform:scale(.9);box-shadow:1px 1px #000}input[type=range]::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;background:#fff;border:2px solid #000;border-radius:10px}@media(min-width:640px){input[type=range]::-webkit-slider-runnable-track{height:12px;border:3px solid #000}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fffbeb}::-webkit-scrollbar-thumb{background:#000;border:3px solid #FFFBEB;border-radius:20px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.shadow-hard{box-shadow:8px 8px #000}.shadow-hard-sm{box-shadow:4px 4px #000}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce-subtle{animation:bounce-subtle 3s ease-in-out infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee{animation:marquee 30s linear infinite}@media(min-width:768px){.animate-marquee{animation-duration:40s}}.animate-marquee-reverse{animation:marquee-reverse 30s linear infinite}@media(min-width:768px){.animate-marquee-reverse{animation-duration:40s}}@media(hover:hover){.animate-marquee:hover,.animate-marquee-reverse:hover{animation-play-state:paused}}.reveal-visible{opacity:1;transform:translateY(0)}input:focus{box-shadow:0 0 0 4px #3b82f680}
