﻿/* =========================================================
   ZOOT ECOSYSTEM â€” CYBERPUNK Design System
   Black + neon orange. Angular shapes, glowing edges,
   scanlines and terminal energy.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700;800;900&family=Rajdhani:wght@400;500;600;700&family=Share+Tech+Mono&display=swap');

:root {
  /* ---- Base backgrounds (black) ---- */
  --bg-deep: #070403;
  --bg-card: #130c07;
  --bg-card-header: #1c110a;

  /* ---- Ink = neon orange (outlines, headings, accents) ---- */
  --ink: #ff7a1a;
  --ink-soft: rgba(255, 122, 26, 0.2);
  --muted: #c9a98c;
  --text: #f4e9dd;

  /* ---- Neon orange family (all accents remapped) ---- */
  --purple: #ff7a1a;
  --purple-glow: rgba(255, 122, 26, 0.35);
  --pink: #ff5500;
  --pink-glow: rgba(255, 85, 0, 0.35);
  --yellow: #ffa229;
  --yellow-glow: rgba(255, 162, 41, 0.4);
  --mint: #ff8c26;
  --mint-glow: rgba(255, 140, 38, 0.35);
  --blue: #ffb35c;
  --blue-glow: rgba(255, 179, 92, 0.35);
  --orange: #ff6a00;
  --orange-glow: rgba(255, 106, 0, 0.4);
  --red: #ff3d00;
  --red-glow: rgba(255, 61, 0, 0.4);

  /* ---- Geometry (sharper, angular) ---- */
  --radius: 14px;
  --radius-sm: 8px;
  --border: 2px solid rgba(255, 122, 26, 0.85);

  /* ---- Neon glow shadows ---- */
  --shadow-purple: 0 0 24px rgba(255, 122, 26, 0.22), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-pink: 0 0 24px rgba(255, 85, 0, 0.25), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-mint: 0 0 24px rgba(255, 140, 38, 0.22), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-blue: 0 0 24px rgba(255, 179, 92, 0.2), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-yellow: 0 0 24px rgba(255, 162, 41, 0.25), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-orange: 0 0 24px rgba(255, 106, 0, 0.28), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-red: 0 0 24px rgba(255, 61, 0, 0.25), 0 12px 30px rgba(0, 0, 0, 0.6);
  --shadow-ink: 0 0 24px rgba(255, 122, 26, 0.18), 0 12px 30px rgba(0, 0, 0, 0.6);

  --shadow-sm-pink: 0 0 18px rgba(255, 85, 0, 0.35);
  --shadow-sm-blue: 0 0 18px rgba(255, 179, 92, 0.3);
  --shadow-sm-yellow: 0 0 18px rgba(255, 162, 41, 0.35);

  --maxw: 1200px;
  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-body: 'Rajdhani', system-ui, sans-serif;
  --font-mono: 'Share Tech Mono', monospace;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'><circle cx='13' cy='13' r='7' fill='none' stroke='%23ff7a1a' stroke-width='2.5'/><circle cx='13' cy='13' r='2.2' fill='%23ff7a1a'/></svg>") 13 13, auto;
}

html {
  scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #0a0603;
}
::-webkit-scrollbar-thumb {
  background: var(--orange);
  border: 4px solid #0a0603;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yellow);
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background-color: var(--bg-deep);
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cstyle%3E.bubble %7B font-family: 'Arial Black', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; %7D.tag %7B font-family: 'Courier New', monospace; font-weight: 700; font-style: italic; %7D.accent %7B fill: none; stroke: %23ff7a1a; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; %7D%3C/style%3E%3Cg opacity='0.07'%3E%3Ctext x='80' y='140' class='bubble' font-size='75' fill='none' stroke='%23ff7a1a' stroke-width='3' stroke-linejoin='round' transform='rotate(-12 80 140)'%3EZOOT%3C/text%3E%3Ctext x='340' y='280' class='tag' font-size='90' fill='none' stroke='%23ff5500' stroke-width='3' stroke-linejoin='round' transform='rotate(15 340 280)'%3Ezoot!%3C/text%3E%3Cpath class='accent' d='M 320,300 Q 380,310 440,290' stroke-width='4' /%3E%3Cpath class='accent' d='M 430,280 L 450,295 L 435,315' stroke-width='3' /%3E%3Ctext x='110' y='440' class='bubble' font-size='100' fill='none' stroke='%23ff6a00' stroke-width='4' stroke-linejoin='round' stroke-dasharray='12 6' transform='rotate(-5 110 440)'%3EZOOT%3C/text%3E%3Cpath class='accent' d='M 480,100 L 500,100 M 490,80 L 490,120' stroke-width='2' /%3E%3Cpath class='accent' d='M 100,280 L 115,280 M 107,272 L 107,288' stroke-width='2' /%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, #0d0704 0%, #070403 55%, #030201 100%);
  background-attachment: scroll, fixed;
  background-size: 600px 600px, auto;
  background-repeat: repeat, no-repeat;
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
}

/* Neon haze + cyber grid (decorative, fixed behind content) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 15%, rgba(255, 106, 0, 0.14) 0%, rgba(255, 106, 0, 0) 45%),
    radial-gradient(circle at 85% 75%, rgba(255, 85, 0, 0.12) 0%, rgba(255, 85, 0, 0) 45%),
    linear-gradient(rgba(255, 122, 26, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 26, 0.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
  animation: gridPulse 6s ease-in-out infinite alternate;
}
@keyframes gridPulse {
  from { opacity: 0.75; }
  to   { opacity: 1; }
}
/* Scanlines overlay for the CRT feel */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.12) 0px,
    rgba(0, 0, 0, 0.12) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.section--tight { padding: 60px 0; }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  background: rgba(255, 122, 26, 0.08);
  color: var(--orange);
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 122, 26, 0.5);
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.15);
}

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.3px;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 106, 0, 0.55), 0 0 50px rgba(255, 106, 0, 0.25);
}
h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 106, 0, 0.45), 0 0 36px rgba(255, 106, 0, 0.2);
}
h3 {
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
}

.section-title { margin-bottom: 16px; }
.section-sub {
  max-width: 680px; margin: 0 auto 60px;
  font-size: 1.2rem; color: var(--muted); font-weight: 500;
}
.center .section-sub { margin-left: auto; margin-right: auto; }

/* Text accents */
.text-stroke {
  color: transparent;
  -webkit-text-stroke: 2px var(--orange);
  paint-order: stroke fill;
  text-shadow: 0 0 22px rgba(255, 106, 0, 0.5);
}
.hl-purple { color: var(--purple); }
.hl-pink { color: var(--pink); }
.hl-mint { color: var(--mint); }
.hl-blue { color: var(--blue); }
.hl-orange { color: var(--orange); }
.hl-red { color: var(--red); }

/* Accent fill tiles (icons etc.) */
.bg-purple { background: linear-gradient(160deg, #ff7a1a, #c94f00); color: #fff; }
.bg-pink { background: linear-gradient(160deg, #ff5500, #b03400); color: #fff; }
.bg-mint { background: linear-gradient(160deg, #ff8c26, #cc5f00); color: #fff; }
.bg-blue { background: linear-gradient(160deg, #ffb35c, #e07800); color: #241000; }
.bg-yellow { background: linear-gradient(160deg, #ffa229, #e07200); color: #241000; }
.bg-orange { background: linear-gradient(160deg, #ff6a00, #c24400); color: #fff; }
.bg-red { background: linear-gradient(160deg, #ff3d00, #a82500); color: #fff; }

/* ---------- Buttons (neon terminals) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.98rem;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 15px 30px;
  border: 2px solid var(--orange);
  border-radius: 6px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.16), rgba(255, 106, 0, 0.04)), #170c05;
  color: var(--orange);
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.25), inset 0 0 14px rgba(255, 106, 0, 0.08);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn:hover {
  transform: translateY(-2px);
  background: var(--orange);
  color: #0a0502;
  box-shadow: 0 0 34px rgba(255, 106, 0, 0.55), inset 0 0 0 rgba(0, 0, 0, 0);
}
.btn:active { transform: translateY(0) scale(0.98); }

.btn--purple, .btn--pink, .btn--blue, .btn--mint {
  border-color: var(--orange); color: var(--orange);
}
.btn--purple:hover, .btn--pink:hover, .btn--blue:hover, .btn--mint:hover {
  background: var(--orange); color: #0a0502;
  box-shadow: 0 0 34px rgba(255, 106, 0, 0.55);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.03); color: var(--text);
  border-color: rgba(255, 122, 26, 0.4);
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(255, 122, 26, 0.12); color: var(--orange); box-shadow: 0 0 22px rgba(255, 106, 0, 0.25); }

.btn--lg { font-size: 1.1rem; padding: 17px 36px; }
.btn--sm { font-size: 0.85rem; padding: 10px 20px; }

/* ---------- Cards (dark neon panels) ---------- */
.card {
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.06), rgba(255, 122, 26, 0.015)), var(--bg-card);
  border: 1px solid rgba(255, 122, 26, 0.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow-purple);
  padding: 32px;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.card--hover:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 0 34px rgba(255, 106, 0, 0.35), 0 18px 40px rgba(0, 0, 0, 0.7);
}

.card--pink { box-shadow: var(--shadow-pink); }
.card--mint { box-shadow: var(--shadow-mint); }
.card--blue { box-shadow: var(--shadow-blue); }
.card--yellow { box-shadow: var(--shadow-yellow); }
.card--orange { box-shadow: var(--shadow-orange); }
.card--red { box-shadow: var(--shadow-red); }
.card--purple { box-shadow: var(--shadow-purple); }

.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-weight: 400; font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 4px;
  border: 1px solid rgba(255, 122, 26, 0.6);
  color: var(--orange);
  background: rgba(255, 122, 26, 0.08);
}
.pill--live { background: rgba(255, 106, 0, 0.16); color: #ffb35c; border-color: #ff8c26; box-shadow: 0 0 12px rgba(255, 106, 0, 0.3); }
.pill--soon { background: rgba(255, 85, 0, 0.12); color: #ff8c4d; border-color: rgba(255, 85, 0, 0.6); }
.pill--hot { background: var(--orange); color: #0a0502; border-color: var(--orange); }
.pill--locked { background: rgba(120, 120, 120, 0.15); color: #9a9a9a; border-color: #555; }

/* =========================================================
   LOCKED STATES (coming-soon ecosystem items)
   ========================================================= */
/* Nav dropdown locked items */
.dropdown__menu a.locked { opacity: 0.55; cursor: not-allowed; }
.dropdown__menu a.locked:hover { background: transparent; transform: none; }

/* Footer locked items */
.footer-locked { opacity: 0.55; cursor: not-allowed; display: inline-flex; gap: 6px; }

/* Locked "button" chip on cards */
.btn--locked {
  background: #8a97a6;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.9;
}
.btn--locked:hover { transform: none; box-shadow: none; }

/* Locked ecosystem cards */
.eco-card.locked {
  cursor: not-allowed;
  opacity: 0.72;
  filter: saturate(0.75);
}
.eco-card.locked:hover { transform: none; }

/* =========================================================
   NAVBAR
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  padding: 14px 0;
  background: rgba(7, 4, 3, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 122, 26, 0.4);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 1px 18px rgba(255, 106, 0, 0.12);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand {
  font-family: var(--font-display); font-weight: 800; font-size: 2rem; letter-spacing: 0.5px;
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--ink);
}
.brand .bolt { color: var(--orange); text-shadow: 0 0 14px rgba(255, 106, 0, 0.8); }

.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  font-weight: 600; font-size: 1.02rem; letter-spacing: 0.5px;
  padding: 9px 16px; border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.15s;
  color: var(--text);
}
.nav__links a:hover {
  background: rgba(255, 122, 26, 0.1);
  border-color: rgba(255, 122, 26, 0.5);
  color: var(--orange);
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.2);
}
.nav__links a.active {
  background: var(--orange);
  color: #0a0502;
  border-color: var(--orange);
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.5);
}

/* Dropdown */
.dropdown { position: relative; }
.dropdown__menu {
  position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) scale(0.92);
  background: #100904; border: 1px solid rgba(255, 122, 26, 0.5); border-radius: var(--radius-sm);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.8), 0 0 24px rgba(255, 106, 0, 0.15); padding: 12px; min-width: 260px;
  display: flex; flex-direction: column; gap: 4px;
  opacity: 0; visibility: hidden; transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.dropdown:hover .dropdown__menu,
.dropdown:focus-within .dropdown__menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) scale(1);
}
.lang-dropdown .dropdown__menu {
  left: auto !important;
  right: 0 !important;
  transform: scale(0.92) !important;
  transform-origin: top right;
  min-width: 140px !important;
}
.lang-dropdown:hover .dropdown__menu,
.lang-dropdown:focus-within .dropdown__menu,
.lang-dropdown.open .dropdown__menu {
  transform: scale(1) !important;
}
.lang-dropdown.open .dropdown__menu {
  opacity: 1 !important;
  visibility: visible !important;
}
.dropdown__menu a {
  display: flex; align-items: center; gap: 12px; justify-content: flex-start !important;
  padding: 12px 14px !important; border-radius: 14px !important;
  background: transparent !important;
  border: 2px solid transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.dropdown__menu a:hover {
  background: rgba(255, 122, 26, 0.1) !important;
  border-color: rgba(255, 122, 26, 0.5) !important;
  color: var(--orange) !important;
}
.dropdown__menu a .ico { font-size: 1.3rem; }
.dropdown__menu a .tag { margin-left: auto; font-size: 0.65rem; padding: 3px 8px; }

.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__burger {
  display: none; background: rgba(255, 106, 0, 0.12); border: 2px solid var(--orange);
  border-radius: 8px; width: 50px; height: 50px; font-size: 1.6rem; cursor: pointer;
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.3);
  justify-content: center; align-items: center; color: var(--orange);
}

@media (max-width: 980px) {
  .nav__links {
    position: fixed; inset: 88px 16px auto 16px;
    flex-direction: column; align-items: stretch;
    background: #0d0703; border: 1px solid rgba(255, 122, 26, 0.5); border-radius: var(--radius);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.85), 0 0 30px rgba(255, 106, 0, 0.15); padding: 20px; gap: 10px;
    transform: translateY(-20px); opacity: 0; visibility: hidden;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.2); max-height: 80vh; overflow-y: auto;
    z-index: 101;
  }
  .nav__links.open { transform: none; opacity: 1; visibility: visible; }
  .nav__links a { padding: 14px 20px; }
  /* Only the Ecosystem menu inside the burger expands inline â€” NOT the language menu */
  .nav__links .dropdown__menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: none; border-radius: 0; padding: 8px 0 8px 16px;
    min-width: 0; border-left: 3px solid var(--blue);
  }
  .nav__burger { display: flex; }
  /* Hide only the long "Join Telegram" pill on mobile; keep theme + language reachable */
  .nav__cta > a.btn { display: none; }
  /* Keep the language menu as an anchored, compact tap-dropdown */
  .lang-dropdown .dropdown__menu { position: absolute; top: calc(100% + 10px); }
}

/* ---------- Global small-screen spacing (phones) ---------- */
@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .section { padding: 60px 0; }
  .section--tight { padding: 40px 0; }
  .hero { padding: 48px 0 70px; }
  .card { padding: 22px; }
  .btn--lg { font-size: 1.08rem; padding: 15px 26px; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .stat { flex: 1 1 42%; min-width: 0; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: 90px 0 120px; overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center;
}
.hero__title { margin: 16px 0 24px; }
.hero__lead {
  font-size: 1.25rem; font-weight: 500; color: var(--muted); max-width: 580px; margin-bottom: 36px;
  line-height: 1.7;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.hero__stats { display: flex; gap: 16px; flex-wrap: wrap; }
.stat {
  background: var(--bg-card); border: 1px solid rgba(255, 122, 26, 0.4); border-radius: var(--radius-sm);
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.12); padding: 16px 22px; text-align: center; min-width: 125px;
}
.stat b { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; display: block; line-height: 1; color: var(--orange); text-shadow: 0 0 12px rgba(255, 106, 0, 0.5); }
.stat span { font-size: 0.85rem; font-weight: 600; color: var(--muted); }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__cta, .hero__stats { justify-content: center; }
}

/* ---------- Media placeholder slots ---------- */
.media-slot {
  position: relative; display: grid; place-items: center;
  min-height: 340px; border-radius: var(--radius);
  border: 2px dashed rgba(255, 122, 26, 0.6); background: rgba(255, 106, 0, 0.05);
  box-shadow: inset 0 0 40px rgba(255, 106, 0, 0.08);
  overflow: hidden;
}
.media-slot--lg { min-height: 440px; }
.media-slot--sm { min-height: 220px; }
.media-slot .slot-label {
  position: absolute; inset: 0; display: grid; place-content: center; gap: 10px;
  text-align: center; padding: 24px; color: var(--orange); font-weight: 600;
  z-index: 0; pointer-events: none;
}
.media-slot .slot-label .slot-ico { font-size: 3rem; }
.media-slot .slot-label code {
  background: rgba(255, 106, 0, 0.15); color: var(--orange); padding: 4px 12px; border-radius: 6px;
  font-size: 0.85rem; font-weight: 600; font-family: var(--font-mono);
  border: 1px solid rgba(255, 122, 26, 0.4);
}
.media-slot img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.media-slot img.missing { display: none; }
.media-slot video {
  position: relative; z-index: 1;
  width: 100%; height: 100%; object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
}
.media-slot video.missing { display: none; }

/* =========================================================
   ECOSYSTEM GRID
   ========================================================= */
.eco-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
@media (max-width: 980px) { .eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .eco-grid { grid-template-columns: 1fr; } }

.eco-card { display: flex; flex-direction: column; gap: 14px; overflow: hidden; text-align: left; }
.eco-card__top { display: flex; align-items: center; justify-content: space-between; }
.eco-card__ico {
  width: 68px; height: 64px; border-radius: 12px; border: 1px solid rgba(255, 122, 26, 0.5);
  display: grid; place-items: center; font-size: 2.2rem; box-shadow: 0 0 18px rgba(255, 106, 0, 0.25);
}
.eco-card h3 { margin-top: 6px; color: var(--ink); }
.eco-card p { color: var(--muted); font-weight: 500; flex: 1; font-size: 1rem; }
.eco-card .btn { align-self: flex-start; margin-top: 10px; width: 100%; }

/* =========================================================
   FEATURE GRID & ROADMAP
   ========================================================= */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 960px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .feat-grid { grid-template-columns: 1fr; } }
.feat { padding: 28px; text-align: left; }
.feat__ico {
  width: 60px; height: 60px; border-radius: 12px; display: grid; place-items: center;
  font-size: 1.8rem; border: 1px solid rgba(255, 122, 26, 0.5); margin-bottom: 18px; box-shadow: 0 0 18px rgba(255, 106, 0, 0.25);
}
.feat h3 { font-size: 1.35rem; margin-bottom: 10px; color: var(--ink); }
.feat p { color: var(--muted); font-weight: 500; font-size: 1rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 28px; text-align: left; }
.step__num {
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: #0a0502;
  width: 54px; height: 54px; border-radius: 10px; border: 1px solid var(--orange);
  display: grid; place-items: center; margin-bottom: 16px; box-shadow: 0 0 18px rgba(255, 106, 0, 0.4);
  background: var(--orange);
}
.step h3 { font-size: 1.25rem; margin-bottom: 10px; color: var(--ink); }
.step p { color: var(--muted); font-weight: 500; font-size: 1rem; }

/* ---------- Roadmap ---------- */
.roadmap { position: relative; display: grid; gap: 30px; }
.road-item { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: stretch; }
.road-item__phase {
  font-family: var(--font-display); font-weight: 800; font-size: 1.2rem;
  background: var(--bg-card); color: var(--orange); border-radius: var(--radius-sm);
  display: grid; place-content: center; text-align: center; padding: 20px;
  border: 1px solid rgba(255, 122, 26, 0.5); box-shadow: 0 0 18px rgba(255, 106, 0, 0.15);
  letter-spacing: 1px;
}
.road-item__body { padding: 26px 32px; text-align: left; }
.road-item__body h3 { margin-bottom: 12px; color: var(--ink); }
.road-item__body ul { display: grid; gap: 10px; }
.road-item__body li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--muted); }
.road-item__body li::before { content: 'â–¸'; color: var(--orange); }
.road-item.is-done .road-item__phase { background: rgba(255, 106, 0, 0.18); color: var(--yellow); border-color: var(--orange); box-shadow: 0 0 22px rgba(255, 106, 0, 0.35); }
.road-item.is-now .road-item__phase { background: var(--orange); color: #0a0502; border-color: var(--orange); box-shadow: 0 0 30px rgba(255, 106, 0, 0.6); }
@media (max-width: 680px) {
  .road-item { grid-template-columns: 1fr; }
  .road-item__phase { padding: 14px; }
}

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }
.price { display: flex; flex-direction: column; gap: 16px; text-align: left; }
.price.is-featured { transform: scale(1.04); z-index: 2; box-shadow: var(--shadow-yellow); }
.price .amount { font-family: var(--font-display); font-weight: 800; font-size: 2.8rem; line-height: 1; color: var(--ink); margin-top: 8px; }
.price .amount small { font-size: 1rem; font-family: var(--font-body); color: var(--muted); }
.price ul { display: grid; gap: 10px; flex: 1; margin: 12px 0; }
.price li { display: flex; gap: 10px; font-weight: 500; font-size: 1rem; color: var(--muted); }
.price li::before { content: 'âœ“'; color: var(--orange); font-weight: 700; }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: linear-gradient(160deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.02)), var(--bg-card);
  color: var(--text);
  border: 1px solid rgba(255, 122, 26, 0.5); border-radius: var(--radius);
  box-shadow: 0 0 40px rgba(255, 106, 0, 0.15), 0 20px 50px rgba(0, 0, 0, 0.6); padding: 60px 40px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner h2 { margin-bottom: 16px; font-size: clamp(2rem, 5vw, 3.2rem); color: var(--ink); }
.cta-banner p { font-size: 1.2rem; margin-bottom: 32px; color: var(--muted); font-weight: 500; }

/* =========================================================
   PAGE HEADER (utility pages)
   ========================================================= */
.page-head { padding: 70px 0 50px; position: relative; }
.page-head__grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 40px; align-items: center; }
.page-head__badge {
  width: 96px; height: 96px; border-radius: 28px; border: var(--border);
  display: grid; place-items: center; font-size: 3rem; box-shadow: var(--shadow-blue);
  margin-bottom: 20px;
}
.page-head p { font-size: 1.25rem; font-weight: 500; color: var(--muted); max-width: 580px; margin: 18px 0 32px; }
.breadcrumb { font-weight: 600; color: var(--muted); margin-bottom: 10px; font-size: 1rem; }
.breadcrumb a:hover { color: var(--blue); }
@media (max-width: 900px) { .page-head__grid { grid-template-columns: 1fr; text-align: center; justify-items: center; } .page-head p { margin-left: auto; margin-right: auto; } }

/* =========================================================
   COMING SOON / WAITLIST
   ========================================================= */
.soon-hero { text-align: center; padding: 90px 0; }
.soon-emoji { font-size: clamp(4.5rem, 15vw, 8.5rem); display: block; margin-bottom: 15px; }
.soon-hero h1 { margin-bottom: 20px; }
.soon-hero p { font-size: 1.25rem; color: var(--muted); font-weight: 500; max-width: 600px; margin: 0 auto 36px; }
.notify {
  display: flex; gap: 12px; max-width: 500px; margin: 0 auto; flex-wrap: wrap; justify-content: center;
}
.notify input {
  flex: 1; min-width: 240px; font-family: var(--font-body); font-size: 1.05rem; font-weight: 500;
  padding: 16px 24px; border: 1px solid rgba(255, 122, 26, 0.5); border-radius: 6px;
  box-shadow: inset 0 0 14px rgba(255, 106, 0, 0.06);
  background: #0d0703; color: var(--text);
}
.notify input::placeholder { color: #7a6250; }
.notify input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.25); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: linear-gradient(180deg, #0d0703, #050302); color: var(--text); padding: 80px 0 30px;
  border-top: 1px solid rgba(255, 122, 26, 0.45); margin-top: 60px;
  box-shadow: 0 -1px 30px rgba(255, 106, 0, 0.1);
}
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; text-align: left; }
.footer__brand .brand { color: var(--orange); font-size: 2.2rem; text-shadow: 0 0 16px rgba(255, 106, 0, 0.5); }
.footer__brand p { margin-top: 16px; color: var(--muted); font-weight: 500; max-width: 320px; font-size: 0.98rem; }
.footer h4 { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; margin-bottom: 18px; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; }
.footer ul { display: grid; gap: 10px; }
.footer a { color: var(--muted); font-weight: 500; transition: all 0.15s; }
.footer a:hover { color: var(--orange); padding-left: 4px; }
.footer__bottom {
  margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(255, 122, 26, 0.2);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: #8a7057; font-size: 0.95rem; font-weight: 500;
}
.footer__socials { display: flex; gap: 12px; margin-top: 20px; }
.footer__socials a {
  width: 46px; height: 46px; border-radius: 10px; border: 1px solid rgba(255, 122, 26, 0.45);
  background: rgba(255, 122, 26, 0.07); color: var(--orange);
  display: grid; place-items: center; font-size: 1.3rem;
  transition: all 0.2s ease;
}
.footer__socials a:hover {
  background: var(--orange); color: #0a0502;
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.5);
}
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer__grid { grid-template-columns: 1fr; } }

/* =========================================================
   DECOR + ANIMATIONS
   ========================================================= */
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
.bob { animation: bob 4s ease-in-out infinite; }

.tilt { transform: rotate(-2.5deg); }
.tilt-r { transform: rotate(2.5deg); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, .bob, body::before { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* Marquee ticker */
.ticker {
  background: #0d0703; color: var(--orange); overflow: hidden; white-space: nowrap;
  border-top: 1px solid rgba(255, 122, 26, 0.5); border-bottom: 1px solid rgba(255, 122, 26, 0.5); padding: 12px 0;
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.1);
}
.ticker__track { display: inline-block; animation: scrollx 24s linear infinite; font-family: var(--font-display); font-weight: 700; letter-spacing: 0.5px; font-size: 1.15rem; }
.ticker__track span { margin: 0 30px; }
@keyframes scrollx { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Two-column generic */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; text-align: center; } }

.list-check { display: grid; gap: 14px; text-align: left; }
.list-check li { display: flex; gap: 14px; font-weight: 500; align-items: flex-start; color: var(--muted); }
.list-check li .b { font-size: 1.4rem; line-height: 1; }

/* Dashboard UI specifics (dark terminal panel) */
.dash-panel {
  background: rgba(13, 7, 3, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: var(--radius-sm);
  padding: 20px;
  box-shadow: 0 0 26px rgba(255, 106, 0, 0.12), inset 0 0 20px rgba(255, 106, 0, 0.04);
}
.dash-row {
  display: flex; justify-content: space-between; padding: 12px;
  border-bottom: 1px dashed rgba(255, 122, 26, 0.25);
  color: var(--text); font-weight: 500;
}
.dash-row:last-child { border-bottom: none; }
.dash-val { font-weight: 700; color: var(--orange); font-family: var(--font-mono); }

/* =========================================================
   SLIDESHOW (NFT SNEAK PEEK)
   ========================================================= */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow-orange);
  padding: 20px;
  overflow: hidden;
}
.slideshow-inner {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 122, 26, 0.4);
  background: #0d0703;
}
.my-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.my-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 5, 2, 0.85);
  color: var(--orange);
  padding: 8px 20px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid rgba(255, 122, 26, 0.6);
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.25);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}
/* Next & previous buttons */
.prev-slide, .next-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(10, 5, 2, 0.8);
  border: 2px solid var(--orange);
  color: var(--orange);
  font-weight: bold;
  font-size: 1.3rem;
  transition: 0.2s ease;
  border-radius: 8px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.3);
  z-index: 10;
}
.prev-slide {
  left: 12px;
}
.next-slide {
  right: 12px;
}
.prev-slide:hover, .next-slide:hover {
  background: var(--orange);
  color: #0a0502;
  transform: translateY(-50%) scale(1.1);
}
.prev-slide:active, .next-slide:active {
  transform: translateY(-50%) scale(0.95);
}
/* Dots */
.slideshow-dots {
  text-align: center;
  margin-top: 16px;
}
.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  background-color: #2a1a0d;
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.active-dot, .dot:hover {
  background-color: var(--orange);
  transform: scale(1.2);
}
/* Fading animation */
.fade {
  animation-name: fadeEffect;
  animation-duration: 0.6s;
}
@keyframes fadeEffect {
  from {opacity: .4} 
  to {opacity: 1}
}

/* =========================================================
   ZOOTMEME â€” GALLERY, CONTEST, COUNTDOWN & UPLOAD
   ========================================================= */
.meme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .meme-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .meme-grid { grid-template-columns: 1fr; } }

.meme-card {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.meme-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--bg-card-header);
}
.meme-card__img img,
.meme-card__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.meme-card__rank {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--orange);
  color: #0a0502;
  border: 1px solid var(--orange);
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 3px 12px;
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.5);
}
.meme-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.meme-card__wallet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
  background: var(--bg-card-header);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 5px 12px;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vote-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 8px 16px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0) 55%), var(--pink);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 16px var(--pink-glow);
}
.vote-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 22px var(--pink-glow); }
.vote-btn:active { transform: translateY(0) scale(0.96); }
.vote-btn.voted {
  background: var(--mint);
  color: #06402f;
  cursor: default;
  box-shadow: 0 8px 16px var(--mint-glow);
}
.vote-btn.voted:hover { transform: none; }

/* ---------- Hall of Fame (past winners) ---------- */
.hof-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 1000px) { .hof-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 820px)  { .hof-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px)  { .hof-grid { grid-template-columns: repeat(2, 1fr); } }
.hof-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-yellow);
}
.hof-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--bg-card-header);
}
.hof-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hof-card__img.noimg img { display: none; }
.hof-card__img.noimg::after {
  content: "ðŸ†";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 2.6rem;
}
.hof-card__round {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--orange);
  color: #0a0502;
  border: 1px solid var(--orange);
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  padding: 2px 10px;
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.5);
}
.hof-card__foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.hof-card__foot .meme-card__wallet { max-width: 100%; font-size: 0.8rem; }
.hof-card__meta { font-size: 0.75rem; font-weight: 600; color: var(--muted); }

/* ---------- Countdown ---------- */
.countdown {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 8px auto 28px;
}
.count-box {
  min-width: 92px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: var(--radius-sm);
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.15);
  padding: 16px 10px;
  text-align: center;
}
.count-box b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--orange);
  text-shadow: 0 0 16px rgba(255, 106, 0, 0.55);
}
.count-box span {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
}
@media (max-width: 560px) { .count-box { min-width: 68px; padding: 12px 6px; } .count-box b { font-size: 1.9rem; } }

/* ---------- Upload form ---------- */
.meme-upload {
  max-width: 620px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.field-label {
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  display: block;
}
.meme-upload input[type="text"] {
  width: 100%;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 20px;
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: 6px;
  background: #0d0703;
  color: var(--text);
  box-shadow: inset 0 0 14px rgba(255, 106, 0, 0.05);
}
.meme-upload input[type="text"]::placeholder { color: #7a6250; }
.meme-upload input[type="text"]:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.25); }

/* Wallet connect row (contest entry) */
.wallet-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.wallet-row .btn.connected {
  border-color: #2fe6a0;
  color: #2fe6a0;
  box-shadow: 0 0 14px rgba(47, 230, 160, 0.35);
}
.wallet-badge {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  padding: 8px 14px;
  border: 1px solid rgba(47, 230, 160, 0.6);
  border-radius: 6px;
  background: rgba(47, 230, 160, 0.08);
  color: #2fe6a0;
}
.fee-note {
  margin-top: 10px;
  font-size: 0.88rem;
  color: var(--muted);
  border-left: 3px solid var(--orange);
  padding: 6px 12px;
  background: rgba(255, 106, 0, 0.06);
}
.fee-note b { color: var(--orange); }

.file-drop {
  position: relative;
  border: 2px dashed rgba(255, 122, 26, 0.6);
  border-radius: var(--radius);
  background: rgba(255, 106, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.file-drop:hover { background: rgba(255, 106, 0, 0.12); }
.file-drop input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-drop .fd-ico { font-size: 2.6rem; display: block; margin-bottom: 8px; }
.file-drop .fd-text { font-weight: 600; color: var(--ink); }
.file-drop .fd-hint { font-size: 0.85rem; color: var(--muted); margin-top: 4px; }
.file-preview {
  margin: 4px auto 0;
  max-width: 240px;
  border-radius: var(--radius-sm);
  border: 3px solid var(--ink);
  display: none;
}
.file-preview.show { display: block; }

/* ---------- Winner banner ---------- */
.winner-banner {
  display: none;
  align-items: center;
  gap: 22px;
  background: linear-gradient(160deg, rgba(255, 162, 41, 0.14), rgba(255, 106, 0, 0.03)), var(--bg-card);
  border: 1px solid rgba(255, 162, 41, 0.6);
  border-radius: var(--radius);
  box-shadow: 0 0 30px rgba(255, 162, 41, 0.2);
  padding: 22px 26px;
  margin-bottom: 40px;
}
.winner-banner.show { display: flex; }
.winner-banner img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 3px solid var(--ink);
  flex-shrink: 0;
}
.winner-banner .wb-body h3 { margin-bottom: 4px; }
.winner-banner .wb-body p { color: var(--muted); font-weight: 500; margin: 0; }

/* ---------- Empty state ---------- */
.meme-empty {
  text-align: center;
  padding: 50px 20px;
  color: var(--muted);
  font-weight: 500;
  font-size: 1.1rem;
  border: 2px dashed rgba(255, 122, 26, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 106, 0, 0.03);
}

/* Round-closed note */
.round-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  color: var(--yellow);
  background: linear-gradient(160deg, rgba(255, 162, 41, 0.14), rgba(255, 106, 0, 0.03)), var(--bg-card);
  border: 1px solid rgba(255, 162, 41, 0.6);
  border-radius: var(--radius-sm);
  box-shadow: 0 0 22px rgba(255, 162, 41, 0.2);
  padding: 14px 20px;
  margin: 0 auto 28px;
  max-width: 620px;
}

/* ---------- Official video gallery (small clickable thumbs) ---------- */
.vid-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 900px) { .vid-gallery { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
@media (max-width: 520px) { .vid-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.vid-card {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--bg-card-header);
  cursor: pointer;
  box-shadow: var(--shadow-purple);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.vid-card:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 0 30px rgba(255, 106, 0, 0.45); }
.vid-card:active { transform: translateY(0) scale(0.98); }
.vid-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vid-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.18s ease;
}
.vid-card:hover .vid-card__play { opacity: 1; }
.vid-card__play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(10, 5, 2, 0.75);
  border: 2px solid var(--orange);
  color: var(--orange);
  font-size: 1.1rem;
  padding-left: 3px;
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.4);
}
.vid-card__tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--orange);
  background: rgba(10, 5, 2, 0.7);
  border: 1px solid rgba(255, 122, 26, 0.4);
  border-radius: 4px;
  padding: 3px 9px;
  backdrop-filter: blur(4px);
}

/* ---------- Video lightbox / modal ---------- */
.vid-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 1, 0, 0.88);
  backdrop-filter: blur(8px);
}
.vid-modal.open { display: flex; }
.vid-modal__inner {
  position: relative;
  width: 100%;
  max-width: min(94vw, 440px);
}
.vid-modal__inner video {
  width: 100%;
  max-height: 86vh;
  display: block;
  background: #000;
  border-radius: var(--radius);
  border: 4px solid var(--ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}
.vid-modal__close {
  position: absolute;
  top: -16px;
  right: -12px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: var(--pink);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease;
}
.vid-modal__close:hover { transform: scale(1.1) rotate(90deg); }

/* Dark-theme toggle retired: the cyberpunk theme is always dark. */
body.dark-theme { /* no-op */ }
