:root {
  --bg: #120406;
  --bg-alt: #221014;
  --panel: rgba(28, 15, 17, 0.92);
  --panel-strong: rgba(16, 8, 12, 0.96);
  --panel-cool: rgba(15, 18, 31, 0.88);
  --panel-cool-strong: rgba(11, 14, 24, 0.94);
  --text: #fff6df;
  --muted: #e4d5c0;
  --orange: #ff7a00;
  --gold: #ffc54d;
  --red: #ff4d2f;
  --green: #34f08b;
  --blue: #3ab6ff;
  --line: rgba(255, 168, 74, 0.24);
  --line-soft: rgba(255, 197, 77, 0.12);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.28);
  --content-width: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.reveal-ready .section,
body.reveal-ready .trust-strip article,
body.reveal-ready .featured-card,
body.reveal-ready .side-panel,
body.reveal-ready .ecosystem-feature,
body.reveal-ready .ecosystem-card,
body.reveal-ready .about-panel,
body.reveal-ready .contact-panel,
body.reveal-ready .footer-brand {
  opacity: 0;
  transform: translateY(18px);
}

.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 520ms ease, transform 520ms ease;
}

main section[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -4%, rgba(255, 122, 0, 0.2), transparent 22%),
    radial-gradient(circle at 84% 14%, rgba(58, 182, 255, 0.14), transparent 20%),
    radial-gradient(circle at 14% 76%, rgba(58, 182, 255, 0.08), transparent 18%),
    radial-gradient(circle at 12% 26%, rgba(255, 197, 77, 0.06), transparent 18%),
    linear-gradient(180deg, #2b1315 0%, #13070a 40%, #08040a 100%);
}

body.mobile-nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255, 122, 0, 0.05), rgba(255, 197, 77, 0.02), rgba(255, 122, 0, 0.05));
  background-size: 100% 4px, 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.28;
}

.page-shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 28px 0 64px;
}

.topbar,
.hero,
.featured-grid,
.app-grid,
.about-panel,
.footer,
.side-panel,
.featured-card,
.hero-card {
  position: relative;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 22px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(20, 9, 12, 0.84);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  position: sticky;
  top: 12px;
  z-index: 70;
  transition: padding 200ms ease, border-radius 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  transition: gap 200ms ease;
}

.brand h1,
.hero h2 {
  font-family: "Press Start 2P", monospace;
}

.hero-brand-copy h3,
.side-panel h4,
.ecosystem-feature h4,
.ecosystem-card h4,
.contact-panel h4,
.contact-sidebar h4,
.footer-brand h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand h1 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.brand-icon {
  width: clamp(92px, 12vw, 132px);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
  transition: transform 200ms ease;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 210, 140, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  transition: gap 200ms ease;
}

.topnav a,
.button {
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.mobile-nav-toggle,
.mobile-nav-panel {
  display: none;
}

.topnav a,
.button,
.social-link,
.discord-card,
.arcade-toggle,
.arcade-button,
.arcade-control,
.arcade-canvas {
  touch-action: manipulation;
}

.social-link,
.discord-card {
  text-decoration: none;
}

.inline-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.topnav a {
  color: var(--text);
  font-weight: 600;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, padding 180ms ease;
}

.topnav a.is-active {
  border-color: rgba(255, 197, 77, 0.32);
  background: rgba(255, 197, 77, 0.12);
  color: var(--gold);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, min-height 180ms ease, padding 180ms ease;
}

body.is-scrolled .topbar {
  padding: 12px 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(18, 8, 12, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

body.is-scrolled .brand {
  gap: 14px;
}

body.is-scrolled .brand-icon {
  transform: scale(0.82);
  transform-origin: left center;
}

body.is-scrolled .topnav {
  gap: 6px;
}

body.is-scrolled .topnav a {
  padding: 8px 12px;
}

body.is-scrolled .social-link {
  min-height: 40px;
  padding: 0 12px;
}

.social-link svg,
.discord-card svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.topnav a:hover,
.topnav a:focus-visible,
.social-link:hover,
.social-link:focus-visible,
.inline-link:hover,
.inline-link:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible {
  filter: brightness(1.12);
}

.topnav a:hover,
.topnav a:focus-visible {
  border-color: rgba(255, 197, 77, 0.2);
  background: rgba(255, 197, 77, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: start;
  padding: 44px 48px 48px;
  border: 1px solid rgba(255, 168, 74, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 110% -10%, rgba(255, 122, 0, 0.28), transparent 40%),
    radial-gradient(ellipse at -10% 110%, rgba(58, 182, 255, 0.18), transparent 40%),
    radial-gradient(circle at 60% 50%, rgba(255, 77, 47, 0.06), transparent 50%),
    linear-gradient(160deg, rgba(40, 14, 8, 0.98) 0%, rgba(12, 6, 18, 0.98) 100%);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255, 168, 74, 0.1),
    inset 0 1px 0 rgba(255, 197, 77, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.025) 30%, transparent 48%),
    repeating-linear-gradient(
      90deg,
      rgba(255,168,74,0.025) 0px,
      rgba(255,168,74,0.025) 1px,
      transparent 1px,
      transparent 60px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,168,74,0.018) 0px,
      rgba(255,168,74,0.018) 1px,
      transparent 1px,
      transparent 60px
    );
  pointer-events: none;
  z-index: 0;
  animation: mediaSweep 9s ease-in-out infinite;
}

.hero > * { position: relative; z-index: 1; }

.hero::after,
.featured-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 197, 77, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.hero h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.35;
  max-width: 12ch;
  text-shadow:
    0 0 30px rgba(255, 122, 0, 0.45),
    0 2px 4px rgba(0,0,0,0.5);
  letter-spacing: -0.01em;
}

.hero-copy {
  max-width: 39rem;
  padding-top: 8px;
}

.hero-text,
.section-heading p,
.featured-copy p,
.about-panel p,
.app-card p,
.side-panel p,
.footer p,
.feature-list {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.hero-actions,
.button-row,
.chip-row,
.hero-stats,
.app-grid,
.featured-grid {
  display: flex;
}

.hero-actions,
.button-row {
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, filter 180ms ease;
}

.button-primary {
  color: #220703;
  background: linear-gradient(180deg, #ffc54d 0%, #ff8c1a 100%);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2);
}

.button-store {
  min-width: min(280px, 100%);
  box-shadow:
    0 14px 28px rgba(255, 122, 0, 0.26),
    0 0 0 1px rgba(255, 197, 77, 0.18);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 197, 77, 0.14);
}

.button:active,
.social-link:active,
.topnav a:active,
.footer-links a:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.button:focus-visible,
.social-link:focus-visible,
.topnav a:focus-visible,
.footer-links a:focus-visible,
.discord-card:focus-visible,
.arcade-control:focus-visible {
  outline: 2px solid rgba(157, 226, 255, 0.7);
  outline-offset: 2px;
}

.status-board {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(58, 182, 255, 0.06), rgba(255, 197, 77, 0.05)),
    rgba(255, 197, 77, 0.03);
  border: 1px solid rgba(255, 197, 77, 0.18);
}

.status-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
}

.status-value {
  color: var(--text);
  font-weight: 600;
}

.featured-copy > .release-badge,
.app-hero-copy > .release-badge {
  margin-bottom: 14px;
}

.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 168, 74, 0.18);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.release-badge.is-live {
  color: var(--green);
  border-color: rgba(52, 240, 139, 0.24);
  background: rgba(52, 240, 139, 0.08);
}

.release-badge.is-review {
  color: var(--gold);
  border-color: rgba(255, 197, 77, 0.24);
  background: rgba(255, 197, 77, 0.1);
}

.release-badge.is-coming-soon {
  color: #9de2ff;
  border-color: rgba(58, 182, 255, 0.24);
  background: rgba(58, 182, 255, 0.08);
}

.release-badge.is-development {
  color: #ffb58f;
  border-color: rgba(255, 122, 0, 0.24);
  background: rgba(255, 122, 0, 0.08);
}

.hero-card,
.featured-card,
.side-panel,
.about-panel,
.app-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hero-card {
  padding: 24px;
  border-radius: 28px;
  backdrop-filter: blur(18px);
  align-self: stretch;
  background:
    radial-gradient(ellipse at top, rgba(255, 122, 0, 0.12), transparent 60%),
    rgba(20, 9, 14, 0.88) !important;
  border-color: rgba(255, 168, 74, 0.3) !important;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255, 197, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.hero-card:hover,
.featured-card:hover,
.side-panel:hover,
.ecosystem-feature:hover,
.ecosystem-card:hover,
.contact-panel:hover,
.contact-sidebar:hover,
.about-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.hero-brand-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.2);
  background:
    radial-gradient(ellipse at top, rgba(255, 197, 77, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 122, 0, 0.06), rgba(58, 182, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  text-align: center;
}

.hero-logo {
  width: 160px;
  height: 160px;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
  will-change: transform;
}

.hero-brand-copy h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(0.92rem, 1.3vw, 1.1rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.hero-note,
.score-box {
  padding: 16px 17px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 168, 74, 0.14);
}

.hero-note {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.stat-label,
.score-box span,
.app-state {
  display: block;
  margin-bottom: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.marquee {
  overflow: hidden;
  margin: 30px 0 14px;
  padding: 14px 0;
  border-block: 1px solid rgba(255, 168, 74, 0.16);
  opacity: 0.94;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.trust-strip article {
  padding: 24px 22px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(18, 10, 22, 0.96), rgba(8, 18, 30, 0.96));
  border: 1px solid rgba(255, 168, 74, 0.18);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  position: relative;
  overflow: hidden;
}

.trust-strip article::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,197,77,0.4), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.trust-strip article:hover::after {
  opacity: 1;
}

.trust-strip article:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.2);
}

.trust-strip-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.trust-strip strong {
  display: block;
  color: var(--text);
  line-height: 1.55;
  font-size: 1rem;
}

.section-handoff {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 32px 0 6px;
  padding: 14px 0 8px;
}

.section-handoff::before,
.section-handoff::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 197, 77, 0.3));
}

.section-handoff::after {
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.24), transparent);
}

.section-handoff p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: center;
}

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 168, 74, 0.16);
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.03);
  color: var(--gold);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: var(--shadow-soft);
}

.next-up-card {
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(58, 182, 255, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--panel-cool);
  box-shadow: var(--shadow-soft);
}

.next-up-card .app-state {
  margin-bottom: 10px;
}

.next-up-card p {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.75;
}

.marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: drift 22s linear infinite;
  font-family: "Press Start 2P", monospace;
  font-size: 0.78rem;
  color: var(--gold);
}

.section {
  position: relative;
  padding-top: 68px;
}

#featured {
  padding-top: 96px;
}

#about,
#contact {
  padding-top: 56px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h3 {
  margin: 0 0 14px;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.section-heading p {
  max-width: 42rem;
}

#featured::before {
  content: "";
  position: absolute;
  inset: 14px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.55), rgba(255, 197, 77, 0.2), transparent 80%);
  pointer-events: none;
}

#apps::before {
  content: "";
  position: absolute;
  inset: 14px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.5), rgba(255, 197, 77, 0.1), transparent 80%);
  pointer-events: none;
}

#about::before {
  content: "";
  position: absolute;
  inset: 14px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 240, 139, 0.4), rgba(58, 182, 255, 0.12), transparent 80%);
  pointer-events: none;
}

#arcade::before {
  content: "";
  position: absolute;
  inset: 14px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 77, 47, 0.5), rgba(255, 197, 77, 0.18), transparent 80%);
  pointer-events: none;
}

#contact::before {
  content: "";
  position: absolute;
  inset: 14px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.45), rgba(52, 240, 139, 0.15), transparent 80%);
  pointer-events: none;
}

#featured::after,
#apps::after,
#about::after,
#arcade::after,
#contact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 28px;
  opacity: 0.8;
}

#featured::after {
  background: radial-gradient(circle at 84% 24%, rgba(58, 182, 255, 0.07), transparent 18%);
}

#apps::after {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 197, 77, 0.06), transparent 14%),
    linear-gradient(135deg, transparent 0 74%, rgba(58, 182, 255, 0.04) 74% 76%, transparent 76% 100%);
}

#about::after {
  background: linear-gradient(90deg, rgba(58, 182, 255, 0.04), transparent 20%, transparent 80%, rgba(255, 197, 77, 0.04));
}

#arcade::after {
  background:
    radial-gradient(circle at 16% 20%, rgba(58, 182, 255, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
}

#contact::after {
  background: radial-gradient(circle at 88% 26%, rgba(58, 182, 255, 0.08), transparent 22%);
}

.featured-grid {
  gap: 24px;
  align-items: stretch;
}

.featured-card {
  flex: 1.4;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.1), transparent 34%),
    radial-gradient(ellipse at bottom left, rgba(255, 122, 0, 0.08), transparent 34%),
    linear-gradient(150deg, rgba(8, 24, 14, 0.96), rgba(18, 8, 20, 0.96));
  backdrop-filter: blur(14px);
  border-color: rgba(52, 240, 139, 0.18) !important;
  box-shadow:
    0 24px 48px rgba(0,0,0,0.45),
    0 0 0 1px rgba(52, 240, 139, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.featured-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(58, 182, 255, 0.18);
  background: rgba(58, 182, 255, 0.08);
  color: #9de2ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-art {
  display: grid;
  place-items: center;
  padding: 32px 24px;
  border-radius: 20px;
  min-height: 0;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(52, 240, 139, 0.35), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(58, 182, 255, 0.2), transparent 40%),
    radial-gradient(ellipse at 20% 20%, rgba(255, 122, 0, 0.15), transparent 40%),
    linear-gradient(180deg, rgba(6, 22, 14, 0.9), rgba(4, 8, 18, 0.95));
}

.featured-art::before,
.hero-brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.05) 28%, transparent 46%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.04), transparent 30%);
  transform: translateX(-120%);
  animation: mediaSweep 6s ease-in-out infinite;
  pointer-events: none;
}

.featured-art img {
  width: 200px;
  height: 200px;
  padding: 16px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(6, 13, 24, 0.98), rgba(6, 13, 24, 0.94));
  border: 1px solid rgba(58, 182, 255, 0.18);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
  will-change: transform;
}

.chip-row {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2f1305;
  background: linear-gradient(180deg, #ffc54d 0%, #ff9253 100%);
}

.feature-list {
  padding-left: 18px;
  margin: 0;
}

.side-panel {
  flex: 0.65;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top, rgba(58, 182, 255, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(6, 14, 28, 0.96), rgba(16, 8, 24, 0.96));
  backdrop-filter: blur(12px);
  border-color: rgba(58, 182, 255, 0.2) !important;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.side-panel h4 {
  margin: 0 0 18px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.flagship-summary-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.flagship-summary-band article,
.proof-mini-card,
.footer-card {
  position: relative;
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(20, 11, 16, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.flagship-summary-band article:hover,
.proof-mini-card:hover,
.footer-card:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.22);
}

.flagship-summary-band span,
.proof-mini-card span,
.footer-card span {
  display: block;
  color: rgba(255, 210, 140, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.flagship-summary-band span {
  margin-bottom: 8px;
  font-size: 0.68rem;
}

.proof-mini-card span,
.footer-card span {
  margin-bottom: 10px;
  font-size: 0.72rem;
}

.flagship-summary-band strong,
.proof-mini-card strong,
.footer-card strong {
  display: block;
  color: var(--text);
}

.flagship-summary-band strong {
  font-size: 0.98rem;
  line-height: 1.35;
  text-wrap: balance;
}

.proof-mini-card strong,
.footer-card strong {
  font-size: 1rem;
  line-height: 1.4;
}

.flagship-summary-band small,
.proof-mini-card p,
.footer-card p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.flagship-proof-panel {
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--panel-cool);
  border-color: rgba(91, 153, 255, 0.16);
}

.flagship-score-box strong {
  color: var(--green);
}

.proof-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.proof-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(58, 182, 255, 0.18);
  background: rgba(8, 17, 29, 0.6);
  color: #d8f1ff;
  font-size: 0.78rem;
  font-weight: 700;
}

.featured-proof-strip {
  margin-top: 18px;
}

.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.score-box {
  margin-top: 22px;
}

.score-box strong {
  display: block;
  font-family: "Press Start 2P", monospace;
  font-size: 2rem;
  color: var(--green);
}

.score-box small {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.arcade-panel,
.arcade-screen,
.arcade-stat {
  position: relative;
}

.arcade-panel {
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.18), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(125, 208, 255, 0.06), transparent 16%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.08), rgba(255, 122, 0, 0.02)),
    var(--panel-cool-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.arcade-panel::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 197, 77, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.arcade-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.arcade-stat {
  min-width: 140px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 168, 74, 0.18);
}

.arcade-stat strong {
  display: block;
  font-family: "Press Start 2P", monospace;
  font-size: 1.2rem;
  color: var(--gold);
}

.arcade-button {
  min-width: 170px;
}

.arcade-mini {
  min-width: 120px;
}

.arcade-sound {
  min-width: 150px;
}

.arcade-screen {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 168, 74, 0.2);
  background: #0b0610;
  box-shadow: inset 0 0 0 1px rgba(255, 197, 77, 0.08);
}

.arcade-canvas {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #20133f 0%, #15091b 100%);
}

.arcade-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  background: rgba(11, 6, 16, 0.72);
  backdrop-filter: blur(6px);
}

.arcade-overlay[hidden] {
  display: none !important;
}

.arcade-overlay h4 {
  margin: 0 0 14px;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.9;
}

.arcade-overlay [data-coin-rush-message] {
  max-width: 34rem;
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.arcade-summary {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.arcade-achievements {
  margin: -4px 0 20px;
  color: var(--blue);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.arcade-help-copy {
  max-width: 38rem;
  margin: -6px 0 20px;
  color: #cfefff;
  font-size: 0.94rem;
  line-height: 1.65;
}

.arcade-tip {
  margin: -4px 0 20px;
  color: #ffe2a7;
  font-size: 0.92rem;
  line-height: 1.6;
}

.arcade-controls {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 20px;
}

.arcade-mobile-preview {
  display: none;
  margin: 0 0 18px;
  padding: 20px 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(58, 182, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--panel-cool);
  box-shadow: var(--shadow-soft);
}

.arcade-mobile-preview h4 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
}

.arcade-mobile-preview p:last-of-type {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.arcade-mobile-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.arcade-mobile-preview-note {
  color: #cfefff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.arcade-toggle {
  display: none;
  margin-bottom: 18px;
}

.arcade-callout {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(91, 153, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(58, 182, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--panel-cool);
}

.arcade-callout p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.arcade-control {
  min-width: 140px;
  min-height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(255, 168, 74, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 197, 77, 0.16), rgba(255, 122, 0, 0.06)),
    rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
}

.arcade-control:active {
  transform: translateY(1px);
}

.arcade-control.is-pressed {
  transform: translateY(2px);
  border-color: rgba(255, 197, 77, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 197, 77, 0.2);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

.ecosystem-feature,
.ecosystem-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(13px);
}



.ecosystem-feature {
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.14), transparent 40%),
    radial-gradient(ellipse at bottom, rgba(255, 122, 0, 0.06), transparent 50%),
    linear-gradient(160deg, rgba(6, 22, 12, 0.96), rgba(16, 8, 20, 0.96));
  border-color: rgba(52, 240, 139, 0.2) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.4), 0 0 0 1px rgba(52,240,139,0.06);
}

.ecosystem-card {
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(6, 12, 28, 0.96), rgba(14, 8, 20, 0.96));
  border-color: rgba(58, 182, 255, 0.18);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.ecosystem-feature h4,
.ecosystem-card h4 {
  margin: 0 0 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.ecosystem-feature p,
.ecosystem-card p {
  color: var(--muted);
  line-height: 1.7;
}

.ecosystem-stack {
  display: grid;
  gap: 20px;
}

.ecosystem-timeline {
  position: relative;
  padding-left: 20px;
}

.ecosystem-timeline::before {
  content: "";
  position: absolute;
  inset: 8px auto 8px 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(255, 197, 77, 0.85), rgba(58, 182, 255, 0.3));
}

.ecosystem-timeline .ecosystem-card::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(255, 197, 77, 0.14);
}

.app-card {
  flex: 1 1 280px;
  padding: 22px;
  border-radius: 28px;
}

.app-card.active {
  background:
    linear-gradient(180deg, rgba(255, 122, 0, 0.16), rgba(255, 197, 77, 0.05)),
    var(--panel);
}

.app-card h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.7;
}

.app-state.live {
  color: var(--green);
}

.app-state.review {
  color: var(--gold);
}

.app-state.coming-soon {
  color: #9de2ff;
}

.app-state.development {
  color: #ffb58f;
}

.about-panel {
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top right, rgba(52, 240, 139, 0.07), transparent 40%),
    radial-gradient(ellipse at bottom left, rgba(255, 122, 0, 0.06), transparent 40%),
    linear-gradient(160deg, rgba(10, 24, 16, 0.96), rgba(20, 10, 28, 0.96));
  border: 1px solid rgba(52, 240, 139, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.contact-panel {
  padding: 32px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top, rgba(255, 197, 77, 0.07), transparent 40%),
    linear-gradient(160deg, rgba(22, 12, 8, 0.97), rgba(12, 8, 20, 0.97));
  border: 1px solid rgba(255, 197, 77, 0.18);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  position: relative;
  backdrop-filter: blur(12px);
}

.contact-sidebar {
  padding: 32px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at top, rgba(58, 182, 255, 0.1), transparent 40%),
    linear-gradient(160deg, rgba(6, 12, 28, 0.97), rgba(14, 8, 20, 0.97));
  border: 1px solid rgba(58, 182, 255, 0.18);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  position: relative;
  backdrop-filter: blur(12px);
}

#apps {
  position: relative;
}

#apps::after {
  content: "";
  position: absolute;
  inset: 28px -24px -28px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(9, 19, 34, 0.22), rgba(9, 19, 34, 0.1));
}

#about {
  position: relative;
}

#about::after {
  content: "";
  position: absolute;
  inset: 36px -18px -20px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(58, 182, 255, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(7, 15, 28, 0.16), rgba(7, 15, 28, 0.08));
}



.contact-panel h4,
.contact-sidebar h4 {
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.support-promise {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(58, 182, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.03);
}

.support-promise strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.support-promise p,
.support-promise li {
  color: var(--muted);
  line-height: 1.68;
}

.support-promise ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span,
.form-note {
  color: var(--muted);
}

[data-form-status].is-error {
  color: #ffb0a4;
}

[data-form-status].is-success {
  color: var(--green);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 168, 74, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 246, 223, 0.45);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(255, 197, 77, 0.35);
  outline-offset: 1px;
}

.contact-form.is-submitting .button-primary {
  opacity: 0.75;
  pointer-events: none;
}

.form-note {
  margin: 0;
  font-size: 0.95rem;
}

.discord-card,
.contact-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 74, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.discord-card {
  margin: 22px 0 16px;
  color: var(--text);
}

.discord-card strong,
.contact-mini-card strong {
  display: block;
}

.discord-card span {
  color: var(--muted);
}

.contact-mini-card {
  flex-direction: column;
  align-items: flex-start;
}

.footer {
  margin-top: 68px;
  padding: 32px 22px 10px;
  text-align: center;
  border-top: 1px solid rgba(255, 168, 74, 0.14);
  background:
    radial-gradient(circle at top center, rgba(58, 182, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  max-width: 48rem;
}

.footer-destination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px auto 0;
  width: min(860px, 100%);
}

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

.footer-card-cool {
  background:
    linear-gradient(180deg, rgba(58, 182, 255, 0.09), rgba(255, 255, 255, 0)),
    rgba(11, 17, 30, 0.76);
  border-color: rgba(91, 153, 255, 0.16);
}

.footer-logo {
  width: 92px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32));
}

.footer-brand h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 168, 74, 0.14);
  background: rgba(255, 255, 255, 0.025);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(58, 182, 255, 0.22);
  background: rgba(58, 182, 255, 0.08);
}

.not-found-shell {
  min-height: calc(100vh - 40px);
  display: grid;
  place-items: center;
}

.not-found-card {
  width: min(760px, 100%);
  padding: 46px 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(58, 182, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.not-found-card h2 {
  margin: 0 0 20px;
  max-width: 11ch;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  line-height: 1.4;
}

.not-found-card p {
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.8;
}

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

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

@keyframes mediaSweep {
  0%,
  18% {
    transform: translateX(-120%);
  }

  36%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 960px) {
  .hero,
  .featured-card,
  .flagship-summary-band,
  .proof-cards,
  .ecosystem-grid,
  .footer-destination,
  .hero-brand-panel,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    flex-direction: column;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 30px 24px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.reveal-ready .section,
  body.reveal-ready .trust-strip article,
  body.reveal-ready .featured-card,
  body.reveal-ready .side-panel,
  body.reveal-ready .ecosystem-feature,
  body.reveal-ready .ecosystem-card,
  body.reveal-ready .about-panel,
  body.reveal-ready .contact-panel,
  body.reveal-ready .footer-brand {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1000px);
    padding-top: 14px;
  }

  .topbar,
  .hero,
  .featured-card,
  .side-panel,
  .about-panel,
  .ecosystem-feature,
  .ecosystem-card,
  .arcade-panel,
  .contact-panel,
  .contact-sidebar,
  .app-card {
    border-radius: 20px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    top: 8px;
    padding: 16px;
  }

  .mobile-nav-toggle {
    display: inline-grid;
    grid-template-columns: 16px auto;
    grid-template-rows: repeat(3, 2px);
    align-items: center;
    gap: 5px 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 168, 74, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    grid-column: 1;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-nav-toggle span:nth-of-type(1) {
    grid-row: 1;
  }

  .mobile-nav-toggle span:nth-of-type(2) {
    grid-row: 2;
  }

  .mobile-nav-toggle span:nth-of-type(3) {
    grid-row: 3;
  }

  .mobile-nav-toggle strong {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-left: 0;
    font-size: 0.92rem;
  }

  .mobile-nav-panel {
    display: grid;
    gap: 16px;
    margin: 0 0 18px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 168, 74, 0.18);
    background:
      radial-gradient(circle at top right, rgba(58, 182, 255, 0.16), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
      rgba(14, 8, 12, 0.92);
    box-shadow: var(--shadow-soft);
  }

  .mobile-nav-links {
    display: grid;
    gap: 10px;
  }

  .mobile-nav-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 168, 74, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
  }

  .mobile-nav-actions {
    display: grid;
    gap: 12px;
  }

  .topbar > .topnav,
  .topbar > .social-link {
    display: none;
  }

  .topnav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .topnav::-webkit-scrollbar {
    display: none;
  }

  .topnav a {
    flex: 0 0 auto;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    padding: 22px 16px;
  }

  .hero h2 {
    max-width: none;
  }

  .brand {
    align-items: flex-start;
  }

  .footer-brand {
    flex-direction: column;
    text-align: center;
  }

  .footer-card {
    text-align: center;
  }

  .footer-links {
    margin-top: 20px;
  }

  .not-found-card {
    padding: 34px 24px;
  }

  .arcade-controls,
  .arcade-head {
    flex-direction: column;
    align-items: stretch;
  }

  .arcade-control,
  .arcade-button {
    width: 100%;
  }

  .featured-card {
    padding: 18px;
  }

  .featured-art {
    min-height: 200px;
  }

  #arcade .section-heading {
    margin-bottom: 20px;
  }

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

  .arcade-mobile-preview {
    display: block;
  }

  .arcade-panel {
    display: none;
  }

  .arcade-panel.is-open {
    display: block;
  }

  .hero-actions .button,
  .contact-panel .button,
  .arcade-panel .button,
  .mobile-store-bar .button,
  .mobile-nav-actions .button {
    width: 100%;
  }

  .section {
    padding-top: 52px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .hero-actions,
  .button-row {
    margin: 20px 0 16px;
  }
}

/* ── Review CTA ── */
.review-cta {
  margin-top: 20px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 197, 77, 0.22);
  background: rgba(255, 197, 77, 0.06);
}

.review-cta-label {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--gold);
}

.review-cta-sub {
  margin: 0 0 14px;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ── GeekPulse Waitlist ── */
.waitlist-form {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(58, 182, 255, 0.2);
  background: rgba(58, 182, 255, 0.05);
}

.waitlist-label {
  margin: 0 0 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.waitlist-row {
  display: flex;
  gap: 8px;
}

.waitlist-input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 168, 74, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
}

.waitlist-input::placeholder {
  color: rgba(255, 246, 223, 0.35);
}

.waitlist-input:focus {
  outline: none;
  border-color: rgba(58, 182, 255, 0.5);
}

.waitlist-submit {
  flex: 0 0 auto;
  white-space: nowrap;
}

.waitlist-note {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: var(--muted);
  opacity: 0.7;
}

/* ── About stats ── */
.about-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  flex: 1;
  min-width: 100px;
  text-align: center;
}

.about-stat strong {
  font-family: "Press Start 2P", monospace;
  font-size: 1.4rem;
  color: var(--gold);
  line-height: 1.2;
}

.about-stat span {
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ── iOS roadmap note ── */
.ios-roadmap-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--muted);
}

.ios-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  flex: 0 0 auto;
  animation: pulse-dot 2.4s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

.ios-link {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.ios-link:hover {
  text-decoration: underline;
}

/* ── Section-handoff (now visible) ── */
.section-handoff {
  text-align: center;
  padding: 10px 0 28px;
  font-size: 0.88rem;
  color: var(--muted);
  opacity: 0.7;
}

.section-handoff p {
  margin: 0;
}

/* ── Scroll progress bar ── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
  z-index: 200;
  pointer-events: none;
  transition: width 80ms linear;
  box-shadow: 0 0 8px rgba(255, 122, 0, 0.6);
}

/* ── App icon hover shimmer ── */
.featured-art img:hover {
  transform: scale(1.04);
  transition: transform 220ms ease;
}

/* ── Skeleton shimmer for images ── */
@keyframes shimmer {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

.featured-art,
.app-icon-frame {
  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0.02) 25%,
    rgba(255,255,255,0.06) 50%,
    rgba(255,255,255,0.02) 75%
  );
  background-size: 800px 100%;
  animation: shimmer 2s infinite linear;
}

.featured-art.img-loaded,
.app-icon-frame.img-loaded {
  background-image: none;
  animation: none;
}

/* ── Arcade scanline overlay on screen ── */
.arcade-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.18) 0px,
    rgba(0, 0, 0, 0.18) 1px,
    transparent 1px,
    transparent 3px
  );
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}

/* ── Mobile Discord button styled in mobile nav ── */
.mobile-nav-discord {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(88, 101, 242, 0.35);
  background: rgba(88, 101, 242, 0.1);
  color: #b8c0ff;
  text-decoration: none;
  font-weight: 700;
}

.mobile-nav-discord svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════
   PREMIUM RETRO UPGRADE — Creative Direction Pass
   ════════════════════════════════════════════ */

/* ── Pixel grid background canvas ── */
.pixel-grid-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.032;
}

/* ── Boot line ── */
.boot-line {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0 4px;
  font-family: "Press Start 2P", monospace;
  font-size: 0.58rem;
  color: var(--green);
  letter-spacing: 0.18em;
  opacity: 0.75;
  min-height: 18px;
}

.boot-cursor {
  animation: blink-cursor 1.1s step-end infinite;
  color: var(--green);
}

@keyframes blink-cursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ── Credit counter ── */
.credit-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(52, 240, 139, 0.22);
  background: rgba(52, 240, 139, 0.05);
}

.credit-label {
  font-family: "Press Start 2P", monospace;
  font-size: 0.58rem;
  color: var(--green);
  letter-spacing: 0.18em;
}

.credit-value {
  font-family: "Press Start 2P", monospace;
  font-size: 0.88rem;
  color: var(--green);
}

.credit-sub {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: italic;
}

/* ── Stage badges ── */
.stage-badge {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.4);
  box-shadow: 0 0 14px rgba(255, 122, 0, 0.15);
}

.stage-label {
  padding: 5px 10px;
  font-family: "Press Start 2P", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: #1a0800;
  background: var(--orange);
}

.stage-num {
  padding: 5px 12px;
  font-family: "Press Start 2P", monospace;
  font-size: 0.72rem;
  color: var(--orange);
  background: rgba(255, 122, 0, 0.1);
  border-left: 1px solid rgba(255, 122, 0, 0.3);
  letter-spacing: 0.06em;
}

.stage-badge--green {
  border-color: rgba(52, 240, 139, 0.4);
  box-shadow: 0 0 14px rgba(52, 240, 139, 0.1);
}

.stage-badge--green .stage-label {
  color: #001a0b;
  background: var(--green);
}

.stage-badge--green .stage-num {
  color: var(--green);
  background: rgba(52, 240, 139, 0.08);
  border-left-color: rgba(52, 240, 139, 0.28);
}

/* ── Pixel dividers ── */
.pixel-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 52px 0 0;
  padding: 0 4px;
}

.pixel-divider span:first-child,
.pixel-divider span:last-child {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 197, 77, 0.3), rgba(255, 197, 77, 0.15), transparent);
}

.pixel-divider-icon {
  font-size: 0.78rem;
  color: rgba(255, 197, 77, 0.5);
  line-height: 1;
  flex: 0 0 auto;
}

.pixel-divider--red .pixel-divider-icon {
  color: rgba(255, 77, 47, 0.6);
}

.pixel-divider--red span:first-child,
.pixel-divider--red span:last-child {
  background: linear-gradient(90deg, transparent, rgba(255, 77, 47, 0.25), rgba(255, 77, 47, 0.12), transparent);
}

/* ── Achievement-style trust strip ── */
.achievement-badge {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
}

.trust-strip article {
  border-top: 2px solid transparent;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.trust-strip article:hover {
  border-top-color: var(--gold);
  box-shadow: 0 0 20px rgba(255, 197, 77, 0.1), 0 16px 34px rgba(0,0,0,0.32);
}

.trust-strip article:nth-child(2):hover {
  border-top-color: var(--blue);
  box-shadow: 0 0 20px rgba(58, 182, 255, 0.1), 0 16px 34px rgba(0,0,0,0.32);
}

.trust-strip article:nth-child(3):hover {
  border-top-color: var(--green);
  box-shadow: 0 0 20px rgba(52, 240, 139, 0.1), 0 16px 34px rgba(0,0,0,0.32);
}

/* ── Marquee separator ── */
.marquee-sep {
  font-size: 0.5rem;
  color: rgba(255, 197, 77, 0.4);
  vertical-align: middle;
}

/* ── GAME OVER footer block ── */
.footer-game-over {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 0 28px;
  border-bottom: 1px solid rgba(255, 168, 74, 0.12);
  margin-bottom: 32px;
}

.game-over-text {
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.6rem, 4vw, 3rem);
  color: var(--red);
  text-shadow:
    0 0 20px rgba(255, 77, 47, 0.6),
    0 0 40px rgba(255, 77, 47, 0.3),
    4px 4px 0 rgba(0,0,0,0.5);
  letter-spacing: 0.1em;
  animation: game-over-flicker 4s ease-in-out infinite;
}

@keyframes game-over-flicker {
  0%, 90%, 100% { opacity: 1; }
  92% { opacity: 0.7; }
  94% { opacity: 1; }
  96% { opacity: 0.8; }
}

.game-over-sub {
  font-size: 0.82rem;
  color: var(--muted);
  font-style: italic;
  letter-spacing: 0.04em;
}

.insert-coin-blink {
  font-family: "Press Start 2P", monospace;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  animation: blink-cursor 1.4s step-end infinite;
}

/* ── Hero card glow pulse ── */
.hero-card {
  animation: card-glow-pulse 5s ease-in-out infinite;
}

@keyframes card-glow-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(0,0,0,0.28); }
  50% { box-shadow: 0 12px 28px rgba(0,0,0,0.28), 0 0 32px rgba(255, 122, 0, 0.08); }
}

/* ── Topbar: premium neon accent on brand name ── */
.brand h1 {
  text-shadow: 0 0 16px rgba(255, 197, 77, 0.25);
}

/* ── Section headings: subtle text-shadow on h3 ── */
.section-heading h3 {
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

/* ── Featured card: stronger art glow ── */
.featured-art {
  background:
    radial-gradient(circle at 50% 40%, rgba(52, 240, 139, 0.22), transparent 44%),
    radial-gradient(circle at 80% 80%, rgba(58, 182, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 122, 0, 0.1), rgba(255, 122, 0, 0.03));
}

/* ── Score box: scanline on top ── */
.score-box {
  position: relative;
  overflow: hidden;
}

.score-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.08) 0px,
    rgba(0,0,0,0.08) 1px,
    transparent 1px,
    transparent 4px
  );
  pointer-events: none;
}

/* ── Chip row: pixel shadow ── */
.chip {
  box-shadow: 3px 3px 0 rgba(0,0,0,0.35);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.chip:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.35);
}

/* ── Ecosystem feature card: live pulse dot ── */
.app-state.live::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 7px;
  vertical-align: middle;
  animation: live-pulse 2s ease-in-out infinite;
  box-shadow: 0 0 6px var(--green);
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

/* ── About panel: quote-style left border ── */
.about-panel > p:first-child {
  border-left: 3px solid var(--orange);
  padding-left: 18px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--text);
}

/* ── Pixel-art contact form labels ── */
.contact-form span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 210, 140, 0.82);
}

/* ── Topnav: active pill with glow ── */
.topnav a.is-active {
  box-shadow: 0 0 10px rgba(255, 197, 77, 0.18);
}

/* ── Button primary: pixel drop-shadow ── */
.button-primary {
  box-shadow:
    0 10px 20px rgba(255, 122, 0, 0.2),
    4px 4px 0 rgba(0,0,0,0.3);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow:
    0 10px 20px rgba(255, 122, 0, 0.28),
    2px 2px 0 rgba(0,0,0,0.3);
  transform: translate(-1px, -1px) translateY(-2px);
}

.button-primary:active {
  box-shadow: 0 6px 12px rgba(255, 122, 0, 0.2), 0 0 0 rgba(0,0,0,0);
  transform: translate(2px, 2px);
}

/* ── Secondary button: subtle pixel border ── */
.button-secondary {
  border: 1px solid rgba(255, 197, 77, 0.22);
  box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 197, 77, 0.07);
  border-color: rgba(255, 197, 77, 0.35);
  box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
  transform: translate(-1px, -1px);
}

/* ── Hero text size up slightly ── */
.hero-text {
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ── Featured ribbon: upgrade ── */
.featured-ribbon {
  background: rgba(58, 182, 255, 0.12);
  box-shadow: 0 0 12px rgba(58, 182, 255, 0.15);
}

/* ── Next-up card: pulsing border ── */
.next-up-card {
  animation: next-up-border-pulse 3.5s ease-in-out infinite;
}

@keyframes next-up-border-pulse {
  0%, 100% { border-color: rgba(58, 182, 255, 0.18); }
  50% { border-color: rgba(58, 182, 255, 0.38); box-shadow: 0 12px 28px rgba(0,0,0,0.28), 0 0 20px rgba(58, 182, 255, 0.08); }
}

/* ── Proof pills: hover glow ── */
.proof-pill-row span:hover {
  border-color: rgba(58, 182, 255, 0.4);
  background: rgba(58, 182, 255, 0.1);
  box-shadow: 0 0 12px rgba(58, 182, 255, 0.12);
  transform: translateY(-1px);
  transition: all 180ms ease;
}

/* ── Release badge pulse for is-live ── */
.release-badge.is-live::before {
  animation: live-pulse 2s ease-in-out infinite;
}

/* ── Footer brand: warmer feel ── */
.footer {
  border-top: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 77, 47, 0.06), transparent 34%),
    radial-gradient(circle at top center, rgba(58, 182, 255, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(40, 8, 12, 0.9), rgba(8, 4, 10, 1));
}

/* ── Scrollbar styling ── */
::-webkit-scrollbar {
  width: 6px;
  background: #0a0408;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 122, 0, 0.35);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 122, 0, 0.55);
}

/* ── Selection color ── */
::selection {
  background: rgba(255, 197, 77, 0.28);
  color: var(--text);
}

/* ── Arcade toggle: make it more prominent ── */
.arcade-toggle {
  background: rgba(255, 77, 47, 0.08);
  border-color: rgba(255, 77, 47, 0.35);
  color: #ffb0a0;
  font-family: "Press Start 2P", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  box-shadow: 0 0 16px rgba(255, 77, 47, 0.1), 3px 3px 0 rgba(0,0,0,0.3);
  transition: all 200ms ease;
}

.arcade-toggle:hover {
  background: rgba(255, 77, 47, 0.14);
  border-color: rgba(255, 77, 47, 0.55);
  box-shadow: 0 0 24px rgba(255, 77, 47, 0.18), 2px 2px 0 rgba(0,0,0,0.3);
  transform: translate(-1px, -2px);
}

/* ── Contact form: glowing focus ── */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 197, 77, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 197, 77, 0.1), 0 0 12px rgba(255, 197, 77, 0.08);
}

/* ── Marquee: dual-direction feel ── */
.marquee {
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

/* ── Body: add subtle noise layer via CSS ── */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* ── Responsive ── */
@media (max-width: 720px) {
  .game-over-text {
    font-size: clamp(1.2rem, 8vw, 2rem);
  }

  .footer-game-over {
    padding: 24px 0 20px;
    margin-bottom: 24px;
  }

  .insert-coin-blink {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .stage-badge {
    margin-bottom: 12px;
  }

  .credit-counter {
    flex-wrap: wrap;
    gap: 6px;
  }

  .credit-sub {
    width: 100%;
  }
}

/* ══════════════════════════════════════════════════════
   VISUAL DEPTH PASS — Premium Retro Premium
   ══════════════════════════════════════════════════════ */

/* Hero corner pixel ornaments */
.hero::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 197, 77, 0.1);
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
  background: none;
}

/* CSS-only corner ornaments via box-shadow on hero::after */
.hero::after,
.app-hero::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  z-index: 2;
  background: none;
  border: none;
  /* Four L-shaped corners via box-shadow */
  box-shadow:
    /* TL horizontal */ -1px -1px 0 0 rgba(255,197,77,0) inset,
    /* corners via outline gradients - use gradient borders instead */
    0 0 0 0 transparent;
  border-radius: 18px;
}

/* Corner accents: use pseudo on .hero wrapper directly */
.hero-corner-tl,
.hero-corner-tr,
.hero-corner-bl,
.hero-corner-br {
  display: none;
}

/* Flagship summary band — sleeker */
.flagship-summary-band article {
  border-top: 2px solid transparent;
  transition: border-color 200ms ease, transform 200ms ease;
}
.flagship-summary-band article:hover {
  border-top-color: var(--orange);
}
.flagship-summary-band strong {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Score box — neon green glow on LIVE */
.flagship-score-box {
  background:
    radial-gradient(ellipse at top, rgba(52, 240, 139, 0.12), transparent 60%),
    rgba(4, 18, 10, 0.8);
  border-color: rgba(52, 240, 139, 0.3) !important;
  box-shadow: 0 0 20px rgba(52, 240, 139, 0.08), inset 0 1px 0 rgba(52, 240, 139, 0.06);
}

.score-box strong {
  font-size: 2.4rem;
  text-shadow: 0 0 20px rgba(52, 240, 139, 0.7);
}

/* Feature list — upgrade bullet style */
.feature-list li {
  padding-left: 4px;
  margin-bottom: 8px;
  position: relative;
}
.feature-list li::marker {
  content: "▸ ";
  color: var(--orange);
  font-size: 0.8em;
}

/* Chips — upgraded */
.chip {
  font-size: 0.8rem;
  padding: 8px 14px;
  letter-spacing: 0.04em;
}

/* Next-up card stronger */
.next-up-card {
  padding: 22px 24px;
  background:
    radial-gradient(ellipse at top right, rgba(58, 182, 255, 0.16), transparent 50%),
    linear-gradient(160deg, rgba(6, 14, 30, 0.97), rgba(16, 8, 24, 0.97));
  border-color: rgba(58, 182, 255, 0.25);
}

/* Section heading eyebrow — more prominent */
.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  margin-bottom: 14px;
}

/* About stat block — bigger numbers */
.about-stat strong {
  font-size: 1.8rem;
  text-shadow: 0 0 16px rgba(255, 197, 77, 0.4);
}

/* About quote border — stronger */
.about-panel > p:first-child {
  border-left: 3px solid var(--orange);
  border-radius: 0 4px 4px 0;
  background: rgba(255, 122, 0, 0.04);
  padding: 12px 18px;
  font-size: 1.06rem;
  line-height: 1.78;
}

/* Footer game-over stronger red glow */
.game-over-text {
  text-shadow:
    0 0 20px rgba(255, 77, 47, 0.8),
    0 0 60px rgba(255, 77, 47, 0.4),
    0 0 100px rgba(255, 77, 47, 0.2),
    6px 6px 0 rgba(0,0,0,0.6);
}

/* Footer bg — dark blood red feel */
.footer {
  background:
    radial-gradient(ellipse at top, rgba(255, 30, 10, 0.07), transparent 40%),
    radial-gradient(ellipse at 50% 100%, rgba(255, 122, 0, 0.04), transparent 50%),
    linear-gradient(180deg, rgba(30, 6, 6, 0.98), rgba(6, 4, 10, 1));
}

/* Arcade section: stronger cabinet feel */
.arcade-panel {
  background:
    radial-gradient(ellipse at top, rgba(58, 182, 255, 0.2), transparent 40%),
    radial-gradient(ellipse at bottom, rgba(255, 77, 47, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(4, 10, 24, 0.98), rgba(16, 4, 8, 0.98));
  border-color: rgba(58, 182, 255, 0.25);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.6),
    0 0 0 1px rgba(58, 182, 255, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/* Arcade head stats — glowing display */
.arcade-stat {
  background:
    radial-gradient(ellipse at top, rgba(255, 197, 77, 0.1), transparent),
    rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 197, 77, 0.25);
}
.arcade-stat strong {
  text-shadow: 0 0 12px rgba(255, 197, 77, 0.6);
}

/* Proof pills — recolored to feel like actual power-ups */
.proof-pill-row span {
  background: rgba(4, 18, 36, 0.8);
  border-color: rgba(58, 182, 255, 0.25);
  color: #c8eaff;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

/* Section transition gradient — subtle depth between sections */
.section + .pixel-divider {
  margin-top: 40px;
}

/* Discord card — indigo accent */
.discord-card {
  background:
    radial-gradient(ellipse at top, rgba(88, 101, 242, 0.14), transparent 60%),
    rgba(14, 12, 30, 0.8);
  border-color: rgba(88, 101, 242, 0.3);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.discord-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 101, 242, 0.5);
  box-shadow: 0 8px 24px rgba(88, 101, 242, 0.15);
}

/* Contact mini card */
.contact-mini-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 197, 77, 0.2);
}

/* Mobile improvements for hero */
@media (max-width: 960px) {
  .hero {
    padding: 40px 32px;
    gap: 32px;
  }
  .hero-brand-panel {
    flex-direction: row;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 32px 22px;
    gap: 28px;
  }
  .hero h2 {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }
}

/* ProLevel page app hero extra depth */
.app-hero {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: start;
  padding: 52px 48px;
  border: 1px solid rgba(255, 168, 74, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 110% -10%, rgba(255, 122, 0, 0.22), transparent 40%),
    radial-gradient(ellipse at -10% 110%, rgba(52, 240, 139, 0.14), transparent 40%),
    linear-gradient(160deg, rgba(38, 12, 6, 0.98), rgba(8, 18, 14, 0.98));
  box-shadow: 0 30px 60px rgba(0,0,0,0.55);
  overflow: hidden;
  position: relative;
}


/* Hero note status rows */
.hero-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 168, 74, 0.14);
}

.hero-note-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.hero-note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-note-dot--green {
  background: var(--green);
  box-shadow: 0 0 8px rgba(52, 240, 139, 0.7);
  animation: live-pulse 2s ease-in-out infinite;
}

.hero-note-dot--gold {
  background: var(--gold);
  box-shadow: 0 0 8px rgba(255, 197, 77, 0.5);
  animation: live-pulse 2.5s ease-in-out infinite 0.5s;
}

/* ══════════════════════════════════════════
   PROLEVEL SHOWCASE CARD — Homepage Featured
   ══════════════════════════════════════════ */

.prolevel-showcase {
  display: grid;
  grid-template-columns: 200px 1fr 220px;
  gap: 32px;
  align-items: center;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(52, 240, 139, 0.2);
  background:
    radial-gradient(ellipse at 0% 50%, rgba(52, 240, 139, 0.1), transparent 44%),
    radial-gradient(ellipse at 100% 50%, rgba(58, 182, 255, 0.08), transparent 44%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 122, 0, 0.06), transparent 40%),
    linear-gradient(160deg, rgba(6, 22, 14, 0.97), rgba(8, 14, 26, 0.97));
  box-shadow:
    0 24px 52px rgba(0,0,0,0.45),
    0 0 0 1px rgba(52, 240, 139, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}

/* Subtle corner brackets */
.prolevel-showcase::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35)),
    linear-gradient(rgba(52,240,139,0.35), rgba(52,240,139,0.35));
  background-size:
    22px 2px, 2px 22px,
    22px 2px, 2px 22px,
    22px 2px, 2px 22px,
    22px 2px, 2px 22px;
  background-position:
    top left, top left,
    top right, top right,
    bottom left, bottom left,
    bottom right, bottom right;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.prolevel-showcase > * { position: relative; z-index: 1; }

/* ── Visual column ── */
.showcase-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.showcase-icon-ring {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-icon-ring::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(52, 240, 139, 0.2);
  box-shadow: 0 0 30px rgba(52, 240, 139, 0.1);
  animation: ring-pulse 3s ease-in-out infinite;
}

.showcase-icon {
  width: 148px;
  height: 148px;
  border-radius: 30px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(4, 12, 22, 0.99), rgba(4, 10, 18, 0.99));
  border: 1px solid rgba(52, 240, 139, 0.28);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.45),
    0 0 28px rgba(52, 240, 139, 0.14);
  object-fit: contain;
  display: block;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.showcase-icon:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 22px 44px rgba(0,0,0,0.5), 0 0 36px rgba(52,240,139,0.2);
}

.showcase-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(52, 240, 139, 0.3);
  background: rgba(52, 240, 139, 0.07);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
}

.showcase-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 7px rgba(52, 240, 139, 0.9);
  animation: live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── Main column ── */
.showcase-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.showcase-name {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
  color: var(--text);
}

.showcase-tagline {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 44ch;
}

.showcase-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.showcase-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Aside column ── */
.showcase-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid rgba(255, 168, 74, 0.12);
  padding-left: 28px;
}

.showcase-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.showcase-stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.showcase-stat strong {
  font-family: "Press Start 2P", monospace;
  font-size: 1rem;
  color: var(--gold);
  text-shadow: 0 0 10px rgba(255, 197, 77, 0.4);
  line-height: 1;
}

.showcase-stat--green {
  color: var(--green) !important;
  text-shadow: 0 0 10px rgba(52, 240, 139, 0.5) !important;
}

.showcase-stat span {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.showcase-review {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 197, 77, 0.16);
  background: rgba(255, 197, 77, 0.04);
}

.showcase-review p {
  margin: 0 0 10px;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.showcase-review-btn {
  width: 100%;
  justify-content: center;
  font-size: 0.82rem;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .prolevel-showcase {
    grid-template-columns: 180px 1fr 200px;
    gap: 24px;
    padding: 28px;
  }
}

@media (max-width: 860px) {
  .prolevel-showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .showcase-visual {
    grid-column: 1;
    grid-row: 1;
    flex-direction: row;
    align-items: center;
  }
  .showcase-main {
    grid-column: 2;
    grid-row: 1;
  }
  .showcase-aside {
    grid-column: 1 / -1;
    grid-row: 2;
    border-left: none;
    border-top: 1px solid rgba(255, 168, 74, 0.12);
    padding-left: 0;
    padding-top: 20px;
    flex-direction: row;
    gap: 24px;
  }
  .showcase-stats { flex-direction: row; gap: 20px; }
}

@media (max-width: 600px) {
  .prolevel-showcase {
    grid-template-columns: 1fr;
  }
  .showcase-visual {
    grid-column: 1;
    flex-direction: column;
  }
  .showcase-main { grid-column: 1; grid-row: 2; }
  .showcase-aside { grid-column: 1; grid-row: 3; flex-direction: column; }
}
