:root{--bg: #0a0c10;--text: #f2f4f8;--muted: #9aa3b5;--border: rgba(255, 255, 255, .1);--accent: #e10600;--accent-soft: #ff6b63;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(ellipse at 15% 0%,rgba(225,6,0,.12),transparent 45%),radial-gradient(ellipse at 85% 100%,rgba(60,80,120,.15),transparent 50%),var(--bg)}#root{min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.page{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:0 0 2rem;flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.2rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent),#c40500);color:#fff;box-shadow:0 10px 28px #e1060047}.btn-secondary{border:1px solid var(--border);background:#ffffff0a;color:var(--text)}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0}.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-size:1.05rem;letter-spacing:.02em}.brand small{color:var(--muted);font-size:.82rem}.brand-mark{width:2rem;height:2rem;border-radius:.45rem;background:linear-gradient(135deg,var(--accent),#ff6b6b);box-shadow:0 0 20px #e1060059;flex-shrink:0}.site-nav{display:flex;gap:.35rem}.site-nav a{padding:.5rem .85rem;border-radius:.55rem;color:var(--muted);text-decoration:none;font-size:.95rem;transition:color .15s,background .15s}.site-nav a:hover{color:var(--text);background:#ffffff0d}.site-nav a.active{color:var(--text);background:#e1060026}.site-footer{width:min(1100px,calc(100% - 2rem));margin:3rem auto 2rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--muted);font-size:.88rem;text-align:center}.site-footer p{margin:0}@media(max-width:640px){.site-header{flex-direction:column;align-items:flex-start}}.about-page section{max-width:680px;margin-bottom:2rem}.about-page .page-header h1{margin:0 0 .5rem}.about-page .page-header p{margin:0;color:var(--muted)}.about-page h2{margin:0 0 .65rem;font-size:1.2rem}.about-page p,.about-page li{color:var(--muted);line-height:1.65}.about-page ul{margin:0;padding-left:1.25rem}.about-page li+li{margin-top:.35rem}.car-diagram-loading{display:grid;place-items:center;min-height:280px;border:1px solid var(--border);border-radius:1rem;background:#00000040;color:var(--muted);font-size:.9rem}.dive-deeper{margin-top:2rem;border:1px solid var(--border);border-radius:.85rem;overflow:hidden;background:#ffffff05}.dive-deeper-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 1.1rem;border:none;background:transparent;color:var(--accent-soft);font:inherit;font-weight:600;cursor:pointer;text-align:left}.dive-deeper-toggle:hover{background:#ffffff08}.dive-deeper-icon{font-size:1.2rem;line-height:1}.dive-deeper-content{padding:0 1.1rem 1.1rem;border-top:1px solid var(--border)}.dive-deeper-content section+section{margin-top:1.25rem}.dive-deeper-content h3{margin:0 0 .4rem;font-size:1rem}.dive-deeper-content p{margin:0;color:var(--muted)}.chapter-page .chapter-kicker{margin:0 0 .35rem;color:var(--accent-soft);font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.chapter-page h1{margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.15;max-width:720px}.chapter-summary{margin:0 0 2rem;max-width:60ch;color:var(--muted);font-size:1.05rem}.chapter-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:start}.chapter-content section+section{margin-top:1.5rem}.chapter-content h2{margin:0 0 .45rem;font-size:1.15rem}.chapter-content p{margin:0;color:var(--muted);line-height:1.65}.newey-note{margin-top:2rem;padding:1.1rem 1.2rem;border-left:3px solid var(--accent);border-radius:0 .65rem .65rem 0;background:#e1060014}.newey-note h2{margin:0 0 .5rem;font-size:.95rem;color:var(--accent-soft)}.newey-note p{margin:0;color:var(--text);font-size:.95rem}.chapter-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.chapter-nav a{color:var(--accent-soft);text-decoration:none;font-size:.92rem;max-width:45%}.chapter-nav a:hover{text-decoration:underline}.nav-next{text-align:right;margin-left:auto}@media(max-width:800px){.chapter-layout{grid-template-columns:1fr}.chapter-aside{order:-1}}.chapters-page .page-header{max-width:640px;margin-bottom:2rem}.chapters-page .page-header h1{margin:0 0 .5rem;font-size:2rem}.chapters-page .page-header p{margin:0;color:var(--muted)}.chapter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.chapter-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.15rem 1.25rem;border:1px solid var(--border);border-radius:.9rem;background:#ffffff05;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.chapter-card:hover{border-color:#e1060059;background:#e106000d}.chapter-num{font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1;font-variant-numeric:tabular-nums}.chapter-card h2{margin:0 0 .35rem;font-size:1.1rem;line-height:1.35}.chapter-card p{margin:0;color:var(--muted);font-size:.93rem}.home .hero{max-width:720px;margin-bottom:3rem}.home .eyebrow{display:inline-block;margin:0 0 1rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:999px;color:var(--accent-soft);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.home h1{margin:0 0 1rem;font-size:clamp(2.2rem,5.5vw,3.6rem);line-height:1.08;letter-spacing:-.03em}.home .lead{margin:0 0 1.75rem;max-width:60ch;color:var(--muted);font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1.25rem;margin-bottom:3rem;align-items:start}.home-intro h2{margin:0 0 .75rem;font-size:1.35rem}.home-intro p{margin:0 0 1rem;color:var(--muted)}.chapter-preview .section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.chapter-preview .section-head h2{margin:0}.chapter-preview .section-head a{color:var(--accent-soft);text-decoration:none;font-size:.95rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.preview-card{display:block;padding:1.15rem;border:1px solid var(--border);border-radius:.9rem;background:#ffffff05;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.preview-card:hover{border-color:#e1060066;transform:translateY(-2px)}.preview-num{display:block;margin-bottom:.4rem;color:var(--accent-soft);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.preview-card h3{margin:0 0 .5rem;font-size:1.05rem;line-height:1.3}.preview-card p{margin:0;color:var(--muted);font-size:.92rem}@media(max-width:800px){.home-grid{grid-template-columns:1fr}}
