:root {
  --bg: #090b0f;
  --panel: #10141a;
  --panel-2: #161b22;
  --panel-3: #0d1015;
  --ink: #fff7e8;
  --muted: #a8adb5;
  --gold: #ffb916;
  --gold-2: #ffd45c;
  --orange: #f06b1d;
  --red: #b72e22;
  --green: #20a56d;
  --line: rgba(255,255,255,.1);
  --shadow: 0 24px 70px rgba(0,0,0,.4);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(255,185,22,.09), transparent 24rem),
    radial-gradient(circle at 80% 18%, rgba(240,107,29,.12), transparent 28rem),
    linear-gradient(180deg, #090b0f, #07090d 30%, #090b0f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-noise {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
}

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0 24px; }
.eyebrow {
  margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 950; letter-spacing: .18em;
}
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 760px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px; font-size: clamp(3.6rem, 8vw, 7rem); line-height: .87; letter-spacing: -.065em; text-transform: uppercase;
}
h1 span { color: var(--gold); text-shadow: 4px 4px 0 var(--red); }
h2 { margin-bottom: 15px; font-size: clamp(2.2rem, 4.8vw, 4.8rem); line-height: .96; letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 1.3rem; letter-spacing: -.025em; }
.lead, .section-heading > p:last-child, .cta-copy p:last-of-type {
  color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.72;
}

.button {
  min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 900; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button.primary { color: #171006; background: var(--gold); box-shadow: 0 9px 0 #9a4b0f; }
.button.primary:hover { background: var(--gold-2); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.03); border-color: var(--line); }
.ghost-button {
  min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); color: var(--muted); font-weight: 800; cursor: pointer;
}

.site-header {
  position: sticky; top: 0; z-index: 80; padding-top: 16px;
}
.header-inner {
  min-height: 74px; padding: 10px 14px 10px 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  border: 1px solid var(--line); border-radius: 18px; background: rgba(9,11,15,.78); backdrop-filter: blur(16px); box-shadow: 0 14px 40px rgba(0,0,0,.2);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,185,22,.35); }
.brand strong { display: block; font-size: .98rem; letter-spacing: .04em; }
.brand span { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.nav { display: flex; justify-content: center; gap: 28px; color: var(--muted); font-weight: 800; font-size: .92rem; }
.nav a:hover { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 10px; }

.hero { padding: 44px 0 34px; }
.hero-grid { display: grid; grid-template-columns: .97fr 1.03fr; gap: 42px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-pills { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-pills span {
  padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); color: var(--muted); font-size: .84rem; font-weight: 800;
}

.hero-stage {
  position: relative; min-height: 660px; display: grid; place-items: center; isolation: isolate;
}
.stage-glow {
  position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: rgba(240,107,29,.24); filter: blur(80px); z-index: 0;
}
.stage-ring {
  position: absolute; border: 1px solid rgba(255,185,22,.2); border-radius: 50%; z-index: 0;
}
.ring-a { width: 82%; aspect-ratio: 1; transform: rotate(14deg) scaleY(.8); }
.ring-b { width: 66%; aspect-ratio: 1; transform: rotate(-24deg) scaleY(.92); }
.token-chip {
  position: absolute; top: 6%; right: 5%; z-index: 4; width: 150px; aspect-ratio: 1; padding: 10px; border-radius: 50%;
  background: rgba(8,10,13,.78); border: 1px solid rgba(255,185,22,.26); box-shadow: var(--shadow);
}
.hero-mascot {
  position: relative; z-index: 3; width: min(100%, 650px); max-height: 88svh; object-fit: contain; filter: drop-shadow(0 28px 38px rgba(0,0,0,.48));
  animation: float 4.8s ease-in-out infinite;
}
.speech {
  position: absolute; left: 6%; top: 10%; z-index: 5; padding: 12px 18px; color: #171006; background: var(--gold-2); border: 4px solid #171006;
  border-radius: 18px 18px 18px 4px; font-weight: 950; transform: rotate(-7deg); box-shadow: 7px 7px 0 var(--red);
}
.hero-mini-panels {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.hero-mini-panel {
  min-width: 0;
  padding: 16px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16,20,26,.94);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}
.hero-mini-panel strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: .08em;
}
.hero-mini-panel span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.4;
}

.ticker-strip {
  overflow: hidden; border-block: 1px solid rgba(255,185,22,.4); background: var(--gold); color: #171006; transform: rotate(-1deg) scale(1.02);
}
.ticker-track {
  width: max-content; padding: 13px 0; display: flex; gap: 28px; align-items: center; font-size: .92rem; font-weight: 950; letter-spacing: .08em; animation: ticker 22s linear infinite;
}

.bento-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.bento-card {
  position: relative; overflow: hidden; min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(180deg, rgba(18,23,30,.95), rgba(12,15,20,.98)); box-shadow: var(--shadow);
}
.bento-card.large { grid-row: span 2; min-height: 560px; }
.bento-card img { user-select: none; }
.bento-label { margin: 0 0 10px; color: var(--gold); font-size: .76rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.mascot-card {
  display: flex; flex-direction: column; justify-content: space-between;
  background: radial-gradient(circle at 60% 30%, rgba(240,107,29,.17), transparent 20rem), linear-gradient(180deg, rgba(18,23,30,.96), rgba(10,13,18,.99));
}
.mascot-card img { width: 72%; margin: 0 auto; filter: drop-shadow(0 20px 24px rgba(0,0,0,.34)); }
.logo-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.logo-card img { width: 180px; border-radius: 50%; }
.info-card.warm { background: radial-gradient(circle at 10% 10%, rgba(255,185,22,.08), transparent 12rem), linear-gradient(180deg, rgba(18,23,30,.96), rgba(10,13,18,.99)); }
.clean-list { padding-left: 18px; margin: 12px 0 0; color: var(--muted); line-height: 1.75; }

.game-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 18px; align-items: stretch; }
.arcade-frame {
  padding: 18px; border: 1px solid rgba(255,185,22,.28); border-radius: 34px; background: linear-gradient(180deg, rgba(17,21,27,.95), rgba(10,12,16,.98)); box-shadow: var(--shadow);
}
.arcade-topbar {
  padding: 10px 14px 16px; display: flex; justify-content: space-between; align-items: center;
}
.topbar-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; }
.topbar-brand img { width: 38px; height: 38px; border-radius: 50%; }
.topbar-badge {
  padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,185,22,.26); color: var(--gold); background: rgba(255,185,22,.07); font-size: .76rem; font-weight: 950; letter-spacing: .1em;
}
.game-card {
  position: relative; min-height: 730px; padding: clamp(22px, 4vw, 40px); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid rgba(255,185,22,.2); border-radius: 28px; background: radial-gradient(circle at 50% 40%, rgba(255,185,22,.12), transparent 25rem), linear-gradient(160deg, #151a21, #0d1014);
}
.game-hud, .power-label { position: relative; z-index: 8; display: flex; justify-content: space-between; }
.game-hud strong { display: block; margin-top: 7px; font-size: clamp(1.65rem, 4vw, 3.4rem); }
.hud-right { text-align: right; }
.hud-label, .power-label { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.game-backdrop {
  position: absolute; inset: 138px 0 auto; margin: auto; z-index: 1; width: min(44%, 360px); aspect-ratio: 1; display: grid; place-items: center; opacity: .48; transition: transform .25s, opacity .25s, filter .25s;
}
.game-backdrop img { width: 100%; object-fit: contain; }
.mascot-aura { position: absolute; inset: 8%; border-radius: 50%; background: var(--gold); filter: blur(42px); opacity: .14; }
.game-card.is-playing .game-backdrop { opacity: .64; }
.game-card.state-nervous .game-backdrop { transform: scale(1.03) rotate(-1deg); }
.game-card.state-strong .game-backdrop { transform: scale(1.07); filter: saturate(1.15); }
.game-card.state-diamond .game-backdrop { transform: scale(1.13); filter: saturate(1.25) drop-shadow(0 0 22px rgba(86,214,200,.42)); }
.game-card.state-legendary .game-backdrop { transform: scale(1.18); filter: saturate(1.35) drop-shadow(0 0 28px rgba(255,185,22,.45)); }
.hold-button {
  position: relative; z-index: 8; align-self: center; width: min(330px, 76vw); aspect-ratio: 1; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; background: transparent; cursor: pointer; user-select: none; touch-action: none;
}
.hold-coin {
  position: absolute; inset: 11%; display: grid; place-items: center; border: 9px solid #211505; border-radius: 50%; background: var(--gold);
  box-shadow: inset 0 -22px 0 #d87814, 0 15px 0 #7d350d, 0 28px 65px rgba(255,185,22,.2);
  font-size: clamp(7rem, 16vw, 11rem); font-weight: 1000; line-height: 1; color: #171006;
  transition: transform .15s ease, filter .15s ease;
}
.hold-copy { position: absolute; bottom: -44px; display: grid; gap: 4px; color: var(--ink); text-shadow: 0 2px 8px #000; }
.hold-copy small { color: var(--muted); }
.hold-glow { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255,185,22,.35); animation: pulse 2s ease-out infinite; }
.hold-button.is-holding .hold-coin { transform: scale(.95); filter: brightness(1.08); }
.hold-button.is-holding .hold-glow { border-width: 8px; animation-duration: .65s; }
.power-wrap { position: relative; z-index: 8; margin-top: 68px; }
.power-bar { height: 16px; margin-top: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #080a0d; }
.power-bar span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--orange)); transition: width .08s linear; }
.game-message { position: relative; z-index: 8; min-height: 24px; margin-top: 20px; color: var(--muted); text-align: center; font-weight: 700; }
.hazard-layer { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.hazard { position: absolute; width: 76px; height: 76px; display: grid; place-items: center; animation: hazardIn 1.4s ease both; }
.hazard img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(0,0,0,.35)); }
.hazard-text { padding: 9px 12px; border: 3px solid #180908; border-radius: 10px; color: #fff; background: var(--red); font-weight: 950; box-shadow: 5px 5px 0 rgba(0,0,0,.35); white-space: nowrap; }
.game-card.panic { animation: shake .13s linear infinite; }
.game-overlay {
  position: absolute; inset: 0; z-index: 20; padding: 24px; display: grid; place-items: center; background: rgba(6,8,11,.78); backdrop-filter: blur(9px);
  opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s;
}
.game-overlay.is-visible { opacity: 1; visibility: visible; }
.overlay-panel {
  width: min(520px, 100%); padding: 34px; border: 1px solid rgba(255,185,22,.28); border-radius: 24px; text-align: center; background: #11151b; box-shadow: var(--shadow);
}
.overlay-kicker { display: block; margin-bottom: 12px; color: var(--gold); font-weight: 950; letter-spacing: .12em; font-size: .76rem; }
.result-stats { margin-top: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.result-stats div { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #0c0f13; }
.result-stats span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.game-side { display: grid; gap: 12px; }
.side-box {
  min-height: 132px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, rgba(16,20,26,.96), rgba(12,15,20,.99)); box-shadow: var(--shadow);
}
.side-box img { flex: 0 0 auto; }
.side-box strong { display: block; margin-bottom: 4px; }
.side-box p { margin: 0; color: var(--muted); line-height: 1.5; font-size: .86rem; }
.side-box.danger { border-color: rgba(183,46,34,.35); }
.side-box.success { border-color: rgba(86,214,200,.28); }

.token-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.3fr; gap: 14px; }
.token-grid article {
  min-height: 170px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(180deg, rgba(16,20,26,.96), rgba(12,15,20,.99)); box-shadow: var(--shadow);
}
.token-grid span { color: var(--muted); font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.token-grid strong { font-size: clamp(1.25rem, 2.6vw, 2.2rem); line-height: 1; overflow-wrap: anywhere; }
.text-button { width: max-content; padding: 0; border: 0; color: var(--gold); background: none; font-weight: 900; cursor: pointer; }

.cta-panel {
  padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: center; border: 1px solid rgba(255,185,22,.28); border-radius: 30px; background: linear-gradient(135deg, #171c23, #0f1318); box-shadow: var(--shadow);
}
.cta-visual { position: relative; min-height: 320px; display: grid; place-items: center; }
.cta-mascot { width: min(100%, 420px); object-fit: contain; filter: drop-shadow(0 18px 25px rgba(0,0,0,.45)); }
.cta-logo { position: absolute; right: 3%; top: 3%; width: 128px; border-radius: 50%; }
.site-footer { padding: 28px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}
@keyframes pulse {
  0% { transform: scale(.82); opacity: .7; }
  100% { transform: scale(1.18); opacity: 0; }
}
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hazardIn {
  0% { transform: translateY(-18px) scale(.4) rotate(-12deg); opacity: 0; }
  25% { transform: scale(1.08) rotate(5deg); opacity: 1; }
  100% { transform: translateY(36px) scale(.88); opacity: 0; }
}
@keyframes shake {
  0% { transform: translate(0); }
  25% { transform: translate(2px,-1px); }
  50% { transform: translate(-2px,1px); }
  75% { transform: translate(1px,2px); }
  100% { transform: translate(0); }
}

@media (max-width: 1080px) {
  .hero-grid, .game-layout, .cta-panel { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-actions, .hero-pills { justify-content: center; }
  .hero-stage { min-height: 560px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.large { min-height: 460px; }
  .game-side { grid-template-columns: repeat(2, 1fr); }
  .token-grid { grid-template-columns: 1fr 1fr; }
  .cta-visual { min-height: 280px; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto; gap: 12px; }
  .nav { display: none; }
  .ghost-button { display: none; }
  .hero { padding-top: 34px; }
  .hero-stage { order: -1; min-height: 470px; }
  .token-chip { width: 120px; top: 2%; right: 1%; }
  .game-side { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1180px); }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .button { width: 100%; }
  .header-cta .button { width: auto; }
  .hero-actions { flex-direction: column; }
  .hero-stage { min-height: 420px; }
  .hero-mascot { width: min(100%, 420px); }
  .token-chip { width: 96px; }
  .speech { left: 2%; top: 1%; font-size: .74rem; }
  .game-card { min-height: 680px; padding: 20px; }
  .game-backdrop { inset: 146px 0 auto; width: 58%; }
  .hold-button { width: min(280px, 82vw); }
  .hold-copy { bottom: -52px; }
  .game-side, .token-grid, .result-stats { grid-template-columns: 1fr; }
  .side-box { min-height: auto; }
  .result-actions { flex-direction: column; }
  .footer-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* V8 visible redesign markers */
.hero { padding-top: 70px; }
.hero-copy { position: relative; }
.hero-copy::before {
  content: 'BIG PUMP';
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255,185,22,.45);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255,185,22,.08);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
}
.hero-stage {
  border: 1px solid rgba(255,185,22,.2);
  border-radius: 40px;
  background:
    linear-gradient(145deg, rgba(255,185,22,.07), transparent 35%),
    linear-gradient(180deg, rgba(20,25,32,.8), rgba(8,10,14,.95));
  overflow: hidden;
}
.identity { padding-top: 90px; }


/* v10 hero composition: desktop panels no longer overlap the mascot */
@media (min-width: 1081px) {
  .hero-stage {
    min-height: 700px;
    padding: 30px 28px 158px;
  }

  .hero-mascot {
    width: min(92%, 590px);
    max-height: 530px;
    align-self: start;
    margin-top: 42px;
  }

  .token-chip {
    top: 34px;
    right: 34px;
  }

  .speech {
    top: 62px;
    left: 34px;
  }
}

@media (max-width: 1080px) {
  .hero-stage {
    padding-bottom: 132px;
  }

  .hero-mini-panels {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 620px) {
  .hero-stage {
    padding-bottom: 0;
  }

  .hero-mini-panels {
    display: none;
  }
}


.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 800;
  transition: color .18s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 620px) {
  .footer-links {
    justify-content: flex-start;
    gap: 12px 18px;
  }
}


/* v13 token card fixes */
.ticker-card strong {
  font-size: clamp(1.05rem, 2vw, 1.75rem);
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.contract-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.bscscan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 185, 22, .4);
  border-radius: 11px;
  color: var(--gold);
  background: rgba(255, 185, 22, .06);
  font-size: .86rem;
  font-weight: 900;
  transition: background .18s ease, transform .18s ease;
}

.bscscan-button:hover {
  background: rgba(255, 185, 22, .12);
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .ticker-card strong {
    font-size: clamp(1.2rem, 7vw, 1.7rem);
  }
}
