:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172b29; background: #f6f7f3; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #176c59; text-underline-offset: .2em; }
a:hover { color: #0b4336; }
header, main, footer { width: min(760px, calc(100% - 40px)); margin: auto; }
header { padding: 30px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid #d9e0d8; }
.brand { color: #172b29; font-weight: 750; text-decoration: none; letter-spacing: -.025em; }
nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: .9rem; }
nav a { text-decoration: none; }
main { padding: 48px 0 38px; }
.eyebrow { color: #47625a; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
h1 { font-size: clamp(2.1rem, 5.4vw, 3rem); line-height: 1.1; letter-spacing: -.04em; margin: 16px 0 24px; }
h2 { font-size: 1.2rem; margin-top: 32px; letter-spacing: -.015em; }
p, li { line-height: 1.65; }
.lead { font-size: 1.12rem; color: #3b504a; }
.panel { background: #fff; border: 1px solid #dce3db; border-radius: 14px; padding: 22px 24px; margin: 28px 0; }
.panel h2 { margin-top: 0; }
.panel p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 24px; }
li + li { margin-top: 9px; }
code { overflow-wrap: anywhere; font-size: .9em; }
footer { padding: 22px 0 32px; border-top: 1px solid #d9e0d8; color: #586b63; font-size: .82rem; line-height: 1.5; }
@media (max-width: 520px) { header { align-items: flex-start; flex-direction: column; } main { padding-top: 30px; } }
