:root { color-scheme: light; font-family: system-ui, sans-serif; color: #143443; background: #eef8fa; line-height: 1.65; }
* { box-sizing: border-box; }
body { margin: 0; padding: clamp(18px, 5vw, 64px) 18px; }
main { max-width: 760px; margin: auto; padding: clamp(24px, 5vw, 56px); background: #fff; border-top: 7px solid #f9ad24; border-radius: 14px; box-shadow: 0 12px 50px #0c354311; }
.eyebrow { font-size: .8rem; font-weight: 750; letter-spacing: .14em; color: #357184; }
h1 { font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.12; margin: .4em 0; }
h2 { font-size: 1.3rem; margin-top: 2em; }
.lead { font-size: 1.25rem; color: #27576b; }
a { color: #006b89; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:focus-visible { outline: 3px solid #f9ad24; outline-offset: 4px; }
code { overflow-wrap: anywhere; }
footer { margin-top: 3em; padding-top: 1.5em; border-top: 1px solid #d6e9ed; font-size: .9rem; }
