:root { color-scheme: dark; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #e5e7eb; background: #111315; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.7; }
header, main, footer { width: min(880px, calc(100% - 64px)); margin: 0 auto; }
header { padding: 32px 0 24px; border-bottom: 1px solid #303438; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { color: #fff; font-size: 20px; font-weight: 750; letter-spacing: .03em; text-decoration: none; }
nav { display: flex; gap: 24px; }
a { color: #8adbc6; text-underline-offset: 4px; }
nav a { color: #cbd2d8; font-size: 14px; }
nav a[aria-current="page"] { color: #8adbc6; }
main { padding: 48px 0 64px; }
h1 { margin: 0 0 12px; color: #fff; font-size: 38px; line-height: 1.2; letter-spacing: -.035em; }
h2 { color: #fff; font-size: 21px; line-height: 1.4; margin: 36px 0 12px; }
p { margin: 12px 0; }
.intro { font-size: 18px; color: #bec8cf; }
.date, footer { font-size: 14px; color: #a9b3bb; }
li { margin: 8px 0; }
footer { border-top: 1px solid #303438; padding: 24px 0 40px; }
address { font-style: normal; }
:focus-visible { outline: 2px solid #8adbc6; outline-offset: 4px; }
