:root{--bg: #0a0a0b;--bg-elevated: #111113;--bg-card: #16161a;--border: #222228;--border-hover: #333340;--text: #e8e8ed;--text-muted: #8888a0;--text-dim: #55556a;--accent: #c8ff00;--accent-dim: #c8ff0020;--accent-mid: #c8ff0040;--purple: #a78bfa;--blue: #60a5fa;--cyan: #22d3ee;--mono: "JetBrains Mono", monospace;--sans: "Instrument Sans", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.protocol-page{--accent: #60a5fa;--accent-dim: #60a5fa20;--accent-mid: #60a5fa40}.hub-page{--accent: #34d399;--accent-dim: #34d39920;--accent-mid: #34d39940}.editorial-page{--accent: #a855f7;--accent-dim: #a855f720;--accent-mid: #a855f740}.product-page{--accent: #0afe07;--accent-dim: #0afe0720;--accent-mid: #0afe0740}.product-page .hero h1{font-family:var(--sans);font-size:clamp(2.4rem,5.2vw,4.2rem);letter-spacing:-1.5px;line-height:1.05;color:var(--text);margin-bottom:1.5rem;max-width:920px}.product-page .hero h1 .hero-accent{color:var(--accent)}.product-page .hero-pre{font-family:var(--sans);font-size:clamp(1.15rem,1.7vw,1.5rem);font-weight:600;text-transform:none;letter-spacing:-.3px;color:var(--text);margin-bottom:2rem;max-width:38ch;line-height:1.35}.product-page .hero-sub{font-size:clamp(1.05rem,1.4vw,1.25rem);max-width:640px;color:var(--text-muted);margin-bottom:2rem}.product-page .hero-tagline{font-family:var(--sans);font-size:.95rem;color:var(--text-dim);letter-spacing:0;margin-bottom:2.5rem}.product-page .hero-tagline em{color:var(--text);font-style:normal;font-weight:600}.product-page-v2 .landing-nav{background:#0a0a0bb3;backdrop-filter:blur(20px)}.nav-mark{display:inline-flex;align-items:center;text-decoration:none;line-height:0;transition:transform .2s ease,opacity .2s ease}.nav-mark img{display:block;width:22px;height:22px}.nav-mark:hover{transform:rotate(45deg);opacity:.85}.v2-hero{max-width:1100px;margin:0 auto;padding:8rem 1.5rem 3rem;text-align:center}.v2-hero-mark{display:flex;justify-content:center;margin:0 auto 2rem;line-height:0}.v2-hero-mark img{width:clamp(48px,5vw,64px);height:auto;display:block;filter:drop-shadow(0 0 28px rgba(10,254,7,.35));animation:heroMarkPulse 4s ease-in-out infinite}@keyframes heroMarkPulse{0%,to{filter:drop-shadow(0 0 28px rgba(10,254,7,.35))}50%{filter:drop-shadow(0 0 36px rgba(10,254,7,.55))}}.v2-eyebrow{font-family:var(--sans);font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:500;color:var(--text-muted);max-width:44ch;margin:0 auto 2.25rem;line-height:1.5}.v2-h1{font-family:var(--sans);font-size:clamp(2.5rem,6vw,4.75rem);font-weight:700;letter-spacing:-2px;line-height:1.02;max-width:16ch;margin:0 auto 1.5rem;text-wrap:balance;color:var(--text)}.v2-lead{font-size:clamp(1.05rem,1.3vw,1.25rem);color:var(--text-muted);max-width:52ch;margin:0 auto 2.5rem;line-height:1.55;text-wrap:balance}.v2-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.v2-btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;border-radius:8px;font-family:var(--sans);font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;border:1px solid transparent;cursor:pointer}.v2-btn-primary{background:var(--text);color:var(--bg);border-color:var(--text)}.v2-btn-primary:hover{background:#fff;border-color:#fff;transform:translateY(-1px)}.v2-btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.v2-btn-ghost:hover{border-color:var(--text-muted);background:var(--bg-elevated)}.v2-showcase{max-width:1240px;margin:0 auto;padding:1.5rem 1.5rem 6rem}.v2-showcase-hero{padding-top:2rem;padding-bottom:6rem}.v2-shot{position:relative;display:block;max-width:1200px;margin:3rem auto 0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #0006,0 2px 8px #0000004d}.v2-shot>img{display:block;width:100%;height:auto;background:var(--bg)}.v2-shot.is-placeholder{aspect-ratio:16 / 10}.v2-shot-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:radial-gradient(ellipse at top,rgba(10,254,7,.06) 0%,transparent 60%),linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-card) 100%);overflow:hidden}.v2-shot-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}.v2-shot-placeholder-label{font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--text-muted);z-index:1}.v2-shot-placeholder-caption{font-family:var(--mono);font-size:.72rem;color:var(--text-dim);z-index:1;padding:.25rem .6rem;background:#ffffff08;border:1px solid var(--border);border-radius:100px}.v2-shot:not(.is-placeholder) .v2-shot-placeholder{display:none}.v2-shot.is-placeholder>img{display:none}.v2-shot figcaption{grid-row:2;grid-column:1;padding:.9rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-card);font-size:.85rem;color:var(--text-muted);text-align:center}.v2-shot-hero{margin-top:0}.v2-section{max-width:1100px;margin:0 auto;padding:5rem 1.5rem}.v2-section-inner{max-width:720px;margin:0 auto;text-align:center}.v2-label{display:inline-block;font-family:var(--mono);font-size:.72rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem}.v2-h2{font-family:var(--sans);font-size:clamp(1.75rem,3.4vw,2.75rem);font-weight:700;letter-spacing:-1.2px;line-height:1.1;margin-bottom:1rem;text-wrap:balance;color:var(--text)}.v2-prose{font-size:clamp(1rem,1.2vw,1.1rem);color:var(--text-muted);line-height:1.6;max-width:56ch;margin:0 auto;text-wrap:pretty}.v2-pull{max-width:720px;margin:3rem auto 1rem;text-align:center;font-family:var(--sans);font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:600;letter-spacing:-.5px;line-height:1.4;color:var(--text)}.v2-pull-centered{margin:0 auto;max-width:720px}.v2-pull-centered p{font-size:clamp(1.4rem,2.4vw,2rem);letter-spacing:-.8px;line-height:1.35}.v2-section-tight{padding-top:1.5rem;padding-bottom:1.5rem}.v2-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:3rem auto 0;padding:2rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.v2-stat{text-align:center;display:flex;flex-direction:column;gap:.4rem}.v2-stat-num{font-family:var(--sans);font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;letter-spacing:-1px;color:var(--accent);line-height:1}.v2-stat-label{font-family:var(--sans);font-size:.9rem;color:var(--text-muted);line-height:1.4}@media(max-width:700px){.v2-stats{grid-template-columns:1fr;gap:1.5rem}}.v2-grid{display:grid;gap:1rem;margin:3rem auto 0;max-width:1100px}.v2-grid-2{grid-template-columns:repeat(2,1fr)}.v2-grid-3{grid-template-columns:repeat(3,1fr)}.v2-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.75rem 1.5rem;transition:border-color .2s,background .2s}.v2-card:hover{border-color:var(--border-hover);background:var(--bg-elevated)}.v2-card h3{font-family:var(--sans);font-size:1.15rem;font-weight:600;letter-spacing:-.3px;line-height:1.3;margin:0 0 .5rem;color:var(--text)}.v2-card p{font-size:.95rem;color:var(--text-muted);line-height:1.55;margin:0}.v2-card-tag{display:inline-block;font-family:var(--mono);font-size:.7rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.v2-card-step .v2-step-num{display:block;font-family:var(--mono);font-size:.8rem;font-weight:600;color:var(--accent);margin-bottom:.75rem;letter-spacing:1px}.v2-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);align-items:center;max-width:1240px;margin:0 auto;padding:clamp(4rem,8vw,7rem) 1.5rem}.v2-split-reverse .v2-split-text{order:2}.v2-split-reverse .v2-split-media{order:1}.v2-split-text{max-width:48ch}.v2-split-text .v2-label{margin-bottom:1rem}.v2-split-text .v2-h2{font-size:clamp(1.6rem,2.8vw,2.4rem);letter-spacing:-1px;margin-bottom:1.25rem;text-align:left}.v2-split-text .v2-prose{margin:0 0 1.5rem;text-align:left}.v2-split-media{margin:0;width:100%;max-width:none}.v2-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.v2-bullets li{position:relative;padding-left:1.5rem;color:var(--text-muted);font-size:.95rem;line-height:1.55}.v2-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--accent)}.v2-bullets li strong{color:var(--text);font-weight:600}@media(max-width:900px){.v2-split{grid-template-columns:1fr;gap:2rem}.v2-split-reverse .v2-split-text,.v2-split-reverse .v2-split-media{order:0}}.v2-explore{max-width:1240px;margin:0 auto;padding:clamp(4rem,8vw,7rem) 1.5rem 3rem}.v2-explore .v2-section-inner{margin-bottom:3rem}.v2-explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;align-items:stretch}.v2-bigcard{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;border-radius:16px;border:1px solid var(--border);background:var(--bg-card);text-decoration:none;color:var(--text);position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease}.v2-bigcard:hover{transform:translateY(-2px);border-color:var(--border-hover);background:var(--bg-elevated)}.v2-bigcard-protocol{--bigcard-accent: #60a5fa}.v2-bigcard-editorial{--bigcard-accent: #a78bfa}.v2-bigcard-protocol:before,.v2-bigcard-editorial:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--bigcard-accent) 50%,transparent 100%);opacity:.5}.v2-bigcard-media{position:relative;margin-bottom:.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;overflow:hidden;aspect-ratio:16 / 9}.v2-bigcard-media>img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.v2-bigcard-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px}.v2-bigcard-media.is-placeholder>img{display:none}.v2-bigcard-media:not(.is-placeholder) .v2-bigcard-placeholder{display:none}.v2-bigcard-placeholder-icon{font-family:var(--sans);font-size:1.75rem;font-weight:500;color:var(--bigcard-accent);line-height:1}.v2-bigcard-placeholder-label{font-family:var(--mono);font-size:.7rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim)}.v2-bigcard-tag{display:inline-block;font-family:var(--mono);font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--bigcard-accent);margin-bottom:.25rem}.v2-bigcard h3{font-family:var(--sans);font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:600;letter-spacing:-.3px;line-height:1.25;margin:0 0 .25rem;color:var(--text);text-wrap:balance}.v2-bigcard p{font-size:.95rem;color:var(--text-muted);line-height:1.55;margin:0;max-width:42ch}.v2-bigcard-cta{display:inline-block;align-self:flex-start;font-family:var(--mono);font-size:.82rem;font-weight:600;color:var(--bigcard-accent);margin-top:auto;padding-top:.75rem;letter-spacing:.5px;transition:transform .2s}.v2-bigcard:hover .v2-bigcard-cta{transform:translate(4px)}@media(max-width:800px){.v2-explore-grid{grid-template-columns:1fr}}.v2-cta{padding:6rem 1.5rem;text-align:center}.v2-cta-inner{max-width:760px;margin:0 auto;padding:4rem 2rem;border:1px solid var(--border);border-radius:16px;background:radial-gradient(ellipse at top,rgba(10,254,7,.08) 0%,transparent 60%),var(--bg-card)}.v2-cta-inner .v2-h2{margin-bottom:1rem}.v2-cta-inner .v2-prose{margin-bottom:2rem}.v2-cta-inner .v2-actions{justify-content:center}.product-page-v2 .landing-footer{margin-top:2rem;border-top:1px solid var(--border);padding-top:2.5rem}@media(max-width:800px){.v2-grid-2,.v2-grid-3{grid-template-columns:1fr}.v2-section{padding:3.5rem 1.25rem}.v2-hero{padding-top:6rem;padding-bottom:1.5rem}.v2-showcase{padding-bottom:3rem}.v2-cta{padding:3rem 1rem}.v2-cta-inner{padding:2.5rem 1.5rem}}.product-page .hero-asym{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,5rem);align-items:end;text-align:left;min-height:auto;padding-top:9rem;padding-bottom:6rem;max-width:1200px;margin:0 auto}.product-page .hero-asym-left,.product-page .hero-asym-right{display:flex;flex-direction:column}.product-page .hero-asym .hero-pre{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:1.75rem;align-self:flex-start}.product-page .hero-asym .hero-pre-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}.product-page .hero-asym h1{text-align:left;margin-bottom:0;max-width:14ch;text-wrap:balance}.product-page .hero-asym .hero-sub{font-size:clamp(1rem,1.2vw,1.15rem);color:var(--text-muted);margin-bottom:2rem;line-height:1.6;max-width:48ch}.product-page .hero-asym .hero-actions{justify-content:flex-start;margin-bottom:1.5rem}.product-page .hero-asym .hero-meta{font-family:var(--sans);font-size:.85rem;color:var(--text-dim);letter-spacing:0}@media(max-width:900px){.product-page .hero-asym{grid-template-columns:1fr;gap:2.5rem;align-items:start;padding-top:7rem;padding-bottom:4rem}.product-page .hero-asym h1{max-width:none}}.text-accent{color:var(--accent)}.product-page .section-h2-lg{font-family:var(--sans);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;letter-spacing:-1.5px;line-height:1.05;max-width:22ch;text-wrap:balance;margin-bottom:1.5rem}.product-page .section-desc-lg{font-size:clamp(1rem,1.2vw,1.15rem);color:var(--text-muted);max-width:52ch;line-height:1.6;margin-bottom:4rem}.product-page .section-problem{padding-top:4rem}.problem-list{list-style:none;padding:0;margin:0;max-width:920px;border-top:1px solid var(--border)}.problem-list>li{display:grid;grid-template-columns:80px 1fr;gap:2.5rem;align-items:baseline;padding:2rem 0;border-bottom:1px solid var(--border)}.problem-num{font-family:var(--mono);font-size:.85rem;color:var(--accent);font-weight:700;letter-spacing:1px}.problem-list h3{font-family:var(--sans);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;letter-spacing:-.5px;margin-bottom:.5rem;color:var(--text)}.problem-list p{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:56ch}@media(max-width:700px){.problem-list>li{grid-template-columns:60px 1fr;gap:1.25rem;padding:1.5rem 0}}.feature-rows{margin-top:3rem;display:flex;flex-direction:column;gap:4rem}.feature-row{display:grid;grid-template-columns:.4fr .6fr;gap:clamp(1.5rem,4vw,4rem);align-items:center;max-width:1100px}.feature-row-reverse{grid-template-columns:.6fr .4fr;margin-left:auto;text-align:left}.feature-row-reverse .feature-num{order:2}.feature-row-reverse .feature-body{order:1}.feature-num{font-family:var(--sans);font-size:clamp(5rem,11vw,9rem);font-weight:700;line-height:.85;letter-spacing:-6px;color:var(--accent);opacity:.95}.feature-body h3{font-family:var(--sans);font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:600;letter-spacing:-.5px;line-height:1.2;margin-bottom:.75rem}.feature-body p{font-size:1rem;color:var(--text-muted);line-height:1.65;max-width:52ch}@media(max-width:800px){.feature-row,.feature-row-reverse{grid-template-columns:1fr;margin-left:0;gap:1rem}.feature-row-reverse .feature-num,.feature-row-reverse .feature-body{order:0}.feature-num{font-size:4rem;letter-spacing:-3px}}.flow-loop{margin-top:3rem;border-top:1px solid var(--border);max-width:920px}.flow-row{display:grid;grid-template-columns:110px 200px 1fr;gap:2rem;padding:1.75rem 0;border-bottom:1px solid var(--border);align-items:baseline}.flow-step-id{font-family:var(--mono);font-size:.75rem;color:var(--text-dim);letter-spacing:1.5px;text-transform:uppercase;font-weight:600}.flow-row h4{font-family:var(--sans);font-size:clamp(1.3rem,2vw,1.75rem);font-weight:600;letter-spacing:-.5px;color:var(--text)}.flow-row p{color:var(--text-muted);font-size:.95rem;line-height:1.6;max-width:52ch}.flow-row-loop{background:linear-gradient(90deg,var(--accent-dim) 0%,transparent 100%);margin:0 -1.5rem;padding:1.75rem 1.5rem;border-radius:4px;border-bottom-color:var(--accent-mid)}.flow-row-loop .flow-step-id{color:var(--accent)}@media(max-width:800px){.flow-row{grid-template-columns:1fr;gap:.5rem;padding:1.25rem 0}}.nav-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.nav-brand img{width:22px;height:22px;display:block}.nav-brand .nav-brand-wordmark{font-family:var(--sans);font-weight:700;font-size:1.05rem;letter-spacing:-.3px}.nav-brand .nav-brand-sub{font-family:var(--mono);font-size:.7rem;color:var(--text-dim);letter-spacing:.5px;margin-left:4px}.product-page .section h2{font-family:var(--sans);letter-spacing:-1px;line-height:1.1}.product-page .big-tagline p{font-family:var(--sans);letter-spacing:-1px}.big-tagline.compact{padding:1.5rem 0 0;text-align:left}.big-tagline.compact p{font-size:clamp(1.3rem,2.2vw,1.85rem);font-weight:600;letter-spacing:-.5px;line-height:1.35;color:var(--text);max-width:38ch}.product-page .principle-icon{font-family:var(--mono);font-size:.8rem;font-weight:700;color:var(--accent);letter-spacing:1px;margin-bottom:1rem}.product-page .block-num{font-family:var(--sans);font-size:.8rem;font-weight:700;color:var(--accent);letter-spacing:0;text-transform:none;margin-bottom:.75rem}.product-page .cta-box h2{font-family:var(--sans)}.concept-diagram{max-width:720px;margin:0 auto;padding:2rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem}.concept-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.concept-row span{font-family:var(--mono);font-size:.75rem;padding:.4rem .75rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:100px;color:var(--text-muted)}.concept-inputs span{color:var(--text-muted)}.concept-outputs span{color:var(--purple);border-color:#a78bfa40}.concept-arrow{color:var(--text-dim);font-family:var(--mono);font-size:1.1rem}.concept-core{background:var(--accent-dim);border:1px solid var(--accent-mid);border-radius:12px;padding:1rem 1.75rem;text-align:center;min-width:260px}.concept-core-label{font-family:var(--mono);font-weight:700;color:var(--accent);font-size:.95rem}.concept-core-sub{font-family:var(--mono);font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.concept-loop{font-family:var(--mono);font-size:.75rem;color:var(--text-dim);margin-top:.5rem;letter-spacing:.5px}.building-blocks{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}.block{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.25rem;transition:border-color .2s,transform .2s}.block:hover{border-color:var(--accent-mid);transform:translateY(-2px)}.block-num{font-family:var(--mono);font-size:.7rem;color:var(--accent);font-weight:700;letter-spacing:1px;margin-bottom:.75rem}.block h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.block p{color:var(--text-muted);font-size:.85rem;line-height:1.55}.value-pull{max-width:720px;margin:3rem auto 0;text-align:center;font-family:var(--mono);font-size:1.25rem;line-height:1.5;color:var(--text-muted);letter-spacing:-.3px}.value-pull em{color:var(--accent);font-style:normal;font-weight:700}.product-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.product-feature{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:2rem 1.75rem;transition:border-color .2s,transform .2s}.product-feature:hover{border-color:var(--accent-mid);transform:translateY(-2px)}.product-feature-num{font-family:var(--mono);font-size:.7rem;color:var(--accent);font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.product-feature h3{font-size:1.4rem;font-weight:700;letter-spacing:-.3px;margin-bottom:1rem;line-height:1.3}.product-feature p{color:var(--text-muted);font-size:.95rem;line-height:1.65;margin-bottom:1.25rem}.product-feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.product-feature-list li{position:relative;padding-left:1.4rem;color:var(--text);font-size:.88rem;line-height:1.55}.product-feature-list li:before{content:"→";position:absolute;left:0;color:var(--accent);font-family:var(--mono);font-weight:700}.flow-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3rem}.flow-step{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.25rem;position:relative;transition:border-color .2s}.flow-step:hover{border-color:var(--accent-mid)}.flow-step-num{width:28px;height:28px;border-radius:50%;background:var(--accent-dim);border:1px solid var(--accent-mid);color:var(--accent);font-family:var(--mono);font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.flow-step h4{font-size:1rem;font-weight:700;margin-bottom:.4rem}.flow-step p{color:var(--text-muted);font-size:.82rem;line-height:1.55}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.stat{text-align:center}.stat-num{font-family:var(--mono);font-size:2.4rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:.5rem;letter-spacing:-1px}.stat-label{color:var(--text-muted);font-size:.85rem}@media(max-width:900px){.building-blocks{grid-template-columns:repeat(2,1fr)}.product-features{grid-template-columns:1fr}.flow-steps{grid-template-columns:repeat(2,1fr)}.stat-row{grid-template-columns:1fr}}@media(max-width:520px){.building-blocks,.flow-steps{grid-template-columns:1fr}}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.6;overflow-x:hidden}.landing-page:before{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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}.landing-nav{position:fixed;top:0;width:100%;z-index:100;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#0a0a0bcc;backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-logo{font-family:var(--mono);font-size:1.1rem;font-weight:700;color:var(--accent);text-decoration:none;letter-spacing:-.5px}.nav-logo span{color:var(--text-muted)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--accent)!important;color:var(--bg)!important;padding:.5rem 1.2rem;border-radius:6px;font-weight:600!important;font-size:.85rem!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.85}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;position:relative}.hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,var(--accent-dim) 0%,transparent 70%);pointer-events:none}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid var(--border);border-radius:100px;font-size:.8rem;color:var(--text-muted);font-weight:500;margin-bottom:2.5rem;background:var(--bg-elevated);animation:fadeUp .8s ease both}.badge-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-pre{font-size:clamp(2.8rem,6vw,4.5rem);color:var(--text);font-weight:700;letter-spacing:-2px;line-height:1.1;margin-bottom:.5rem;animation:fadeUp .8s ease .1s both}.hero h1{font-family:var(--mono);font-size:clamp(4.5rem,12vw,9rem);font-weight:700;letter-spacing:-4px;line-height:1;margin-bottom:2rem;color:var(--accent);animation:fadeUp .8s ease .15s both}.hero-sub{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text-muted);max-width:600px;margin-bottom:3rem;line-height:1.7;animation:fadeUp .8s ease .25s both}.hero-tagline{font-family:var(--mono);font-size:1rem;color:var(--text-dim);margin-bottom:3rem;letter-spacing:1px;animation:fadeUp .8s ease .35s both}.hero-tagline em{color:var(--accent);font-style:normal}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeUp .8s ease .45s both}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;border:none;cursor:pointer}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px var(--accent-dim)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--text-muted)}.btn svg{width:18px;height:18px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.terminal-section{padding:2rem 2rem 6rem;display:flex;justify-content:center;animation:fadeUp .8s ease .5s both}.terminal{width:100%;max-width:720px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0006}.terminal-header{display:flex;align-items:center;gap:8px;padding:14px 18px;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.terminal-dot{width:12px;height:12px;border-radius:50%}.terminal-dot.red{background:#ff5f57}.terminal-dot.yellow{background:#ffbd2e}.terminal-dot.green{background:#28c840}.terminal-title{flex:1;text-align:center;font-family:var(--mono);font-size:.75rem;color:var(--text-dim)}.terminal-body{padding:1.5rem;font-family:var(--mono);font-size:.82rem;line-height:1.8;overflow-x:auto}.terminal-body .comment{color:var(--text-dim)}.terminal-body .cmd{color:var(--accent)}.terminal-body .flag{color:var(--purple)}.terminal-body .string{color:var(--cyan)}.terminal-body .output{color:var(--text-muted)}.terminal-body .success{color:#34d399}.section{padding:6rem 2rem;max-width:1100px;margin:0 auto}.section-label{font-family:var(--mono);font-size:.75rem;color:var(--accent);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.section h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-1px;margin-bottom:1.5rem;line-height:1.15}.section-desc{font-size:1.1rem;color:var(--text-muted);max-width:700px;margin-bottom:3rem;line-height:1.7}.file-tree{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;font-family:var(--mono);font-size:.85rem;line-height:2;margin-bottom:4rem}.file-tree .folder{color:var(--accent)}.file-tree .file{color:var(--text-muted)}.file-tree .desc{color:var(--text-dim);font-family:var(--sans);font-size:.8rem}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem}.principle-card{padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s}.principle-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.principle-icon{font-size:1.5rem;margin-bottom:1rem}.principle-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.principle-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.stack{margin:4rem 0}.stack-row{display:grid;grid-template-columns:1fr 1.8fr 1fr;gap:0;border:1px solid var(--border);border-bottom:none;transition:all .2s}.stack-row:last-child{border-bottom:1px solid var(--border)}.stack-row:first-child{border-radius:12px 12px 0 0}.stack-row:last-child{border-radius:0 0 12px 12px}.stack-row:hover{background:var(--bg-elevated)}.stack-row.highlighted{background:var(--accent-dim);border-color:var(--accent-mid)}.stack-row.highlighted+.stack-row{border-top-color:var(--accent-mid)}.stack-cell{padding:1rem 1.5rem;font-size:.9rem;display:flex;align-items:center}.stack-cell:not(:last-child){border-right:1px solid var(--border)}.stack-layer{font-weight:600;font-size:.85rem}.stack-standard{font-family:var(--mono);font-size:.82rem;color:var(--accent)}.stack-owner{color:var(--text-muted);font-size:.82rem}.stack-row.highlighted .stack-standard{font-weight:700}.adopters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem}.adopter-card{padding:1.8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s}.adopter-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.adopter-label{font-family:var(--mono);font-size:.72rem;color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem}.adopter-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.adopter-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.why-block h3{font-family:var(--mono);font-size:.85rem;color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.why-block h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.why-block p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.comparison{margin:4rem 0;overflow-x:auto}.comparison table{width:100%;border-collapse:collapse;font-size:.88rem}.comparison th{text-align:left;padding:1rem 1.2rem;border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.comparison td{padding:.85rem 1.2rem;border-bottom:1px solid var(--border);color:var(--text-muted)}.comparison tr:last-child td{border-bottom:none}.comparison tr.hl td{color:var(--text);font-weight:600;background:var(--accent-dim)}.comparison .mono{font-family:var(--mono);font-size:.82rem}.protocol-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:3rem auto 0}.protocol-explore-card{display:flex;flex-direction:column;gap:.5rem;padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text);transition:border-color .2s,transform .2s}.protocol-explore-card:hover{border-color:var(--accent-mid);transform:translateY(-2px)}.protocol-explore-icon{font-size:1.8rem;margin-bottom:.25rem}.protocol-explore-card h3{font-family:var(--mono);font-size:1.1rem;font-weight:600}.protocol-explore-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5;flex:1}.protocol-explore-arrow{font-family:var(--mono);font-size:.8rem;color:var(--accent);font-weight:600;margin-top:.5rem}@media(max-width:768px){.protocol-cards-grid{grid-template-columns:1fr}}.cta-section{padding:8rem 2rem;text-align:center}.cta-box{max-width:700px;margin:0 auto;padding:4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,var(--accent-dim) 0%,transparent 70%);pointer-events:none}.cta-box h2{font-size:2.2rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem;position:relative}.cta-box p{color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem;line-height:1.7;position:relative}.cta-box .hero-actions{position:relative}.big-tagline{padding:6rem 2rem;text-align:center}.big-tagline p{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-1px;color:var(--text-dim);max-width:800px;margin:0 auto;line-height:1.3}.big-tagline em{color:var(--accent);font-style:normal}.landing-footer{padding:3rem 2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1100px;margin:0 auto;gap:.75rem}.landing-footer a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.landing-footer a:hover{color:var(--text)}.footer-brand{font-family:var(--mono);font-weight:600;color:var(--text-dim);font-size:.85rem}.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap;font-family:var(--mono);font-size:.75rem;color:var(--text-dim)}.footer-links{display:flex;gap:1.5rem}.footer-copy{width:100%;text-align:center;font-family:var(--mono);font-size:.7rem;color:var(--text-dim);margin-top:.5rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.build-container{max-width:1100px;margin:0 auto;padding:0 40px}.build-nav{position:fixed;top:0;width:100%;z-index:100;padding:24px 40px;display:flex;justify-content:space-between;align-items:center;background:#0a0a0bcc;backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.build-logo{font-family:var(--mono);font-weight:700;font-size:18px;letter-spacing:-.5px;color:var(--text)}.build-logo span{color:var(--accent)}.build-nav-tag{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);border:1px solid var(--border);padding:6px 14px;border-radius:100px}.build-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding-top:80px}.build-hero-glow{position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(200,255,0,.15) 0%,transparent 70%);border-radius:50%;filter:blur(80px);animation:buildPulse 6s ease-in-out infinite}@keyframes buildPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.build-hero-label{font-family:var(--mono);font-size:12px;text-transform:uppercase;letter-spacing:4px;color:var(--accent);margin-bottom:32px;opacity:0;animation:fadeUp .8s ease forwards .2s}.build-hero h1{font-size:clamp(48px,8vw,96px);font-weight:700;line-height:1;letter-spacing:-3px;margin-bottom:32px;opacity:0;animation:fadeUp .8s ease forwards .4s}.build-hero h1 em{font-style:normal;color:var(--accent);display:inline-block}.build-hero-sub{font-size:clamp(18px,2.5vw,24px);font-weight:300;color:var(--text-muted);max-width:600px;line-height:1.6;opacity:0;animation:fadeUp .8s ease forwards .6s}.build-hero-sub strong{color:var(--text);font-weight:600}.build-section-label{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:4px;color:var(--text-muted);margin-bottom:60px}.build-pillars{padding:100px 0;border-top:1px solid var(--border)}.build-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.build-pillar{background:var(--bg-elevated);padding:48px 36px;position:relative;overflow:hidden;transition:all .4s ease;border:1px solid var(--border)}.build-pillar:hover{background:var(--accent-dim);border-color:#c8ff0026;transform:translateY(-4px)}.build-pillar-number{font-family:var(--mono);font-size:64px;font-weight:700;color:var(--border);position:absolute;top:20px;right:24px;line-height:1;transition:color .4s}.build-pillar:hover .build-pillar-number{color:var(--accent-dim)}.build-pillar h3{font-size:22px;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.build-pillar-tag{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:20px;display:block}.build-pillar p{font-size:15px;line-height:1.7;color:var(--text-muted)}.build-how{padding:100px 0;border-top:1px solid var(--border)}.build-how-headline{font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-2px;margin-bottom:16px}.build-how-sub{font-size:18px;color:var(--text-muted);margin-bottom:64px;max-width:550px;line-height:1.6}.build-deal-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.build-tier{border:1px solid var(--border);padding:40px 32px;position:relative;transition:all .4s ease}.build-tier:hover{border-color:#c8ff0033}.build-tier-featured{border-color:var(--accent)!important;background:var(--accent-dim)}.build-tier-equity{font-family:var(--mono);font-size:48px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:4px}.build-tier-label{font-size:13px;color:var(--text-muted);margin-bottom:24px;font-family:var(--mono);text-transform:uppercase;letter-spacing:1px}.build-tier h4{font-size:18px;font-weight:600;margin-bottom:16px}.build-tier ul{list-style:none;padding:0}.build-tier ul li{font-size:14px;color:var(--text-muted);border-bottom:1px solid var(--border);padding:8px 0 8px 20px;position:relative}.build-tier ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:12px}.build-revenue{padding:100px 0;border-top:1px solid var(--border)}.build-revenue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}.build-rev-card{padding:36px 0;border-top:3px solid var(--accent)}.build-rev-num{font-family:var(--mono);font-size:13px;color:var(--accent);margin-bottom:16px;display:block}.build-rev-card h4{font-size:20px;font-weight:600;margin-bottom:12px;letter-spacing:-.5px}.build-rev-card p{font-size:14px;line-height:1.7;color:var(--text-muted)}.build-space{padding:100px 0;border-top:1px solid var(--border)}.build-space-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.build-space-headline{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}.build-space-headline em{font-style:normal;color:var(--accent)}.build-space-desc{font-size:17px;line-height:1.7;color:var(--text-muted)}.build-space-features{display:grid;gap:2px}.build-space-feature{display:flex;align-items:center;gap:20px;padding:24px;background:var(--bg-elevated);border:1px solid var(--border);transition:all .3s ease}.build-space-feature:hover{border-color:#c8ff0026;background:var(--accent-dim)}.build-space-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;background:var(--accent-dim);border:1px solid rgba(200,255,0,.1)}.build-space-feature h4{font-size:15px;font-weight:600;margin-bottom:4px}.build-space-feature p{font-size:13px;color:var(--text-muted)}.build-cta{padding:120px 0;border-top:1px solid var(--border);text-align:center;position:relative}.build-cta-glow{position:absolute;bottom:-30%;left:50%;transform:translate(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(200,255,0,.15) 0%,transparent 70%);border-radius:50%;filter:blur(100px);opacity:.5}.build-cta h2{font-size:clamp(40px,6vw,72px);font-weight:700;letter-spacing:-3px;margin-bottom:24px;position:relative}.build-cta p{font-size:18px;color:var(--text-muted);margin-bottom:48px;position:relative}.build-cta-button{display:inline-block;font-family:var(--mono);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:3px;padding:20px 48px;background:var(--accent);color:var(--bg);text-decoration:none;position:relative;transition:all .3s ease;border:none;cursor:pointer}.build-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 40px #c8ff0026}.build-footer{padding:40px;text-align:center;border-top:1px solid var(--border);font-family:var(--mono);font-size:12px;color:var(--text-muted);letter-spacing:1px}.hub-page{background:var(--bg);min-height:100vh}.hub-page:before{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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}.hub-agent-card:hover{border-color:var(--border-hover)!important;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.hub-agent-card button:hover{opacity:.85}.hub-mini-card:hover{border-color:var(--border-hover)!important;transform:translateY(-2px)!important}@keyframes hubModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hubModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hubFlowPulse{0%,to{opacity:.4}50%{opacity:1}}.hl-comment{color:#55556a}.hl-key{color:#60a5fa}.hl-colon{color:#8888a0}.hl-string{color:#34d399}.hl-value{color:#fbbf24}.hl-list{color:#c8ff00}.hl-heading{color:#c8ff00;font-weight:700}.hl-bold{color:#e8e8ed;font-weight:700}.hl-code{color:#a78bfa}.hl-list-md{color:#60a5fa}.hub-page input[type=text]:focus{border-color:var(--accent-mid)!important}.home-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.home-nav{padding:1.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.home-nav-logo{font-family:var(--mono);font-size:1.1rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.5px}.home-nav-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:.8rem;color:var(--text-dim);text-decoration:none;transition:color .2s}.home-nav-link:hover{color:var(--text-muted)}.home-hero{flex:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:6rem 2rem 3rem}.home-title{font-family:var(--mono);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:1rem;color:var(--text)}.home-title-dim{color:var(--text-dim);font-weight:400}.home-tagline{font-family:var(--mono);font-size:.85rem;color:var(--text-dim);letter-spacing:.5px;margin-bottom:.75rem}.home-tagline a{color:#39ff14;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.home-tagline a:hover{border-color:var(--accent)}.home-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);line-height:1.7;max-width:480px}.home-grid-section{padding:2rem 2.5rem 1.5rem;display:flex;justify-content:center}.home-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1100px;width:100%;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden}.home-card{text-decoration:none;color:inherit;padding:1.75rem 1.5rem;background:var(--bg);display:flex;flex-direction:column;gap:.5rem;transition:background .2s}.home-card:hover{background:var(--bg-elevated)}.home-card-icon{font-family:var(--mono);font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:.25rem}.home-card-header{display:flex;align-items:center;gap:8px}.home-card-title{font-size:.95rem;font-weight:600;color:var(--text);margin:0}.home-card-badge{font-size:.55rem;font-family:var(--mono);padding:2px 6px;border-radius:100px;font-weight:700;letter-spacing:.5px;border:1px solid}.home-card-sub{font-family:var(--mono);font-size:.65rem;letter-spacing:.5px;font-weight:600;text-transform:uppercase}.home-card-desc{font-size:.8rem;color:var(--text-muted);line-height:1.55;margin:0;flex:1}.home-card-arrow{font-family:var(--mono);font-size:.85rem;font-weight:600;margin-top:.25rem;opacity:0;transform:translate(-4px);transition:opacity .2s,transform .2s}.home-card:hover .home-card-arrow{opacity:1;transform:translate(0)}.home-manifesto-section{padding:0 2.5rem 3rem;display:flex;justify-content:center}.home-manifesto-card{max-width:960px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .2s,border-color .2s;text-align:left;font-family:inherit;color:inherit}.home-manifesto-card:hover{background:var(--bg-elevated);border-color:var(--border-hover)}.home-manifesto-left{display:flex;flex-direction:column;gap:4px}.home-manifesto-label{font-family:var(--mono);font-size:.65rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-dim)}.home-manifesto-title{font-size:1rem;font-weight:600;color:var(--text);margin:0}.home-manifesto-desc{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.5}.home-manifesto-arrow{font-family:var(--mono);font-size:1.1rem;color:var(--text-dim);transition:color .2s,transform .2s;flex-shrink:0}.home-manifesto-card:hover .home-manifesto-arrow{color:var(--text-muted);transform:translate(4px)}.home-footer{margin-top:auto;padding:3rem 2.5rem;border-top:1px solid var(--border);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.home-footer a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.home-footer a:hover{color:var(--text)}.manifesto-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:manifestoFadeIn .2s ease}@keyframes manifestoFadeIn{0%{opacity:0}to{opacity:1}}.manifesto-modal{position:relative;width:100%;max-width:700px;max-height:85vh;background:#0a0a0a;border:1px solid var(--border);border-radius:16px;overflow-y:auto;animation:manifestoSlideUp .3s ease}@keyframes manifestoSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.manifesto-close{position:sticky;top:16px;float:right;margin-right:16px;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim);cursor:pointer;transition:color .2s,border-color .2s}.manifesto-close:hover{color:var(--text);border-color:var(--border-hover)}.manifesto-content{padding:48px 48px 56px}.manifesto-tag{font-family:var(--mono);font-size:12px;color:var(--text-dim);letter-spacing:.3px;margin-bottom:20px}.manifesto-title{font-size:28px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:24px;letter-spacing:-.5px}.manifesto-intro p{font-size:14.5px;line-height:1.75;color:var(--text-muted);margin-bottom:14px}.manifesto-intro p:last-child{margin-bottom:0}.manifesto-divider{height:1px;background:#1a1a1a;margin:40px 0}.manifesto-section-title{font-size:20px;font-weight:500;color:var(--text);margin-bottom:24px;letter-spacing:-.3px}.manifesto-principle{padding:14px 0;border-bottom:1px solid #1a1a1a;cursor:pointer;transition:background .2s}.manifesto-principle:hover{background:#ffffff04;margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:6px}.manifesto-principle-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.manifesto-principle-title{font-size:14px;font-weight:500;color:var(--text-muted);line-height:1.5;margin:0;transition:color .2s}.manifesto-principle-title.active{color:var(--text)}.manifesto-principle-toggle{font-family:var(--mono);font-size:14px;color:#404040;flex-shrink:0;transition:transform .2s;line-height:1.5}.manifesto-principle-toggle.open{transform:rotate(45deg)}.manifesto-principle-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease}.manifesto-principle-body.open{max-height:200px;opacity:1}.manifesto-principle-body p{font-size:13.5px;line-height:1.7;color:#737373;padding-top:10px;padding-right:32px;margin:0}.manifesto-building-item{margin-bottom:20px}.manifesto-building-label{font-family:var(--mono);font-size:12px;color:#737373;margin-bottom:4px}.manifesto-building-desc{font-size:13.5px;line-height:1.7;color:var(--text-muted);margin:0}.manifesto-context{font-size:13.5px;line-height:1.7;color:#737373;margin:0}.manifesto-context a{color:var(--text-muted);text-decoration:none;border-bottom:1px solid #404040;transition:color .2s}.manifesto-context a:hover{color:var(--text)}.manifesto-status-group{margin-bottom:20px}.manifesto-status-label{font-family:var(--mono);font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.manifesto-status-item{font-family:var(--mono);font-size:12.5px;color:#737373;line-height:1.8;padding-left:16px;position:relative;margin:0}.manifesto-status-item:before{content:"·";position:absolute;left:0;color:#404040}.manifesto-status-item.dim{color:var(--text-dim)}.manifesto-status-item.dim:before{color:#333}.manifesto-links{font-family:var(--mono);font-size:12.5px;display:flex;gap:20px;flex-wrap:wrap}.manifesto-links a{color:var(--text-muted);text-decoration:none;border-bottom:1px solid #333;padding-bottom:1px;transition:color .2s}.manifesto-links a:hover{color:var(--text)}@media(max-width:768px){.landing-nav{padding:1rem}.nav-links{gap:1rem}.nav-links a:not(.nav-cta){display:none}.section{padding:4rem 1.5rem}.stack-row{grid-template-columns:1fr}.stack-cell:not(:last-child){border-right:none;border-bottom:1px solid var(--border)}.principles-grid,.adopters-grid,.why-grid{grid-template-columns:1fr}.comparison{font-size:.8rem}.hub-pillars-grid,.hub-tiers-grid,.hub-revenue-grid,.hub-features-grid{grid-template-columns:1fr!important}.hub-space-content{grid-template-columns:1fr!important;gap:2rem!important}.hub-stack-chips{justify-content:center!important}.nav-links .nav-link-item{display:none}.build-container{padding:0 24px}.build-nav{padding:16px 24px}.build-pillars-grid,.build-deal-tiers,.build-revenue-grid{grid-template-columns:1fr!important}.build-space-content{grid-template-columns:1fr!important;gap:40px!important}.build-hero h1{letter-spacing:-1.5px}.home-cards-grid{grid-template-columns:1fr!important;border-radius:12px}.home-hero{padding:4rem 1.5rem 2rem}.home-grid-section{padding:1.5rem 1.5rem 1rem}.home-manifesto-section{padding:0 1.5rem 2rem}.home-nav{padding:1rem 1.5rem}.manifesto-content{padding:32px 24px 40px}.manifesto-modal{margin:1rem;max-height:90vh}.hub-agent-grid,.hub-landing-features,.hub-mini-preview{grid-template-columns:1fr!important}.hub-flow-row{flex-direction:column!important}.hub-flow-group{align-items:center!important}.hub-flow-arrow{transform:rotate(90deg)}.hub-inspect-modal{max-height:90vh!important;margin:1rem!important}}@media(max-width:1024px)and (min-width:769px){.hub-agent-grid{grid-template-columns:repeat(2,1fr)!important}}.article-container{max-width:720px;margin:0 auto;padding:120px 24px 60px}.article-header{margin-bottom:48px}.article-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.article-back{font-family:var(--mono);font-size:.8rem;color:var(--accent);text-decoration:none;letter-spacing:.5px;transition:opacity .2s}.article-back:hover{opacity:.7}.article-reading-time{font-family:var(--mono);font-size:.75rem;color:var(--text-dim);letter-spacing:1px}.article-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:8px;color:var(--text)}.article-subtitle{font-size:1.2rem;color:var(--accent);font-family:var(--mono);font-weight:500;margin-bottom:32px}.article-author-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:20px}.article-author-info{display:flex;flex-direction:column;gap:2px}a.article-author-name,.article-author-name{font-weight:600;font-size:.9rem;color:var(--text);text-decoration:none}a.article-author-name:hover{color:var(--accent)}.article-author-role{font-family:var(--mono);font-size:.75rem;color:var(--text-dim)}.article-date{font-family:var(--mono);font-size:.8rem;color:var(--text-muted)}.article-tags{display:flex;gap:8px;flex-wrap:wrap}.article-tag{font-family:var(--mono);font-size:.65rem;padding:4px 10px;border-radius:4px;letter-spacing:.5px;font-weight:600}.article-body{font-size:1.05rem;line-height:1.8;color:var(--text)}.article-body p{margin-bottom:1.5em}.article-body .article-lede{font-size:1.2rem;line-height:1.7;color:var(--text);border-left:3px solid var(--accent);padding-left:20px;margin-bottom:2em}.article-body .article-lede p{margin-bottom:.4em}.article-body .article-lede p:last-child{margin-bottom:0}.article-body h2{font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin-top:3.5em;margin-bottom:.8em;color:var(--text)}.article-body strong{color:var(--text);font-weight:700}.article-body a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent-dim);transition:border-color .2s}.article-body a:hover{border-color:var(--accent)}.article-body code{font-family:var(--mono);font-size:.9em;background:var(--accent-dim);color:var(--accent);padding:2px 8px;border-radius:4px}.article-body pre{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1.5em;overflow-x:auto;margin-bottom:1.5em;font-family:var(--mono);font-size:.85em;line-height:1.7;color:var(--text-muted)}.article-body pre code{background:none;padding:0;color:inherit;font-size:inherit}.article-body ul{margin-bottom:1.5em;padding-left:0;list-style:none}.article-body ul li{position:relative;padding-left:24px;margin-bottom:.75em;color:var(--text-muted)}.article-body ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-family:var(--mono)}.article-body ul li strong{color:var(--text)}.article-body .article-beat{margin-top:2em;margin-bottom:2em}.article-body .article-punchline{font-size:1.2rem;font-weight:600;color:var(--text);border-left:3px solid var(--accent);padding-left:20px;margin-top:2em;margin-bottom:2em}.article-areas-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:2em}.article-area-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:6px}.article-area-card strong{font-size:1rem;color:var(--text)}.article-area-card span{font-size:.9rem;color:var(--text-muted);line-height:1.5}.article-body .article-closing{font-size:1.25rem;text-align:center;border-top:1px solid var(--border);padding-top:2.5em;margin-top:3em}.article-footer{margin-top:64px;padding-top:40px;border-top:1px solid var(--border)}.article-cta{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:32px}.article-cta h3{font-size:1.2rem;margin-bottom:8px}.article-cta p{color:var(--text-muted);font-size:.9rem;margin-bottom:20px}.article-cta-links{display:flex;gap:12px;flex-wrap:wrap}.editorial-index{max-width:900px;margin:0 auto;padding:120px 24px 60px}.editorial-index-header{margin-bottom:48px}.editorial-index-label{font-family:var(--mono);font-size:11px;letter-spacing:4px;color:var(--accent);text-transform:uppercase;margin-bottom:8px}.editorial-index h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;letter-spacing:-1px;margin-bottom:12px}.editorial-index-desc{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:600px}.editorial-articles-list{display:flex;flex-direction:column;gap:24px}.editorial-article-card{display:block;padding:28px;border-radius:12px;border:1px solid var(--border);background:var(--bg-card);text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.editorial-article-card:hover{border-color:var(--accent-mid);background:var(--bg-elevated)}.editorial-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.editorial-card-num{font-family:var(--mono);font-size:.75rem;color:var(--accent);font-weight:600}.editorial-card-date{font-family:var(--mono);font-size:.7rem;color:var(--text-dim)}.editorial-card-title{font-size:1.4rem;font-weight:700;letter-spacing:-.5px;margin-bottom:4px;color:var(--text)}.editorial-card-subtitle{font-family:var(--mono);font-size:.8rem;color:var(--accent);margin-bottom:12px}.editorial-card-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-bottom:16px}.editorial-card-footer{display:flex;justify-content:space-between;align-items:center}.editorial-card-tags{display:flex;gap:6px}.editorial-card-read{font-family:var(--mono);font-size:.75rem;color:var(--accent);letter-spacing:.5px}.editorial-coming-soon{margin-top:64px;padding:32px;border-radius:12px;border:1px solid var(--border);background:var(--bg-card)}.editorial-coming-soon h3{font-size:1rem;margin-bottom:8px;color:var(--text)}.editorial-coming-soon p{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media(max-width:768px){.article-container{padding:100px 16px 40px}.article-title{font-size:1.8rem}.article-author-row{flex-direction:column;align-items:flex-start;gap:8px}.article-cta-links{flex-direction:column}.article-areas-grid{grid-template-columns:1fr}}
