:root {
  color-scheme: dark;
  --night: #08141d;
  --night-soft: #10283b;
  --paper: #f2eddf;
  --paper-white: #fbf7ec;
  --ink: #152833;
  --body-muted: #435861;
  --ivory: #f7f3e9;
  --muted: #cad5d3;
  --quiet: #afc0c1;
  --turquoise: #39dfcb;
  --orange: #ff761f;
  --gold: #f3c85f;
  --content: 1180px;
  --display: "Bahnschrift", "Arial Narrow", Impact, sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--night);
  color: var(--ivory);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(var(--content), calc(100% - 56px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 15px;
  transform: translateY(-160%); border-radius: 7px; background: var(--paper); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, .section-heading h2, .limit-panel h3, .action-intro h2, .access-layout h2 {
  font-family: var(--display);
  font-stretch: condensed;
}

.site-header {
  min-height: 84px; display: flex; align-items: center; gap: 28px;
  border-bottom: 1px solid rgb(196 208 208 / 12%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 18px; letter-spacing: -.025em; }
.brand strong { font-weight: 700; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.5vw, 34px); margin-left: auto; }
.nav-links a, .site-footer a:not(.brand) { color: var(--muted); font-size: 15px; transition: color .15s ease; }
.nav-links a:hover, .site-footer a:not(.brand):hover { color: var(--ivory); }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(35px, 5vw, 72px); min-height: 590px; padding-block: 48px 72px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 17px; color: #aabfc0; font-size: 14px; font-weight: 700; letter-spacing: .075em; line-height: 1.45; text-transform: uppercase; }
.hero .eyebrow { color: var(--turquoise); }
.hero .eyebrow span { padding-inline: 7px; color: var(--orange); }
h1 { max-width: 780px; margin-bottom: 23px; font-size: clamp(52px, 5.5vw, 84px); font-weight: 750; letter-spacing: -.06em; line-height: .94; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; margin-bottom: 25px; color: #d1ddda; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0 0 27px; color: #c0d0cd; font-size: 15px; }
.hero-facts span:first-child { color: var(--gold); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 17px; border-radius: 7px; font-size: 15px; font-weight: 750; transition: background .16s ease, transform .16s ease; }
.button-primary { background: var(--turquoise); color: #06201f; }
.button-primary:hover { background: #7bf1e3; transform: translateY(-1px); }
.text-link { color: #007e77; font-size: 16px; font-weight: 750; text-decoration: underline; text-decoration-color: rgb(0 126 119 / 36%); text-underline-offset: 4px; }
.text-link:hover { color: #bd5318; text-decoration-color: currentColor; }
.hero .text-link { color: var(--turquoise); text-decoration-color: rgb(57 223 203 / 40%); }
.hero .text-link:hover { color: var(--gold); }
.hero-art { width: 100%; max-width: 500px; justify-self: end; margin: 0; }
.hero-emblem { display: block; width: 100%; height: auto; object-fit: contain; }

.paper-world { background: var(--paper); color: var(--ink); }
.paper-world .eyebrow { color: #a84f1e; }
.section { padding-block: 92px; }
.section-heading { max-width: 720px; }
.section-heading .eyebrow { margin-bottom: 13px; color: #a84f1e; }
.section-heading h2, .action-intro h2, .access-layout h2 { margin-bottom: 17px; font-size: clamp(43px, 5.1vw, 66px); font-weight: 720; letter-spacing: -.05em; line-height: .99; }
.section-heading > p:not(.eyebrow) { color: var(--body-muted); font-size: 18px; line-height: 1.6; }

.current-section { padding-top: 91px; padding-bottom: 88px; }
.current-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .75fr); align-items: start; gap: clamp(46px, 7vw, 90px); }
.current-copy { max-width: 720px; }
.current-copy .section-heading h2 { color: var(--ink); }
.current-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 30px; color: var(--body-muted); font-size: 18px; }
.current-copy h2 { margin-bottom: 19px; font-size: clamp(47px, 5.6vw, 70px); }
.available-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 28px; margin: 0; padding: 0; list-style: none; }
.available-list li { position: relative; padding-left: 20px; }
.available-list li::before { position: absolute; top: .7em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); content: ""; }
.available-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.available-list span { color: var(--body-muted); font-size: 16px; line-height: 1.5; }
.limit-panel { margin-top: 50px; padding: 29px 31px 31px; border-radius: 18px; background: var(--night-soft); color: var(--ivory); }
.limit-panel .eyebrow { margin-bottom: 13px; color: var(--gold); }
.limit-panel h3 { margin: 0 0 18px; font-size: 29px; font-weight: 700; letter-spacing: -.035em; line-height: 1.05; }
.limit-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.limit-panel li { position: relative; padding-left: 18px; color: #d3ddda; font-size: 16px; line-height: 1.5; }
.limit-panel li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--turquoise); content: ""; }

.action-section { padding-block: 78px; background: var(--night); color: var(--ivory); }
.action-section .eyebrow { color: var(--turquoise); }
.action-panel { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(44px, 7vw, 92px); align-items: center; }
.action-intro { max-width: 420px; }
.action-intro h2 { color: var(--ivory); font-size: clamp(42px, 4.7vw, 59px); }
.action-intro > p:last-child { margin: 0; color: #c4d0d0; font-size: 17px; line-height: 1.6; }
.workflow-list { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 35px 1fr; gap: 14px; align-items: start; }
.workflow-number { color: var(--orange); font-family: var(--display); font-size: 26px; font-weight: 700; line-height: 1.2; }
.workflow-list h3 { margin: 0 0 3px; color: var(--ivory); font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.015em; }
.workflow-list p { margin: 0; color: #c9d4d2; font-size: 16px; line-height: 1.5; }

.next-section { padding-top: 70px; padding-bottom: 75px; }
.next-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(42px, 8vw, 110px); align-items: start; }
.next-layout .section-heading h2 { max-width: 470px; margin-bottom: 0; }
.next-copy { max-width: 670px; padding-top: 5px; }
.next-copy p { margin: 0 0 16px; color: var(--body-muted); font-size: 18px; line-height: 1.65; }
.next-copy p:last-child { margin-bottom: 0; color: #80502d; font-size: 16px; font-weight: 700; }

.data-section { padding-top: 40px; padding-bottom: 70px; }
.data-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(35px, 6vw, 76px); align-items: center; }
.data-heading h2 { margin: 0; font-size: clamp(37px, 4vw, 52px); }
.data-summary p { margin: 0 0 15px; color: var(--body-muted); font-size: 17px; line-height: 1.6; }
.data-summary strong { color: var(--ink); }

.access-section { padding-top: 20px; padding-bottom: 72px; }
.access-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 44px; align-items: center; }
.access-layout .eyebrow { margin-bottom: 7px; color: #a84f1e; }
.access-layout h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 49px); }
.access-layout > p { max-width: 560px; margin: 0; color: var(--body-muted); font-size: 17px; }

.faq-section { padding-top: 52px; padding-bottom: 92px; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(42px, 8vw, 105px); align-items: start; }
.faq-layout .section-heading h2 { font-size: clamp(41px, 4.6vw, 56px); }
.faq-list { display: grid; gap: 9px; }
.faq-list details { padding: 17px 20px; border-radius: 10px; background: var(--paper-white); }
.faq-list summary { position: relative; padding-right: 32px; cursor: pointer; color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 700; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: -3px; right: 0; color: #b45a25; font-family: var(--body); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: 12px 0 0; padding-right: 24px; color: var(--body-muted); font-size: 16px; line-height: 1.6; }

.site-footer { background: var(--night); }
.footer-inner { min-height: 100px; display: flex; align-items: center; gap: 24px; }
.footer-brand { font-size: 16px; }
.footer-brand img { width: 35px; height: 35px; }
.site-footer p { max-width: 430px; margin: 0 auto 0 0; color: #b8c5c5; font-size: 14px; }
.site-footer > .footer-inner > span { color: #b8c5c5; font-size: 13px; white-space: nowrap; }

.notice-page { min-height: 100vh; }
.notice-main { max-width: 820px; padding-block: 58px 90px; }
.notice-back { display: inline-block; margin-bottom: 35px; color: var(--turquoise); font-size: 16px; }
.notice-page .site-header > .text-link { color: var(--turquoise); }
.notice-page .site-header > .text-link:hover { color: var(--gold); }
.notice-main h1 { max-width: 770px; margin-bottom: 18px; font-size: clamp(48px, 6vw, 70px); }
.notice-main .notice-intro { max-width: 700px; color: var(--muted); font-size: 19px; }
.notice-meta { margin: 18px 0 36px; color: #b3c2c3; font-size: 15px; }
.notice-main article { padding-top: 24px; border-top: 1px solid #38515d; }
.notice-main article.notice-warning { padding: 17px 19px; border: 0; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: rgb(243 200 95 / 8%); }
.notice-main h2 { margin: 0 0 12px; font-family: var(--display); font-size: 29px; font-weight: 680; letter-spacing: -.03em; }
.notice-main h3 { margin: 20px 0 8px; font-size: 19px; }
.notice-main p, .notice-main li { color: #cfdbd9; font-size: 17px; line-height: 1.7; }
.notice-main ul { display: grid; gap: 8px; padding-left: 20px; }
.notice-main li::marker { color: var(--turquoise); }
.notice-main strong { color: var(--ivory); font-weight: 700; }
.notice-main article + article { margin-top: 31px; }

@media (max-width: 960px) {
  .site-header { position: relative; min-height: 76px; gap: 17px; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; align-content: center; justify-content: center; margin-left: auto; border: 1px solid #47616e; border-radius: 7px; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--ivory); }
  .nav-links { position: absolute; z-index: 5; top: calc(100% - 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 10px 18px; border: 1px solid #355362; border-radius: 0 0 10px 10px; background: #0b1d2b; box-shadow: 0 16px 28px rgb(0 0 0 / 28%); }
  .nav-links.is-open { display: flex; flex-direction: column; }
  .nav-links a { padding: 12px 3px; border-bottom: 1px solid rgb(196 208 208 / 12%); font-size: 16px; }
  .nav-links a:last-child { border-bottom: 0; }
  .hero { min-height: 0; grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; padding-block: 54px 65px; }
  h1 { font-size: clamp(52px, 6.6vw, 64px); }
  .current-layout { grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 35px; }
  .available-list { grid-template-columns: 1fr; gap: 17px; }
  .limit-panel { margin-top: 40px; padding: 25px; }
  .action-panel { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 34px; }
  .data-layout { grid-template-columns: minmax(210px, .8fr) minmax(0, 1.2fr); gap: 30px; }
  .faq-layout { gap: 38px; }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; gap: 13px 22px; padding-block: 17px; }
  .site-footer p { order: 2; width: 100%; max-width: none; }
}

@media (max-width: 680px) {
  .shell { width: min(var(--content), calc(100% - 38px)); }
  .site-header { min-height: 70px; gap: 10px; }
  .brand { gap: 8px; font-size: 16px; }
  .hero { grid-template-columns: 1fr; gap: 12px; padding-block: 34px 37px; }
  .hero-copy { max-width: 620px; }
  h1 { max-width: 620px; margin-bottom: 16px; font-size: clamp(46px, 12vw, 66px); line-height: .98; }
  .eyebrow { margin-bottom: 13px; font-size: 12px; }
  .hero-lede { margin-bottom: 17px; font-size: 17px; }
  .hero-facts { gap: 5px 14px; margin-bottom: 19px; font-size: 14px; }
  .hero-actions { gap: 13px 18px; }
  .button { min-height: 47px; font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-art { width: min(100%, 174px); justify-self: center; }
  .section { padding-block: 62px; }
  .section-heading h2, .current-copy h2 { font-size: clamp(40px, 10.7vw, 53px); }
  .section-heading > p:not(.eyebrow), .current-copy > p:not(.eyebrow) { font-size: 17px; }
  .current-section { padding-top: 42px; padding-bottom: 52px; }
  .current-layout { grid-template-columns: 1fr; gap: 31px; }
  .current-copy > p:not(.eyebrow) { margin-bottom: 22px; }
  .available-list { grid-template-columns: 1fr 1fr; gap: 16px 18px; }
  .available-list strong { font-size: 19px; }
  .available-list span { font-size: 16px; }
  .limit-panel { margin-top: 0; padding: 23px; border-radius: 15px; }
  .limit-panel h3 { font-size: 26px; }
  .limit-panel li { font-size: 16px; }
  .action-section { padding-block: 58px; }
  .action-panel { grid-template-columns: 1fr; gap: 26px; }
  .action-intro h2 { font-size: 42px; }
  .action-intro > p:last-child, .workflow-list p { font-size: 16px; }
  .workflow-list { gap: 16px; }
  .workflow-list li { grid-template-columns: 28px 1fr; gap: 10px; }
  .workflow-number { font-size: 22px; }
  .workflow-list h3 { font-size: 20px; }
  .next-section { padding-top: 29px; padding-bottom: 45px; }
  .next-layout, .data-layout, .access-layout, .faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .next-copy p { font-size: 17px; }
  .data-section { padding-block: 30px 45px; }
  .data-layout { gap: 12px; }
  .data-heading h2 { font-size: 39px; }
  .data-summary p { font-size: 17px; }
  .access-section { padding-top: 0; padding-bottom: 45px; }
  .access-layout { gap: 11px; }
  .access-layout h2 { font-size: 36px; }
  .access-layout > p { font-size: 16px; }
  .faq-section { padding-top: 28px; padding-bottom: 62px; }
  .faq-layout { gap: 13px; }
  .faq-layout .section-heading h2 { font-size: 42px; }
  .faq-list { gap: 8px; }
  .faq-list details { padding: 15px 16px; }
  .faq-list summary { font-size: 19px; }
  .faq-list details p { font-size: 16px; }
  .footer-inner { gap: 12px 17px; }
  .footer-brand { margin-right: auto; }
  .footer-inner p { margin: 0; font-size: 13px; }
  .site-footer > .footer-inner > span { font-size: 12px; }
}

@media (max-width: 390px) {
  .shell { width: calc(100% - 32px); }
  .brand { font-size: 14px; }
  .menu-toggle { width: 36px; height: 36px; }
  .hero { padding-top: 30px; }
  .hero-art { width: min(100%, 156px); }
  h1 { font-size: clamp(43px, 11.2vw, 49px); }
  .available-list { grid-template-columns: 1fr; }
  .data-heading h2 { font-size: 36px; }
  .site-footer > .footer-inner > span { font-size: 12px; }
}

@media (min-width: 1200px) {
  :root { --content: 1380px; }
  body { font-size: 18px; }
  .current-section { padding-block: 72px; }
  .action-section { padding-block: 68px; }
  .next-section { padding-block: 54px; }
  .data-section { padding-block: 28px 46px; }
  .access-section { padding-block: 10px 46px; }
  .faq-section { padding-block: 40px 64px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.access-copy { max-width: 650px; }
.access-copy p { margin-bottom: 19px; }

.application-main { max-width: 950px; padding-block: 58px 90px; }
.application-main > .notice-back { display: inline-block; margin-bottom: 34px; color: var(--turquoise); }
.application-main > .eyebrow { color: var(--turquoise); }
.application-title { max-width: 860px; margin-bottom: 18px; font-size: clamp(48px, 6vw, 76px); line-height: .98; }
.application-intro { max-width: 700px; margin-bottom: 39px; color: #ced9d7; font-size: 19px; }
.application-overview { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: clamp(24px, 5vw, 60px); align-items: start; margin-bottom: 26px; padding: 27px 30px; border: 1px solid #294353; border-radius: 13px; background: #0d2130; }
.application-overview h2, .application-panel h2 { margin: 0 0 12px; font-family: var(--display); font-size: 28px; letter-spacing: -.025em; line-height: 1.1; }
.application-overview p { margin: 0; color: #c5d2d0; font-size: 16px; }
.application-overview ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: #d1ddda; font-size: 16px; }
.application-overview li::marker { color: var(--turquoise); }
.application-panel { margin-top: 20px; padding: clamp(23px, 4vw, 39px); border-radius: 15px; background: var(--paper); color: var(--ink); }
.application-panel h2 { font-size: 34px; }
.application-panel > p { max-width: 700px; color: var(--body-muted); }
.application-status { min-height: 1.7em; margin: 0 0 15px; color: var(--body-muted); font-size: 16px; }
.application-status[data-state="error"] { color: #a33316; font-weight: 700; }
.application-status[data-state="success"] { color: #126658; font-weight: 700; }
.application-form { display: grid; gap: 20px; }
.application-form[hidden], [hidden] { display: none !important; }
.application-form label, .application-form legend, .withdrawal-form label { color: var(--ink); font-size: 16px; font-weight: 700; }
.application-form input[type="email"], .application-form input[type="text"], .withdrawal-form input[type="text"] { display: block; width: 100%; min-height: 49px; margin-top: 7px; padding: 10px 12px; border: 1px solid #8da09d; border-radius: 6px; background: var(--paper-white); color: var(--ink); font: inherit; }
.application-form input:focus-visible, .withdrawal-form input:focus-visible { outline: 3px solid #007e77; outline-offset: 2px; }
.application-form fieldset { margin: 0; padding: 0; border: 0; }
.application-form legend { margin-bottom: 8px; }
.application-form .check-row { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--body-muted); font-weight: 400; line-height: 1.5; }
.application-form .check-row input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: #007e77; }
.application-form .check-row a { color: #006b65; text-decoration: underline; text-underline-offset: 3px; }
.application-form .check-row a:hover { color: #a84f1e; }
.application-note { margin: -8px 0 0; color: var(--body-muted); font-size: 14px; line-height: 1.5; }
.application-turnstile { min-height: 65px; }
.application-form .button:disabled, .withdrawal-form .button:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.application-result { padding: 19px; border-left: 4px solid #13877c; border-radius: 5px; background: #e5f3ed; }
.application-result h3 { margin: 0 0 8px; font-family: var(--display); font-size: 25px; }
.application-result p { margin: 0 0 11px; color: var(--body-muted); }
.withdrawal-code-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.withdrawal-code-row input { flex: 1 1 290px; min-width: 0; padding: 9px; border: 1px solid #8da09d; border-radius: 5px; background: white; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.application-panel .button { border: 0; cursor: pointer; }
.application-panel .button:not(.button-primary) { background: var(--night-soft); color: var(--ivory); }
.application-panel .button:not(.button-primary):hover { background: #1d4054; }
.withdrawal-panel { background: #e8e2d4; }
.withdrawal-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; align-items: end; }
.withdrawal-form label { display: block; }
.withdrawal-form .button { min-height: 49px; background: var(--night-soft); color: var(--ivory); }
.withdrawal-form .button:hover { background: #1d4054; }
.withdrawal-help { margin: 13px 0 0 !important; font-size: 14px; }

@media (max-width: 680px) {
  .application-main { padding-block: 37px 60px; }
  .application-title { font-size: clamp(43px, 11vw, 60px); }
  .application-intro { margin-bottom: 27px; font-size: 17px; }
  .application-overview { grid-template-columns: 1fr; gap: 17px; padding: 21px; }
  .application-overview h2 { font-size: 25px; }
  .application-panel { padding: 21px; }
  .application-panel h2 { font-size: 29px; }
  .withdrawal-form { grid-template-columns: 1fr; }
}
