:root {
  --bg: #080b12;
  --panel: rgba(19, 24, 35, 0.9);
  --border: rgba(255, 255, 255, 0.08);
  --text: #f7f5fb;
  --muted: #9ca4b8;
  --pink: #ff3c92;
  --gold: #d8bb2b;
  --cyan: #5fcff8;
  --rose: #c66f9f;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --container: min(1180px, calc(100vw - 2rem));
  --radius: 26px;
  --mode-accent: var(--pink);
  --font-base: "Manrope", "Libre Franklin", "Segoe UI", sans-serif;
  --font-heading: "Libre Franklin", "Manrope", "Segoe UI", sans-serif;
  --font-small: "Manrope", "Libre Franklin", "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 60, 146, 0.17), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(95, 207, 248, 0.14), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(216, 187, 43, 0.08), transparent 28%),
    linear-gradient(180deg, #06080e 0%, #0a0d15 35%, #07090f 100%);
  color: var(--text);
  font-family: var(--font-base);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-copy strong,
.site-nav a,
.footer-wordmark {
  font-family: var(--font-heading);
}

button,
.button,
.menu-toggle,
.leaderboard-tab {
  font-family: var(--font-heading);
  white-space: nowrap;
}

.eyebrow,
.panel-label,
.feature-kicker,
.timeline-quarter,
.step-number,
.brand-copy small,
.metric-label,
.hero-float-card p,
.stats-bar-head p,
.stats-card .metric-label,
.play-caption,
.play-stats span,
.result-grid span,
.token-visual-meta span,
.play-footnotes span,
.history-head span,
.history-item-copy span,
.history-badge,
.leaderboard-header,
.footer-contract-box,
.footer-bottom p,
.footer-disclaimer {
  font-family: var(--font-small);
}

.page-backdrop {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 90%);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 4.75rem 0;
}

.section-header {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-header h2 {
  margin: 0.25rem 0 0.9rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.section-header p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-header-centered {
  margin-inline: auto;
  text-align: center;
}

.eyebrow,
.panel-label,
.feature-kicker,
.timeline-quarter,
.step-number {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: #f2d7e6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(7, 9, 15, 0.74);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.3rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 1rem;
  color: #fff;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(135deg, var(--pink), #ff7c6f);
  box-shadow: 0 12px 28px rgba(255, 60, 146, 0.28);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 1.05rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-nav a {
  color: #d7ddee;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0.85rem 1rem;
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(90deg, #f82f8e, #ff6ba8);
  box-shadow: 0 12px 26px rgba(248, 47, 142, 0.28);
}

.button-ghost {
  border-color: rgba(216, 187, 43, 0.38);
  color: #f4de83;
  background: rgba(216, 187, 43, 0.07);
}

.button-outline {
  border-color: var(--border);
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.button-dark {
  background: rgba(5, 8, 16, 0.92);
  color: #fff;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: clip;
  padding-top: 4.7rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 2.6rem;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 7vw, 5.75rem);
  line-height: 0.95;
  max-width: 11ch;
}

.lead {
  margin: 0;
  max-width: 58ch;
  color: #bec6d8;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.metric-card,
.social-stat {
  border: 1px solid var(--border);
  border-radius: 1.35rem;
  padding: 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.metric-value {
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
}

.metric-label {
  display: block;
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 34rem;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 5% 5% 12% 14%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 60, 146, 0.34), transparent 46%),
    radial-gradient(circle at 82% 10%, rgba(95, 207, 248, 0.22), transparent 22%),
    url("assets/accent-glow.png") center / cover no-repeat;
  filter: blur(12px);
  opacity: 0.72;
}

.hero-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 32rem);
  padding: 1.25rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    rgba(14, 18, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-frame img {
  width: 100%;
  border-radius: 1.45rem;
}

.hero-float-card {
  position: absolute;
  bottom: 1.1rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(24rem, 100%);
  padding: 1rem;
  border-radius: 1.5rem;
  background: rgba(14, 19, 29, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-float-card img {
  width: 6rem;
  border-radius: 1.2rem;
  flex: 0 0 auto;
}

.hero-float-card p {
  margin: 0 0 0.2rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-float-card strong {
  font-size: 1rem;
}

.stats-bar-section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 3.25rem;
  background: linear-gradient(180deg, #090b10 0%, #0a0c12 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.stats-bar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0,
      transparent calc(33.333% - 1px),
      rgba(255, 255, 255, 0.03) calc(33.333% - 1px),
      rgba(255, 255, 255, 0.03) 33.333%,
      transparent 33.333%,
      transparent calc(66.666% - 1px),
      rgba(255, 255, 255, 0.03) calc(66.666% - 1px),
      rgba(255, 255, 255, 0.03) 66.666%,
      transparent 66.666%,
      transparent 100%
    );
  pointer-events: none;
}

.stats-bar-section .container {
  position: relative;
  z-index: 1;
}

.stats-bar-head {
  text-align: center;
  margin: 0 auto 1.75rem;
}

.stats-bar-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
}

.stats-bar-head p {
  margin: 0.7rem 0 0;
  color: #7e8597;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stats-card {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 1.35rem 1.05rem 1.45rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(20, 23, 31, 0.96);
  box-shadow: none;
}

.stats-card::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  bottom: 0.8rem;
  width: 3px;
  border-radius: 999px;
}

.stats-card-pink::before {
  background: #ff7ea8;
}

.stats-card-gold::before {
  background: #f0ce1a;
}

.stats-card-cyan::before {
  background: #69dfff;
}

.stats-card .metric-label {
  margin: 0 0 0.55rem;
  color: #8e94a5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stats-card .metric-value {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1;
}

.ticker-strip {
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  min-width: max-content;
  padding-left: 100%;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.73rem;
  color: #f4de83;
}

.ticker-track span::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 2rem;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 14px rgba(255, 60, 146, 0.65);
}

.mode-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.mode-chip {
  min-height: 2.95rem;
  padding: 0.75rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d6dcec;
  font-weight: 500;
}

.mode-chip.is-active {
  background: linear-gradient(90deg, rgba(255, 60, 146, 0.18), rgba(255, 255, 255, 0.05));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 60, 146, 0.35);
}

.play-section {
  position: relative;
  overflow: hidden;
}

.play-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0,
      transparent calc(50% - 1px),
      rgba(255, 255, 255, 0.025) calc(50% - 1px),
      rgba(255, 255, 255, 0.025) 50%,
      transparent 50%,
      transparent 100%
    );
  pointer-events: none;
}

.play-section .container {
  position: relative;
  z-index: 1;
}

.play-intro {
  max-width: 43rem;
  margin-bottom: 2.1rem;
}

.play-intro h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.play-intro p {
  max-width: 40rem;
  margin-inline: auto;
  color: #a6acbb;
}

.play-layout {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
}

.glass-card,
.promo-card,
.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    var(--panel);
  box-shadow: var(--shadow);
}

.glass-card::before,
.promo-card::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: auto -12% -38% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 60, 146, 0.2), transparent 68%);
  opacity: 0.65;
}

.play-card {
  width: min(100%, 66rem);
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(20rem, 1.08fr);
  gap: 1.85rem;
  padding: 1.8rem 1.9rem;
  border-radius: 1rem;
  border-color: rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(90deg, rgba(31, 33, 41, 0.98) 0%, rgba(31, 33, 41, 0.98) 68%, rgba(40, 53, 61, 0.96) 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

.play-card::before {
  display: none;
}

.play-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 26rem;
}

.play-field-block + .play-field-block {
  margin-top: 1.2rem;
}

.play-caption {
  margin: 0 0 0.55rem;
  color: #8b91a2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.play-field {
  margin-top: 0;
}

.play-form,
.result-panel,
.mode-detail-card,
.history-card,
.token-card,
.token-visual-card,
.roadmap-card,
.pillar-card,
.board-card {
  position: relative;
  z-index: 1;
}

.panel-head,
.history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.panel-head h3,
.history-head h3,
.mode-detail-card h3,
.promo-card h3,
.timeline-item h3,
.pillar-tile h3,
.step-card h3,
.feature-card h3 {
  margin: 0.2rem 0 0;
  font-size: 1.28rem;
}

.panel-label {
  margin: 0;
  color: #f6d97c;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #edf1fb;
  font-size: 0.84rem;
}

.pill-live {
  background: rgba(255, 60, 146, 0.13);
  color: #ffd2e7;
}

.field {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.field span {
  color: #dfe5f6;
  font-weight: 700;
}

.input-shell {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.2rem;
  padding: 0.35rem 0.45rem 0.35rem 0.95rem;
  border-radius: 0.72rem;
  background: #05070d;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.currency {
  color: var(--gold);
  font-weight: 900;
  font-size: 1.1rem;
}

.input-shell input {
  width: 100%;
  color: #7d8698;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 600;
}

.input-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.bet-chip {
  min-height: 1.7rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.45rem;
  border: 0;
  background: #1a1f2b;
  color: #f3f5fb;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.play-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.play-risk-grid .mode-chip {
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #edf1fb;
  font-size: 0.9rem;
}

.play-risk-grid .mode-chip.is-active {
  background: rgba(255, 60, 146, 0.08);
  color: #ff8ab6;
  box-shadow: inset 0 0 0 1px rgba(255, 126, 168, 0.92);
}

.play-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.15rem 0 1.2rem;
}

.play-stats article {
  padding: 0.9rem 1rem;
  border-radius: 0.72rem;
  background: rgba(14, 16, 23, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.03);
  text-align: center;
}

.result-grid article,
.token-visual-meta article {
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.play-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-grid span,
.token-visual-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.play-stats strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.35rem;
}

.result-grid strong,
.token-visual-meta strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.05rem;
}

.play-stats article:first-child strong {
  color: #f0ce1a;
}

.play-roll-button {
  min-height: 3.15rem;
  border-radius: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.support-copy,
.mode-detail-card p,
.result-note,
.feature-card p,
.step-card p,
.timeline-item p,
.board-row span,
.promo-card p,
.token-card p,
.pillar-tile p {
  color: var(--muted);
}

.result-panel {
  align-self: stretch;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(95, 207, 248, 0.12), transparent 30%),
    rgba(8, 11, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.play-art-panel {
  align-self: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
}

.play-art-panel img {
  width: 100%;
  max-width: none;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.result-banner {
  margin-top: 0.8rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #d8dfee;
  font-weight: 700;
}

.result-banner.is-win {
  background: rgba(95, 207, 248, 0.16);
  color: #dff7ff;
}

.result-banner.is-loss {
  background: rgba(255, 60, 146, 0.16);
  color: #ffd9e9;
}

.result-number {
  margin-top: 1rem;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  font-weight: 900;
}

.result-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.progress-shell {
  margin-top: 1rem;
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.progress-fill {
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mode-accent), rgba(255, 255, 255, 0.9));
  transition: width 220ms ease, background 220ms ease;
}

.play-footnotes {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.15rem;
  justify-items: center;
  text-align: center;
}

.play-footnotes span {
  position: relative;
  padding-left: 0.95rem;
  color: #7f8695;
  font-size: 0.72rem;
}

.play-footnotes span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-50%);
}

.play-helper {
  display: none;
}

.side-stack {
  display: grid;
  gap: 1.4rem;
}

.mode-detail-card,
.history-card,
.token-card,
.token-visual-card,
.roadmap-card,
.pillar-card,
.board-card {
  padding: 1.5rem;
}

.mode-points,
.history-list,
.board-rows {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.mode-points li,
.history-list li,
.board-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mode-points li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--mode-accent);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22);
}

.mode-points li {
  justify-content: flex-start;
}

.history-head span {
  color: #f6d97c;
  font-size: 0.85rem;
}

.history-item-copy strong {
  display: block;
}

.history-item-copy span {
  color: var(--muted);
  font-size: 0.82rem;
}

.history-badge {
  min-width: 4.9rem;
  text-align: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.8rem;
}

.history-badge.win {
  color: #dbfbff;
  background: rgba(95, 207, 248, 0.14);
}

.history-badge.loss {
  color: #ffddea;
  background: rgba(255, 60, 146, 0.14);
}

.feature-grid,
.steps-grid,
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.step-card,
.social-stat {
  padding: 1.3rem;
}

.feature-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--gold);
}

.accent-pink {
  box-shadow: inset 0 3px 0 rgba(255, 60, 146, 0.7), var(--shadow);
}

.accent-gold {
  box-shadow: inset 0 3px 0 rgba(216, 187, 43, 0.72), var(--shadow);
}

.accent-cyan {
  box-shadow: inset 0 3px 0 rgba(95, 207, 248, 0.78), var(--shadow);
}

.accent-rose {
  box-shadow: inset 0 3px 0 rgba(198, 111, 159, 0.8), var(--shadow);
}

.split-layout,
.roadmap-layout,
.community-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.token-card {
  display: flex;
  flex-direction: column;
}

.token-bars {
  display: grid;
  gap: 0.95rem;
}

.token-row {
  display: grid;
  gap: 0.55rem;
}

.token-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.token-copy-row strong {
  font-size: 1rem;
}

.meter {
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), #ff93be);
}

.meter-gold span {
  background: linear-gradient(90deg, var(--gold), #ffe982);
}

.meter-red span {
  background: linear-gradient(90deg, #ff5b6e, #ff9b7a);
}

.meter-cyan span {
  background: linear-gradient(90deg, var(--cyan), #d4f7ff);
}

.meter-green span {
  background: linear-gradient(90deg, #2dd584, #9ef8c6);
}

.meter-violet span {
  background: linear-gradient(90deg, #8e63ff, #c1a5ff);
}

.meter-orange span {
  background: linear-gradient(90deg, #ff8a3d, #ffd07a);
}

.meter-rose span {
  background: linear-gradient(90deg, var(--rose), #e7a6c7);
}

.token-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.token-visual-card {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.token-visual-card img {
  width: 100%;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.03);
}

.token-visual-meta {
  display: grid;
  gap: 0.85rem;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 60, 146, 0.15);
  color: #ffd8ea;
}

.roadmap-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.roadmap-phase-card {
  padding: 1.35rem 1.2rem 1.2rem;
  min-height: 13rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    rgba(25, 27, 34, 0.92);
}

.roadmap-phase-card::before {
  display: none;
}

.roadmap-phase-card h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.roadmap-phase-pink {
  box-shadow: inset 0 3px 0 #ff7ea8, var(--shadow);
}

.roadmap-phase-pink h3,
.roadmap-phase-pink li::marker {
  color: #ff86b3;
}

.roadmap-phase-gold {
  box-shadow: inset 0 3px 0 #f0ce1a, var(--shadow);
}

.roadmap-phase-gold h3,
.roadmap-phase-gold li::marker {
  color: #f0ce1a;
}

.roadmap-phase-cyan {
  box-shadow: inset 0 3px 0 #69dfff, var(--shadow);
}

.roadmap-phase-cyan h3,
.roadmap-phase-cyan li::marker {
  color: #69dfff;
}

.roadmap-points {
  margin: 0;
  padding-left: 1.1rem;
  color: #b7becc;
}

.roadmap-points li {
  margin: 0.6rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pillar-tile {
  padding: 1.2rem;
  border-radius: 1.35rem;
  min-height: 10.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.tile-pink {
  background: linear-gradient(135deg, rgba(255, 60, 146, 0.22), rgba(255, 255, 255, 0.02));
}

.tile-gold {
  background: linear-gradient(135deg, rgba(216, 187, 43, 0.22), rgba(255, 255, 255, 0.02));
}

.tile-cyan {
  background: linear-gradient(135deg, rgba(95, 207, 248, 0.24), rgba(255, 255, 255, 0.02));
}

.tile-rose {
  background: linear-gradient(135deg, rgba(198, 111, 159, 0.22), rgba(255, 255, 255, 0.02));
}

.social-grid {
  margin-bottom: 1.35rem;
}

.leaderboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(20rem, 0.7fr);
  gap: 1.35rem;
}

.leaderboard-card {
  padding: 1.4rem;
}

.leaderboard-tabs {
  display: inline-flex;
  gap: 0.55rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.leaderboard-tab {
  min-height: 2.6rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d7ddee;
  font-weight: 500;
}

.leaderboard-tab.is-active {
  background: rgba(255, 60, 146, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 60, 146, 0.4);
}

.leaderboard-header,
.leaderboard-row {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1.4fr) minmax(4rem, 0.8fr) minmax(5rem, 0.9fr);
  gap: 1rem;
  align-items: center;
}

.leaderboard-header {
  margin-top: 1rem;
  padding: 0 0.2rem 0.75rem;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.leaderboard-row {
  padding: 1rem 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.leaderboard-rank {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.leaderboard-rank.is-top {
  background: rgba(216, 187, 43, 0.16);
  color: #ffe98a;
}

.leaderboard-player,
.leaderboard-wins,
.leaderboard-profit {
  font-weight: 700;
}

.leaderboard-profit {
  text-align: right;
  color: #ffe98a;
}

.community-layout {
  align-items: stretch;
}

.board-row strong {
  text-align: right;
}

.community-promo {
  align-self: stretch;
}

.promo-card {
  padding: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(95, 207, 248, 0.22), transparent 28%),
    linear-gradient(135deg, #ff3c92, #f56cae 60%, #ff93be);
  color: #fff;
}

.promo-card .eyebrow,
.promo-card p {
  color: rgba(255, 255, 255, 0.9);
}

.community-promo .button-telegram {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
  border-radius: 8px;
}

.community-promo .button-x {
  background: #000000;
  border-color: #000000;
  color: #fff;
  border-radius: 8px;
}

.legal-section {
  padding-top: 1.25rem;
}

.legal-head {
  max-width: 54rem;
}

.legal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 187, 43, 0.24);
  background: rgba(216, 187, 43, 0.08);
  color: #f4de83;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.45rem 1.5rem;
  min-height: 10.8rem;
  border-radius: 1.35rem;
}

.legal-card-pink {
  box-shadow: inset 0 3px 0 rgba(255, 60, 146, 0.72), var(--shadow);
}

.legal-card-gold {
  box-shadow: inset 0 3px 0 rgba(216, 187, 43, 0.72), var(--shadow);
}

.legal-card-cyan {
  box-shadow: inset 0 3px 0 rgba(95, 207, 248, 0.78), var(--shadow);
}

.legal-card-rose {
  box-shadow: inset 0 3px 0 rgba(198, 111, 159, 0.78), var(--shadow);
}

.legal-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  color: #edf1fb;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.legal-copy h3 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
}

.legal-copy p {
  margin: 0;
  color: #9fb0c9;
  line-height: 1.6;
}

.legal-footer {
  margin-top: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at top center, rgba(95, 207, 248, 0.08), transparent 42%),
    rgba(12, 18, 28, 0.96);
  border-color: rgba(95, 207, 248, 0.22);
  text-align: center;
}

.legal-footer p {
  margin: 0;
  color: #edf1fb;
  font-family: var(--font-heading);
  font-size: 1.06rem;
  font-weight: 600;
}

.cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 15.5rem;
  padding: clamp(2.75rem, 5vw, 4rem) 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 60, 146, 0.16), transparent 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 33.333%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 100%),
    linear-gradient(180deg, rgba(17, 16, 22, 0.98), rgba(16, 16, 22, 0.96));
  background-size: auto, 33.333% 100%, 100% 100%, auto;
  background-position: center top, left top, left top, center;
}

.cta-copy {
  max-width: 44rem;
}

.cta-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.2vw, 4rem);
  line-height: 1.02;
}

.cta-copy p:last-child {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.cta-card .button {
  min-width: 12rem;
}

.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border);
  background: rgba(16, 18, 25, 0.92);
}

.footer-shell {
  display: grid;
  gap: 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.85fr));
  gap: 2.5rem;
  align-items: start;
}

.footer-brand-block {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.footer-wordmark {
  color: #ff86b3;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.footer-description {
  max-width: 19rem;
  margin: 0;
  color: #8f95a6;
  font-size: 1.02rem;
  line-height: 1.55;
}

.footer-contract-box {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  width: min(100%, 16rem);
  padding: 0.75rem 0.95rem;
  border-radius: 0.9rem;
  background: rgba(8, 10, 16, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #7f8596;
  font-size: 0.82rem;
}

.footer-contract-box strong {
  color: #656c7d;
  font-weight: 700;
}

.footer-column {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.footer-column h4 {
  margin: 0 0 0.35rem;
  color: #f3f5fb;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.footer-column a {
  color: #a2a8b9;
  font-size: 1rem;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-bottom p {
  margin: 0;
  color: #676d7c;
  font-size: 0.86rem;
}

.footer-disclaimer {
  max-width: 29rem;
  text-align: right;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .play-layout,
  .split-layout,
  .roadmap-layout,
  .community-layout,
  .leaderboard-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 29rem;
  }

  .play-card {
    grid-template-columns: 1fr;
  }

  .play-form {
    max-width: 100%;
  }

  .feature-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-bar-grid,
  .trust-grid,
  .roadmap-phase-grid,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .section {
    padding: 4rem 0;
  }

  .desktop-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 1.3rem;
    border: 1px solid var(--border);
    background: rgba(8, 11, 18, 0.97);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 4rem;
  }

  .stats-bar-grid,
  .hero-metrics,
  .play-stats,
  .steps-grid,
  .trust-grid,
  .roadmap-phase-grid,
  .pillar-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 25rem;
  }

  .hero-frame {
    position: relative;
  }

  .hero-float-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100vw - 1.1rem, 100%);
  }

  .hero-copy h1,
  .cta-copy h2,
  .section-header h2 {
    max-width: none;
  }

  .hero-metrics,
  .feature-grid,
  .social-grid,
  .stats-bar-grid {
    grid-template-columns: 1fr;
  }

  .mode-switch {
    width: 100%;
    border-radius: 1.4rem;
  }

  .mode-chip {
    flex: 1 1 calc(50% - 0.75rem);
  }

  .play-stats {
    grid-template-columns: 1fr;
  }

  .leaderboard-tabs {
    width: 100%;
    justify-content: space-between;
  }

  .leaderboard-tab {
    flex: 1 1 0;
  }

  .leaderboard-header,
  .leaderboard-row {
    grid-template-columns: 2.7rem minmax(0, 1.4fr) minmax(3rem, 0.8fr) minmax(4rem, 0.9fr);
    gap: 0.65rem;
    font-size: 0.88rem;
  }

  .header-inner {
    min-height: 4.8rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-disclaimer {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .progress-fill,
  .ticker-track {
    animation: none;
    transition: none;
  }
}
