:root { color-scheme: light dark; --background: #f5f6f2; --surface: #fff; --text: #202820; --muted: #586458; --accent: #34583c; --border: #dce2d9; }
* { box-sizing: border-box; }
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.75; background: var(--background); color: var(--text); }
body { margin: 0; }
a { color: var(--accent); text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
.skip { position: absolute; top: -5rem; left: 1rem; background: var(--surface); padding: .6rem 1rem; z-index: 5; }
.skip:focus { top: 1rem; }
.shell { max-width: 820px; margin: auto; padding: 0 24px; }
header { border-bottom: 1px solid var(--border); }
header .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-top: 16px; padding-bottom: 16px; }
.brand { font-size: 1.15rem; font-weight: 650; color: var(--text); text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
nav a { padding: 6px 0; font-size: .9375rem; }
main { padding-top: 42px !important; padding-bottom: 48px !important; }
h1 { font-size: clamp(1.9rem, 5vw, 2.65rem); line-height: 1.25; letter-spacing: -.025em; margin: 8px 0 18px; }
h2 { font-size: 1.4rem; line-height: 1.4; margin: 2rem 0 1rem; }
h3 { font-size: 1.08rem; line-height: 1.5; margin: 1.7rem 0 .5rem; }
p { margin: .7rem 0 1rem; }
.eyebrow, .meta { font-size: .9rem; color: var(--muted); }
.lead { font-size: 1.14rem; color: var(--muted); max-width: 40rem; }
.language-links { display: flex; flex-wrap: wrap; gap: 20px; margin: 24px 0; }
.language { scroll-margin-top: 24px; }
.language + .language { margin-top: 48px; padding-top: 12px; border-top: 1px solid var(--border); }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 17px; padding: 22px; margin: 20px 0; }
.card h2, .card h3 { margin-top: 0; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.cards .card { margin: 0; }
.contact { display: inline-block; font-size: 1.08rem; font-weight: 600; padding: 8px 0; }
ul, ol { padding-left: 1.35rem; }
li { margin: .45rem 0; }
footer { border-top: 1px solid var(--border); padding: 24px 0 32px; color: var(--muted); font-size: .875rem; }
footer p { margin: 6px 0; }
code { font-size: .9em; }
@media (max-width: 520px) { .shell { padding-left: 18px; padding-right: 18px; } main { padding-top: 30px !important; } .cards { grid-template-columns: 1fr; } .card { padding: 18px; } }
@media (prefers-color-scheme: dark) { :root { --background: #141914; --surface: #1e261f; --text: #eef2eb; --muted: #b1bdb0; --accent: #b1d5b5; --border: #384438; } }
@media print { :root { --background: white; --surface: white; --text: black; --muted: #333; --accent: black; --border: #bbb; } header, .language-links, .skip { display: none; } main { max-width: none !important; padding: 0 !important; } .card { break-inside: avoid; } }
