:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
  color: #263342;
  background: #f7f8fa;
  font-synthesis: none;
  line-height: 1.65;
  --brand: #c91f2b;
  --line: #dde2e8;
  --muted: #5d6875;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: var(--brand);
  text-underline-offset: 3px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #346fa2;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.english {
  display: block;
  font-size: 0.92em;
  color: var(--muted);
  margin-top: 0.22em;
}
p {
  margin: 0 0 1.1rem;
}
h1,
h2 {
  line-height: 1.3;
  color: #162635;
}
h1 {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  margin: 0.35rem 0 1rem;
}
h1 .english {
  font-size: 0.58em;
  font-weight: 500;
  letter-spacing: 0;
}
h2 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
h2 .english {
  font-size: 0.8em;
  font-weight: 500;
}
.site-header {
  max-width: 1180px;
  margin: auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #172b3e;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 750;
}
.brand img {
  border-radius: 10px;
}
.brand small {
  display: block;
  font-size: 0.62em;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.site-header nav {
  display: flex;
  gap: 28px;
}
.site-header nav a {
  color: #455364;
  text-decoration: none;
  font-size: 0.88rem;
}
.site-header nav a[aria-current] {
  color: var(--brand);
  font-weight: 700;
}
.site-header nav .english {
  font-size: 0.78rem;
}
main {
  max-width: 1120px;
  margin: 8px auto 64px;
  padding: 0 32px;
}
.page-heading {
  padding: 36px 0 20px;
}
.eyebrow {
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  color: var(--brand);
  margin: 0;
}
.version {
  color: var(--muted);
  font-size: 0.85rem;
}
.identity-card {
  margin: 0 0 36px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.identity-card dt {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 6px;
}
.identity-card dd {
  margin: 0;
  font-size: 0.93rem;
  overflow-wrap: anywhere;
}
.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
}
.contents {
  align-self: start;
  position: sticky;
  top: 24px;
  font-size: 0.8rem;
}
.contents > p {
  font-weight: 700;
  color: #4b5866;
}
.contents nav {
  border-left: 2px solid var(--line);
  display: grid;
  gap: 16px;
  padding-left: 18px;
}
.contents a {
  color: #475665;
  text-decoration: none;
}
.contents .english {
  font-size: 0.8em;
}
section {
  scroll-margin-top: 24px;
  margin-bottom: 34px;
}
article > section {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
article p {
  font-size: 0.95rem;
}
.table-scroll {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  margin: 20px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9rem;
}
th,
td {
  text-align: left;
  vertical-align: top;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
th {
  background: #eef1f5;
  font-size: 0.82rem;
}
td:first-child {
  width: 26%;
  min-width: 136px;
  font-weight: 600;
}
tr:last-child td {
  border: 0;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.45;
}
.button:hover {
  background: #ac1722;
  text-decoration: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-card {
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.contact-address {
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}
.postal-address {
  font-style: normal;
  overflow-wrap: anywhere;
}
.contact-help {
  margin-top: 24px;
}
.callout {
  padding: 28px;
  border: 1px solid #e9ccd0;
  border-radius: 12px;
  background: #fff5f5;
}
.narrow {
  max-width: 720px;
}
.provider-links {
  font-size: 0.85rem;
}
footer {
  padding: 28px 32px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
}
form {
  max-width: 560px;
}
form > label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 7px;
}
input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  border: 1px solid #aab3bf;
  border-radius: 8px;
  background: white;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.confirmation input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}
.confirmation .english {
  font-size: 0.85em;
}
form .button {
  margin-top: 10px;
}
.actions button:not(.button) {
  border: 1px solid #9eabba;
  color: #314257;
  background: white;
  border-radius: 7px;
  padding: 9px 14px;
}
.notice {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  white-space: pre-line;
}
.error {
  color: #9c1e29;
  border-color: #e4b7bd;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: white;
  padding: 12px;
  z-index: 2;
}
.skip-link:focus {
  top: 8px;
}
@media (max-width: 760px) {
  .site-header {
    padding: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-header nav {
    gap: 22px;
    width: 100%;
    border-top: 1px solid var(--line);
    padding-top: 16px;
  }
  .site-header nav a {
    flex: 1;
  }
  main {
    padding: 0 20px;
    margin-top: 0;
  }
  .page-heading {
    padding: 28px 0 14px;
  }
  h1 {
    font-size: 2rem;
  }
  .identity-card,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contents {
    position: static;
  }
  .contents nav {
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
  }
  .contact-card,
  .callout {
    padding: 22px;
  }
  .contact-card {
    margin-bottom: 0;
  }
  .contact-grid {
    margin-bottom: 28px;
  }
  th,
  td {
    padding: 12px;
  }
  td:first-child {
    min-width: 105px;
  }
  .identity-card {
    padding: 20px;
  }
  .button {
    width: 100%;
  }
  .table-scroll {
    font-size: 0.88rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media print {
  .site-header nav,
  .contents,
  .skip-link {
    display: none;
  }
  .policy-layout {
    display: block;
  }
  body {
    background: white;
  }
  main {
    max-width: none;
    padding: 0;
  }
  .identity-card {
    break-inside: avoid;
  }
  section {
    break-inside: auto;
  }
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
fieldset > label {
  display: block;
  margin-bottom: 7px;
}
fieldset > .confirmation {
  display: flex;
}
.receipt-lookup {
  margin: 20px 0 30px;
}
.receipt-lookup summary {
  cursor: pointer;
  margin-bottom: 14px;
}
.receipt-lookup input,
#receipt-code-display {
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
}
#saved-receipt-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  overflow-wrap: anywhere;
}
