:root{--bg:#040810;--bg-warm:#060a14;--bg-card:#0a1020;--bg-card-hover:#0e1830;--gold:#4db8d4;--gold-light:#6dcce8;--gold-dim:#2a7a94;--gold-glow:#4db8d440;--text:#d8e8f0;--text-sub:#7a9aad;--text-dim:#4a6878;--border:#4db8d41f;--border-hover:#4db8d459;--green:#10b981;--red:#ef4444;--purple:#8b5cf6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Space Grotesk,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Comfortaa,cursive;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.locked{width:100vw;height:100vh;position:relative;overflow:hidden}.skip-btn{z-index:100;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);cursor:pointer;background:0 0;border:none;font-family:Comfortaa,cursive;font-size:.7rem;font-weight:400;transition:color .3s;position:absolute;top:1.5rem;right:1.5rem}.skip-btn:hover{color:var(--text)}.full{flex-direction:column;justify-content:center;align-items:center;animation:.5s fadeIn;display:flex;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:.8s forwards fadeOut}@keyframes fadeOut{to{opacity:0}}.term-box{background:#060606;border:1px solid #4db8d414;border-radius:10px;width:90%;max-width:740px;overflow:hidden;box-shadow:0 40px 100px #0009}.term-bar{background:#0e0e0e;border-bottom:1px solid #ffffff08;align-items:center;gap:7px;padding:.7rem 1.2rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.r{background:#ff5f57}.dot.y{background:#febc2e}.dot.g{background:#28c840}.term-title{color:#444;margin-left:10px;font-family:JetBrains Mono,monospace;font-size:.72rem}.term-body{padding:1.8rem 2rem;font-family:JetBrains Mono,monospace;font-size:.92rem;line-height:1.7}.tl{white-space:pre}.tl.cmd{color:var(--gold)}.tl.white{color:#fff;font-weight:500}.tl.fail{color:var(--red)}.tl.pass{color:var(--green)}.tl.ref{color:var(--purple)}.tl.dim{color:#444}.blink{color:var(--gold);animation:1s step-end infinite cursorBlink}@keyframes cursorBlink{50%{opacity:0}}.glitch{animation:1.5s ease-in forwards glitchOut}.glitch .term-box{animation:1.5s ease-in forwards glitchBox}@keyframes glitchOut{0%{opacity:1}20%{filter:hue-rotate(90deg);transform:translate(3px,-1px)}40%{opacity:.85;filter:hue-rotate(-60deg)saturate(2);transform:translate(5px,2px)}60%{opacity:.5;filter:hue-rotate(180deg);transform:skew(2deg)}80%{opacity:.15;filter:blur(2px)brightness(2);transform:skew(5deg)}to{opacity:0;filter:blur(8px)}}@keyframes glitchBox{0%{box-shadow:0 40px 100px #0009}15%{box-shadow:-5px 0 20px #ff00004d,5px 0 20px #00ffff4d}50%{box-shadow:-8px 0 25px #f006,8px 0 25px #0ff6}to{box-shadow:none}}.whisper{color:#d8e8f0;letter-spacing:.25em;text-transform:lowercase;text-shadow:0 0 30px #4db8d44d;opacity:0;font-family:Comfortaa,cursive;font-size:clamp(1.2rem,3vw,1.8rem);font-style:italic;font-weight:400;animation:3s forwards whisperIn}@keyframes whisperIn{0%{opacity:0;letter-spacing:.5em}40%{opacity:1;letter-spacing:.25em}80%{opacity:1}to{opacity:.9}}.evo-screen{background:var(--bg)}.evo-img{object-fit:cover;width:100vw;height:100vh}.glitch-in{animation:1.2s ease-out forwards glitchReveal}@keyframes glitchReveal{0%{opacity:0;filter:blur(10px)brightness(3)hue-rotate(90deg);transform:scale(1.05)}30%{opacity:.7;filter:hue-rotate(45deg);transform:translate(3px,-1px)}to{opacity:1;filter:none;transform:none}}.evo-screen:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 35%,#64b4ff14 0%,#0000 50%);animation:3s ease-in-out infinite eyePulse;position:absolute;inset:0}@keyframes eyePulse{0%,to{opacity:.3}50%{opacity:1}}.enter-btn{letter-spacing:.25em;text-transform:uppercase;color:#64b4dcb3;cursor:pointer;opacity:0;z-index:10;background:0 0;border:1px solid #64b4dc40;border-radius:4px;padding:.8rem 3rem;font-family:Comfortaa,cursive;font-size:.75rem;font-weight:500;transition:all .3s;animation:.8s .2s forwards btnIn;position:absolute;bottom:6%}.enter-btn:hover{color:#64b4dc;background:#64b4dc0d;border-color:#64b4dc80;transform:translateY(-2px);box-shadow:0 8px 30px #64b4dc26}@keyframes btnIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.05)}.hero-overlay{z-index:1;background:linear-gradient(105deg,#080808e3 0%,#080808c4 40%,#08080866 70%,#08080833 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.hero-logo{filter:brightness(1.3)drop-shadow(0 0 20px #4db8d426);opacity:0;max-width:45vw;height:auto;max-height:40vh;margin:12px 0 12px -10px;animation:.8s forwards heroReveal;display:block}.hero-label{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);border-bottom:1px solid var(--border);opacity:0;margin-bottom:2rem;padding-bottom:.75rem;font-size:.72rem;animation:.8s .1s forwards heroReveal;display:inline-block}.hero-title{opacity:0;max-width:680px;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.15;animation:.8s .3s forwards heroReveal}.hero-title .gold{color:var(--gold)}.hero-sub{color:var(--text-sub);opacity:0;max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7;animation:.8s .6s forwards heroReveal}.scroll-hint{z-index:2;opacity:0;flex-direction:column;align-items:center;gap:.75rem;animation:.8s 1.2s forwards heroReveal;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-hint span{text-transform:uppercase;letter-spacing:.15em;color:var(--text-dim);font-size:.68rem}.scroll-line{background:var(--border);width:1px;height:40px;position:relative;overflow:hidden}.scroll-fill{background:var(--gold);width:100%;height:100%;animation:2s infinite scrollArrow;position:absolute}@keyframes heroReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollArrow{0%{top:-100%}50%{top:100%}to{top:100%}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.gold-div-wrap{justify-content:center;padding:3rem 0;display:flex}.gold-div{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:0;max-width:80%;height:1px;transition:width 1.2s cubic-bezier(.25,.46,.45,.94)}.gold-div.visible{width:100%}.story{background:var(--bg-warm);padding:3rem 2rem 2rem}.story-inner{max-width:800px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin-bottom:1rem;font-size:.72rem;display:block}.section-title{color:var(--text);margin-bottom:1rem;font-family:Comfortaa,cursive;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.story-hook{margin-bottom:1.5rem}.story-hook .lead{color:var(--text);margin-bottom:.5rem;font-size:1.3rem;line-height:1.8}.story-hook p{color:var(--text-sub);font-size:1.15rem;line-height:1.8}.story-hook p strong{color:var(--gold)}.gold-text{color:var(--gold);text-shadow:0 0 30px #4db8d41f;font-weight:700}.framework-title{color:var(--gold);margin-bottom:.5rem;font-family:Comfortaa,cursive;font-size:clamp(1.3rem,3vw,1.7rem);font-weight:700}.framework-steps{flex-direction:column;gap:.75rem;display:flex}.step{align-items:flex-start;gap:1.25rem;display:flex}.step-number{color:#4db8d426;min-width:60px;font-family:Comfortaa,cursive;font-size:2.5rem;font-weight:700;line-height:1;transition:color .5s}.step:hover .step-number{color:#4db8d459}.step-content{flex:1}.step-content h4{color:var(--text);margin-bottom:.4rem;font-family:Comfortaa,cursive;font-size:1.15rem;font-weight:600}.step-content p{color:var(--text-sub);margin-top:.4rem;font-size:1.05rem;line-height:1.75}.step-rule{color:var(--text-dim);font-family:Comfortaa,cursive;font-size:.75rem;font-style:italic}.killshot{border-radius:10px;align-items:stretch;gap:0;margin:1.5rem 0 1rem;display:flex;overflow:hidden}.killshot-card{flex-direction:column;flex:1;justify-content:center;padding:1.25rem 1.5rem;transition:all .5s;display:flex}.killshot-card.legacy{background:var(--bg-card);border:1px solid var(--border);border-right:none;border-radius:10px 0 0 10px}.killshot-card.nexus{border:1px solid var(--border-hover);background:linear-gradient(135deg,#4db8d414,#4db8d405);border-left:none;border-radius:0 10px 10px 0;animation:6s ease-in-out infinite killshot-breathe}@keyframes killshot-breathe{0%,to{box-shadow:0 0 #4db8d400}50%{box-shadow:inset 0 0 30px #4db8d40a,0 0 20px #4db8d40a}}.killshot-era{text-transform:uppercase;letter-spacing:.15em;color:var(--text-dim);margin-bottom:.4rem;font-size:.68rem;display:block}.killshot-card.nexus .killshot-era{color:var(--gold)}.killshot-q{margin:0;font-family:Comfortaa,cursive;font-size:1.15rem;line-height:1.6}.killshot-card.legacy .killshot-q{color:var(--text-sub)}.killshot-card.nexus .killshot-q{color:var(--text);font-weight:500}.killshot-vs{background:var(--bg);color:var(--gold);letter-spacing:.1em;text-transform:uppercase;border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:0 .6rem;font-family:Comfortaa,cursive;font-size:.75rem;font-weight:700;display:flex}.punchline{text-align:center;margin-bottom:1.5rem}.punchline p{color:var(--text-sub);margin-bottom:.15rem;font-size:1.25rem;line-height:1.6}.punchline p strong{color:var(--text)}.punchline .gold-text{margin-top:.25rem;font-size:1.4rem}.story-quote{text-align:center;color:var(--gold-light);border:none;margin:1.5rem 0;padding:1.5rem 2rem;font-family:Comfortaa,cursive;font-size:1.2rem;font-style:italic;position:relative}.story-quote:before,.story-quote:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.5;width:80px;height:2px;animation:3s ease-in-out infinite quote-bar-pulse;position:absolute;left:50%;transform:translate(-50%)}.story-quote:before{top:0}.story-quote:after{animation-delay:1.5s;bottom:0}@keyframes quote-bar-pulse{0%,to{opacity:.3;width:80px}50%{opacity:.8;width:100px}}.story-quote cite{color:var(--text-dim);letter-spacing:.1em;margin-top:.75rem;font-size:.8rem;font-style:normal;display:block}.code-block{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;max-width:680px;margin:0 auto;padding:2rem;overflow-x:auto}.code-block code{color:var(--text-sub);white-space:pre;font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.8}.calculus-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.calculus-card{background:linear-gradient(135deg,#4db8d41f,#4db8d40a);border:1px solid #4db8d466;border-radius:12px;flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.calculus-card:before{content:"";background:linear-gradient(90deg, var(--gold), #2a7a94);opacity:.6;height:3px;position:absolute;top:0;left:0;right:0}.calculus-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 35px #4db8d426}.calculus-card:hover:before{opacity:1}.calculus-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.65rem}.calculus-card h3{color:var(--gold);margin-bottom:.6rem;font-family:Comfortaa,cursive;font-size:1.15rem;font-weight:700;line-height:1.4}.calculus-card p{color:var(--text-sub);flex:1;margin:0;font-size:.92rem;line-height:1.6}.patent-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem 0;display:flex}.patent-tag{letter-spacing:1px;text-transform:uppercase;color:var(--gold);border:1px solid #4db8d44d;border-radius:100px;padding:.35rem .9rem;font-size:.72rem;transition:all .3s}.patent-tag:hover{border-color:#4db8d499;box-shadow:0 0 15px #4db8d41a}.inventors{text-align:center;color:var(--text-dim);margin-top:.5rem;font-size:.85rem;font-weight:300;line-height:1.6}footer{text-align:center;border-top:1px solid #4db8d40f;padding:4rem 2rem 5rem}.footer-logo{opacity:.4;width:40px;filter:drop-shadow(0 0 8px var(--gold-glow));margin:0 auto 1.5rem;transition:opacity .3s}.footer-logo:hover{opacity:.7}.footer-links{margin-bottom:1rem}.footer-links a{letter-spacing:.15em;color:var(--gold-dim);font-family:Comfortaa,cursive;font-size:.72rem;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-links .sep{color:#222;margin:0 .8rem}.copy{color:#333;letter-spacing:.1em;font-size:.65rem}@media (width<=768px){.term-box{width:95%}.term-body{padding:1rem;font-size:.62rem}.term-bar{padding:.5rem .8rem}.dot{width:9px;height:9px}.whisper{letter-spacing:.15em;font-size:.9rem}.enter-btn{padding:.7rem 2.5rem;font-size:.7rem;bottom:8%}.hero{min-height:90vh}.hero-content{padding:0 1.25rem}.hero-logo{max-width:50vw;max-height:30vh}.hero-label{margin-bottom:1.2rem;font-size:.6rem}.hero-title{margin-bottom:1rem;font-size:clamp(1.4rem,5vw,2rem)}.hero-sub{margin-bottom:1.5rem;font-size:.9rem}.scroll-hint span{font-size:.6rem}.story{padding:2rem 1rem 1.5rem}.story-inner{padding:0}.section-title{font-size:clamp(1.2rem,4vw,1.6rem)}.story-hook .lead{font-size:1.05rem}.story-hook p{font-size:.95rem}.framework-title{font-size:1.2rem}.step{flex-direction:column;gap:.5rem}.step-number{min-width:auto;font-size:1.8rem}.step-content h4{font-size:1rem}.step-content p{font-size:.92rem}.killshot{flex-direction:column}.killshot-card{padding:1rem}.killshot-card.legacy{border-right:1px solid var(--border);border-bottom:none;border-radius:10px 10px 0 0}.killshot-card.nexus{border-left:1px solid var(--border-hover);border-top:none;border-radius:0 0 10px 10px}.killshot-vs{border-left:1px solid var(--border);border-right:1px solid var(--border);border-top:none;border-bottom:none;padding:.5rem}.killshot-q{font-size:.95rem}.story-quote{padding:1.2rem 1rem;font-size:1rem}.punchline p{font-size:1rem}.punchline .gold-text{font-size:1.1rem}.code-block{padding:1.2rem}.code-block code{font-size:.65rem}.calculus-cards{grid-template-columns:1fr}.calculus-card{padding:1.2rem}.calculus-card h3{font-size:1rem}.patent-tags{flex-direction:column;align-items:center}footer{padding:2.5rem 1.5rem 3rem}.footer-links a{font-size:.65rem}.footer-links .sep{margin:0 .5rem}}@media (width<=480px){.term-body{padding:.8rem;font-size:.5rem;line-height:1.5}.term-title{font-size:.6rem}.hero-logo{max-width:60vw}.hero-title{font-size:clamp(1.2rem,5vw,1.6rem)}.hero-sub{font-size:.82rem}.hero-label{letter-spacing:.12em;font-size:.55rem}.story-hook .lead{font-size:.95rem}.story-hook p{font-size:.88rem}.step-content p,.killshot-q{font-size:.85rem}.code-block code{font-size:.55rem}}
