@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@300;400;500;600&display=swap";
:root{--bg-primary:#050505;--bg-secondary:#111;--text-primary:#f8f8f8;--text-secondary:#a1a1aa;--accent-color:#3b82f6;--accent-gradient:linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);--glass-bg:#ffffff08;--glass-border:#ffffff0d;--glass-shadow:0 4px 30px #00000080}html,body{background-color:var(--bg-primary);max-width:100vw;min-height:100vh;color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none;transition:opacity .3s}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-family:Outfit,sans-serif}p{margin:0;line-height:1.6}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.bg-animation{z-index:-1;background:radial-gradient(circle,#111 0%,#000 100%);width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.blob{filter:blur(100px);z-index:-1;opacity:.5;border-radius:50%;animation:20s cubic-bezier(.4,0,.2,1) infinite alternate float;position:absolute}.blob-1{background:#3b82f64d;width:600px;height:600px;top:-200px;left:-200px}.blob-2{background:#8b5cf633;width:500px;height:500px;animation-delay:-5s;bottom:-100px;right:-100px}.blob-3{background:#ec489933;width:400px;height:400px;animation-delay:-10s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.reveal{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards revealUp;transform:translateY(30px)}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}
