:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f8fb;
  color: #102b4e;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #075bc8; text-underline-offset: 3px; }
header { border-bottom: 1px solid #cddbe8; background: #083f91; color: #fff; }
.topbar { display: flex; width: min(920px, calc(100% - 32px)); min-height: 64px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: #fff; font-size: 25px; font-weight: 600; text-decoration: none; }
.back { color: #fff; font-size: 14px; }
main { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 54px 0 70px; }
h1 { margin: 0 0 8px; font-size: clamp(30px, 6vw, 46px); line-height: 1.1; }
.updated { margin: 0 0 38px; color: #60758d; font-size: 14px; }
h2 { margin: 34px 0 8px; font-size: 20px; }
h3 { margin: 22px 0 6px; font-size: 16px; }
p, li, td, th { font-size: 15px; }
ul { padding-left: 22px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; border: 1px solid #cad8e5; text-align: left; vertical-align: top; }
th { background: #eaf1f7; }
.notice { padding: 14px 16px; border-left: 4px solid #1474d4; background: #eaf4fe; }
.legal-nav { display: flex; margin-top: 44px; padding-top: 24px; flex-wrap: wrap; gap: 10px 18px; border-top: 1px solid #cad8e5; }
footer { padding: 24px 16px 40px; color: #60758d; font-size: 13px; text-align: center; }
@media (max-width: 620px) { table { display: block; overflow-x: auto; } main { padding-top: 36px; } }
