:root{--bg: #0d1117;--text: #c9d1d9;--text-muted: #8b949e;--green: #3fb950;--green-dim: rgba(63, 185, 80, .15);--blue: #58a6ff;--border: #30363d;--surface: #161b22;--max-width: 1080px;--font-mono: "JetBrains Mono", "Fira Code", "Courier New", monospace;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:4rem;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.7;font-size:1rem;overflow-x:hidden}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0;border-top:1px solid var(--border);position:relative}.section-title{font-family:var(--font-mono);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:2rem;color:var(--text)}.section-title:before{content:"// ";color:var(--text-muted);font-weight:400}.section-subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:1rem;max-width:560px}.code-inline{font-family:var(--font-mono)}.code-green{color:var(--green)}.nav{position:sticky;top:0;z-index:100;background:#0d1117f2;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:.75rem 0}.nav .container{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.nav-brand{font-family:var(--font-mono);font-size:.95rem;font-weight:700;color:var(--text)!important;white-space:nowrap;text-decoration:none!important}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{font-size:.9rem;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text);text-decoration:none}.btn-cta{display:inline-block;background:var(--green);color:var(--bg)!important;font-family:var(--font-mono);font-weight:700;font-size:.85rem;padding:.5rem 1.25rem;border-radius:6px;text-decoration:none!important;transition:opacity .2s}.btn-cta:hover{opacity:.9}.hero{padding:6rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse at center,rgba(63,185,80,.07) 0%,transparent 70%);pointer-events:none}.hero-layout{display:flex;align-items:center;gap:4rem}.hero-cover{flex-shrink:0}.hero-cover img{width:320px;border-radius:8px;box-shadow:0 8px 40px #0006,0 0 60px #3fb9500f}.hero-text{position:relative}.hero h1{font-family:var(--font-mono);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero h1 .highlight{color:var(--green)}.hero .subhead{font-size:clamp(1rem,2vw,1.1rem);color:var(--text-muted);margin:0 0 1rem;line-height:1.7;letter-spacing:.01em}.hero .subhead.hook{color:var(--text-muted);font-style:italic;margin-bottom:1rem}.hero .subhead.promise{color:var(--text);font-weight:500;margin-bottom:2rem}.hero .subhead code{font-family:var(--font-mono);color:var(--green);font-size:.95em}.hero-cta{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--green);color:var(--bg)!important;font-family:var(--font-mono);font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:8px;text-decoration:none!important;transition:transform .15s,box-shadow .15s;box-shadow:0 0 20px #3fb95033}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 30px #3fb9504d;text-decoration:none!important}.btn-outline{display:inline-block;color:var(--text)!important;font-family:var(--font-mono);font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:8px;border:1px solid var(--border);text-decoration:none!important;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:var(--text-muted);background:#ffffff08;text-decoration:none!important}.stats-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.stat-pill{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.02em;padding:.3rem .75rem;border:1px solid var(--border);border-radius:100px}.four-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.four-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.5rem 1.5rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:0 8px 8px 0}.four-number{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--green);opacity:.35;line-height:1;flex-shrink:0;width:2rem;text-align:center}.four-card h3{font-family:var(--font-mono);font-size:1.05rem;color:var(--text);margin-bottom:.5rem}.four-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.proof-layout{display:flex;align-items:flex-start;gap:3rem}.proof-text{flex:1;min-width:0}.proof-text .section-title{margin-bottom:1.25rem}.proof-description{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.proof-video{flex:1;min-width:0}.terminal-frame{border-radius:10px;border:1px solid var(--border);overflow:hidden;box-shadow:0 0 40px #3fb9500f,0 4px 20px #0000004d}.terminal-bar{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.terminal-dot{width:10px;height:10px;border-radius:50%}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.terminal-title{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);margin-left:.5rem}.proof video{width:100%;display:block}.chapter-list{margin-top:2rem;max-width:720px}.chapter-phase{font-family:var(--font-mono);font-size:.8rem;color:var(--green);text-transform:uppercase;letter-spacing:.05em;margin-top:2rem;margin-bottom:.5rem}.chapter-phase:first-child{margin-top:0}.chapter-group{list-style:none}.chapter-item{display:flex;align-items:baseline;gap:1rem;padding:.75rem;border-radius:6px;transition:background .15s}.chapter-item:hover{background:var(--surface)}.chapter-number{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);min-width:2rem;flex-shrink:0}.chapter-title{font-weight:600;color:var(--text)}.chapter-sample{font-family:var(--font-mono);font-size:.75rem;color:var(--green);white-space:nowrap;margin-left:auto;flex-shrink:0;text-decoration:none}.chapter-sample:hover{text-decoration:underline}.faq-list{max-width:720px;margin-top:2rem}.faq-item{border-radius:8px;margin-bottom:.25rem;border:1px solid transparent;transition:border-color .15s,background .15s}.faq-item[open]{background:var(--surface);border-color:var(--border)}.faq-item summary{padding:.85rem 1.25rem;font-family:var(--font-mono);font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;gap:.75rem;border-radius:8px;transition:background .15s}.faq-item summary:hover{background:var(--surface)}.faq-item summary:before{content:"+";color:var(--green);font-size:1.25rem;font-weight:700;flex-shrink:0;width:1.25rem;text-align:center}.faq-item[open] summary:before{content:"−"}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{color:var(--text-muted);font-size:.95rem;line-height:1.7;padding:0 1.25rem 1.25rem 3.25rem}.author-card{max-width:720px;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;display:flex;gap:2rem;align-items:flex-start}.author-avatar{width:112px;height:112px;border-radius:50%;flex-shrink:0;image-rendering:pixelated;border:3px solid var(--green)}.author-card h3{font-family:var(--font-mono);font-size:1.25rem;color:var(--text);margin-bottom:.35rem}.author-links{display:flex;gap:1rem;margin-bottom:1rem}.author-links a{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);text-decoration:none}.author-links a:hover{color:var(--green)}.author-card p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:1rem}.author-philosophy{font-style:italic;color:var(--text)!important;border-left:3px solid var(--green);padding-left:1rem;margin-top:1.25rem;margin-bottom:0!important}.footer{border-top:1px solid var(--border);padding:3.5rem 0 2.5rem;text-align:center}.footer-cta{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-cta-text{font-family:var(--font-mono);font-size:1.25rem;color:var(--text);margin-bottom:.75rem}.footer-cta-sub{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer-links a{color:var(--text-muted);font-size:.9rem}.footer-copy{color:var(--text-muted);font-size:.85rem;margin-bottom:.5rem}a:focus-visible,.btn-primary:focus-visible,.btn-outline:focus-visible,.btn-cta:focus-visible,.faq-item summary:focus-visible{outline:2px solid var(--green);outline-offset:2px}@media(min-width:640px){.four-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.hero h1{font-size:2.75rem}.chapter-item{flex-wrap:nowrap}}@media(max-width:639px){.nav .container{flex-wrap:wrap}.nav-brand{flex:1 1 100%;text-align:center}.nav-links{flex:1 1 100%;justify-content:center;gap:1rem}.hero{padding:4rem 0 3rem}.hero-layout{flex-direction:column;text-align:center}.hero-cover img{width:220px;margin:0 auto}.hero-cta{justify-content:center;flex-direction:column;align-items:center}.btn-primary,.btn-outline{width:100%;max-width:280px;text-align:center}.stats-bar{justify-content:center}.proof-layout{flex-direction:column}.author-card{flex-direction:column;align-items:center;text-align:center}.author-links{justify-content:center}.author-philosophy{text-align:left}.section{padding:4rem 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn-primary:hover{transform:none}}
