@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,sans-serif;color:#f9f9f9;background:#0a0a0a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#0a0a0a;color:#f9f9f9}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 75% 12%,rgba(124,58,237,.16),transparent 31%),radial-gradient(circle at 14% 58%,rgba(109,40,217,.08),transparent 28%);animation:glow 12s ease-in-out infinite alternate}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#6d28d9;border-radius:999px;border:2px solid #0a0a0a}::selection{background:#8b5cf659}h1,h2,h3,h4{font-family:Inter,system-ui,sans-serif}@keyframes glow{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.04)}}@keyframes float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-16px,0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeUp .8s ease both}.float-orb{animation:float 7s ease-in-out infinite}
