:root { color-scheme: light; --ink: #172e30; --muted: #506366; --accent: #176456; --line: #dce3df; --paper: #f7f9f6; }
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; }
a { color: var(--accent); text-underline-offset: .22em; text-decoration-thickness: .08em; }
a:hover { text-decoration-thickness: .15em; }
:focus-visible { outline: 3px solid #a4470a; outline-offset: 5px; }
.container { width: min(100% - 3rem, 64rem); margin-inline: auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; padding-block: 1.5rem; }
.brand { display: flex; gap: .75rem; align-items: center; color: var(--ink); font-weight: 700; text-decoration: none; line-height: 1.35; }
.brand small { display: block; font-size: .75rem; font-weight: 400; color: var(--muted); margin-top: .2rem; }
.brand-mark { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; background: var(--ink); color: #fff; border-radius: .7rem; font-size: 1.5rem; }
nav { display: flex; flex-wrap: wrap; gap: .35rem 1.35rem; }
nav a { display: inline-block; padding-block: .55rem; font-size: .9rem; color: var(--muted); text-decoration: none; }
nav a:hover, nav a[aria-current] { color: var(--accent); text-decoration: underline; }
nav a[aria-current] { font-weight: 650; }
main { min-height: 65vh; padding-block: clamp(2.5rem, 6vw, 4.5rem); }
h1, h2, h3 { line-height: 1.2; font-weight: 650; letter-spacing: -.035em; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.15rem, 5vw, 3.3rem); max-width: 22ch; margin: .65rem 0 1.25rem; }
h2 { font-size: 1.5rem; margin: 0 0 1rem; }
h3 { font-size: 1.2rem; margin: 2rem 0 .75rem; }
p { margin: 0 0 1rem; max-width: 74ch; overflow-wrap: anywhere; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 58ch; }
.eyebrow { color: var(--accent); font-size: .75rem; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; margin-bottom: .6rem; }
.quick-links, .inline-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
.quick-links { margin-top: 1.75rem; }
.button { display: inline-flex; gap: 2rem; padding: .7rem 1.2rem; border-radius: .4rem; background: var(--accent); color: #fff; text-decoration: none; font-weight: 600; }
.button:hover { background: #104d42; }
.section { margin-top: 3rem; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.section-heading span { color: var(--muted); font-size: .8rem; white-space: nowrap; }
.card { padding: clamp(1.25rem, 4vw, 2rem); background: #fff; border: 1px solid var(--line); border-radius: .75rem; }
.app-card { display: flex; gap: 1.5rem; align-items: flex-start; }
.app-card h3 { margin-top: 0; font-size: 1.5rem; }
.app-icon { flex: 0 0 auto; width: 5rem; height: 5rem; object-fit: contain; border-radius: 1rem; }
.app-card p:not(.eyebrow), .note p { color: var(--muted); }
.inline-links { font-size: .9rem; margin-top: 1.25rem; }
.note { border-top: 1px solid var(--line); padding-top: 2rem; }
.note h2 { font-size: 1.15rem; }
.app-heading { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; }
.app-heading h2 { margin: 0; }
.notice { margin-top: 2rem; padding: 1.25rem 1.5rem; border-left: 3px solid #99621c; background: #fff3df; color: #60421b; }
.notice p { margin: .25rem 0 0; }
.pending { color: #664815; background: #fff5e4; padding: .8rem 1rem; border-radius: .3rem; font-size: .95rem; }
.section > h2:not(:first-child) { margin-top: 2rem; }
details { border-bottom: 1px solid var(--line); padding: 1rem 0; max-width: 74ch; }
summary { cursor: pointer; font-weight: 600; }
details p { margin: .75rem 0 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem 2rem; padding-block: 1.5rem; }
.footer-inner p { margin: 0; font-size: .8rem; color: var(--muted); }
.skip-link { position: absolute; top: .5rem; left: 1rem; padding: .75rem; background: #fff; transform: translateY(-200%); z-index: 1; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 36rem) { .container { width: calc(100% - 2rem); } .header-inner { gap: .75rem; } .header-inner nav { width: 100%; justify-content: space-between; gap: .5rem; } .app-card { flex-direction: column; } .app-heading { align-items: flex-start; } .app-heading .app-icon { width: 3.5rem; height: 3.5rem; } .footer-inner nav { gap: .25rem 1rem; } }
