:root{--accent: #e4572e;--accent-soft: #f4c9bc;--wash: #f1e7e1;--maroon: #4f2824;--green: #0a8754;--ink: #1c1a19;--paper: #fbf7f4;--surface: #ffffff;--surface-2: #f3ece7;--muted: #8a817c;--faint: #b8a79e;--border: #eadfd6;--border-strong: #e6d9d1;--shadow: 0 1px 2px rgba(28, 26, 25, .06), 0 4px 16px rgba(28, 26, 25, .05);--series-1: #e4572e;--series-2: #4f2824;--series-3: #0a8754;--series-4: #2e6fa3;--series-5: #c58a1a;--font-serif: "Newsreader", Georgia, "Times New Roman", serif;--font-sans: "Libre Franklin", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--radius: 14px;--maxw: 1120px}:root[data-theme=dark]{--accent: #f2795a;--accent-soft: #4a2a20;--wash: #352923;--maroon: #c9bcb2;--green: #5fcf9b;--ink: #f5ede6;--paper: #1e1917;--surface: #241e1b;--surface-2: #181312;--muted: #a2958c;--faint: #6a5a51;--border: #352923;--border-strong: #352923;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35);--series-1: #f2795a;--series-2: #c9bcb2;--series-3: #5fcf9b;--series-4: #6aa8d8;--series-5: #e0b24a}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;font-feature-settings:"tnum" 1}h1,h2,h3{font-family:var(--font-serif);font-weight:600;letter-spacing:-.01em;line-height:1.2}.serif{font-family:var(--font-serif)}.mono{font-family:var(--font-mono)}.tnum{font-variant-numeric:tabular-nums}.eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.page-kicker{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 16px}.page-header{max-width:920px;margin:6px 0 30px}.page-header h1{font-size:clamp(28px,4.4vw,34px);font-weight:500;line-height:1.2;margin:0 0 12px}.page-header .lead{margin:0}.caption{font-family:var(--font-serif);font-style:italic;font-size:15px;line-height:1.5;color:var(--muted)}.lead{font-family:var(--font-serif);font-size:clamp(17px,2.2vw,20px);line-height:1.55;color:var(--maroon);max-width:64ch}:root:not([data-theme=dark]) .lead{color:#4a423d}.section-head{margin:0 0 20px}.section-head h2,.section-head h3{margin:0 0 3px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;font-size:13px;font-weight:600;background:var(--surface-2);color:var(--ink)}.pill.easing{background:color-mix(in srgb,var(--green) 16%,var(--surface));color:var(--green)}.pill.accelerating{background:var(--accent-soft);color:var(--accent)}button{font-family:inherit}.switch{width:34px;height:19px;border-radius:999px;flex:none;position:relative;background:var(--faint);transition:background .15s}.switch:after{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:#fff;transition:transform .15s}.switch.on{background:var(--accent)}.switch.on:after{transform:translate(15px)}svg[class^=plot-]{background:transparent!important}@media (prefers-reduced-motion: no-preference){.fade-in{animation:fade .35s ease both}}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}header.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--paper) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.bar.svelte-12qhfyh{display:flex;align-items:center;gap:16px;height:60px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:9px;font-family:var(--font-serif);font-weight:600;font-size:19px;letter-spacing:.01em;color:var(--ink)}.leaf.svelte-12qhfyh{width:26px;height:26px;flex:none;background:var(--accent);-webkit-mask:url(../../../maple-leaf.png) center / contain no-repeat;mask:url(../../../maple-leaf.png) center / contain no-repeat}nav.svelte-12qhfyh{display:flex;gap:4px;margin-left:auto;overflow-x:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-weight:600;font-size:14px;padding:8px 12px;border-radius:8px;white-space:nowrap}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);text-decoration:none}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent);background:var(--surface-2)}.theme.svelte-12qhfyh{border:1px solid var(--border);background:var(--surface);color:var(--ink);width:38px;height:38px;border-radius:999px;cursor:pointer;font-size:16px;flex:none}main.svelte-12qhfyh{padding:28px 20px 56px;min-height:70vh}footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:20px;font-size:13px}@media (max-width: 640px){.bar.svelte-12qhfyh{gap:8px}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}}
