@tailwind base;@tailwind components;@tailwind utilities;:root{--apple-ease: cubic-bezier(.25, .1, .25, 1)}body{background-color:#000;color:#f5f5f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.022em;margin:0;padding:0;-webkit-font-smoothing:antialiased}.typography-hero{font-size:clamp(48px,11vw,110px);line-height:1;font-weight:800;letter-spacing:-.025em}.typography-headline{font-size:clamp(28px,4vw,48px);line-height:1.1;font-weight:600}.text-hero-gradient{background-image:linear-gradient(180deg,#fff 25%,#ff7a1a);-webkit-background-clip:text;background-clip:text;color:transparent}.bento-card{background:#1d1d1f;border-radius:24px;overflow:hidden;transition:transform .4s var(--apple-ease)}.bento-card:hover{transform:scale(1.02)}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
