:root { color-scheme: light; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172033; background: #f4f7fb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
.page { width: min(760px, calc(100% - 32px)); padding: 56px 0; }
header { margin-bottom: 28px; }
.eyebrow { color: #5d6b84; font-size: .75rem; font-weight: 700; letter-spacing: .12em; margin: 0 0 12px; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -.04em; margin: 0; }
h2 { font-size: 1rem; margin: 0 0 14px; }
.intro { color: #5d6b84; font-size: 1.05rem; line-height: 1.6; margin: 14px 0 0; }
.card { background: #fff; border: 1px solid #e2e8f2; border-radius: 14px; box-shadow: 0 12px 30px rgb(42 58 88 / 7%); margin-top: 16px; padding: 22px; }
.muted { color: #53617a; }
.files { list-style: none; margin: 0; padding: 0; }
.files li { align-items: baseline; border-top: 1px solid #edf0f5; display: flex; gap: 16px; justify-content: space-between; padding: 13px 0; }
.files li:first-child { border-top: 0; padding-top: 0; }
.files li:last-child { padding-bottom: 0; }
a { color: #1557b0; font-weight: 650; text-decoration: none; }
a:hover { text-decoration: underline; }
.files span { color: #748198; font-size: .88rem; text-align: right; }
footer { color: #8490a4; font-size: .8rem; margin-top: 30px; }
@media (max-width: 520px) { .files li { align-items: flex-start; flex-direction: column; gap: 4px; } .files span { text-align: left; } }
