:root {
  color-scheme: dark;
  --bg: #0b0d08; --panel: #151810; --green: #c3f65e; --gold: #f5c850;
  --text: #f3f4ec; --muted: #a9afa0; --border: #343a2b; --light: #eff2e7;
  --mono: 'Courier New', monospace; --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, code:focus-visible, [tabindex]:focus-visible, summary:focus-visible { outline: 3px solid #699d26; outline-offset: 5px; }
::selection { background: var(--green); color: var(--bg); }
.site-wrap { max-width: 1440px; margin: 0 auto; padding: 0 64px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 5; padding: 14px; background: var(--green); color: var(--bg); }
.skip-link:focus { top: 16px; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.6px; white-space: nowrap; }
.brand img { width: 40px; height: 40px; image-rendering: pixelated; }
.site-header nav { display: flex; gap: 29px; font-size: 14px; }
.site-header nav a { padding: 10px 0; }
.site-header nav a:hover, footer nav a:hover { color: var(--green); }
.header-cta { border: 1px solid var(--green); color: var(--green); padding: 11px 18px; border-radius: 30px; font-size: 14px; white-space: nowrap; }
.header-cta span { margin-left: 10px; }
.header-cta:hover { color: var(--bg); background: var(--green); }
.hero { display: grid; grid-template-columns: minmax(0,1.13fr) minmax(0,1fr); gap: 25px 70px; padding: 40px 0 44px; align-items: center; }
.hero-copy { grid-column: 1; grid-row: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 700 12px var(--mono); letter-spacing: 1.5px; color: var(--gold); margin: 0 0 21px; }
.eyebrow > span { font-size: 22px; line-height: 1; }
.hero h1 { margin: 0; font-size: clamp(78px,8.6vw,120px); line-height: .88; letter-spacing: -6px; font-weight: 900; }
.hero h1 > span { display: block; }
.hero h1 .title-green { color: var(--green); margin-top: 9px; }
.title-period { color: var(--gold); }
.hero-line { font-size: 26px; font-weight: 700; margin: 22px 0 12px; letter-spacing: -.6px; }
.hero-line > span { color: var(--green); }
.hero-description { margin: 0; color: var(--muted); line-height: 1.6; }
.hero-art { grid-column: 2; grid-row: 1 / span 2; padding: 20px; background: radial-gradient(ellipse at center,#2b321b 0%,transparent 67%); border: 1px solid var(--border); border-radius: 24px; }
.art-top, .art-bottom { display: flex; justify-content: space-between; align-items: center; font: 12px/1.5 var(--mono); color: var(--muted); gap: 12px; }
.small-tag { padding: 6px 10px; border: 1px solid #516734; color: var(--green); border-radius: 15px; }
.coin { width: 100%; max-width: 375px; margin: 17px auto; image-rendering: pixelated; mix-blend-mode: screen; }
.art-bottom { padding-top: 16px; border-top: 1px solid var(--border); }
.art-bottom strong { color: var(--text); font-weight: 400; }
.art-bottom > a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; color: var(--green); font-size: 23px; }
.contract-panel { grid-column: 1; grid-row: 2; min-width: 0; padding: 16px 18px; background: var(--panel); border: 1px solid #4a5635; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; }
.contract-heading { font: 700 12px var(--mono); letter-spacing: .6px; display: flex; justify-content: space-between; gap: 12px; color: var(--green); margin-bottom: 12px; }
.muted { color: var(--muted); }
#network { color: var(--gold); text-align: right; letter-spacing: 0; }
.contract-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
#ca-value { font: 14px/1.5 var(--mono); overflow-wrap: anywhere; min-width: 0; user-select: all; }
.copy-button { min-width: 110px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 43px; padding: 10px 13px; border: 1px solid var(--green); border-radius: 24px; background: var(--green); font-size: 14px; font-weight: 700; color: var(--bg); cursor: pointer; }
.copy-button:not(:disabled):hover { background: #d9ff99; }
.copy-button:disabled { background: #262d1c; border-color: #4a5635; color: #a6b391; cursor: not-allowed; }
.contract-help { min-height: 18px; font-size: 12px; line-height: 1.5; color: var(--muted); margin: 10px 0 0; }
.contract-help[data-error=true] { color: var(--gold); }
.ticker-strip { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 0 -64px; padding: 18px 64px; background: var(--green); color: #19200d; font: 700 13px var(--mono); letter-spacing: 1.5px; overflow: hidden; white-space: nowrap; }
.ticker-strip b { font-size: 20px; }
.section-space { padding: 100px 0; }
.section-kicker { font: 700 12px var(--mono); letter-spacing: 1.6px; color: var(--gold); margin: 0 0 23px; }
h2 { font-size: clamp(38px,4.6vw,65px); line-height: 1.03; letter-spacing: -2.8px; margin: 0; }
h2 > span { color: var(--green); }
h3 { margin: 0; font-size: 24px; letter-spacing: -.7px; line-height: 1.15; }
.section-description { color: var(--muted); line-height: 1.7; max-width: 370px; margin: 24px 0 0; }
.explore-section { display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; }
.token-product { color-scheme: light; background: var(--light); color: #181e11; border-radius: 24px; overflow: hidden; }
.product-tabs { display: flex; padding: 9px; border-bottom: 1px solid #d1d7c5; gap: 5px; }
.product-tabs button { flex: 1; padding: 13px 8px; border: 0; background: transparent; border-radius: 30px; color: #4b5540; cursor: pointer; font-size: 14px; }
.product-tabs button[aria-selected=true] { background: #17200f; color: var(--light); }
.product-tabs button:not([aria-selected=true]):hover { background: #dce3cf; }
.product-panel { padding: 31px; min-height: 365px; }
.product-name { display: flex; align-items: center; gap: 13px; margin-bottom: 27px; }
.product-name img { flex-shrink: 0; width: 58px; height: 58px; border-radius: 50%; }
.product-name h3 { font-size: 22px; }
.product-name > div > span { font: 13px var(--mono); display: block; margin-top: 7px; color: #526440; }
.product-category { font: 12px var(--mono); margin-left: auto; padding: 7px 9px; border: 1px solid #bdc8ac; border-radius: 16px; white-space: nowrap; }
.token-facts { margin: 0; }
.token-facts > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid #d1d7c5; }
.token-facts dt { color: #5b6352; font-size: 14px; }
.token-facts dd { margin: 0; font-size: 14px; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.product-note { margin: 20px 0 0; font-size: 13px; color: #5b6352; }
.mini-label { font: 12px var(--mono); letter-spacing: 1px; }
.product-panel > .mini-label { margin: 0 0 20px; color: #5b6352; }
.product-panel > h3 { font-size: 35px; letter-spacing: -1.4px; }
.product-panel > p:not(.mini-label):not(.product-note) { font-size: 16px; color: #526047; line-height: 1.6; margin: 18px 0; }
.detail-ca { display: block; padding: 13px; background: #e0e6d4; border-radius: 8px; font: 13px/1.5 var(--mono); overflow-wrap: anywhere; margin: 18px 0; user-select: all; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 30px; padding: 14px 22px; min-height: 46px; font-size: 14px; font-weight: 700; }
.button-dark { background: #14200b; color: #f2f5e9; }
.button-dark:hover { background: #2d461a; }
.community-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.community-chips > span { padding: 8px 11px; border: 1px solid #c4cfb5; border-radius: 20px; font-size: 12px; }
.story-section { display: grid; grid-template-columns: 1.06fr .94fr; gap: 75px; align-items: center; padding: 70px 55px; border: 1px solid #34402a; border-radius: 26px; background: #141b0e; }
.story-text > p:not(.section-kicker) { color: #b7c0ad; line-height: 1.7; margin: 24px 0 0; max-width: 440px; }
.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 25px; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--green); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.twin-notes article { display: flex; align-items: flex-start; gap: 22px; padding: 35px 0; }
.twin-notes article + article { border-top: 1px solid #34402a; }
.twin-number { font: 48px/1 var(--mono); color: var(--green); letter-spacing: -4px; }
.twin-notes .mini-label { color: var(--gold); margin: 2px 0 16px; }
.twin-notes h3 { font-family: Georgia, serif; font-weight: 400; font-size: 29px; letter-spacing: -.5px; }
.twin-notes article p:last-child { color: #a9b49d; line-height: 1.65; margin: 14px 0 0; }
.section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 43px; }
.section-top .section-description { margin: 0; }
.steps-grid { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 0; padding: 0; }
.steps-grid li { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--border); border-radius: 18px; }
.step-number { font: 14px var(--mono); color: var(--green); border: 1px solid #445335; border-radius: 50%; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 35px; }
.steps-grid h3 { font-size: 23px; }
.steps-grid p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 17px 0 25px; }
.steps-grid .text-link { margin-top: auto; }
.meme-section { background: var(--light); color: #182110; margin: 0 -64px; padding: 75px 64px 80px; }
.meme-section .section-kicker, .meme-section h2 > span { color: #52792e; }
.meme-section .section-description { color: #5b6651; }
.asset-grid { display: grid; grid-template-columns: .85fr 1.6fr; gap: 25px; }
.asset-card { min-width: 0; background: white; border: 1px solid #d9dfcf; border-radius: 20px; overflow: hidden; }
.asset-preview { height: 265px; display: flex; align-items: center; justify-content: center; background: #0b0d08; overflow: hidden; }
.avatar-card .asset-preview { background: #dee8c7; }
.avatar-card .asset-preview img { width: 210px; height: 210px; border-radius: 50%; image-rendering: pixelated; }
.header-card .asset-preview img { width: 100%; height: auto; image-rendering: pixelated; }
.asset-caption { padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.asset-caption h3 { font-size: 19px; letter-spacing: -.5px; }
.asset-caption p { font: 12px var(--mono); color: #647056; margin: 8px 0 0; }
.download-button { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 700; padding: 11px 13px; border: 1px solid #b5c2a4; border-radius: 25px; white-space: nowrap; }
.download-button:hover { background: var(--green); }
.community-section { display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; }
.community-intro > p:last-child { color: var(--muted); line-height: 1.7; margin: 25px 0 0; }
.social-links { display: grid; gap: 16px; }
.social-card { display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px solid var(--border); background: var(--panel); border-radius: 18px; transition: border-color .2s, transform .2s; }
.social-card[href]:hover { border-color: var(--green); transform: translateY(-3px); }
.social-card[aria-disabled=true] { cursor: default; }
.social-icon { width: 32px; color: var(--green); font-size: 35px; flex-shrink: 0; }
.social-info { display: grid; gap: 10px; min-width: 0; }
.social-info strong { font-size: 23px; letter-spacing: -.6px; }
.social-info > span { font-size: 12px; color: var(--muted); overflow-wrap: anywhere; line-height: 1.5; }
.social-info > .social-purpose { font-size: 14px; color: #d0d8c6; }
.social-arrow { margin-left: auto; font-size: 25px; color: var(--green); }
.social-card[aria-disabled=true] .social-arrow { opacity: .3; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; border-top: 1px solid var(--border); padding: 80px 0 95px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details:first-child { border-top: 1px solid var(--border); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; font-size: 18px; font-weight: 500; padding: 25px 0; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--green); font-size: 27px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 30px 24px 0; }
.faq-list .text-link { margin: 0 0 26px; }
.closing-section { margin: 0 -64px; background: var(--green); color: #152008; text-align: center; padding: 78px 24px; }
.closing-section .section-kicker { color: #465b27; }
.closing-section h2 { font-size: clamp(48px,6.5vw,90px); letter-spacing: -3.5px; line-height: 1.03; }
.closing-section h2 em { font-family: Georgia,serif; font-weight: 400; }
.closing-section .button { margin-top: 30px; }
footer { min-height: 150px; padding: 40px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 12px; }
.footer-brand { font-size: 24px; font-weight: 800; color: var(--text); letter-spacing: -.8px; }
footer p { margin: 9px 0 0; }
footer nav { display: flex; gap: 24px; font-size: 14px; color: #d5dacd; }
.noscript { padding: 18px; border: 1px solid var(--gold); color: var(--gold); }
@media (max-width: 1100px) {
  .site-wrap { padding: 0 36px; }
  .site-header nav { gap: 20px; }
  .hero { column-gap: 35px; }
  .hero h1 { font-size: 96px; }
  .hero-art { padding: 17px; }
  .ticker-strip { margin: 0 -36px; padding: 18px 36px; }
  .section-space { padding: 80px 0; }
  .explore-section, .community-section, .faq-section { gap: 40px; }
  .product-panel { padding: 25px; }
  .product-category { display: none; }
  .story-section { padding: 45px 32px; gap: 36px; }
  .twin-notes h3 { font-size: 25px; }
  .steps-grid { gap: 15px; }
  .steps-grid li { padding: 24px 20px; }
  .meme-section { margin: 0 -36px; padding: 65px 36px; }
  .asset-caption { align-items: flex-start; flex-direction: column; padding: 21px; }
  .asset-preview { height: 235px; }
  .closing-section { margin: 0 -36px; }
  .social-card { padding: 23px 20px; gap: 16px; }
}
@media (max-width: 760px) {
  .site-wrap { padding: 0 22px; }
  .site-header { display: grid; grid-template-columns: 1fr auto; gap: 13px; padding: 17px 0 13px; }
  .brand { font-size: 19px; }
  .brand img { width: 34px; height: 34px; }
  .header-cta { font-size: 14px; padding: 9px 13px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: space-between; gap: 14px; font-size: 14px; }
  .site-header nav a { padding: 4px 0; }
  .hero { grid-template-columns: 1fr; gap: 23px; padding: 29px 0 37px; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .eyebrow { font-size: 12px; letter-spacing: .7px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(77px,21vw,120px); letter-spacing: -5px; }
  .hero-line { font-size: 24px; margin: 19px 0 11px; }
  .hero-description { font-size: 16px; line-height: 1.5; }
  .contract-panel { grid-column: 1; grid-row: 2; padding: 15px; }
  .hero-art { grid-column: 1; grid-row: 3; width: 100%; max-width: 490px; margin: 9px auto 0; padding: 19px; }
  .coin { max-width: 350px; margin: 20px auto; }
  .contract-heading { font-size: 12px; letter-spacing: 0; }
  #ca-value { font-size: 13px; }
  .copy-button { min-width: 101px; padding: 10px; font-size: 14px; }
  .ticker-strip { margin: 0 -22px; padding: 17px 22px; justify-content: flex-start; gap: 28px; font-size: 12px; }
  .section-space { padding: 60px 0; }
  h2 { font-size: 44px; letter-spacing: -1.9px; }
  .section-kicker { letter-spacing: 1px; margin-bottom: 20px; }
  .section-description { margin-top: 22px; }
  .explore-section, .community-section, .faq-section { grid-template-columns: 1fr; gap: 32px; }
  .product-panel { padding: 25px; min-height: 365px; }
  .product-panel > h3 { font-size: 34px; }
  .product-tabs button { font-size: 14px; }
  .product-name { margin-bottom: 20px; }
  .story-section { grid-template-columns: 1fr; gap: 26px; padding: 34px 24px; }
  .twin-notes article { padding: 29px 0; gap: 20px; }
  .twin-notes article:last-child { padding-bottom: 0; }
  .twin-notes h3 { font-size: 26px; }
  .section-top { display: block; margin-bottom: 32px; }
  .section-top .section-description { margin-top: 22px; }
  .steps-grid { grid-template-columns: 1fr; gap: 15px; }
  .steps-grid li { padding: 27px; }
  .step-number { margin-bottom: 25px; }
  .steps-grid p { margin-bottom: 22px; }
  .meme-section { margin: 0 -22px; padding: 55px 22px; }
  .asset-grid { grid-template-columns: 1fr; gap: 22px; }
  .asset-preview { height: 235px; }
  .header-card .asset-preview { height: 180px; }
  .asset-caption { flex-direction: row; align-items: center; padding: 21px 18px; }
  .asset-caption h3 { font-size: 17px; }
  .download-button { font-size: 14px; gap: 8px; padding: 10px 12px; }
  .social-card { padding: 24px 20px; }
  .social-info strong { font-size: 22px; }
  .social-purpose { max-width: 210px; }
  .faq-section { padding: 55px 0 65px; gap: 32px; }
  .faq-list summary { font-size: 17px; gap: 18px; padding: 23px 0; }
  .faq-list details > p { margin-right: 8px; }
  .closing-section { margin: 0 -22px; padding: 60px 20px; }
  .closing-section h2 { font-size: 52px; letter-spacing: -2px; }
  footer { flex-wrap: wrap; gap: 28px; padding: 35px 0; }
  footer nav { gap: 20px; }
  footer > span { width: 100%; }
}
@media (max-width: 365px) {
  .site-wrap { padding: 0 16px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand img { width: 29px; height: 29px; }
  .header-cta { padding: 9px 11px; }
  .hero h1 { font-size: 77px; }
  .eyebrow { font-size: 12px; letter-spacing: 0; }
  .contract-panel { padding: 12px; }
  .contract-row { gap: 9px; }
  .copy-button { min-width: 95px; font-size: 14px; padding: 10px 8px; }
  .art-top { font-size: 12px; }
  .ticker-strip { margin: 0 -16px; padding: 17px 16px; }
  .product-panel { padding: 21px; }
  .story-section { padding: 30px 20px; }
  .twin-number { font-size: 42px; }
  .twin-notes article { gap: 16px; }
  .twin-notes h3 { font-size: 24px; }
  .meme-section { margin: 0 -16px; padding: 50px 16px; }
  .asset-caption { align-items: flex-start; flex-direction: column; }
  .closing-section { margin: 0 -16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
