:root {
  --bg: #090a0c;
  --surface: #111316;
  --surface-2: #15181b;
  --line: rgba(244, 244, 238, .13);
  --line-strong: rgba(244, 244, 238, .25);
  --text: #f4f4ee;
  --muted: #9c9e9a;
  --acid: #d7ff43;
  --acid-dim: #98b82b;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.5'/%3E%3C/svg%3E"); z-index: 5; }
a { color: inherit; text-decoration: none; }
.page-glow { position: absolute; width: 55vw; height: 45vw; max-width: 800px; max-height: 650px; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .15; }
.page-glow--top { background: var(--acid); top: -28vw; right: -20vw; }
.page-glow--bottom { background: #5153ff; bottom: 20%; left: -45vw; opacity: .07; }
.section-shell, .site-header { width: min(1140px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; background: var(--text); display: grid; place-items: center; border: 1px solid var(--acid); }
.brand-mark img { width: 90%; height: 90%; object-fit: cover; mix-blend-mode: multiply; }
.brand-name { font-size: 1.2rem; font-weight: 700; letter-spacing: -.07em; }
.brand-name span { color: var(--acid); }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 16px; }
.main-nav a, .footer-links a { color: var(--muted); font-size: .78rem; letter-spacing: .02em; transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--acid); }
.button { border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: .76rem; font-weight: 600; letter-spacing: .01em; padding: 15px 22px; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { padding: 11px 17px; }
.button--primary { background: var(--acid); color: #12140c; }
.button--primary:hover { background: #e5ff87; }
.button--outline { border: 1px solid var(--line-strong); color: var(--text); }
.button--outline:hover { border-color: var(--acid); color: var(--acid); }
.button--ghost { border: 1px solid var(--line-strong); color: var(--text); }
.button--ghost:hover { border-color: var(--acid); color: var(--acid); }
.menu-toggle { display: none; background: transparent; color: var(--text); border: 0; padding: 10px; }
.menu-toggle span { display: block; height: 1px; width: 23px; background: currentColor; margin: 5px; }
.hero { min-height: 655px; display: grid; grid-template-columns: minmax(0, .98fr) minmax(400px, .8fr); align-items: center; gap: 60px; padding-top: 60px; padding-bottom: 72px; }
.eyebrow, .section-kicker, .art-label, .art-footer, .roadmap-status { font-family: var(--mono); text-transform: uppercase; font-size: .67rem; letter-spacing: .12em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--acid); margin-bottom: 25px; }
.pulse-dot, .chip-dot { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(215, 255, 67, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(4rem, 8vw, 7.45rem); line-height: .88; letter-spacing: -.085em; margin-bottom: 29px; font-weight: 600; }
h1 span, h2 span { color: var(--acid); }
h1 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 440px; color: var(--muted); line-height: 1.65; font-size: .93rem; margin-bottom: 30px; }
.hero-intro strong { color: var(--text); font-weight: 600; }
.button--buy { box-shadow: 0 0 0 1px rgba(215,255,67,.18), 0 12px 35px rgba(215,255,67,.12); }
.hero-actions, .buy-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-size: .78rem; font-weight: 500; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: var(--acid); gap: 13px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 56px; }
.hero-proof p { color: var(--muted); font-size: .7rem; line-height: 1.5; margin: 0; }
.hero-proof strong { color: var(--text); font-weight: 500; }
.proof-avatars { display: flex; }
.proof-avatars span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--bg); border-radius: 50%; background: var(--surface-2); color: var(--acid); font-size: .7rem; margin-left: -5px; }
.proof-avatars span:first-child { margin-left: 0; background: var(--acid); color: var(--bg); }
.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; isolation: isolate; }
.hero-art__halo { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: var(--acid); filter: blur(105px); opacity: .17; }
.hero-art__grid { position: absolute; width: 100%; height: 95%; opacity: .22; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 35px 35px; mask-image: radial-gradient(circle, black 25%, transparent 72%); }
.hero-art__card { position: relative; z-index: 2; width: min(370px, 78%); aspect-ratio: .83; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: #ebeee9; color: #0d0e0d; border-radius: 3px; box-shadow: 26px 35px 80px rgba(0, 0, 0, .44), 0 0 0 1px rgba(255,255,255,.3); transform: rotate(5deg); }
.hero-art__card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(13, 14, 13, .24); pointer-events: none; }
.art-label { position: relative; display: flex; justify-content: space-between; color: #535850; font-size: .6rem; }
.logo-frame { width: min(230px, 70%); aspect-ratio: 1; align-self: center; border-radius: 50%; overflow: hidden; background: #fff; border: 1px solid #d3d7d1; display: grid; place-items: center; }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.art-footer { position: relative; display: flex; justify-content: space-between; color: #535850; font-size: .54rem; }
.float-chip { position: absolute; z-index: 3; background: rgba(17, 19, 22, .85); border: 1px solid var(--line-strong); backdrop-filter: blur(12px); padding: 11px 13px; border-radius: 3px; font-family: var(--mono); font-size: .58rem; color: var(--muted); letter-spacing: .04em; }
.float-chip--top { top: 20%; right: 0; }
.float-chip--bottom { bottom: 13%; left: 3%; color: var(--acid); }
.chip-dot { display: inline-block; margin-right: 8px; width: 5px; height: 5px; box-shadow: none; }
.ticker { border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; transform: rotate(-1.15deg) scale(1.02); background: var(--acid); color: #15180f; }
.ticker-track { min-height: 50px; display: flex; align-items: center; justify-content: space-around; gap: 30px; width: max-content; min-width: 100%; padding: 0 20px; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; animation: ticker 28s linear infinite; }
.ticker-track i { font-style: normal; font-size: .8rem; }
@keyframes ticker { to { transform: translateX(-35%); } }
.manifesto { padding-top: 170px; padding-bottom: 150px; }
.section-kicker { color: var(--acid-dim); margin-bottom: 27px; }
.manifesto-content { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
h2 { font-size: clamp(2.8rem, 6vw, 5.7rem); line-height: .95; letter-spacing: -.08em; font-weight: 500; margin-bottom: 0; }
.manifesto-note { border-left: 1px solid var(--acid); padding: 8px 0 5px 23px; }
.manifesto-note p, .section-heading > p { color: var(--muted); font-size: .88rem; line-height: 1.65; }
.manifesto-note p { margin-bottom: 25px; }
.token-section { padding-bottom: 160px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-heading > p { max-width: 230px; margin-bottom: 4px; }
.token-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 13px; }
.token-card { min-height: 285px; padding: 22px; border: 1px solid var(--line); background: rgba(17, 19, 22, .7); display: flex; flex-direction: column; transition: border-color .2s ease, transform .2s ease; }
.token-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.token-card--feature { background: var(--acid); color: #16190e; border-color: var(--acid); }
.token-card-top { display: flex; justify-content: space-between; font-family: var(--mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; opacity: .78; }
.mini-icon { font-size: 1rem; }
.token-symbol { font-size: clamp(3rem, 5vw, 5.6rem); line-height: 1; letter-spacing: -.1em; margin: auto 0 14px; }
.token-value { font-size: 2.7rem; letter-spacing: -.08em; margin: auto 0 14px; }
.token-card p { color: inherit; opacity: .67; font-size: .76rem; line-height: 1.5; max-width: 220px; margin-bottom: 25px; }
.token-card:not(.token-card--feature) p { color: var(--muted); }
.token-card-line { height: 1px; background: rgba(22, 25, 14, .25); margin-bottom: 17px; }
.token-card .text-link { color: inherit; }
.token-address-row { display: flex; gap: 9px; align-items: center; margin: auto 0 14px; }
code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--mono); font-size: .8rem; color: var(--acid); }
.copy-button { border: 1px solid var(--line-strong); background: transparent; color: var(--muted); border-radius: 3px; padding: 5px 8px; cursor: pointer; }
.copy-button:hover { color: var(--acid); border-color: var(--acid); }
.roadmap { padding-bottom: 170px; }
.section-heading--roadmap { align-items: start; }
.section-heading--roadmap > p { margin-top: 52px; }
.roadmap-line { height: 1px; background: linear-gradient(90deg, var(--acid) 33%, var(--line) 33%); margin-bottom: 28px; }
.roadmap-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.roadmap-item { display: grid; grid-template-columns: 45px 1fr; gap: 13px; }
.roadmap-number { color: var(--muted); font-family: var(--mono); font-size: .7rem; padding-top: 5px; }
.roadmap-item--active .roadmap-number, .roadmap-item--active .roadmap-status { color: var(--acid); }
.roadmap-status { color: var(--muted); font-size: .57rem; }
.roadmap-item h3 { font-size: 1.45rem; font-weight: 500; letter-spacing: -.05em; margin: 10px 0 9px; }
.roadmap-item p { color: var(--muted); font-size: .78rem; line-height: 1.55; max-width: 200px; }
.buy-section { padding-bottom: 150px; }
.buy-panel { min-height: 360px; display: grid; grid-template-columns: 1fr .72fr; align-items: center; padding: 60px 70px; border: 1px solid var(--line); background: var(--surface); overflow: hidden; position: relative; }
.buy-panel::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(215,255,67,.18); border-radius: 50%; right: 40px; top: 50%; transform: translateY(-50%); box-shadow: 0 0 0 35px rgba(215,255,67,.02), 0 0 0 70px rgba(215,255,67,.02); }
.buy-copy { position: relative; z-index: 1; }
.buy-copy h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); margin-bottom: 22px; }
.buy-copy p { color: var(--muted); max-width: 390px; line-height: 1.6; font-size: .86rem; }
.buy-actions { margin-top: 31px; }
.buy-stamp { position: relative; justify-self: center; display: grid; place-items: center; width: 230px; aspect-ratio: 1; z-index: 1; }
.stamp-ring { position: absolute; border-radius: 50%; border: 1px solid var(--acid); }
.stamp-ring--outer { inset: 0; border-style: dashed; animation: spin 24s linear infinite; }
.stamp-ring--inner { inset: 27px; border-color: var(--line-strong); }
@keyframes spin { to { transform: rotate(360deg); } }
.stamp-mark { font-size: 2rem; letter-spacing: -.1em; font-weight: 600; }
.stamp-mark span { color: var(--acid); font-size: 1rem; vertical-align: top; margin-left: 3px; }
.stamp-caption { position: absolute; bottom: 38px; font-family: var(--mono); font-size: .52rem; line-height: 1.6; text-align: center; letter-spacing: .12em; color: var(--muted); }
.faq { padding-bottom: 145px; display: grid; grid-template-columns: .4fr 1fr; gap: 50px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; padding: 21px 0; font-size: 1rem; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--acid); font-family: var(--mono); font-size: 1.2rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); max-width: 580px; font-size: .84rem; line-height: 1.65; padding: 0 40px 24px 0; margin-bottom: 0; }
.site-footer { min-height: 120px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer p { color: var(--muted); font-size: .67rem; margin: 0; }
.footer-links { display: flex; gap: 25px; }
.toast { position: fixed; bottom: 25px; left: 50%; z-index: 20; padding: 12px 17px; border-radius: 3px; background: var(--acid); color: #14170e; font-family: var(--mono); font-size: .66rem; transform: translate(-50%, 130%); transition: transform .3s ease; }
.toast.is-visible { transform: translate(-50%, 0); }
@media (max-width: 800px) {
  .section-shell, .site-header { width: min(100% - 40px, 600px); }
  .site-header { min-height: 75px; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; margin: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 18px; background: rgba(9,10,12,.97); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 5px; }
  .header-cta { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding-top: 80px; padding-bottom: 80px; }
  h1 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .hero-art { min-height: 450px; }
  .hero-art__card { width: min(330px, 76%); }
  .float-chip--top { right: 2%; }
  .manifesto { padding-top: 130px; padding-bottom: 115px; }
  .manifesto-content, .faq { grid-template-columns: 1fr; gap: 36px; }
  .token-section, .roadmap, .buy-section { padding-bottom: 115px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .token-grid { grid-template-columns: 1fr; }
  .token-card { min-height: 250px; }
  .roadmap-items { grid-template-columns: 1fr; gap: 35px; }
  .roadmap-line { background: linear-gradient(90deg, var(--acid) 33%, var(--line) 33%); }
  .buy-panel { grid-template-columns: 1fr; padding: 45px 28px; gap: 55px; }
  .buy-stamp { width: 200px; }
  .buy-panel::after { right: 50%; top: auto; bottom: -100px; transform: translateX(50%); }
  .faq { padding-bottom: 110px; }
  .site-footer { flex-wrap: wrap; padding: 30px 0; }
  .site-footer p { order: 3; width: 100%; }
}
@media (max-width: 420px) {
  .section-shell, .site-header { width: calc(100% - 32px); }
  .hero { padding-top: 62px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-art { min-height: 390px; }
  .hero-art__card { width: 72%; }
  .float-chip { font-size: .5rem; }
  .float-chip--top { top: 14%; }
  .float-chip--bottom { bottom: 10%; }
}
