:root {
  --bg: #050807;
  --bg-soft: #0a100d;
  --panel: rgba(13, 21, 17, 0.78);
  --panel-strong: #0d1612;
  --line: rgba(197, 224, 205, 0.13);
  --line-strong: rgba(178, 238, 188, 0.25);
  --text: #f4f7f2;
  --muted: #9aa89e;
  --faint: #657168;
  --green: #8ef19b;
  --green-soft: #c4ffbe;
  --gold: #e9c979;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--bg);
  background-size: 64px 64px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5,8,7,.02) 0%, rgba(5,8,7,.72) 62%, var(--bg) 100%);
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ambient { position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(120px); opacity: .17; }
.ambient-one { width: min(620px, 100vw); height: 620px; top: -250px; right: 0; background: #49d981; }
.ambient-two { width: min(520px, 100vw); height: 520px; top: 1300px; left: 0; background: #557bff; opacity: .08; }

.site-header {
  width: min(calc(100% - 56px), var(--max));
  min-height: 92px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(100,224,137,.18)); }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand b { font-size: 16px; letter-spacing: .13em; }
.brand small { color: var(--faint); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 32px; color: #a9b6ad; font-size: 13px; }
nav a { position: relative; padding: 37px 0; transition: color .2s ease; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 1px; background: var(--green); transition: right .2s ease; }
nav a:hover { color: var(--text); }
nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.network-pill { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.network-pill i, .live-status i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(142,241,155,.08); }
.language-selector { position: relative; display: inline-flex; align-items: center; }
.language-selector::after { content: "⌄"; position: absolute; right: 10px; top: 50%; transform: translateY(-58%); color: var(--green); font-size: 12px; pointer-events: none; }
.language-selector select { min-height: 38px; padding: 0 30px 0 12px; border: 1px solid var(--line); border-radius: 0; color: #dfe8e1; background: rgba(255,255,255,.025); font: inherit; font-size: 11px; font-weight: 650; appearance: none; cursor: pointer; outline: none; }
.language-selector select:hover, .language-selector select:focus { border-color: var(--green); }
.language-selector option { color: #eef5ef; background: #0d1612; }

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .03em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-compact { min-height: 38px; padding: 0 17px; }
.button-primary { color: #061008; background: var(--green); box-shadow: 0 16px 50px rgba(92,227,129,.13); }
.button-primary:hover { background: var(--green-soft); box-shadow: 0 20px 60px rgba(92,227,129,.22); }
.button-outline { border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.button-outline:hover { border-color: var(--green); }
.button-text { color: #c9d2cb; padding-inline: 0; }
.button-text span { color: var(--green); }

.section-shell { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; min-width: 0; }
.section-shell > *, .hero > *, .section-heading > *, .economy > *, .status-panel > * { min-width: 0; }

.hero {
  min-height: 750px;
  padding: 88px 0 104px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 88px;
  align-items: center;
}
.eyebrow, .section-index { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.hero h1 { max-width: 780px; margin: 28px 0 32px; font-size: clamp(68px, 7.8vw, 112px); line-height: .91; letter-spacing: -.075em; font-weight: 560; }
.hero h1 em { color: var(--green); font-family: Georgia, "Songti SC", serif; font-weight: 400; font-style: normal; }
.hero-lede { max-width: 670px; color: #b4c0b7; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.hero-disclaimer { display: flex; flex-wrap: wrap; gap: 16px 25px; margin-top: 34px; color: #6f7b72; font-size: 10px; letter-spacing: .08em; }
.hero-disclaimer span::before { content: "—"; color: #49534c; margin-right: 8px; }

.hero-console {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(17,31,24,.92), rgba(7,12,10,.94));
  box-shadow: 0 36px 120px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.035);
  overflow: hidden;
}
.hero-console::before { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; top: -110px; border-radius: 50%; background: rgba(116,244,151,.12); filter: blur(60px); }
.console-topline { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--faint); font-size: 9px; font-weight: 760; letter-spacing: .14em; }
.live-status { display: inline-flex; align-items: center; gap: 9px; color: #a7bea9; }
.asset-focus { display: flex; align-items: center; gap: 24px; min-height: 205px; padding-block: 29px; }
.token-halo { width: 128px; height: 128px; display: grid; place-items: center; border: 1px solid rgba(142,241,155,.12); background: radial-gradient(circle, rgba(142,241,155,.12), rgba(255,255,255,.01) 64%); }
.token-halo img { width: 94px; height: 94px; object-fit: contain; filter: drop-shadow(0 18px 38px rgba(117,221,139,.22)); }
.asset-focus small { display: block; color: var(--faint); font-size: 9px; font-weight: 780; letter-spacing: .16em; }
.asset-focus strong { display: block; color: var(--green); margin: 7px 0 2px; font-size: 48px; letter-spacing: -.045em; }
.asset-focus p { margin: 0; color: var(--muted); font-size: 12px; }
.console-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.console-grid article { min-height: 116px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.console-grid span { display: block; color: var(--faint); font-size: 8px; font-weight: 780; letter-spacing: .14em; }
.console-grid strong { display: block; margin: 14px 0 5px; font-size: 22px; letter-spacing: -.03em; }
.console-grid strong.gold { color: var(--gold); }
.console-grid small { color: var(--muted); font-size: 10px; }
.console-foot { display: flex; justify-content: space-between; gap: 16px; margin-top: 21px; color: #5f6b62; font-size: 9px; }

.proof-strip { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { padding: 24px 34px; border-right: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 16px; align-items: center; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip span { grid-row: 1 / 3; color: var(--green); font-size: 9px; letter-spacing: .1em; }
.proof-strip strong { font-size: 17px; letter-spacing: -.02em; }
.proof-strip small { color: var(--faint); font-size: 10px; }

.vision { padding-block: 150px 140px; }
.section-intro { max-width: 930px; }
.section-intro h2, .section-heading h2, .economy h2, .status h2, .closing h2 { margin: 20px 0 27px; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.05; letter-spacing: -.055em; font-weight: 560; }
.section-intro > p { max-width: 730px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.pillar-grid { display: grid; grid-template-columns: .95fr 1.1fr .95fr; gap: 16px; margin-top: 70px; }
.pillar-card { min-height: 360px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.006)); display: flex; flex-direction: column; }
.pillar-card.featured { border-color: var(--line-strong); background: linear-gradient(145deg, rgba(75,143,91,.12), rgba(255,255,255,.01)); }
.pillar-card > span, .flow-meta { color: var(--green); font-size: 9px; font-weight: 780; letter-spacing: .16em; }
.pillar-card h3 { margin: 70px 0 18px; font-size: 27px; letter-spacing: -.035em; }
.pillar-card p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.pillar-card a { margin-top: auto; color: var(--green); font-size: 11px; }
.market-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.market-tags b { min-width: 45px; padding: 9px 10px; text-align: center; border: 1px solid var(--line); color: #aab8ad; font-size: 9px; letter-spacing: .08em; }
.market-line { display: flex; align-items: end; gap: 5px; height: 48px; margin-top: auto; }
.market-line i { flex: 1; height: 30%; background: rgba(142,241,155,.2); }
.market-line i:nth-child(2) { height: 55%; }
.market-line i:nth-child(3) { height: 38%; }
.market-line i:nth-child(4) { height: 75%; }
.market-line i:nth-child(5) { height: 62%; }
.market-line i:nth-child(6) { height: 100%; background: var(--green); }

.architecture { padding-block: 60px 145px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 7px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.flow-card { min-height: 400px; padding: 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .24s ease, transform .24s ease; }
.flow-card:hover { background: rgba(142,241,155,.035); transform: translateY(-4px); }
.flow-no { color: #4f5b52; font-size: 11px; }
.flow-meta { margin-top: 72px; }
.flow-card h3 { margin: 18px 0; font-size: 23px; line-height: 1.2; letter-spacing: -.03em; }
.flow-card p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.flow-card small { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: #78857b; font-size: 10px; line-height: 1.6; }

.economy { padding-block: 135px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.economy-copy > p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.economy-copy ul { margin: 31px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; color: #bac5bc; font-size: 11px; }
.economy-copy li { padding: 13px 15px; border: 1px solid var(--line); }
.economy-copy li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.distribution { padding: 33px; border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(21,39,29,.85), rgba(8,13,11,.9)); }
.distribution-title { display: flex; justify-content: space-between; gap: 18px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.distribution-title span { color: var(--faint); font-size: 9px; font-weight: 780; letter-spacing: .15em; }
.distribution-title strong { font-size: 33px; }
.distribution-bar { display: grid; grid-template-columns: 5fr 2fr 2fr 1fr; gap: 3px; height: 9px; margin: 27px 0 11px; }
.distribution-bar i:nth-child(1) { background: var(--green); }
.distribution-bar i:nth-child(2) { background: #75afed; }
.distribution-bar i:nth-child(3) { background: var(--gold); }
.distribution-bar i:nth-child(4) { background: #b78fe9; }
.distribution-list article { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.distribution-list article:last-child { border-bottom: 0; }
.distribution-list span { font-size: 13px; }
.distribution-list span b { color: var(--faint); font-size: 9px; margin-right: 12px; }
.distribution-list strong { font-size: 19px; }
.distribution-list small { grid-column: 1 / 3; color: var(--faint); font-size: 10px; }

.team { padding-block: 150px 135px; border-top: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 16px; }
.team-card { grid-column: span 2; min-height: 350px; padding: 25px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.023), rgba(255,255,255,.005)); transition: border-color .22s ease, transform .22s ease; }
.team-card:hover { border-color: var(--line-strong); transform: translateY(-5px); }
.member-top { display: flex; align-items: center; justify-content: space-between; }
.member-top span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line-strong); background: rgba(142,241,155,.05); color: var(--green); font-family: Georgia, serif; font-size: 18px; }
.member-top small { color: #535f56; font-size: 7px; font-weight: 800; letter-spacing: .16em; transform: rotate(90deg); }
.team-card h3 { margin: 60px 0 7px; font-family: Georgia, serif; font-size: 26px; line-height: 1.05; letter-spacing: -.025em; }
.team-card > strong { color: var(--green); font-size: 10px; letter-spacing: .07em; }
.team-card p { margin-top: 21px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.status { padding-block: 80px 145px; }
.status-panel { padding: 60px; border: 1px solid var(--line-strong); background: linear-gradient(120deg, rgba(19,37,27,.9), rgba(8,13,11,.9)); display: grid; grid-template-columns: 1fr .85fr; gap: 80px; }
.status-panel p { color: var(--muted); line-height: 1.85; }
.status-steps { border-top: 1px solid var(--line); }
.status-steps article { display: grid; gap: 7px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.status-steps span { color: var(--green); font-size: 8px; font-weight: 780; letter-spacing: .13em; }
.status-steps article:nth-child(3) span { color: var(--gold); }
.status-steps article:nth-child(4) span { color: #e39591; }
.status-steps strong { font-size: 13px; }
.status-actions { margin-top: 26px; }
.section-footnote { margin-top: 28px; padding: 16px 20px; border: 1px solid rgba(229,193,116,.25); background: rgba(229,193,116,.05); color: var(--warning); font-size: 12px; line-height: 1.8; border-radius: 10px; }
.trading { padding-block: 150px 135px; border-top: 1px solid var(--line); }

.closing { padding: 110px 0 120px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: end; }
.closing > div > span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.closing h2 { margin-bottom: 0; }
.closing p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

footer { min-height: 120px; padding: 30px max(28px, calc((100% - var(--max)) / 2)); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--faint); font-size: 10px; }
footer .brand { color: var(--text); }
footer div { display: flex; gap: 24px; }
footer a:hover { color: var(--green); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

@media (max-width: 1100px) {
  nav { display: none; }
  .hero { gap: 48px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .settlement-strip { grid-template-columns: repeat(2, 1fr); }
  .settlement-strip > article:nth-child(2) { border-right: 0; }
  .settlement-strip > article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .team-card { grid-column: span 5; }
  .team-card:last-child { grid-column: 3 / span 6; }
}

@media (max-width: 820px) {
  .site-header, .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .network-pill { display: none; }
  .hero { min-height: auto; padding-block: 70px 80px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(55px, 17vw, 80px); }
  .hero-console { max-width: 620px; }
  .pillar-grid, .economy, .status-panel, .closing { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .pillar-card { min-height: 300px; }
  .economy, .closing { gap: 55px; }
  .status-panel { padding: 38px; gap: 45px; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .site-header { min-height: 78px; }
  .brand img { width: 33px; height: 33px; }
  .brand small { display: none; }
  .header-actions { gap: 7px; }
  .header-actions .button { min-height: 34px; padding: 0 10px; }
  .language-selector select { width: 78px; min-height: 34px; padding-left: 9px; font-size: 10px; }
  .hero { gap: 42px; padding-top: 55px; }
  .hero h1 { margin-top: 22px; font-size: 54px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .button-text { justify-content: flex-start; }
  .hero-console { padding: 20px; }
  .console-topline { align-items: flex-start; flex-direction: column; }
  .asset-focus { min-height: 160px; gap: 16px; }
  .token-halo { width: 92px; height: 92px; }
  .token-halo img { width: 70px; height: 70px; }
  .asset-focus strong { font-size: 36px; }
  .console-grid article { min-height: 105px; padding: 14px; }
  .console-foot { flex-direction: column; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip > div:last-child { border-bottom: 0; }
  .vision, .team, .referral { padding-block: 105px; }
  .section-intro h2, .section-heading h2, .economy h2, .status h2, .closing h2 { font-size: 42px; }
  .pillar-grid, .flow-grid { grid-template-columns: 1fr; }
  .settlement-strip { grid-template-columns: 1fr; }
  .settlement-strip > article { border-right: 0; border-bottom: 1px solid var(--line); }
  .settlement-strip > article:last-child { border-bottom: 0; }
  .flow-card { min-height: 340px; }
  .economy { padding-block: 100px; }
  .economy-copy ul { grid-template-columns: 1fr; }
  .distribution { padding: 23px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card, .team-card:last-child { grid-column: auto; min-height: 310px; }
  .status-panel { padding: 28px 22px; }
  .closing { padding-block: 90px; }
  footer { align-items: flex-start; flex-direction: column; }
}
