@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#111;background:#f9f9f9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}h1,h2,h3,h4{font-family:Inter,sans-serif;font-weight:900}section{scroll-margin-top:80px}.reveal{animation:fade-in-up .7s ease both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.bounce{animation:bounce 1.8s infinite}.fallback{background:linear-gradient(135deg,#242424,#f5c518);min-height:100%;display:flex;align-items:center;justify-content:center;color:#111;font-weight:800}.focus-ring:focus-visible{outline:3px solid #f5c518;outline-offset:3px}
