﻿:root{color-scheme:light dark;--ink-950: #0a0e16;--ink-900: #121826;--ink-850: #161d2c;--ink-line: #232b3d;--ink-text: #e7eaf1;--ink-text-dim: #9aa3b5;--indigo: #4453c6;--indigo-strong: #6675e0;--amber: #d98e3b;--amber-strong: #e6a55c;--paper-0: #ffffff;--paper-50: #f6f7fa;--paper-line: #dfe3ea;--bg: var(--paper-50);--surface: var(--paper-0);--line: var(--paper-line);--text-primary: #161b26;--text-secondary: #5b6577;--font-display: "Space Grotesk", "IBM Plex Sans", sans-serif;--font-body: "IBM Plex Sans", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--shell-max: 1180px}@media (prefers-color-scheme: dark){:root{--bg: var(--ink-950);--surface: var(--ink-900);--line: var(--ink-line);--text-primary: var(--ink-text);--text-secondary: var(--ink-text-dim)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.15;margin:0 0 .6em;letter-spacing:-.01em}p{margin:0 0 1em}a{color:inherit}code{font-family:var(--font-mono);font-size:.9em}.skip-link{position:absolute;left:-999px;top:0;background:var(--indigo);color:#fff;padding:.75rem 1.25rem;z-index:200}.skip-link:focus{left:.5rem;top:.5rem}:focus-visible{outline:2px solid var(--amber);outline-offset:2px}.eyebrow{font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--indigo-strong);margin:0 0 .9em}.section .eyebrow{color:var(--indigo)}section[id]{scroll-margin-top:84px}.btn{display:inline-flex;align-items:center;gap:.4em;font-family:var(--font-body);font-weight:600;font-size:.95rem;padding:.75rem 1.4rem;border-radius:6px;text-decoration:none;border:1px solid rgba(0,0,0,0);transition:transform .15s ease,border-color .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--indigo-strong);color:#fff}.btn-primary:hover{background:var(--indigo)}.btn-secondary{background:rgba(0,0,0,0);border-color:var(--line);color:var(--text-primary)}.btn-secondary:hover{border-color:var(--indigo-strong)}.btn-ghost{background:rgba(0,0,0,0);color:var(--text-secondary)}.btn-ghost:hover{color:var(--text-primary)}.hero .btn-secondary{border-color:var(--ink-line);color:var(--ink-text)}.hero .btn-ghost{color:var(--ink-text-dim)}.hero .btn-ghost:hover{color:var(--ink-text)}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.75rem 0}.install-block{display:inline-flex;align-items:center;gap:.75rem;background:var(--ink-850);border:1px solid var(--ink-line);border-radius:6px;padding:.7rem 1rem;font-family:var(--font-mono);font-size:.92rem;color:var(--ink-text);max-width:100%}.install-prompt{color:var(--amber-strong)}#install-cmd,#install-cmd-2{overflow-x:auto;white-space:nowrap}.copy-btn{margin-left:auto;background:rgba(0,0,0,0);border:1px solid var(--ink-line);color:var(--ink-text-dim);font-family:var(--font-mono);font-size:.75rem;padding:.3rem .6rem;border-radius:4px;cursor:pointer}.copy-btn:hover{color:var(--ink-text);border-color:var(--indigo-strong)}.install-block-lg{display:flex;max-width:480px;margin:1.5rem 0;font-size:1rem}.nav-toggle{display:none}.site-header{position:sticky;top:0;z-index:100;background:var(--ink-950);border-bottom:1px solid var(--ink-line)}.header-inner{max-width:var(--shell-max);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.wordmark{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink-text);font-family:var(--font-display);font-weight:600;font-size:1.2rem;text-decoration:none;flex-shrink:0}.mark{width:24px;height:24px;color:var(--indigo-strong)}.mark-dot{fill:var(--amber)}.site-nav{display:flex;align-items:center;gap:2rem}.nav-links,.nav-external{list-style:none;display:flex;gap:1.6rem;margin:0;padding:0}.nav-links a,.nav-external a{color:var(--ink-text-dim);text-decoration:none;font-size:.92rem;font-weight:500}.nav-links a:hover,.nav-external a:hover{color:var(--ink-text)}.nav-external a{color:var(--ink-text)}.ext-arrow{color:var(--ink-text-dim)}.nav-toggle-btn{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:.5rem}.nav-toggle-btn span{width:20px;height:2px;background:var(--ink-text);display:block}@media (max-width: 840px){.nav-toggle-btn{display:flex}.site-nav{position:absolute;top:64px;left:0;right:0;background:var(--ink-950);border-bottom:1px solid var(--ink-line);flex-direction:column;align-items:flex-start;gap:0;padding:0 clamp(1rem,4vw,2.5rem);max-height:0;overflow:hidden;transition:max-height .25s ease}.nav-links,.nav-external{flex-direction:column;gap:0;width:100%}.nav-links li,.nav-external li{border-top:1px solid var(--ink-line);width:100%}.nav-links a,.nav-external a{display:block;padding:.9rem 0}.nav-toggle:checked~.site-header .site-nav{max-height:480px}}.hero{background:var(--ink-950);color:var(--ink-text);border-bottom:1px solid var(--ink-line)}.hero-inner{max-width:var(--shell-max);margin:0 auto;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2.5rem);display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-copy h1{font-size:clamp(2.1rem,4vw,3.1rem);color:#fff;margin-bottom:.4em}.hero-sub{font-family:var(--font-display);font-size:1.2rem;color:var(--amber-strong);font-weight:500;margin-bottom:.6em}.hero-support{font-size:1.05rem;color:var(--ink-text-dim);max-width:46ch}.hero-figure{min-width:0}.ledger-svg{width:100%;height:auto;font-family:var(--font-mono)}.ledger-chrom{fill:var(--ink-text-dim);font-size:13px;letter-spacing:.05em}.band-a{fill:var(--ink-900)}.band-b{fill:var(--ink-850)}.ledger-axis{stroke:var(--ink-line);stroke-width:1}.locus-stem{stroke:var(--indigo-strong);stroke-width:1.5;stroke-dasharray:2 3}.locus-dot{fill:var(--ink-950);stroke:var(--amber-strong);stroke-width:2}.locus-pos{fill:var(--ink-text);font-size:12px;text-anchor:middle}.locus-change{fill:var(--indigo-strong);font-size:11px;text-anchor:middle}.ledger-end{fill:var(--ink-text-dim);font-size:10px;letter-spacing:.04em}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr}.hero-figure{order:-1}}.section{padding:clamp(3.5rem,8vw,5.5rem) 0}.section-alt{background:var(--surface)}.section-inner{max-width:var(--shell-max);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}.section h2{font-size:clamp(1.6rem,3vw,2.2rem);max-width:26ch}.lede{font-size:1.1rem;color:var(--text-secondary);max-width:62ch}.section p:not(.lede):not(.eyebrow){max-width:62ch;color:var(--text-secondary)}.section-closing{font-size:1.05rem;max-width:62ch;color:var(--text-primary);border-left:2px solid var(--amber);padding-left:1rem;margin-top:2rem}.tool-scatter{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.5rem}.tool-chip{font-family:var(--font-mono);font-size:.85rem;border:1px dashed var(--line);border-radius:999px;padding:.5rem 1rem;color:var(--text-secondary);transform:translateY(calc(var(--offset, 0)*4px))}.tool-chip em{font-style:normal;color:var(--amber);margin-left:.4em}.hex-diagram{margin:3rem auto;max-width:560px}.hex-diagram svg{width:100%;height:auto}.hex-spoke{stroke:var(--line);stroke-width:1.5}.hex-core{fill:var(--indigo);fill-opacity:.12;stroke:var(--indigo-strong);stroke-width:2}.hex-core-label{font-family:var(--font-display);font-weight:600;font-size:26px;fill:var(--text-primary)}.hex-node rect{fill:var(--surface);stroke:var(--line);stroke-width:1.5}.hex-node text{font-family:var(--font-mono);font-size:14px;fill:var(--text-secondary)}.section-alt .hex-node rect{fill:var(--bg)}.principle-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:1rem}.principle-label{font-family:var(--font-display);font-weight:600;color:var(--text-primary);margin-bottom:.4em}.principle p:last-child{max-width:none}.mechanism-list{margin-top:2.5rem;border-top:1px solid var(--line)}.mechanism{display:grid;grid-template-columns:220px 1fr;gap:2rem;padding:1.5rem 0;border-bottom:1px solid var(--line)}.mechanism-label{font-family:var(--font-mono);font-size:.82rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--amber);margin:0}.mechanism p:last-child{max-width:60ch;margin:0}@media (max-width: 700px){.mechanism{grid-template-columns:1fr;gap:.4rem}.principle-grid{grid-template-columns:1fr}}.audience-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2.5rem}.audience-card{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:1.75rem}.section-alt .audience-card{background:var(--surface);border-color:var(--line)}.audience-icon{width:28px;height:28px;stroke:var(--indigo-strong);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:1rem}.audience-card h3{font-size:1.05rem;margin-bottom:.5em}.audience-card p{color:var(--text-secondary);font-size:.95rem;margin:0}@media (max-width: 900px){.audience-grid{grid-template-columns:1fr}}.boundary-section{padding-top:0}.boundary-panel{border:1px dashed var(--line);border-radius:10px;padding:1.75rem 2rem;max-width:62ch}.boundary-panel ul{margin:0;padding:0;list-style:none}.boundary-panel li{padding:.4rem 0 !important;color:var(--text-secondary);font-size:.98rem}.boundary-panel li::before{content:"—";color:var(--text-secondary);margin-right:.6em}.site-footer{background:var(--ink-950);color:var(--ink-text-dim);border-top:1px solid var(--ink-line)}.footer-inner{max-width:var(--shell-max);margin:0 auto;padding:3rem clamp(1rem,4vw,2.5rem);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-brand .wordmark{margin-bottom:.6rem}.footer-brand p{color:var(--ink-text-dim);font-size:.9rem;max-width:32ch;margin:0}.footer-links{list-style:none;display:flex;gap:1.75rem;margin:0;padding:0}.footer-links a{color:var(--ink-text-dim);text-decoration:none;font-size:.92rem}.footer-links a:hover{color:var(--ink-text)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{transition:none !important}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.not-found .hero-copy{margin:0 auto}.not-found .wordmark{justify-content:center;margin-bottom:2rem}.not-found .hero-support{margin-left:auto;margin-right:auto}.not-found .cta-row{justify-content:center}