:root {
  color-scheme: light;
  --ink: #06182b;
  --muted: #476175;
  --blue: #007ebb;
  --blue-dark: #004c86;
  --orange: #f45a18;
  --paper: #eef8fc;
  --white: #fff;
  --line: #cbe4ee;
  --display: "Arial Narrow", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { height: 100%; background: var(--paper); }
body {
  display: grid;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  grid-template-rows: auto minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}
a { color: var(--blue-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
a:focus-visible { outline: 3px solid #ffcf31; outline-offset: 3px; border-radius: 2px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 9px 12px; color: var(--ink); background: #ffcf31; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { color: #effbff; background: linear-gradient(125deg, #031a31, #006ca9); box-shadow: inset 0 -1px 0 rgba(255,255,255,.22); }
.header-inner { display: flex; width: min(1120px, calc(100% - 40px)); min-height: 112px; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; }
.brand { display: inline-flex; width: min(220px, 48vw); }
.brand img { width: 100%; height: auto; }
.back-link { color: #eefbff; font-size: .82rem; font-weight: 700; letter-spacing: .055em; text-decoration-color: rgba(238,251,255,.55); text-transform: uppercase; }
.back-link:hover { color: #ffcf31; }
.back-link:focus-visible { outline-color: #ffcf31; }
.page {
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 62px max(20px, calc((100% - 920px) / 2)) 72px;
}
.eyebrow { margin: 0 0 8px; color: var(--orange); font-family: var(--display); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: var(--display); font-weight: 800; letter-spacing: -.018em; line-height: 1.13; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.4rem, 8vw, 4.5rem); }
h2 { margin: 50px 0 12px; padding-top: 8px; font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { margin: 27px 0 7px; font-size: 1.05rem; }
p, li { max-width: 790px; }
.intro { max-width: 760px; margin: 20px 0 0; color: #23445a; font-size: 1.13rem; }
.effective { margin: 20px 0 0; color: var(--muted); font-size: .91rem; }
.notice { max-width: 820px; margin: 32px 0 0; padding: 18px 20px; border: 1px solid #b7ddec; border-left: 5px solid var(--blue); border-radius: 10px; background: #f8fdff; }
.notice strong { color: var(--blue-dark); }
.card { max-width: 820px; margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 28px rgba(3, 45, 70, .06); }
.card h2, .card h3 { margin-top: 0; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
ul { padding-left: 1.3rem; }
li + li { margin-top: 7px; }
.data-table { width: 100%; margin: 22px 0 8px; border-collapse: collapse; background: var(--white); font-size: .95rem; }
.data-table th, .data-table td { padding: 14px 15px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.data-table th { color: #eafaff; background: #075c90; font-family: var(--display); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.data-table td:first-child { width: 29%; color: #0a4f78; font-weight: 700; }
.action-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; padding: 8px 15px; border-radius: 8px; color: #fff; background: var(--blue); font-weight: 700; text-decoration: none; }
.action-link:hover { color: #fff; background: var(--orange); }
.site-footer { position: relative; padding: 28px max(20px, calc((100% - 1120px) / 2)); color: #c9e4ee; background: #04192c; font-size: .87rem; text-align: center; }
.site-footer p { margin: 0 auto; }
.site-footer a { color: #e9f9ff; text-decoration: none; }
.site-footer a[aria-current="page"] { color: #ffbd36; }
.site-footer a[aria-current="page"]:hover { color: #ffe08a; }
.site-footer .footer-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 14px; margin: 10px auto 0; }
.site-footer .divider { color: #77bdd9; }
.legal-language-control { position: absolute; top: 50%; right: max(20px, calc((100% - 1120px) / 2)); display: inline-flex; align-items: center; gap: 8px; color: #c9e4ee; font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transform: translateY(-50%); }
.legal-language-control select { min-height: 30px; max-width: 142px; padding: 0 8px; border: 1px solid rgba(185, 229, 246, .42); border-radius: 8px; color: #eaf9ff; background: rgba(255,255,255,.08); font: inherit; text-transform: none; cursor: pointer; }
.legal-language-control select:focus-visible { outline: 2px solid #ffcf31; outline-offset: 3px; }
.legal-language-control option { color: #eaf9ff; background: #04192c; }
@media (max-width: 640px) {
  .header-inner { min-height: 96px; }
  .page { padding-top: 42px; }
  .data-table { display: block; overflow-x: auto; white-space: normal; }
  .data-table th, .data-table td { min-width: 190px; }
  .data-table td:first-child { width: auto; }
  .card { padding: 20px; }
  .legal-language-control { position: static; margin: 16px auto 0; justify-content: center; transform: none; }
}
