* { box-sizing: border-box; }
html { color-scheme: light; font-size: 100%; }
body { margin: 0; color: #171717; background: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.75; }
.page { max-width: 48rem; margin-inline: auto; padding: 1.25rem clamp(1rem, 4vw, 2rem) 3rem; }
header { border-bottom: 1px solid #d6d6d6; padding-bottom: 1rem; margin-bottom: 1.5rem; }
.brand { margin: 0 0 .5rem; font-size: 1.125rem; font-weight: 700; }
nav { display: flex; flex-wrap: wrap; gap: .35rem 1rem; }
nav a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: .25rem 0; }
.languages { margin-top: .5rem; }
[aria-current='page'] { font-weight: 700; text-decoration-thickness: .15em; }
a { color: #242424; text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:focus-visible { outline: 3px solid #171717; outline-offset: 4px; border-radius: 2px; }
.skip { position: absolute; left: 1rem; top: 0; transform: translateY(-150%); background: #fff; padding: .75rem 1rem; z-index: 2; }
.skip:focus { transform: none; }
h1 { font-size: clamp(1.55rem, 4vw, 2rem); line-height: 1.4; margin: 0 0 1.5rem; overflow-wrap: anywhere; }
h2 { font-size: 1.25rem; line-height: 1.5; margin: 2rem 0 .75rem; }
h3 { font-size: 1.1rem; line-height: 1.5; margin: 1.5rem 0 .5rem; }
p, ul { margin: 0 0 1rem; }
li { margin-bottom: .35rem; }
ul { padding-inline-start: 1.5rem; }
main { overflow-wrap: anywhere; }
code { font-family: ui-monospace, monospace; font-size: .92em; white-space: normal; }
footer { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #d6d6d6; color: #555; }
@media print { .skip, header nav, footer { display: none; } .page { max-width: none; padding: 0; } h2, h3 { break-after: avoid; } }
