:root {
  color-scheme: dark;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic',
    sans-serif;
  color: #f3f5e9;
  background: #0a1712;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 280px;
  background: radial-gradient(ellipse at 80% 8%, #2e604638, transparent 44%);
}
a {
  color: #e4c48d;
  text-underline-offset: 0.2em;
}
a:hover {
  color: #fff0d4;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #f0ce90;
  outline-offset: 5px;
  border-radius: 4px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1;
  padding: 12px;
  background: #e4c48d;
  color: #10271f;
}
.skip-link:focus {
  top: 12px;
}
.shell {
  width: min(100% - 40px, 1060px);
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 24px;
  border-bottom: 1px solid #abc5aa24;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e4e9da;
  font-weight: 750;
  text-decoration: none;
}
.brand img {
  border-radius: 10px;
}
.header-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 14px;
}
.breadcrumbs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #b5c5b3;
}
.breadcrumbs a {
  color: #b5c5b3;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 50px;
  padding-block: 44px 52px;
}
.eyebrow {
  color: #dcc08e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 0 0 16px;
}
h1 {
  max-width: 820px;
  font-size: clamp(30px, 4.8vw, 52px);
  line-height: 1.24;
  letter-spacing: -0.065em;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lead {
  color: #c5d4bf;
  font-size: 17px;
  line-height: 1.9;
  margin: 22px 0 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.launch {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 56px;
  max-width: 100%;
  margin-top: 26px;
  padding: 15px 21px;
  border: 1px solid #f1d7a799;
  border-radius: 12px;
  color: #16271c;
  background: #e4c48d;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.launch:hover {
  color: #10271f;
  background: #f0d5a6;
}
.launch span[aria-hidden] {
  flex-shrink: 0;
}
.hero-art {
  width: 100%;
  height: auto;
  border-radius: 36px;
  box-shadow: 0 20px 70px #0005;
  transform: rotate(-5deg);
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 0 0 46px;
  border: 1px solid #adc2a528;
  border-radius: 16px;
  background: #adc2a528;
  overflow: hidden;
}
.fact {
  margin: 0;
  padding: 21px 24px;
  background: #10241b;
}
.fact dt {
  font-size: 12px;
  color: #aabea5;
  margin-bottom: 8px;
}
.fact dd {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 36px 48px;
}
section {
  min-width: 0;
}
h2 {
  margin: 0 0 17px;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}
h3 {
  font-size: 16px;
  line-height: 1.6;
  margin: 18px 0 6px;
}
p,
li {
  line-height: 1.9;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
section p,
section li {
  color: #bbceb8;
  font-size: 15px;
}
section p {
  margin: 0 0 13px;
}
ol,
ul {
  padding-left: 23px;
  margin: 0;
}
li + li {
  margin-top: 12px;
}
li strong,
p strong {
  color: #e7eedf;
}
.panel {
  padding: 25px;
  border: 1px solid #a8c49e25;
  border-radius: 16px;
  background: #10241b8a;
}
.panel h2 {
  font-size: 21px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
}
caption {
  text-align: left;
  color: #b6c8b1;
  font-size: 13px;
  margin-bottom: 10px;
}
th,
td {
  padding: 12px 8px;
  border-bottom: 1px solid #a8c49e25;
  text-align: left;
  vertical-align: top;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
th {
  font-weight: 650;
  color: #e3e9d9;
}
td {
  color: #bbceb8;
}
.fine-print {
  font-size: 13px;
  color: #a6b9a0;
  line-height: 1.8;
}
section .fine-print {
  margin-top: 14px;
  font-size: 13px;
  color: #a6b9a0;
}
.wide {
  grid-column: 1 / -1;
}
.faq details {
  padding: 16px 0;
  border-bottom: 1px solid #a8c49e25;
}
.faq summary {
  cursor: pointer;
  font-weight: 650;
  line-height: 1.7;
  color: #e4eadc;
}
.faq details p {
  margin: 12px 0 0;
}
.next-step {
  margin-top: 46px;
  padding: 28px;
  border: 1px solid #d4b37b44;
  border-radius: 16px;
  background: linear-gradient(120deg, #213925, #10241b);
}
.next-step .launch {
  margin-top: 8px;
}
.related {
  margin-block: 44px;
}
.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.related-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px;
  border: 1px solid #a8c49e35;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
  text-decoration: none;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.related-links a:hover {
  background: #193524;
}
.site-footer {
  padding-block: 25px 32px;
  border-top: 1px solid #abc5aa24;
}
.site-footer p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #a6b9a0;
}
@media (max-width: 760px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 22px;
  }
  .hero-art {
    border-radius: 22px;
  }
  .content-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .related-links {
    grid-template-columns: minmax(0, 1fr);
  }
  .related-links a {
    min-height: 58px;
  }
}
@media (max-width: 520px) {
  .shell {
    width: min(100% - 32px, 1060px);
  }
  .site-header {
    padding-block: 16px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 32px;
  }
  .hero-art {
    display: none;
  }
  .lead {
    font-size: 16px;
  }
  .facts {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 32px;
  }
  .fact {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: baseline;
    gap: 12px;
    padding: 13px 18px;
  }
  .fact dt {
    margin: 0;
  }
  .fact dd {
    font-size: 14px;
  }
  .panel,
  .next-step {
    padding: 20px 16px;
  }
  .launch {
    width: 100%;
    font-size: 15px;
    padding: 14px 16px;
    gap: 12px;
  }
  h2 {
    font-size: 21px;
  }
  th,
  td {
    padding: 11px 5px;
    font-size: 13px;
  }
}
