:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #171717; background: #fff; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.7; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid #171717; outline-offset: 5px; }
.skip { position: absolute; left: 1rem; top: -5rem; background: #fff; padding: .5rem; }
.skip:focus { top: 1rem; }
header, main, footer { max-width: 800px; margin: auto; padding: 0 28px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 32px; padding-bottom: 32px; border-bottom: 1px solid #e5e5e5; }
.brand { font-size: 22px; font-weight: 650; text-decoration: none; letter-spacing: -.7px; }
nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; }
nav a { text-decoration: none; }
nav a[aria-current="page"] { text-decoration: underline; }
main { padding-top: 64px; padding-bottom: 64px; }
.eyebrow { color: #666; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 8px 0 16px; font-size: clamp(38px, 7vw, 56px); line-height: 1.15; font-weight: 600; letter-spacing: -2px; }
.intro { font-size: 21px; color: #555; line-height: 1.5; }
.date { font-size: 14px; color: #666; }
.notice { margin: 32px 0; border-left: 2px solid #171717; padding: 8px 20px; background: #fafafa; }
.notice p { margin: 8px 0; }
h2 { font-size: 23px; font-weight: 600; letter-spacing: -.5px; line-height: 1.4; margin: 40px 0 12px; }
p { margin: 12px 0; }
ul, ol { padding-left: 24px; }
li { margin-bottom: 10px; }
.providers { margin: 20px 0; }
.providers dt { font-weight: 600; margin-top: 20px; }
.providers dd { margin: 5px 0 0; }
.contact { display: inline-block; margin: 16px 0; font-size: clamp(18px, 4vw, 26px); font-weight: 500; overflow-wrap: anywhere; }
footer { border-top: 1px solid #e5e5e5; padding-top: 24px; padding-bottom: 36px; color: #666; font-size: 14px; }
footer p { margin: 0; }
@media (max-width: 480px) { header { align-items: flex-start; flex-direction: column; gap: 18px; } main { padding-top: 40px; } header, main, footer { padding-left: 22px; padding-right: 22px; } }
@media print { header, .skip { display: none; } main { padding-top: 0; } body { font-size: 12pt; } a { text-decoration: none; } }
