:root {
  color-scheme: light;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  color: #202c3b;
  background: #fcfcfb;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: #315bb7;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #315bb7;
  outline-offset: 6px;
}
.wrap {
  width: min(1100px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 2;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid #dfe3e8;
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.7px;
  text-decoration: none;
  white-space: nowrap;
}
.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
.site-header nav a {
  text-decoration: none;
}
.text-link {
  color: #315bb7;
  font-weight: 650;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  padding-block: 82px 88px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.07em;
  color: #647184;
  margin: 0 0 22px;
}
h1 {
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.22;
  letter-spacing: -0.065em;
  margin: 0 0 24px;
  font-weight: 750;
  word-break: keep-all;
}
h1 em {
  color: #315bb7;
  font-style: normal;
}
p {
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.lead {
  font-size: 17px;
  color: #536070;
  margin-bottom: 30px;
}
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #315bb7;
  color: white;
  padding: 15px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 650;
}
.button-link:hover {
  background: #23478f;
  color: white;
}
.fine-print {
  font-size: 12px;
  color: #647184;
  margin: 14px 0 10px;
}
.quiet-link {
  font-size: 13px;
  color: #536070;
}
.report-figure {
  margin: 0;
  padding: 32px 24px 0;
  background: #edf0f4;
  border: 1px solid #e1e5ea;
}
.paper {
  padding: 25px 20px 18px;
  background: #fff;
  border: 1px solid #dfe3e8;
  box-shadow: 0 8px 16px #202c3b08;
}
.paper-heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #202c3b;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 650;
}
.paper-heading span:last-child {
  font-weight: 400;
  color: #647184;
  font-variant-numeric: tabular-nums;
}
.paper-title {
  font-size: 20px;
  font-weight: 650;
  margin: 22px 0 2px;
}
.paper-detail {
  font-size: 10px;
  color: #647184;
  margin: 0 0 20px;
}
.paper img {
  display: block;
  width: 100%;
  height: auto;
}
.phase-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  font-size: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #dfe3e8;
}
.paper-foot {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-top: 24px;
  color: #647184;
}
.paper-foot strong {
  color: #315bb7;
}
figcaption {
  color: #647184;
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
}
.section {
  border-top: 1px solid #dfe3e8;
  padding-block: 62px;
}
h2 {
  font-size: 30px;
  letter-spacing: -0.045em;
  line-height: 1.4;
  margin: 0 0 24px;
  word-break: keep-all;
}
h3 {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin: 16px 0 10px;
  word-break: keep-all;
}
.section-heading {
  margin-bottom: 38px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
  gap: 46px;
  margin: 0;
}
.step-number {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: #315bb7;
}
.workflow p {
  font-size: 15px;
  color: #536070;
  margin: 0;
}
.storage-note {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  padding: 40px;
  background: #f0f3f7;
  margin-bottom: 64px;
}
.storage-note h2 {
  margin-bottom: 0;
}
.storage-note p {
  font-size: 15px;
}
.storage-note .eyebrow {
  margin: 0 0 13px;
  font-size: 12px;
}
.guide-list a {
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #dfe3e8;
  text-decoration: none;
}
.guide-list a > span {
  color: #647184;
  font-size: 13px;
}
.guide-list h3 {
  margin: 0 0 5px;
}
.guide-list p {
  font-size: 14px;
  color: #647184;
  margin: 0;
}
.faq details {
  border-bottom: 1px solid #dfe3e8;
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.faq p {
  max-width: 760px;
  color: #536070;
  font-size: 15px;
}
.closing {
  border-top: 2px solid #202c3b;
  padding-block: 48px 72px;
}
.closing p {
  color: #536070;
  margin-bottom: 24px;
}
.site-footer {
  border-top: 1px solid #dfe3e8;
  padding-block: 25px 38px;
  display: flex;
  gap: 24px;
  align-items: baseline;
  font-size: 13px;
}
.site-footer > span {
  font-weight: 650;
}
.site-footer p {
  flex: 1;
  color: #647184;
}
.article {
  max-width: 760px;
  padding-block: 55px 72px;
}
.breadcrumb {
  font-size: 13px;
  color: #647184;
  margin-bottom: 30px;
}
.article h1 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.35;
  margin-bottom: 22px;
}
.article h2 {
  margin-top: 52px;
  font-size: 25px;
}
.article h3 {
  margin-top: 30px;
}
.article p,
.article li {
  font-size: 16px;
  line-height: 1.9;
  color: #455365;
  word-break: keep-all;
}
.article li {
  margin-bottom: 14px;
  padding-left: 5px;
}
.article ul,
.article ol {
  padding-left: 24px;
}
.article .intro {
  font-size: 18px;
}
.article .note {
  padding: 20px 24px;
  border-left: 3px solid #315bb7;
  background: #f0f3f7;
  font-size: 14px;
}
.table-scroll {
  overflow-x: auto;
}
.article table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
}
.article th,
.article td {
  text-align: left;
  border-bottom: 1px solid #dfe3e8;
  padding: 14px 12px;
  vertical-align: top;
  min-width: 100px;
}
.article th {
  background: #f0f3f7;
  font-weight: 600;
}
.downloads {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-block: 24px;
}
.downloads a {
  padding: 12px 20px;
  border: 1px solid #315bb7;
  border-radius: 4px;
  color: #315bb7;
  font-weight: 600;
  text-decoration: none;
}
.article figure {
  margin: 24px 0;
}
.article figure img {
  width: 100%;
  height: auto;
  border: 1px solid #dfe3e8;
}
.article .related {
  border-top: 1px solid #dfe3e8;
  margin-top: 48px;
  padding-top: 18px;
}
.article .related a {
  display: block;
  margin: 14px 0;
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 76px;
    gap: 10px;
  }
  .site-header nav {
    gap: 16px;
    font-size: 12px;
  }
  .wordmark {
    font-size: 18px;
    gap: 6px;
  }
  .wordmark img {
    width: 22px;
    height: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 52px;
  }
  h1 {
    font-size: 48px;
  }
  .lead {
    font-size: 16px;
  }
  .report-figure {
    max-width: 480px;
    width: 100%;
    justify-self: center;
  }
  .section {
    padding-block: 40px;
  }
  h2 {
    font-size: 27px;
  }
  .workflow {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .workflow h3 {
    margin-top: 8px;
  }
  .storage-note {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px;
    margin-bottom: 40px;
  }
  .storage-note h2 br {
    display: none;
  }
  .guide-list a {
    grid-template-columns: 22px 1fr 16px;
    gap: 12px;
  }
  .guide-list h3 {
    font-size: 17px;
  }
  .guide-list p {
    font-size: 13px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 10px 22px;
  }
  .site-footer p {
    flex-basis: 100%;
    order: 2;
    margin-top: 0;
  }
  .article {
    padding-top: 36px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
