@font-face {
  font-family: EartoUI;
  src: url("/fonts/earto-ui-e42bc5a0588c.woff2") format("woff2");
  font-display: swap;
}
:root {
  color-scheme: light;
  font-family:
    EartoUI,
    system-ui,
    -apple-system,
    "Segoe UI",
    "Malgun Gothic",
    sans-serif;
  color: #202632;
  background: #fbfcfe;
  font-synthesis: none;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #174acb;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible,
main:focus-visible,
.table-wrap:focus-visible {
  outline: 3px solid #2b5cdf;
  outline-offset: 5px;
  border-radius: 3px;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 5;
  padding: 14px;
  background: #fff;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  max-width: 1160px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  border-bottom: 1px solid #dfe5ef;
  gap: 22px;
}
.brand {
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1px;
  color: #17233d;
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.brand-dot {
  width: 7px;
  height: 7px;
  background: #2c5ee8;
  border-radius: 50%;
  margin-top: 15px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header nav a {
  font-size: 14px;
  color: #465064;
  text-decoration: none;
}
.site-header .language {
  padding: 8px 12px;
  border: 1px solid #d5ddeb;
  border-radius: 8px;
}
.page-shell {
  max-width: 1160px;
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 60px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}
aside {
  align-self: start;
  position: sticky;
  top: 30px;
}
.eyebrow {
  color: #536176;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin: 0 0 20px;
}
.policy-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.policy-nav a {
  padding: 11px 12px;
  color: #465064;
  text-decoration: none;
  font-size: 14px;
  border-radius: 8px;
}
.policy-nav a[aria-current="page"] {
  background: #eaf0ff;
  color: #174acb;
  font-weight: 700;
}
.policy-nav a:hover {
  background: #f0f3fa;
}
main {
  min-width: 0;
}
h1 {
  font-size: clamp(28px, 4vw, 39px);
  letter-spacing: -0.045em;
  line-height: 1.25;
  margin: 0 0 18px;
  word-break: keep-all;
}
h2 {
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin: 0 0 16px;
  scroll-margin-top: 28px;
  word-break: keep-all;
}
.intro {
  font-size: 17px;
  color: #465064;
  line-height: 1.75;
  margin: 0;
}
.effective {
  font-size: 12px;
  color: #647084;
  margin: 20px 0 0;
}
.document-heading {
  padding-bottom: 32px;
}
.notice {
  background: #edf3ff;
  border: 1px solid #d3e0ff;
  border-left: 4px solid #2858d7;
  padding: 20px 22px;
  border-radius: 10px;
  margin-bottom: 28px;
}
.notice strong {
  font-size: 14px;
  color: #173f9e;
}
.notice p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #2c456f;
}
.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0 0 24px;
  border-bottom: 1px solid #dfe5ef;
  margin-bottom: 34px;
}
.toc a {
  font-size: 13px;
  line-height: 1.6;
  color: #4f5c71;
}
section {
  margin-bottom: 38px;
}
section p,
section li {
  font-size: 15px;
  line-height: 1.9;
  color: #3e495a;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
section p {
  margin: 13px 0;
}
ul {
  padding-left: 22px;
}
li {
  padding-left: 3px;
  margin: 9px 0;
}
.table-wrap {
  overflow-x: auto;
  max-width: 100%;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  margin: 20px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  background: white;
}
th,
td {
  padding: 16px;
  vertical-align: top;
  border-bottom: 1px solid #e1e7f0;
  overflow-wrap: anywhere;
}
thead {
  background: #f1f5fc;
  color: #263958;
}
tbody th {
  font-weight: 600;
  color: #30415e;
}
tr:last-child td,
tr:last-child th {
  border-bottom: 0;
}
td {
  color: #48556a;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.8;
}
.document-end {
  padding: 24px 0;
  border-top: 1px solid #dfe5ef;
  font-size: 15px;
}
footer {
  max-width: 1160px;
  margin: auto;
  padding: 34px 40px 48px;
  border-top: 1px solid #dfe5ef;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
footer p {
  font-size: 12px;
  line-height: 1.9;
  color: #667184;
  overflow-wrap: anywhere;
}
footer .brand {
  font-size: 21px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-content: start;
  max-width: 260px;
}
footer nav a {
  font-size: 13px;
  color: #4b5970;
}
footer p a {
  color: inherit;
}
@media (max-width: 800px) {
  .page-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 24px 45px;
  }
  aside {
    position: static;
  }
  .policy-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px;
  }
  .policy-nav a {
    padding: 9px 10px;
    font-size: 13px;
  }
  aside > .eyebrow {
    display: none;
  }
  .site-header {
    padding: 22px 24px;
  }
  .site-header nav {
    gap: 15px;
  }
  footer {
    padding: 30px 24px;
    flex-direction: column;
    gap: 16px;
  }
  footer nav {
    max-width: none;
  }
  h2 {
    font-size: 19px;
  }
}
@media (max-width: 420px) {
  .site-header {
    padding: 18px 16px;
  }
  .site-header nav {
    gap: 10px;
  }
  .site-header nav a {
    font-size: 12px;
  }
  .site-header .language {
    padding: 6px 8px;
  }
  .page-shell {
    padding: 24px 16px 40px;
  }
  .notice {
    padding: 16px;
  }
  th,
  td {
    padding: 11px;
    font-size: 12px;
  }
  .toc {
    gap: 8px 15px;
  }
  section p,
  section li {
    font-size: 14px;
  }
  footer {
    padding: 26px 16px;
  }
}
@media print {
  aside,
  .site-header nav,
  .toc,
  footer nav,
  .skip-link {
    display: none;
  }
  .page-shell {
    display: block;
    max-width: 100%;
    padding: 20px;
  }
  .site-header,
  footer {
    padding: 20px;
  }
  a {
    color: inherit;
  }
  .notice {
    break-inside: avoid;
  }
  h2 {
    break-after: avoid;
  }
  body {
    background: #fff;
  }
}
