@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--background:#050505;--foreground:#f3f3f3;--accent:#ff4a00;--glass-bg:#ffffff08;--glass-border:#ffffff14}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);scroll-behavior:smooth;cursor:none;margin:0;padding:0;font-family:Outfit,sans-serif;overflow-x:hidden}a,button{color:inherit;cursor:none;text-decoration:none}*{box-sizing:border-box}#scroll-progress{z-index:1000;background:linear-gradient(90deg,#ff4a00,#f80);width:0%;height:3px;position:fixed;top:0;left:0}#noise-overlay{z-index:-2;pointer-events:none;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}#ambient-layer{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(160px);opacity:.25;mix-blend-mode:screen;will-change:transform;border-radius:50%;position:absolute}.b1{background:#ff4a00;width:80vw;height:80vw;top:-30%;left:-20%}.b2{background:#900;width:70vw;height:70vw;top:30%;right:-20%}.b3{opacity:.15;background:#f80;width:60vw;height:60vw;bottom:-30%;left:20%}.cursor-ring{pointer-events:none;z-index:9999;mix-blend-mode:difference;border:1.5px solid #fffc;border-radius:50%;width:20px;height:20px;transition:width .3s,height .3s,background .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring.hovered{background:#ffffff1a;border-color:#0000;width:60px;height:60px}.nav-pill{-webkit-backdrop-filter:blur(20px);z-index:90;white-space:nowrap;background:#0a0a0ab3;border:1px solid #ffffff1a;border-radius:99px;gap:.5rem;width:fit-content;margin:auto;padding:.4rem .6rem;transition:transform .3s,background .3s;display:flex;position:fixed;top:2rem;left:0;right:0}.nav-pill:hover{background:#141414e6;transform:scale(1.02)}.nav-pill a{color:#ccc;border-radius:99px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-pill a:hover,.nav-pill a.active{color:#fff;background:#ffffff26}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-family:Outfit,sans-serif;font-weight:900}p{opacity:.85;font-size:1.15rem;font-weight:300;line-height:1.7}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
