:root{color-scheme:light dark;--bg: #f6ecd9;--rule: #d6d2c0;--ink: #123524;--muted: #4d6553;--accent: #0d5c31;--accent-hover: #137a41;--focus: #0d5c31;--muted-weight: inherit;--ornament: #0d5c31}@media (prefers-color-scheme: dark){:root{--bg: #0d2a1b;--rule: #405545;--ink: #f6ecd9;--muted: #b9baa8;--muted-weight: 400;--accent: #34c06f;--accent-hover: #82d299;--focus: #34c06f;--ornament: #34c06f}}*{box-sizing:border-box}html{font-size:17px}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:3px}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1.25rem 1.5rem;flex-wrap:wrap;max-width:46rem;margin:0 auto;padding:1.75rem 1.25rem 1.5rem}.site-header .wordmark{display:block}.site-header .wordmark:hover{text-decoration:none}.site-header .wordmark picture{display:block}.site-header .wordmark img{width:8rem;height:auto;display:block}.site-header nav{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;justify-content:flex-end}.site-header nav a{color:var(--muted);font-weight:var(--muted-weight);font-size:.95rem;white-space:nowrap}.site-header nav a:hover{color:var(--accent)}@media (max-width: 34rem){.site-header{flex-direction:column;align-items:flex-start;gap:1rem}.site-header .wordmark img{width:7.4rem}.site-header nav{justify-content:flex-start}}main{max-width:46rem;margin:0 auto;padding:0 1.25rem}.hero{padding:3.5rem 0 2.5rem;border-bottom:1px solid var(--rule)}.hero h1{font-size:2.15rem;font-weight:600;line-height:1.16;letter-spacing:-.01em;margin:0 0 1.1rem;max-width:30ch}.hero .hero-sub{font-size:1.15rem;color:var(--muted);font-weight:var(--muted-weight);max-width:36rem;margin:0}.prose{padding:.5rem 0 3.5rem}.prose h2{font-size:1.28rem;font-weight:600;letter-spacing:-.005em;text-transform:none;color:var(--ink);margin:2.9rem 0 1rem;padding-bottom:.5rem}.prose h2::after{content:"";display:block;width:2.4rem;height:3px;margin-top:.5rem;background:var(--ornament);border-radius:2px}.prose>h2:first-child{margin-top:2.25rem}.prose p,.prose li{max-width:38rem}.prose ul{padding-left:1.2rem}.prose ul li{margin:.55rem 0}.prose strong{font-weight:650}.hero-404{border-bottom:0;text-align:center}.hero-404 picture{display:block}.hero-404 h1{max-width:none}.hero-404 .hero-sub{max-width:32rem;margin:0 auto}.mascot-404{width:8.5rem;height:auto;display:block;margin:0 auto 1.5rem}.site-footer{max-width:46rem;margin:0 auto;padding:1.6rem 1.25rem 3rem;border-top:1px solid var(--rule);color:var(--muted);font-weight:var(--muted-weight);font-size:.9rem}.site-footer p{margin:0}.site-footer a{color:var(--muted);text-decoration:underline}.site-footer .footer-nav{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;margin-bottom:1rem}.site-footer .legal{margin-top:.6rem;font-size:.82rem;line-height:1.55;max-width:38rem}