:root{color-scheme:light;--paper:#fbfaf6;--paper-strong:#fff;--ink:#111;--muted:#5f615f;--line:#dedbd2;--line-strong:#111;--cobalt:#154cff;--teal:#0f7d75;--yellow:#f5d94e;--coral:#ff6b57;--lime:#b7e85b;--soft-blue:#eaf0ff;--soft-teal:#e6f4f1;--soft-yellow:#fff5bd;--soft-coral:#ffe6df;--max-width:1180px;--outer:clamp(20px, 5vw, 56px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{background:linear-gradient(90deg, #11111109 1px, transparent 1px) 0 0 / 88px 88px, linear-gradient(0deg, #11111108 1px, transparent 1px) 0 0 / 88px 88px, var(--paper);min-width:320px;color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh}.site-header>*,.hero-copy,.workbench-card,.wordmark,.nav,.hero,.section-heading,.lane-grid,.output-grid,.process-steps,.lane-card,.output-card,.process-card,.desk-grid,.desk-panel{min-width:0}.site-header,.section,.site-footer{width:min(var(--max-width), calc(100% - (var(--outer) * 2)));margin:0 auto}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:24px 0;display:flex}.wordmark{letter-spacing:0;text-transform:uppercase;align-items:center;gap:10px;font-weight:900;display:inline-flex}.mark{border:1px solid var(--ink);background:var(--yellow);place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.nav{align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.nav a{border:1px solid var(--line);background:#ffffff94;padding:10px 12px}.section{padding:clamp(44px,8vw,84px) 0}.eyebrow,.meta,.chip{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.eyebrow{color:var(--teal)}.button-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{border:1px solid var(--ink);justify-content:center;align-items:center;min-height:46px;padding:13px 16px;font-size:14px;font-weight:900;display:inline-flex}.button.primary{background:var(--cobalt);color:#fff}.button.secondary{background:var(--paper-strong)}.button.tertiary{background:var(--yellow)}.card{border:1px solid var(--line-strong);background:#ffffffc2}.section-title{letter-spacing:0;max-width:780px;margin:0;font-size:clamp(34px,5vw,64px);line-height:.96}.section-copy{max-width:680px;color:var(--muted);font-size:clamp(17px,2vw,20px);line-height:1.55}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:36px 0 52px;font-size:14px}.footer-links{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.footer-links a{border:1px solid var(--line);background:#ffffffa6;padding:9px 12px}@media (width<=760px){.site-header{align-items:flex-start}.nav{flex-wrap:wrap;justify-content:flex-end}.nav a{padding:8px 9px;font-size:12px}.button-row{flex-direction:column}.button{width:100%}}.hero{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:clamp(28px,5vw,64px);display:grid}.hero h1{letter-spacing:0;max-width:720px;margin:0;font-size:clamp(48px,8vw,104px);line-height:.9}.hero p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55}.workbench-card{background:radial-gradient(circle at 18% 22%,#f5d94e6b,#0000 28%),radial-gradient(circle at 82% 18%,#154cff29,#0000 28%),linear-gradient(145deg,#fff 0%,#f3f0e8 100%);min-height:560px;padding:clamp(18px,3vw,28px)}.desk-top{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:18px;display:flex}.chip{border:1px solid var(--ink);background:var(--paper-strong);padding:8px 10px;display:inline-flex}.chip.blue{background:var(--soft-blue)}.chip.teal{background:var(--soft-teal)}.desk-grid{grid-template-columns:1fr .82fr;gap:14px;height:470px;display:grid}.desk-panel{border:1px solid var(--ink);background:#ffffffc2;padding:16px}.desk-panel strong{margin-top:12px;font-size:clamp(20px,2vw,28px);line-height:1;display:block}.lesson-map{background:var(--soft-yellow);flex-direction:column;grid-row:span 2;justify-content:space-between;display:flex}.signal-note{background:var(--soft-coral)}.source-stack{background:var(--soft-teal)}.mini-bars,.source-lines{gap:8px;display:grid}.mini-bars span,.source-lines span{border:1px solid var(--ink);background:#fff;height:10px;display:block}.mini-bars span:first-child{width:88%}.mini-bars span:nth-child(2){width:62%}.mini-bars span:nth-child(3){width:74%}.section-heading{grid-template-columns:220px 1fr;align-items:start;gap:24px;margin-bottom:24px;display:grid}.section-heading h2{max-width:820px;margin:0;font-size:clamp(32px,5vw,62px);line-height:.98}.lane-grid,.output-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.lane-card{flex-direction:column;justify-content:space-between;min-height:340px;padding:22px;display:flex}.lane-card h3,.output-card h3{margin:16px 0 10px;font-size:clamp(28px,3vw,42px);line-height:1}.lane-card strong{font-size:19px;line-height:1.2;display:block}.lane-card p,.output-card p,.process-steps p,.site-footer p{color:var(--muted);line-height:1.5}.lane-card.coral{background:var(--soft-coral)}.lane-card.yellow{background:var(--soft-yellow)}.lane-card.teal{background:var(--soft-teal)}.process-card{background:var(--ink);color:#fff;padding:clamp(24px,4vw,40px)}.process-card .eyebrow,.process-card p{color:#ffffffb8}.process-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.process-steps div{border:1px solid #ffffff47;padding:18px}.process-steps span{color:var(--yellow);margin-bottom:22px;font-weight:900;display:inline-flex}.process-steps strong{font-size:24px;line-height:1;display:block}.output-card{min-height:270px;padding:22px}.output-meta{border-top:1px solid var(--line);color:var(--muted);margin-top:18px;padding-top:12px;font-size:13px;font-weight:800;display:inline-flex}.site-footer strong{color:var(--ink)}@media (width<=920px){.hero,.section-heading,.lane-grid,.output-grid,.process-steps{grid-template-columns:1fr}.workbench-card{min-height:auto}.desk-grid{grid-template-columns:1fr;height:auto}.lesson-map{min-height:230px}}@media (width<=540px){.site-header,.section,.site-footer{width:100%;padding-left:18px;padding-right:18px}.hero,.hero-copy,.workbench-card,.section-heading,.lane-grid,.output-grid,.process-steps,.lane-card,.output-card,.process-card{width:100%;max-width:100%}.hero-copy>*,.section-heading>*,.desk-panel>*,.lane-card>*,.output-card>*,.process-steps div>*{min-width:0;max-width:100%}.hero h1{overflow-wrap:anywhere;word-break:break-word;font-size:26px;line-height:.98}.site-header{flex-direction:column;align-items:stretch;gap:14px}.wordmark{align-items:center;width:100%;max-width:none;line-height:1.05}.nav{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;width:100%;display:grid}.nav a{justify-content:center;align-items:center;min-width:0;padding:10px 8px;display:inline-flex}.hero{gap:24px}.hero p:not(.eyebrow){overflow-wrap:anywhere;word-break:break-word;font-size:14px}.section-heading h2{overflow-wrap:anywhere;word-break:break-word;font-size:17px;line-height:1.02}.lane-card h3,.output-card h3{overflow-wrap:anywhere;word-break:break-word;font-size:15px;line-height:1.05}.desk-top{justify-content:flex-start;gap:8px}.chip,.meta,.eyebrow{font-size:11px}.chip{padding:7px 8px}.workbench-card,.desk-panel{padding:14px}.desk-panel strong{overflow-wrap:anywhere;word-break:break-word;font-size:14px;line-height:1.15}.process-steps strong{overflow-wrap:anywhere;word-break:break-word;font-size:15px}.lane-card strong,.lane-card p,.output-card p,.process-steps p,.site-footer p{overflow-wrap:anywhere;word-break:break-word}.lane-card,.output-card{min-height:auto}}
