:root{--bg:#f7f5f0;--bg-2:#edeae3;--ink:#111;--ink-2:#2a2a2a;--gray:#6b6b6b;--gray-light:#9b9b9b;--line:#111;--line-soft:#d9d6ce;--lime:#7abf4a;--lime-dark:#5a8f35;--warning:#c93c3c;--radius:7px;--radius-sm:4px;--max:1160px;--space-xs:.5rem;--space-sm:.875rem;--space:1.25rem;--space-md:2rem;--space-lg:3.5rem;--space-xl:6rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px}a:hover{color:var(--lime-dark)}::selection{background:var(--lime);color:var(--ink)}.font-display{letter-spacing:-.04em;font-family:Space Grotesk,sans-serif;line-height:.95}.font-mono{font-family:DM Mono,monospace}.section,.site-header{padding-left:var(--space);padding-right:var(--space)}.section{padding-top:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--line-soft)}.section:last-child{border-bottom:none}.wrap{max-width:var(--max);margin:0 auto}.site-header{z-index:100;background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0}.site-header .wrap{justify-content:space-between;gap:var(--space);height:4rem}.brand,.site-header .wrap{align-items:center;display:flex}.brand{letter-spacing:-.03em;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none}.brand img{width:32px;height:32px}.nav{align-items:center;gap:var(--space-md);font-size:.92rem;display:flex}.nav a{font-weight:500;text-decoration:none}.nav a:hover{text-decoration:underline}.btn{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);color:var(--ink);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.72rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform 80ms,background .15s;display:inline-flex}.btn:hover{background:var(--bg-2);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--ink);color:var(--bg);border-color:var(--ink)}.btn-primary:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}.btn-large{padding:1rem 1.6rem;font-size:1.05rem}.hero{padding-top:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--line)}.hero-grid{gap:var(--space-lg);grid-template-columns:1.15fr 1fr;align-items:start;display:grid}.hero-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin-bottom:var(--space-md);align-items:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.78rem;display:inline-flex}.hero-kicker .dot{background:var(--lime);border-radius:50%;width:7px;height:7px;animation:1.6s infinite pulse}.hero-title{font-size:clamp(2.8rem,7vw,5.4rem);font-weight:700}.hero-sub,.hero-title{margin:0 0 var(--space-md) 0}.hero-sub{color:var(--ink-2);max-width:46ch;font-size:clamp(1.1rem,2vw,1.35rem)}.hero-actions{gap:var(--space-sm);margin-bottom:var(--space-lg)}.hero-actions,.hero-meta{flex-wrap:wrap;display:flex}.hero-meta{color:var(--gray);gap:var(--space-md);font-family:DM Mono,monospace;font-size:.78rem}.hero-meta span{align-items:center;gap:.4rem;display:flex}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);padding:.55rem 0;overflow:hidden}.ticker-track{width:max-content;animation:28s linear infinite ticker;display:flex}.ticker:hover .ticker-track{animation-play-state:paused}.ticker-item{letter-spacing:-.01em;text-transform:uppercase;white-space:nowrap;color:var(--ink);padding:0 2.2rem;font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:600}.ticker-item:nth-child(2n){color:var(--lime-dark)}.mock-window{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:8px 8px #11111114}.mock-titlebar{border-bottom:1px solid var(--line-soft);background:var(--bg-2);align-items:center;gap:.45rem;padding:.7rem .85rem;display:flex}.mock-dot{border:1px solid var(--line);background:#fff;border-radius:50%;width:10px;height:10px}.mock-title{color:var(--gray);margin-left:auto;font-family:DM Mono,monospace;font-size:.7rem}.mock-body{padding:1.25rem}.mock-row{justify-content:space-between;align-items:center;gap:var(--space-sm);margin-bottom:1rem;display:flex}.mock-label{text-transform:uppercase;color:var(--gray);font-family:DM Mono,monospace;font-size:.72rem}.mock-code{letter-spacing:.12em;background:var(--bg);font-family:DM Mono,monospace;font-size:1.6rem;font-weight:500}.mock-button,.mock-code{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.5rem .9rem}.mock-button{background:var(--lime);color:var(--ink);cursor:pointer;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600}.mock-button:hover{background:var(--lime-dark);color:#fff}.mock-status{color:var(--gray);align-items:center;gap:.5rem;margin-top:.75rem;font-family:DM Mono,monospace;font-size:.78rem;display:flex}.mock-status:before{content:"";background:var(--lime);border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse}.mock-ascii{opacity:.85;margin-top:.6rem;font-size:.62rem;line-height:1.4}.mock-ascii,.section-label{color:var(--gray);font-family:DM Mono,monospace}.section-label{text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-size:.75rem}.section-title{margin:0 0 var(--space-md) 0;max-width:22ch;font-size:clamp(1.9rem,4vw,3rem);font-weight:700}.section-intro{color:var(--ink-2);max-width:60ch;margin:0 0 var(--space-lg) 0;font-size:1.1rem}.def-grid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.def-box{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-md);background:#fff}.def-box h3{margin:0 0 var(--space-sm) 0;font-family:Space Grotesk,sans-serif;font-size:1.3rem}.def-list{margin:0;padding:0;list-style:none}.def-list li{border-bottom:1px solid var(--line-soft);align-items:flex-start;gap:.6rem;padding:.55rem 0;display:flex}.def-list li:last-child{border-bottom:none}.def-list li:before{content:"—";color:var(--lime-dark);font-weight:700}.steps{gap:var(--space-md);counter-reset:step;grid-template-columns:repeat(3,1fr);display:grid}.step{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-md);background:#fff;position:relative}.step:before{counter-increment:step;content:"0" counter(step);color:var(--lime);margin-bottom:var(--space-sm);font-family:Space Grotesk,sans-serif;font-size:2.6rem;font-weight:700;display:block}.step h3{margin:0 0 .4rem;font-size:1.15rem}.step p{color:var(--ink-2);margin:0;font-size:.98rem}.diagram{margin-top:var(--space-lg);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-md);background:var(--bg-2)}.diagram-row{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.diagram-node{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#fff;flex:1;padding:1rem;font-family:Space Grotesk,sans-serif;font-weight:600}.diagram-node small{margin-top:.25rem;font-size:.7rem;font-weight:400;display:block}.diagram-arrow,.diagram-node small{color:var(--gray);font-family:DM Mono,monospace}.diagram-arrow{text-align:center;white-space:nowrap;font-size:.85rem}.diagram-arrow span{color:var(--lime-dark);font-size:1.2rem;display:block}.cards-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.card{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-md);background:#fff;transition:transform .12s,box-shadow .12s}.card:hover{transform:translateY(-3px);box-shadow:6px 6px #11111112}.card-icon{border:1px solid var(--line);border-radius:var(--radius-sm);width:44px;height:44px;margin-bottom:var(--space-sm);color:var(--lime-dark);justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;display:flex}.card h3{margin:0 0 .4rem;font-size:1.15rem}.card p{color:var(--ink-2);margin:0 0 .8rem;font-size:.98rem}.card small{color:var(--gray);font-family:DM Mono,monospace;font-size:.72rem;display:block}.features-list{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.feature{border-top:1px solid var(--line);padding-top:var(--space-sm)}.feature h3{margin:0 0 .35rem;font-size:1.1rem}.feature p{color:var(--ink-2);margin:0}.feature-tag{text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.5rem;padding:.15rem .4rem;font-family:DM Mono,monospace;font-size:.68rem;display:inline-block}.manifesto{background:var(--ink);border-bottom:1px solid var(--line)}.manifesto,.manifesto .section-intro,.manifesto .section-title{color:var(--bg)}.manifesto .section-label{color:var(--gray-light)}.manifesto-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.manifesto-item{border-radius:var(--radius);padding:var(--space-md);border:1px solid #fff3}.manifesto-item h3{color:var(--lime);margin:0 0 .5rem;font-size:1.1rem}.manifesto-item p{color:#f7f5f0d9;margin:0}.download-box{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-lg);text-align:center;background:#fff}.download-box .section-title{max-width:none;margin-bottom:var(--space-sm)}.download-note{color:var(--gray);margin-top:var(--space-sm);font-family:DM Mono,monospace;font-size:.8rem}.requirements{justify-content:center;gap:var(--space-md);margin:var(--space-md) 0;flex-wrap:wrap;font-size:.95rem;display:flex}.requirements span{align-items:center;gap:.4rem;display:flex}.faq-list{max-width:760px}details{border:1px solid var(--line);border-radius:var(--radius);margin-bottom:var(--space-sm);background:#fff;overflow:hidden}summary{cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-sm);padding:1rem 1.25rem;font-weight:600;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--lime-dark);font-family:DM Mono,monospace;font-size:1.3rem;transition:transform .15s}details[open] summary:after{transform:rotate(45deg)}summary:hover{background:var(--bg-2)}.faq-answer{color:var(--ink-2);padding:0 1.25rem 1.25rem}.site-footer{border-top:1px solid var(--line);padding:var(--space-lg) var(--space)}.footer-grid{gap:var(--space-md);grid-template-columns:1.3fr 1fr 1fr;display:grid}.footer-brand{align-items:center;gap:.6rem;margin-bottom:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:700;display:flex}.footer-brand img{width:28px;height:28px}.footer-tagline{color:var(--gray);font-family:DM Mono,monospace;font-size:.8rem}.footer-col h4{text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--space-sm) 0;font-size:.85rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:.35rem}.footer-col a{color:var(--ink-2);font-size:.95rem;text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-bottom{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--line-soft);justify-content:space-between;gap:var(--space-sm);color:var(--gray);flex-wrap:wrap;font-family:DM Mono,monospace;font-size:.75rem;display:flex}.sticker{text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);padding:.25rem .55rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;display:inline-block;transform:rotate(-1.5deg)}.sticker-lime{background:var(--lime);border-color:var(--lime)}.sticker-ink{background:var(--ink);color:var(--bg);border-color:var(--ink)}.cursor{background:var(--lime);vertical-align:text-bottom;width:.55em;height:1em;margin-left:.1em;animation:1s step-end infinite blink;display:inline-block}.text-mono{font-family:DM Mono,monospace}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=900px){.cards-grid,.def-grid,.features-list,.hero-grid,.manifesto-grid,.steps{grid-template-columns:1fr}.diagram-row{flex-direction:column;align-items:stretch}.diagram-arrow{margin:.3rem 0;transform:rotate(90deg)}.footer-grid{grid-template-columns:1fr}.nav{display:none}}@media (width<=560px){:root{--space-xl:4rem;--space-lg:2.4rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.mock-row{flex-direction:column;align-items:stretch}.mock-code{text-align:center;font-size:1.3rem}}.skip-link[data-v-e79df47e]{background:var(--ink);color:var(--bg);z-index:200;padding:.5rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:-40px;left:0}.skip-link[data-v-e79df47e]:focus{top:0}
