@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=JetBrains+Mono:wght@300;500&display=swap";:root{--bg: #050505;--monolith: #111112;--steel: #8e8e93;--accent: #ff4d00;--text-main: #f5f5f7;--text-dim: #86868b;--gutter: 4rem}@media (max-width: 1024px){:root{--gutter: 3rem}}@media (max-width: 768px){:root{--gutter: 2rem}}@media (max-width: 480px){:root{--gutter: 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}html{background-color:var(--bg)}body{background-color:var(--bg);color:var(--text-main);font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh}@media (pointer: fine){body{cursor:none}}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");opacity:.025;pointer-events:none;z-index:5000;mix-blend-mode:hard-light}.project-slab{transition:border-color .4s cubic-bezier(.16,1,.3,1);will-change:opacity;content-visibility:auto;contain-intrinsic-size:80vh}.project-slab:hover{border-color:#ff4d004d!important}.project-slab-img{transition:opacity .4s ease,transform .8s cubic-bezier(.16,1,.3,1)!important;will-change:transform,opacity;opacity:.4}.project-slab:hover .project-slab-img{opacity:.8!important;transform:scale(1.02)}.card-system-overlay{position:absolute;top:20px;left:20px;right:20px;bottom:20px;pointer-events:none;font-family:JetBrains Mono,monospace;font-size:10px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:opacity .3s ease;z-index:5;color:var(--accent)}.project-slab:hover .card-system-overlay{opacity:1}.project-card-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,var(--bg) 0%,transparent 100%);z-index:1;pointer-events:none}.project-card-gradient-hover{position:absolute;bottom:0;left:0;right:0;height:90%;background:linear-gradient(to top,var(--bg) 15%,rgba(5,5,5,.8) 45%,transparent 100%);z-index:2;pointer-events:none;opacity:0;transition:opacity .4s ease}.project-slab:hover .project-card-gradient-hover{opacity:1}.token-row{display:flex;justify-content:space-between}.filter-chip-row{display:flex;gap:1rem;margin-bottom:4rem}.filter-chip{background:none;border:1px solid rgba(255,255,255,.1);color:var(--text-dim);padding:.6rem 1.2rem;font-size:.7rem;cursor:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.filter-chip:hover{border-color:#ffffff4d;color:var(--text-main)}.filter-chip.active{background:var(--accent);border-color:var(--accent);color:#000;font-weight:700}.project-status-tag{font-size:.6rem;background:#ffffff0d;padding:.4rem .8rem;border:1px solid rgba(255,255,255,.1);color:var(--text-main);opacity:.7}.proof-link{font-size:.65rem;color:var(--text-dim);transition:color .3s ease}.project-slab:hover .proof-link{color:var(--accent)}.mono{font-family:JetBrains Mono,monospace;text-transform:uppercase}.container{width:100%;margin:0 auto;padding:0 var(--gutter)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;padding-bottom:2rem}.nav-links{display:flex;gap:2.5rem;color:var(--text-main)}@media (max-width: 768px){.header-inner{padding-top:1.5rem;padding-bottom:1.5rem}.nav-links{gap:1.5rem}}@media (max-width: 480px){.header-inner{padding-top:1.25rem;padding-bottom:1.25rem}.nav-links{gap:.75rem}}@media (max-width: 380px){.nav-links{gap:.4rem}.magnetic-link{font-size:.6rem;padding:.2rem}}.magnetic-link{font-size:.7rem;color:inherit;text-decoration:none;padding:.5rem;display:inline-block;will-change:transform;cursor:pointer}@media (max-width: 480px){.magnetic-link{padding:.25rem;font-size:.65rem}}.custom-cursor{width:10px;height:10px;background:var(--accent);position:fixed;top:0;left:0;pointer-events:none;z-index:10000;margin-left:-5px;margin-top:-5px;transition:transform .05s linear,width .3s ease,height .3s ease;will-change:transform}.custom-cursor-follower{width:30px;height:30px;border:1px solid var(--accent);position:fixed;top:0;left:0;pointer-events:none;z-index:9999;margin-left:-15px;margin-top:-15px;transition:transform .1s linear,opacity .3s ease;will-change:transform}.cursor-active{width:40px;height:40px;margin-left:-20px;margin-top:-20px;background:transparent;border:1px solid var(--accent)}.follower-active{opacity:0}.hero-container{height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;padding-top:5vh;background-color:var(--bg)}.hero-bg-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-bg-image{position:absolute;top:0;right:0;width:100%;height:120%;background-image:url(/images/bg-hero.png);background-size:cover;background-position:right center;opacity:.25}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,var(--bg) 30%,rgba(5,5,5,.8) 60%,transparent 100%);z-index:1}.hero-inner{height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero-content-main{margin-top:-10vh}.hero-title{font-size:clamp(3.5rem,12vw,15rem);font-weight:900;letter-spacing:-.04em;line-height:.85;text-transform:uppercase}.hero-sub{margin-top:2rem;max-width:500px;font-size:clamp(1rem,1.8vw,1.4rem);line-height:1.5;color:var(--text-dim)}.hero-footer{position:absolute;bottom:3rem;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;align-items:flex-end}.hero-metadata{font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex;gap:60px}.meta-box{min-width:150px}.meta-box span{display:block;opacity:.4;margin-bottom:8px;font-size:.65rem;letter-spacing:.2em}.scroll-indicator{text-align:right;font-size:.6rem;letter-spacing:.3em;opacity:.5}@media (max-width: 900px){.hero-metadata{display:none}}.system-grid{position:fixed;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(12,1fr);pointer-events:none;z-index:-1;opacity:.03}.grid-line{border-right:1px solid var(--text-main);height:100%}.build-sprint-strip{display:flex;justify-content:space-between;align-items:center;margin-top:20vh;padding:6rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff03}.sprint-item{display:flex;flex-direction:column}.sprint-time{font-size:.6rem;letter-spacing:.3em;color:var(--accent);margin-bottom:.5rem}.sprint-label{font-size:1.2rem;font-weight:700;letter-spacing:-.01em}.sprint-divider{width:1px;height:40px;background:#ffffff1a}@media (max-width: 900px){.hero-metadata{display:none}.hero-inner{padding-top:18vh;justify-content:flex-start}.hero-content-main{margin-top:0}.hero-sub{max-width:100%;font-size:1.1rem}.build-sprint-strip{flex-direction:column;align-items:flex-start;gap:3rem;padding:3rem 0;margin-top:10vh}.sprint-divider{display:none}}.system-card{background:#0a0a0a66;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden;transition:border-color .4s cubic-bezier(.16,1,.3,1)}.system-card:hover{background:#ffffff08;border-color:#fff3}.system-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(400px circle at var(--mouse-x, 0) var(--mouse-y, 0),rgba(255,77,0,.08),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.system-card:hover:after{opacity:1}.system-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.16,1,.3,1);z-index:2}.system-card:hover:before{transform:scaleX(1)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.skill-card{padding:2.5rem}.skill-card:hover{transform:translateY(-5px)}.skill-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.skill-category{font-size:.7rem;letter-spacing:.3em;color:var(--accent);font-weight:700;font-family:JetBrains Mono,monospace}.skill-id{font-family:JetBrains Mono,monospace;font-size:.6rem;opacity:.2}.skill-list{list-style:none;padding:0}.skill-item{margin-bottom:1.5rem;position:relative}.skill-item-name{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.85rem;font-weight:500;color:var(--text-dim);transition:color .3s ease}.skill-bar-container{height:2px;background:#ffffff0d;width:100%;position:relative;overflow:hidden}.skill-bar-fill{height:100%;background:var(--accent);width:0;transition:width 1.2s cubic-bezier(.16,1,.3,1);opacity:.3}.skill-card:hover .skill-bar-fill{opacity:1}.skill-card:hover .skill-item-name{color:var(--text-main)}.section-header{margin-bottom:6rem;position:relative}.section-label{font-size:.7rem;letter-spacing:.5em;display:block;margin-bottom:1rem;opacity:.5}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;letter-spacing:-.02em;line-height:1.1}.section-meta{position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:flex-end;opacity:.2;font-size:.6rem;letter-spacing:.2em}@media (max-width: 600px){.skills-grid{grid-template-columns:1fr}.section-meta{display:none}}.responsive-grid-12{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--gutter)}.responsive-col-span-4{grid-column:span 4}.responsive-col-span-5{grid-column:span 5}.responsive-col-span-6{grid-column:span 6}.responsive-col-span-7{grid-column:span 7}.responsive-col-span-8{grid-column:span 8}.responsive-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.responsive-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.responsive-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 900px){.responsive-grid-12{display:flex;flex-direction:column;gap:2.5rem}.responsive-col-span-4,.responsive-col-span-5,.responsive-col-span-6,.responsive-col-span-7,.responsive-col-span-8{width:100%}.responsive-grid-2,.responsive-grid-3{grid-template-columns:1fr;gap:2rem}.responsive-grid-4{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 500px){.responsive-grid-4{grid-template-columns:1fr}.ticker-container .container>div{flex-direction:column;align-items:flex-start!important;gap:2rem}.ticker-container .container>div>div:last-child{text-align:left!important}}@media (max-width: 600px){.case-study-label{display:none}.header-logo-link{transform:scale(.9);transform-origin:left}}@media (max-width: 360px){.header-inner{padding-left:0;padding-right:0}}
