:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #171820; color: #e8dcc0; }
* { box-sizing: border-box; }
body { margin: auto; max-width: 840px; padding: 28px clamp(20px, 5vw, 52px); line-height: 1.7; font-size: 17px; }
a { color: #a5d5cf; text-underline-offset: 4px; overflow-wrap: anywhere; }
a:hover { color: #f1d28a; }
a:focus-visible { outline: 2px solid #f1d28a; outline-offset: 5px; border-radius: 2px; }
header, nav, footer { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
header { justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #45424d; }
nav a { padding: 10px 0; }
.brand { color: #f1d28a; font-weight: 800; letter-spacing: .12em; text-decoration: none; }
[aria-current="page"] { color: #f1d28a; }
main { padding: 28px 0; }
h1 { color: #f1d28a; font-size: clamp(30px, 6vw, 44px); line-height: 1.2; margin: 8px 0; }
h2 { color: #f1d28a; font-size: 22px; line-height: 1.4; margin: 32px 0 12px; }
p { margin: 12px 0; }
.eyebrow, .updated, footer { color: #b3acb9; font-size: 14px; }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; }
aside { background: #282630; border-left: 3px solid #a5d5cf; padding: 18px 22px; margin: 28px 0; }
aside p:last-child { margin-bottom: 0; }
footer { border-top: 1px solid #45424d; padding: 24px 0; }
