@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root { color-scheme: light; --paper: #e8ecdf; --ink: #203b30; --muted: #526256; --rule: #a5b1a0; --mint: #c2f8cc; --mono: 'Courier New', monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
em { font-weight: 400; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 12px; background: var(--ink); color: var(--paper); z-index: 5; }
.skip-link:focus { top: 12px; }
.eyebrow { font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: 1px; font-weight: 400; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: flex-start; font-size: 30px; letter-spacing: -1.8px; font-weight: 700; }
.brand-dot { font-family: Georgia, serif; margin: 3px 0 0 3px; font-size: 20px; }
.header-note { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; }
nav { display: flex; align-items: center; gap: 26px; font-size: 12px; }
nav > a:first-child:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-cta { border-bottom: 1px solid currentColor; padding-block: 10px; font-weight: 700; }
.nav-cta span { margin-left: 16px; }
.hero { display: grid; grid-template-columns: 1.22fr 1fr; align-items: center; gap: 50px; padding-block: 76px 70px; }
.hero-copy { min-width: 0; }
.hero-copy > .eyebrow { display: flex; gap: 10px; align-items: center; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: currentColor; border-radius: 50%; flex-shrink: 0; }
h1 { font-size: clamp(48px, 5.4vw, 76px); line-height: 1.03; letter-spacing: -3.8px; margin-block: 27px; }
h1 em { white-space: nowrap; }
.hero-description { max-width: 355px; font-size: 16px; line-height: 1.7; }
.hero-description strong { font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; padding: 16px 23px; background: var(--ink); border: 1px solid var(--ink); color: var(--paper); font-size: 13px; font-weight: 600; box-shadow: 3px 3px 0 var(--paper), 4px 4px 0 var(--ink); }
.button:hover { background: #335642; }
.button span { font-size: 20px; line-height: 1; }
.text-link { font-size: 12px; padding-block: 10px; }
.contract { max-width: 400px; margin-top: 39px; }
.contract-row { display: flex; align-items: center; gap: 14px; padding-block: 11px; border-bottom: 1px solid var(--rule); }
.contract code { min-width: 0; flex: 1; font-family: var(--mono); font-size: 13px; overflow-wrap: anywhere; user-select: all; }
.contract button { flex-shrink: 0; border: 0; padding: 8px 0 8px 12px; background: transparent; color: var(--ink); font: inherit; font-size: 11px; cursor: pointer; }
.contract button span { margin-left: 7px; }
.contract button:disabled { color: var(--muted); cursor: not-allowed; }
.contract > p { color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 8px; }
.hero-art { position: relative; min-width: 0; background: #0d1b13; color: var(--mint); padding: 24px; transform: rotate(2deg); box-shadow: 9px 11px 0 #cbd2c0; }
.art-topline { display: flex; justify-content: space-between; align-items: center; }
.art-topline > span:first-child { font-size: 20px; font-weight: 700; letter-spacing: -1px; }
.art-topline > span:last-child { font: 10px var(--mono); letter-spacing: 1px; }
.art-image { margin-inline: -15px; }
.orbit-art { width: 100%; display: block; }
.hero-art figcaption { display: flex; justify-content: space-between; align-items: end; gap: 15px; border-top: 1px solid #55705b; padding-top: 15px; }
.hero-art figcaption > span:first-child { font-size: 27px; line-height: 1; font-weight: 700; letter-spacing: -1px; }
.art-footnote { font: 10px/1.5 var(--mono); text-align: right; }
.art-sticker { position: absolute; right: -17px; top: 66px; display: grid; place-content: center; width: 100px; height: 100px; border-radius: 50%; border: 1px solid var(--ink); outline: 3px solid #e6a57c; background: #e6a57c; color: #22382c; font: italic 44px/1 Georgia, serif; text-align: center; transform: rotate(10deg); }
.art-sticker small { margin-top: 7px; font: 9px var(--mono); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); padding-block: 24px 32px; }
.facts > div { padding-left: 28px; border-left: 1px solid var(--rule); }
.facts > div:first-child { padding-left: 0; border-left: 0; }
.facts p { font-size: 25px; margin-top: 8px; letter-spacing: -.8px; }
.facts .status-dot { width: 6px; height: 6px; margin: 0 0 4px 8px; }
.rewards { background: var(--ink); color: var(--paper); padding-block: 76px; margin-top: 20px; }
.rewards-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.rewards h2 { font-size: clamp(37px, 4vw, 55px); line-height: 1.12; letter-spacing: -1.8px; margin-block: 23px; }
.rewards-intro > p:not(.eyebrow) { max-width: 320px; font-size: 14px; line-height: 1.8; color: #c8d1c4; }
.margin-note { display: inline-block; margin: 37px 0 0 34px; color: #d6eaa6; font: italic 24px/1.2 Georgia, serif; transform: rotate(-6deg); }
.reward-details { min-width: 0; }
.tax-row { display: flex; gap: 28px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid #688171; }
.tax-number { font: 96px/.9 Georgia, serif; letter-spacing: -7px; white-space: nowrap; }
.tax-number span { font-size: 55px; }
.tax-row h3, .liquidity-row h3, .counter-label h3 { font-size: 15px; font-weight: 500; }
.tax-row > div > p { font-size: 12px; line-height: 1.8; color: #c8d1c4; margin-top: 10px; }
.liquidity-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; border-bottom: 1px solid #688171; }
.liquidity-row > p { font-size: 11px; color: #c8d1c4; }
.reward-counter { padding-top: 24px; }
.counter-label { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.counter-label .eyebrow { font-size: 8px; color: #c8d1c4; }
#total-rewarded { color: #d6eaa6; font: clamp(26px, 3vw, 40px)/1.3 var(--mono); letter-spacing: -1px; margin-top: 20px; overflow-wrap: anywhere; }
#reward-usd { color: #c8d1c4; font-size: 12px; margin-top: 8px; }
#reward-status { color: #c8d1c4; font: 10px/1.6 var(--mono); margin-top: 10px; }
.reward-source { display: inline-block; margin-top: 12px; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.buy { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; padding-block: 85px; }
.buy h2 { font-size: 68px; line-height: 1; letter-spacing: -3px; margin-block: 21px; }
#buy-status { max-width: 280px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.buy-links { border-top: 1px solid var(--ink); }
.buy-platform { display: flex; align-items: center; gap: 28px; padding: 23px 14px; border-bottom: 1px solid var(--rule); }
.platform-number { align-self: flex-start; padding-top: 5px; font: 10px var(--mono); }
.platform-name { flex: 1; font-size: 29px; font-weight: 500; letter-spacing: -1px; }
.platform-name small { display: block; margin-top: 7px; font: 10px var(--mono); letter-spacing: 0; color: var(--muted); }
.platform-arrow { font-size: 32px; }
.buy-primary { background: #d6dfc8; }
.buy-platform[aria-disabled="true"] { cursor: not-allowed; }
.buy-platform[aria-disabled="true"] .platform-arrow { color: #758370; }
.buy-platform[href]:hover { background: #ccd8bd; }
.closing { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 35px 45px; border-top: 1px solid var(--ink); }
.closing h2 { font-family: 'DM Sans', Arial, sans-serif; font-size: clamp(70px, 11vw, 148px); line-height: 1.15; letter-spacing: -9px; font-weight: 700; margin-top: 9px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px 28px; border-top: 1px solid var(--rule); font: 10px/1.5 var(--mono); }
.footer a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .header-note { display: none; }
  .hero { gap: 34px; }
  h1 { font-size: 5.5vw; letter-spacing: -2.5px; }
  .hero-art { padding: 18px; }
  .art-sticker { width: 80px; height: 80px; font-size: 35px; right: -12px; }
  .art-sticker small { font-size: 7px; }
  .hero-art figcaption > span:first-child { font-size: 22px; }
  .art-footnote { font-size: 8px; }
  .rewards-layout, .buy { gap: 45px; }
  .liquidity-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .counter-label { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 78px; gap: 12px; }
  .brand { font-size: 26px; }
  nav { gap: 17px; font-size: 11px; }
  .nav-cta span { margin-left: 7px; }
  .hero { grid-template-columns: 1fr; padding-block: 43px 42px; gap: 44px; }
  h1 { font-size: clamp(41px, 10.5vw, 70px); letter-spacing: -2px; margin-block: 23px; }
  .hero-description { max-width: 390px; font-size: 15px; }
  .hero-actions { gap: 18px; }
  .button { gap: 32px; padding: 14px 19px; }
  .contract { margin-top: 32px; }
  .hero-art { width: 85%; max-width: 370px; justify-self: center; }
  .art-sticker { top: 55px; }
  .facts { grid-template-columns: 1fr 1fr; row-gap: 24px; padding-block: 22px; }
  .facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .facts p { font-size: 23px; }
  .facts .eyebrow { font-size: 9px; }
  .rewards { padding-block: 45px; margin-top: 12px; }
  .rewards-layout { grid-template-columns: 1fr; gap: 35px; }
  .rewards h2 { font-size: 40px; }
  .margin-note { margin-top: 25px; font-size: 22px; }
  .tax-row { padding-top: 25px; border-top: 1px solid #688171; }
  .tax-number { font-size: 88px; }
  .liquidity-row { flex-direction: row; align-items: center; gap: 20px; }
  .liquidity-row > p { max-width: 120px; text-align: right; }
  .counter-label { flex-direction: row; align-items: center; gap: 12px; }
  .counter-label .eyebrow { max-width: 70px; text-align: right; }
  .buy { grid-template-columns: 1fr; gap: 30px; padding-block: 50px; }
  .buy h2 { font-size: 54px; }
  .buy h2 br { display: none; }
  .buy-platform { padding: 19px 12px; gap: 20px; }
  .platform-name { font-size: 26px; }
  .closing { flex-wrap: wrap; gap: 20px; padding-block: 28px 35px; }
  .closing h2 { font-size: 19vw; letter-spacing: -5px; }
  .footer { flex-wrap: wrap; gap: 12px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
