:root {
  --orange: #ff6b00;
  --red: #e8001c;
  --yellow: #ffd700;
  --cream: #fff8f0;
  --dark: #0a0a0a;
  --mid: #1a1a1a;
  --light-text: #a0a0a0;
  --border: #2a2a2a;
  --neon: #ccff00;
  --purple: #7b2fbe;
  --bingo-red: #c41e3a;
  --bingo-yellow: #ffcd00;
  --lime: #ccff00;
  --card-red: #e8001c;
  --card-orange: #ff6b00;
  --card-yellow: #ffd700;
  --card-green: #b8e62e;
  --sunburst-gradient1: conic-gradient(
    #ffd600 0deg,
    #ffe040 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #ffd600 20deg,
    #ffe040 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #ffd600 40deg,
    #ffe040 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #ffd600 60deg,
    #ffe040 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #ffd600 80deg,
    #ffe040 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #ffd600 100deg,
    #ffe040 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #ffd600 120deg,
    #ffe040 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #ffd600 140deg,
    #ffe040 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #ffd600 160deg,
    #ffe040 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #ffd600 180deg,
    #ffe040 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #ffd600 200deg,
    #ffe040 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #ffd600 220deg,
    #ffe040 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #ffd600 240deg,
    #ffe040 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #ffd600 260deg,
    #ffe040 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #ffd600 280deg,
    #ffe040 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #ffd600 300deg,
    #ffe040 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #ffd600 320deg,
    #ffe040 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #ffd600 340deg,
    #ffe040 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
  --sunburst-gradient: conic-gradient(
    var(--orange) 0deg,
    var(--orange) 10deg,

    #fbd40a 10deg,
    #fbd40a 20deg,

    var(--orange) 20deg,
    var(--orange) 30deg,

    #fbd40a 30deg,
    #fbd40a 40deg,

    var(--orange) 40deg,
    var(--orange) 50deg,

    #fbd40a 50deg,
    #fbd40a 60deg,

    var(--orange) 60deg,
    var(--orange) 70deg,

    #fbd40a 70deg,
    #fbd40a 80deg,

    var(--orange) 80deg,
    var(--orange) 90deg,

    #fbd40a 90deg,
    #fbd40a 100deg,

    var(--orange) 100deg,
    var(--orange) 110deg,

    #fbd40a 110deg,
    #fbd40a 120deg,

    var(--orange) 120deg,
    var(--orange) 130deg,

    #fbd40a 130deg,
    #fbd40a 140deg,

    var(--orange) 140deg,
    var(--orange) 150deg,

    #fbd40a 150deg,
    #fbd40a 160deg,

    var(--orange) 160deg,
    var(--orange) 170deg,

    #fbd40a 170deg,
    #fbd40a 180deg,

    var(--orange) 180deg,
    var(--orange) 190deg,

    #fbd40a 190deg,
    #fbd40a 200deg,

    var(--orange) 200deg,
    var(--orange) 210deg,

    #fbd40a 210deg,
    #fbd40a 220deg,

    var(--orange) 220deg,
    var(--orange) 230deg,

    #fbd40a 230deg,
    #fbd40a 240deg,

    var(--orange) 240deg,
    var(--orange) 250deg,

    #fbd40a 250deg,
    #fbd40a 260deg,

    var(--orange) 260deg,
    var(--orange) 270deg,

    #fbd40a 270deg,
    #fbd40a 280deg,

    var(--orange) 280deg,
    var(--orange) 290deg,

    #fbd40a 290deg,
    #fbd40a 300deg,

    var(--orange) 300deg,
    var(--orange) 310deg,

    #fbd40a 310deg,
    #fbd40a 320deg,

    var(--orange) 320deg,
    var(--orange) 330deg,

    #fbd40a 330deg,
    #fbd40a 340deg,

    var(--orange) 340deg,
    var(--orange) 350deg,

    #fbd40a 350deg,
    #fbd40a 360deg
  );
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor * {
    cursor: none !important;
  }
}

/* noise overlay */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  will-change: transform;
}

.custom-cursor.is-active {
  opacity: 1;
}

.custom-cursor img {
  width: 48px;
  height: 40px;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* @media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none !important;
  }
} */

::-webkit-scrollbar {
  width: 9px;
  height: 1px;
}
::-webkit-scrollbar-track {
  background: 0 0;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff9507, #fc6b00);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff9507, #fc6b00);
}

.screen {
  display: none;
  min-height: 100vh;
  width: 100%;
}

.screen:not(.active) {
  display: none !important;
}

.screen.active {
  display: flex;
  flex-direction: column;
}
/* ===== DISCO / THEME TOGGLE ===== */
.theme-toggle-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2.5px solid #1a0a00;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
  background: #fff6e8;
  color: #1a0a00;
  box-shadow: 3px 3px 0 #1a0a00;
}

.ttn-track {
  width: 36px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #1a0a00;
  position: relative;
  background: #ffe8d6;
  transition: all 0.3s;
  flex-shrink: 0;
}

.ttn-thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6b00;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: all 0.3s ease;
}

/* Landing in disco */
body.disco .sunburst {
  background: var(--sunburst-gradient1);
}

body.disco .ttn-thumb {
  left: 15px;
  background: #ffd700;
}

/* ===== LANDING — Lovable Design ===== */
#landing.screen.active {
  display: block;
  background: transparent;
  color: #1a0a00;
  position: relative;
  overflow-x: clip;
  isolation: isolate;
}

#landing .landing-content {
  position: relative;
  z-index: 2;
}

#landing .sunburst {
  position: fixed;
  opacity: 0.57;
  z-index: 0;
}

#landing .chip-float {
  z-index: 1;
}

#landing .chip-float img {
  width: 60px;
  height: auto;
  display: block;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
}

/* Site Header */
.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  width: 100%;
  background: transparent;
}

.site-logo {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
}

.site-logo img {
  width: 100%;
  max-width: 90px;
  height: auto;
  filter: drop-shadow(2px 3px 0 rgba(26, 10, 0, 0.2));
}

.site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 28px);
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
  flex: 1 1 auto;
}

.nav-link {
  background: none;
  border: none;
  color: #1a0a00;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 800;
  /* letter-spacing: 0.5px; */
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    color 0.2s,
    transform 0.15s;
}

.nav-link:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.nav-btn {
  border: none;
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}

.nav-btn-login {
  position: relative;
  background: #ff6b00;
  color: #fff;
  padding: 10px 32px;
  box-shadow:
    0 3px 0 #c44e00,
    0 4px 12px rgba(255, 107, 0, 0.35);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.nav-btn-login:hover {
  transform: translateY(-2px);
  box-shadow:
    0 5px 0 #c44e00,
    0 8px 20px rgba(255, 107, 0, 0.45);
}

.nav-flame {
  position: absolute;
  top: -14px;
  right: -10px;
  width: 32px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  animation: flameWiggle 1.5s ease-in-out infinite;
}

@keyframes flameWiggle {
  0%,
  100% {
    transform: rotate(-4deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.06);
  }
}

/* Hero */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 24px 0 0;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.badge {
  display: inline-block;
  padding: 10px 14px;
  width: 200px;
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.badge-red {
  background: var(--bingo-red);
  color: #fff;
}

.badge-yellow {
  background: var(--yellow);
  color: #000;
}

.hero-headline {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 0.82;
  margin: 0;
}

.line {
  display: flex;
  align-items: flex-end;
}

/* First line */
.line-1 {
  font-size: clamp(60px, 8vw, 115px);
  gap: 10px;
}

/* Second line */
.line-2 {
  font-size: clamp(60px, 8vw, 115px);
  margin-top: 15px;
  margin-left: -1px;
}

/* .line-1 .hl-red {
  transform: translateY(-6px);
}

.line-2 .hl-orange {
  transform: translateY(4px);
} */

.hl-white {
  color: #000000;
  /* -webkit-text-stroke: 2px #000;
  text-shadow:
    2px 2px 0 #000,
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000; */
}
.hl-red {
  color: #e8001c;
}
.hl-orange {
  color: #ff6b00;
}

.hl-red {
  color: #e8001c;
  display: inline-block;
  transform-origin: center;
}

/* Animation class */
.hl-red.animate {
  animation: savageZoom 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes savageZoom {
  0% {
    transform: scale(0.5);
  }

  35% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.hero-tagline {
  margin-top: 6px;
  font-family: "Anton";
  font-size: 1.5rem;
  /* text-transform: uppercase; */
  /* letter-spacing: -1px; */
  color: #111;
}

.hero-tagline .hl-red {
  margin-left: 0;
}

.text-orange {
  color: var(--orange);
}

/* .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--orange);
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  box-shadow: 0 4px 24px rgba(255, 107, 0, 0.35);
  text-decoration: none;
} */
.hero-cta {
  --orange-1: #ff6b00;
  --orange-2: #ff8c00;
  --orange-3: #ff3d00;
  --yellow: #ffd54f;

  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;

  border-radius: 100px;
  text-decoration: none;

  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;

  background: linear-gradient(
    120deg,
    var(--orange-1),
    var(--orange-2),
    var(--yellow),
    var(--orange-3),
    var(--orange-1)
  );

  background-size: 300% 300%;
  animation: spicyGradient 6s ease infinite;

  box-shadow:
    0 6px 25px rgba(255, 107, 0, 0.35),
    0 0 0 rgba(255, 140, 0, 0.4);

  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.hero-cta::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;

  background: linear-gradient(
    120deg,
    #ff6b00,
    #ff9800,
    #ffd54f,
    #ff5722,
    #ff6b00
  );

  background-size: 300% 300%;
  filter: blur(18px);
  opacity: 0.55;

  animation: spicyGradient 6s linear infinite;
}

@keyframes spicyGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 107, 0, 0.5);
}

.cta-text {
  display: inline-flex;
  gap: 1px;
}

.cta-text span {
  display: inline-block;

  background: linear-gradient(90deg, #fff, #ffe082, #fff);
  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation:
    textSweep 3s linear infinite,
    wave 1.5s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.cta-text span:nth-child(1) {
  animation-delay: 0s;
}
.cta-text span:nth-child(2) {
  animation-delay: 0.05s;
}
.cta-text span:nth-child(3) {
  animation-delay: 0.1s;
}
.cta-text span:nth-child(4) {
  animation-delay: 0.15s;
}
.cta-text span:nth-child(5) {
  animation-delay: 0.2s;
}
.cta-text span:nth-child(6) {
  animation-delay: 0.25s;
}
.cta-text span:nth-child(7) {
  animation-delay: 0.3s;
}
.cta-text span:nth-child(8) {
  animation-delay: 0.35s;
}
.cta-text span:nth-child(9) {
  animation-delay: 0.4s;
}
.cta-text span:nth-child(10) {
  animation-delay: 0.45s;
}
.cta-text span:nth-child(11) {
  animation-delay: 0.5s;
}
.cta-text span:nth-child(12) {
  animation-delay: 0.55s;
}
.cta-text span:nth-child(13) {
  animation-delay: 0.6s;
}
.cta-text span:nth-child(14) {
  animation-delay: 0.65s;
}
.cta-text span:nth-child(15) {
  animation-delay: 0.7s;
}
.cta-text span:nth-child(16) {
  animation-delay: 0.75s;
}

.cta-icon {
  font-size: 18px;
}

.cta-arrow {
  font-size: 20px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.stats-icons {
  display: flex;
  gap: 4px;
}

.stats-icons span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid #ffd6b8;
  box-shadow: 2px 2px 0 #1a0a00;
}

.stats-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stats-text strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #1a0a00;
}

.stats-text span {
  font-size: 13px;
  color: #6b3a1f;
  font-weight: 600;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.orbital-child {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.orbital-child.orbital-child-1 {
  left: -2%;
  top: 38%;
}
.orbital-child.orbital-child-2 {
  left: 63%;
  top: 18%;
}
.orbital-child.orbital-child-3 {
  left: 50%;
  top: 61%;
}
.orbital-child.orbital-child-1 img {
  width: 100%;
  max-width: 230px;
  transform: rotate(9deg);
}
.orbital-child.orbital-child-2 img {
  width: 100%;
  max-width: 180px;
  transform: rotate(348deg);
}
.orbital-child.orbital-child-3 img {
  width: 100%;
  max-width: 250px;
  transform: rotate(20deg);
}
/* Pulse animation keyframes */
@keyframes orbitalPulse {
  0%,
  100% {
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes orbitalPulse2 {
  0%,
  100% {
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
    transform: scale(1) rotate(9deg);
  }
  50% {
    transform: scale(1.06) rotate(9deg);
  }
}

@keyframes orbitalPulse3 {
  0%,
  100% {
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
    transform: scale(1) rotate(348deg);
  }
  50% {
    transform: scale(1.06) rotate(348deg);
  }
}

@keyframes orbitalPulse4 {
  0%,
  100% {
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
    transform: scale(1) rotate(20deg);
  }
  50% {
    transform: scale(1.06) rotate(20deg);
  }
}

.orbital-child-1 img {
  animation: orbitalPulse2 2.8s ease-in-out infinite;
}

.orbital-child-2 img {
  animation: orbitalPulse3 2.8s ease-in-out infinite;
  animation-delay: 0.9s;
}

.orbital-child-3 img {
  animation: orbitalPulse4 2.8s ease-in-out infinite;
  animation-delay: 1.8s;
}

.orbital-child img {
  width: 100%;
}
.orbital-hero {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  min-height: clamp(320px, 42vw, 520px);
  overflow: visible;
}

@media (min-width: 992px) {
  .orbital-hero {
    top: -7%;
    left: -6%;
    max-width: none;
    margin: 0;
  }
}

/* ── Orbital System wrapper ── */
.orbital-system {
  position: relative;
  /* size of the outermost orbit ring diameter */
  width: clamp(300px, 40vw, 480px);
  height: clamp(300px, 40vw, 480px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Core circle ── */
.orbital-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(90px, 12vw, 130px);
  height: clamp(90px, 12vw, 130px);
  border-radius: 50%;
  background: radial-gradient(circle, #ffd700 0%, #ffb800 70%, #e6a800 100%);
  border: 3px solid #1a0a00;
  box-shadow:
    0 0 0 6px rgba(255, 215, 0, 0.25),
    4px 4px 0 #1a0a00;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  animation: corePulse 3s ease-in-out infinite;
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 6px rgba(255, 215, 0, 0.25),
      4px 4px 0 #1a0a00;
  }
  50% {
    box-shadow:
      0 0 0 14px rgba(255, 215, 0, 0.12),
      4px 4px 0 #1a0a00;
  }
}

.orbital-core .xxx-inside {
  background: #ff6b00;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(9px, 1.2vw, 13px);
  letter-spacing: 1.5px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 2px solid #1a0a00;
  box-shadow: 2px 2px 0 #1a0a00;
  white-space: nowrap;
  text-align: center;
  position: static;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
}

.orbital-core:hover .xxx-inside {
  transform: rotate(360deg);
}
/* ── Generic orbit track ── */
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(26, 10, 0, 0.18);
}

/* ── Orbit sizes ── */
.orbit-1 {
  width: clamp(170px, 22vw, 250px);
  height: clamp(170px, 22vw, 250px);
  z-index: 3;
}
.orbit-2 {
  width: clamp(250px, 33vw, 380px);
  height: clamp(250px, 33vw, 380px);
  z-index: 2;
}
.orbit-3 {
  width: clamp(310px, 41vw, 490px);
  height: clamp(310px, 41vw, 490px);
  z-index: 1;
}

/* ── Runner — spins around the orbit centre ── */
.orbit-runner {
  position: absolute;
  /* sits at orbit centre, radius set by translate in animation */
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-origin: 0 0;
}

/* spin keyframe shared by all runners */
@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbitSpinReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* each runner gets its own radius, speed, start angle, direction */
.runner-1 {
  animation: orbitSpin 10s linear infinite;
  animation-delay: 0s;
}
.runner-2 {
  animation: orbitSpinReverse 15s linear infinite;
  animation-delay: -5s;
}
.runner-3 {
  animation: orbitSpin 20s linear infinite;
  animation-delay: -9s;
}

/* ── Product chip on each runner ── */
.product-orbit {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* Counter-rotate so the bag stays upright */
.runner-1 .product-orbit {
  animation: orbitSpinReverse 10s linear infinite;
}
.runner-2 .product-orbit {
  animation: orbitSpin 15s linear infinite;
  animation-delay: -5s;
}
.runner-3 .product-orbit {
  animation: orbitSpinReverse 20s linear infinite;
  animation-delay: -9s;
}

.product-orbit img {
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
  transition: transform 0.3s;
}
.product-orbit:hover img {
  transform: scale(1.12) rotate(-4deg);
}

/* Position each product at the correct orbital radius
   (half of .orbit-N width, pushed left of centre) */
.pb-orbit-1 {
  /* orbit-1 r = half of orbit-1 width */
  left: 0;
  top: calc(clamp(85px, 11vw, 125px) * -1);
}
.pb-orbit-1 img {
  width: clamp(56px, 7vw, 80px);
}

.pb-orbit-2 {
  left: 0;
  top: calc(clamp(125px, 16.5vw, 190px) * -1);
}
.pb-orbit-2 img {
  width: clamp(68px, 9vw, 100px);
}

.pb-orbit-3 {
  left: 0;
  top: calc(clamp(155px, 20.5vw, 245px) * -1);
}
.pb-orbit-3 img {
  width: clamp(76px, 10vw, 110px);
}

/* ── Orbit flavour tags ── */
.orbit-tag {
  display: inline-block;
  /* background: #1a0a00; */
  /* color: #ffd700; */
  /* font-family: "Barlow Condensed", sans-serif; */
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  /* border: 1.5px solid #ffd700; */
  white-space: nowrap;
}

/* ── Float labels (override original positioning) ── */
.orbital-hero .float-label {
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 100px;
  z-index: 10;
  animation: decoFloat 3.5s ease-in-out infinite;
  border: 2px solid #1a0a00;
  box-shadow: 2px 2px 0 #1a0a00;
}
.orbital-hero .fl-zesty {
  background: #4caf50;
  color: #fff;
  top: 8%;
  left: 2%;
}
.orbital-hero .fl-spicy {
  background: #ff6b00;
  color: #fff;
  bottom: 18%;
  right: 0%;
  animation-delay: 0.7s;
}
.orbital-hero .fl-pop {
  background: #c41e3a;
  color: #fff;
  top: 10%;
  right: 6%;
  border-radius: 8px;
  animation-delay: 1.2s;
}

/* ── Sparkle deco ── */
.orb-sparkle {
  position: absolute;
  font-size: 18px;
  color: #1a0a00;
  pointer-events: none;
  z-index: 10;
  animation: sparkSpin 6s linear infinite;
}
.sp1 {
  top: 28%;
  left: 6%;
  animation-duration: 8s;
  color: #ffd700;
}
.sp2 {
  top: 55%;
  right: 4%;
  animation-duration: 10s;
  color: #ff6b00;
  animation-direction: reverse;
}
.sp3 {
  bottom: 14%;
  left: 20%;
  animation-duration: 7s;
}

@keyframes sparkSpin {
  from {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.3);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

/* Orbital responsive rules live in assets/responsive.css */

.xxx-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--orange);
  color: #000;
  font-family: "Anton", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 8px;
  z-index: 2;
  white-space: nowrap;
}

.product-bag {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.4));
  animation: bagFloat 5s ease-in-out infinite;
}

.product-bag img {
  width: clamp(100px, 14vw, 140px);
  height: auto;
  display: block;
}

.pb1 {
  top: -8%;
  right: -12%;
  animation-delay: 0s;
}

.pb2 {
  bottom: -5%;
  left: -8%;
  animation-delay: 1.5s;
}

.pb3 {
  bottom: 5%;
  right: -15%;
  animation-delay: 0.8s;
}

@keyframes bagFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-14px) rotate(3deg);
  }
}

.float-deco {
  position: absolute;
  font-size: clamp(18px, 2.5vw, 28px);
  pointer-events: none;
  animation: decoFloat 4s ease-in-out infinite;
  z-index: 1;
}

.fd1 {
  top: 5%;
  left: 10%;
  animation-delay: 0s;
}
.fd2 {
  top: 15%;
  right: 8%;
  animation-delay: 0.5s;
}
.fd3 {
  bottom: 30%;
  left: 5%;
  animation-delay: 1s;
}
.fd4 {
  bottom: 10%;
  right: 15%;
  animation-delay: 1.5s;
}
.fd5 {
  top: 40%;
  left: 0;
  animation-delay: 2s;
  font-size: 14px;
  color: #ffd700;
}
.fd6 {
  top: 8%;
  right: 25%;
  animation-delay: 0.3s;
  font-size: 14px;
  color: #fff;
}

@keyframes decoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.float-label {
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 4;
  animation: decoFloat 3.5s ease-in-out infinite;
}

.fl-zesty {
  background: #4caf50;
  color: #fff;
  top: 20%;
  left: 0;
}

.fl-spicy {
  background: var(--orange);
  color: #000;
  bottom: 35%;
  right: 0;
  animation-delay: 0.7s;
}

.fl-pop {
  background: var(--bingo-red);
  color: #fff;
  top: 5%;
  right: 30%;
  border-radius: 8px;
  animation-delay: 1.2s;
}

/* Marquee */
.marquee-wrap {
  overflow: hidden;
  background: var(--bingo-red);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-track span {
  font-family: "Anton", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  color: #fff;
  white-space: nowrap;
  padding-right: 48px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Meters Section */
.meters-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px clamp(16px, 4vw, 24px) 0;
  text-align: center;
}
.meters-section .hero-headline {
  font-family: "Anton", "Bebas Neue", sans-serif;
  font-size: clamp(52px, 7vw, 50px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.meter-child {
  position: absolute;
  z-index: 1;
  top: 14%;
  left: 21%;
}
.meter-child img {
  width: 90px;
  height: auto;
  display: block;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
}
.section-label {
  margin-bottom: 16px;
}

.section-title-block {
  display: inline-block;
  /* background: var(--bingo-red); */
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 32px;
  margin-bottom: 12px;
}

.section-sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6b3a1f;
  margin-bottom: 40px;
}
/* ===== METER CARDS — Reference Redesign ===== */
.meters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.meter-card {
  border-radius: 20px;
  border: 3.5px solid #0a0a0a;
  box-shadow: 5px 5px 0 #0a0a0a;
  padding: 20px 18px;
  text-align: left;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meter-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #0a0a0a;
}

/* Faded watermark emoji in background */
.meter-card::after {
  position: absolute;
  font-size: 110px;
  right: -12px;
  bottom: -20px;
  opacity: 0.06;
  pointer-events: none;
  line-height: 1;
}
.meter-savage::after {
  content: "🔥";
}
.meter-spice::after {
  content: "🌶️";
}
.meter-chaos::after {
  content: "⚡";
}
.meter-bold::after {
  content: "💥";
}

/* Card colors */
.meter-savage {
  background: #e8001c;
}
.meter-spice {
  background: #ff6b00;
}
.meter-chaos {
  background: #ffd700;
}
.meter-bold {
  background: #b8e62e;
}

/* Top section */
.meter-card-top {
  flex: 1;
}

/* Title + emoji row */
.meter-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.meter-card h3 {
  font-family: "Anton", sans-serif;
  font-size: clamp(24px, 2.8vw, 32px);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

/* Title color per card */
.meter-savage h3,
.meter-spice h3 {
  color: #ffffff;
}
.meter-chaos h3,
.meter-bold h3 {
  color: #0a0a0a;
}

/* Emoji */
.meter-emoji {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 8px;
  margin-top: 2px;
  display: block;
}

/* Description */
.meter-card p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  min-height: 0;
}
.meter-savage p,
.meter-spice p {
  color: rgba(255, 255, 255, 0.9);
}
.meter-chaos p,
.meter-bold p {
  color: rgba(0, 0, 0, 0.72);
}

/* Bottom section */
/* .meter-card-bottom {
  margin-top: 20px;
} */

/* Progress bar */
.meter-bar {
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 8px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.meter-bar-fill {
  height: 100%;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

/* Shine effect on bar */
.meter-bar-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: barShine 2.5s ease-in-out infinite;
}
@keyframes barShine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}

/* Fill colors */
.meter-savage .meter-bar-fill,
.meter-spice .meter-bar-fill {
  background: rgba(255, 255, 255, 0.9);
}
.meter-chaos .meter-bar-fill,
.meter-bold .meter-bar-fill {
  background: rgba(255, 255, 255, 0.9);
}

/* AVG label */
.meter-avg {
  font-family: "Anton", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.meter-savage .meter-avg,
.meter-spice .meter-avg {
  color: rgba(255, 255, 255, 0.75);
}
.meter-chaos .meter-avg,
.meter-bold .meter-avg {
  color: rgba(0, 0, 0, 0.75);
}

/* Responsive */
@media (max-width: 900px) {
  .meters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .meters-grid {
    grid-template-columns: 1fr;
  }
}
/* Game Hub */
.gamehub-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px clamp(16px, 4vw, 24px) 0;
  text-align: center;
}
.gamehub-section .game-child {
  position: absolute;
  z-index: 1;
  top: 14%;
  right: 20%;
}
.gamehub-section .game-child img {
  width: 150px;
}
.gamehub-title {
  font-family: "Anton", sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.1;
}

.gamehub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.mode-card {
  position: relative;
  border-radius: 24px;
  padding: 28px 24px 100px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  min-height: 320px;
}

.mode-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.mode-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

/* .mode-red {
  background: linear-gradient(180deg, #c41e3a 0%, #1a0a0a 55%, #0a0a0a 100%);
} */
.mode-red {
  background: linear-gradient(180deg, #ad2a37 0%, #fe6d02 55%, #38322b 100%);
  box-shadow: 5px 5px 0 #0f0d0a;
}
/* .mode-yellow {
  background: linear-gradient(180deg, #d4a800 0%, #1a1500 55%, #0a0a0a 100%);
} */
.mode-yellow {
  background: linear-gradient(180deg, #ef3445 0%, #ffd81a 55%, #0a0a0a 100%);
  box-shadow: 5px 5px 0 #0a0a0a;
}

.mode-green {
  background: linear-gradient(180deg, #fed108 0%, #654a9e 55%, #020202 100%);
  box-shadow: 5px 5px 0 #0a0a0a;
}

.mode-tag {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.mode-icon {
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
}

.mode-card h3 {
  font-family: "Anton", sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.1;
}

.mode-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.mode-play {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}

.mode-product {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  pointer-events: none;
}

.mode-product img {
  width: 170px;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
  transform: rotate(8deg);
}

.gamehub-cta {
  margin: 0 auto;
}

/* Footer — same transparent bg as hero (sunburst shows through) */
.site-footer {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 40px 0 0;
  color: #1a0a00;
  border-top: 1px solid rgba(255, 214, 0, 0.25);
}

.footer-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: 12px;
  filter: drop-shadow(2px 3px 0 rgba(26, 10, 0, 0.15));
}

.footer-tag {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #1a0a00;
}

.footer-copy {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b3a1f;
  opacity: 0.9;
}

/* Landing responsive — see assets/responsive.css */
@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
    padding-top: 16px;
  }

  .meters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .site-nav {
    gap: 12px;
  }

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

/* Sunburst */
.sunburst {
  position: absolute;
  width: 200vmax;
  height: 200vmax;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--sunburst-gradient);
  /* opacity: 0.85; */
  animation: sunSpin 30s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes sunSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.landing-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px;
  text-align: center;
}

.bingo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Bingo logo top */
.bingo-logo-top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--bingo-red);
  padding: 10px 28px;
  border-radius: 100px;
  box-shadow: 0 4px 24px rgba(200, 16, 46, 0.35);
}

.bingo-logo-top .logo-text {
  font-family: "Bebas Neue", cursive;
  font-size: 28px;
  color: var(--bingo-yellow);
  letter-spacing: 3px;
  white-space: nowrap;
}

.bingo-logo-top .logo-dot {
  width: 10px;
  height: 10px;
  background: var(--bingo-yellow);
  border-radius: 50%;
}

.bingo-logo-img img {
  width: 220px;
  height: auto;
  display: block;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}

.hero-title {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(50px, 20vw, 160px);
  line-height: 0.82;
  color: var(--dark);
  letter-spacing: -3px;
  animation: popIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
  position: relative;
}

.hero-title .bingo-word {
  display: block;
  color: var(--bingo-red);
  -webkit-text-stroke: 3px var(--dark);
  text-shadow: 6px 6px 0 var(--dark);
}

.hero-title .xxx-word {
  display: block;
  color: var(--bingo-yellow);
  -webkit-text-stroke: 3px var(--dark);
  text-shadow: 6px 6px 0 var(--dark);
  position: relative;
}

.hero-title .xxx-word::before {
  content: "XXX";
  position: absolute;
  inset: 0;
  color: var(--orange);
  -webkit-text-stroke: 3px var(--dark);
  animation: glitch 4s infinite;
  clip-path: polygon(0 40%, 100% 40%, 100% 55%, 0 55%);
  text-shadow: none;
}

@keyframes glitch {
  0%,
  88%,
  100% {
    transform: translate(0);
  }

  89% {
    transform: translate(-5px, 2px);
  }

  91% {
    transform: translate(5px, -2px);
  }

  93% {
    transform: translate(-3px, 1px);
  }

  95% {
    transform: translate(0);
  }
}

.hero-sub {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 600;
  color: var(--light-text);
  max-width: 440px;
  margin: 20px auto 36px;
  letter-spacing: 0.5px;
  animation: fadeUp 0.9s ease 0.25s both;
}

/* Flavor pills — real Bingo products */
.flavors-belt {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
  animation: fadeUp 0.9s ease 0.35s both;
}

.fp {
  display: flex;
  align-items: center;
  gap: 7px;
  background: white;
  border: 2px solid var(--border);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: default;
  transition: all 0.2s;
  box-shadow: 2px 2px 0 var(--dark);
}

.fp:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--dark);
  border-color: var(--orange);
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.9s ease 0.45s both;
}

.btn-main {
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  border: 3px solid var(--dark);
  padding: 16px 44px;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  letter-spacing: 4px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--dark);
  transition: all 0.15s;
  text-decoration: none;
  display: inline-block;
}

.btn-main:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--dark);
  color: white;
}

.btn-main:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--dark);
}

.btn-sec {
  background: var(--bingo-yellow);
  color: var(--dark);
  border: 3px solid var(--dark);
  padding: 14px 36px;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  letter-spacing: 3px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--dark);
  transition: all 0.15s;
  display: inline-block;
  text-decoration: none;
}

.btn-sec:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--dark);
}

/* Floating chip shapes */
.chip-float {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  animation: chipDrift 6s ease-in-out infinite;
}

.chip-float img {
  width: 120px;
  height: auto;
  display: block;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
}

/* .cf1 {
  top: 8%;
  left: 74%;
  animation-duration: 7s;
  animation-delay: 0s;
} */

.cf1 {
  top: 10%;
  left: 8%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.cf2 {
  top: 10%;
  right: 11%;
  animation-duration: 5s;
  animation-delay: 1s;
}

#landing .chip-float.cf3 img {
  width: 90px;
}

.cf3 {
  top: 25%;
  left: 31%;
  animation: none;
}

.cf4 {
  top: 11%;
  left: 47%;
  animation-duration: 6s;
  animation-delay: 0.5s;
}

.cf5 {
  top: 31%;
  right: 12%;
  animation-duration: 9s;
  animation-delay: 3s;
}

.cf7 {
  font-size: 40px;
  top: 44%;
  right: 15%;
  animation-duration: 9s;
  animation-delay: 3s;
}

.cf6 {
  top: 32%;
  left: 1%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

@keyframes chipDrift {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-20px) rotate(8deg);
  }

  66% {
    transform: translateY(-10px) rotate(-5deg);
  }
}

/* ===== LOGIN ===== */
#login,
#register {
  background: #fff6e8;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 100vh;
}

#login.screen.active,
#register.screen.active {
  display: flex;
}

#register .sunburst {
  opacity: 0.25;
  z-index: 0;
  background: conic-gradient(
    #ff5a1f 0deg,
    #ffcd00 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #ff5a1f 20deg,
    #ffcd00 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #ff5a1f 40deg,
    #ffcd00 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #ff5a1f 60deg,
    #ffcd00 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #ff5a1f 80deg,
    #ffcd00 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #ff5a1f 100deg,
    #ffcd00 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #ff5a1f 120deg,
    #ffcd00 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #ff5a1f 140deg,
    #ffcd00 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #ff5a1f 160deg,
    #ffcd00 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #ff5a1f 180deg,
    #ffcd00 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #ff5a1f 200deg,
    #ffcd00 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #ff5a1f 220deg,
    #ffcd00 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #ff5a1f 240deg,
    #ffcd00 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #ff5a1f 260deg,
    #ffcd00 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #ff5a1f 280deg,
    #ffcd00 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #ff5a1f 300deg,
    #ffcd00 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #ff5a1f 320deg,
    #ffcd00 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #ff5a1f 340deg,
    #ffcd00 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
}

#register {
  background: #fff6e8;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 100vh;
}

#register.screen.active {
  display: flex;
}

#register .sunburst {
  opacity: 0.25;
  z-index: 0;
  background: conic-gradient(
    #ff5a1f 0deg,
    #ffcd00 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #ff5a1f 20deg,
    #ffcd00 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #ff5a1f 40deg,
    #ffcd00 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #ff5a1f 60deg,
    #ffcd00 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #ff5a1f 80deg,
    #ffcd00 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #ff5a1f 100deg,
    #ffcd00 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #ff5a1f 120deg,
    #ffcd00 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #ff5a1f 140deg,
    #ffcd00 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #ff5a1f 160deg,
    #ffcd00 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #ff5a1f 180deg,
    #ffcd00 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #ff5a1f 200deg,
    #ffcd00 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #ff5a1f 220deg,
    #ffcd00 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #ff5a1f 240deg,
    #ffcd00 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #ff5a1f 260deg,
    #ffcd00 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #ff5a1f 280deg,
    #ffcd00 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #ff5a1f 300deg,
    #ffcd00 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #ff5a1f 320deg,
    #ffcd00 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #ff5a1f 340deg,
    #ffcd00 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
}

#login .sunburst {
  opacity: 0.25;
  z-index: 0;
  background: conic-gradient(
    #ff5a1f 0deg,
    #ffcd00 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #ff5a1f 20deg,
    #ffcd00 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #ff5a1f 40deg,
    #ffcd00 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #ff5a1f 60deg,
    #ffcd00 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #ff5a1f 80deg,
    #ffcd00 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #ff5a1f 100deg,
    #ffcd00 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #ff5a1f 120deg,
    #ffcd00 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #ff5a1f 140deg,
    #ffcd00 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #ff5a1f 160deg,
    #ffcd00 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #ff5a1f 180deg,
    #ffcd00 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #ff5a1f 200deg,
    #ffcd00 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #ff5a1f 220deg,
    #ffcd00 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #ff5a1f 240deg,
    #ffcd00 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #ff5a1f 260deg,
    #ffcd00 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #ff5a1f 280deg,
    #ffcd00 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #ff5a1f 300deg,
    #ffcd00 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #ff5a1f 320deg,
    #ffcd00 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #ff5a1f 340deg,
    #ffcd00 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
}

.login-card {
  background: white;
  border: 3px solid var(--dark);
  border-radius: 20px;
  padding: 36px 28px;
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 2;
  box-shadow: 8px 8px 0 var(--dark);
}

.login-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  font-family: "Bebas Neue", cursive;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 12px;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
}

.login-logo {
  width: 100%;
  height: 100%;
}

.login-logo img {
  width: 90px;
}

.login-sub {
  text-align: center;
  color: var(--light-text);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 700;
}

.flabel {
  color: var(--dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.finput {
  background: var(--cream);
  border: 2.5px solid var(--dark);
  border-radius: 10px;
  color: var(--dark);
  padding: 13px 16px;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  width: 100%;
  transition: all 0.2s;
  outline: none;
  margin-bottom: 18px;
  box-shadow: 3px 3px 0 var(--dark);
}

.finput:focus {
  border-color: var(--bingo-red);
  background: white;
  box-shadow: 3px 3px 0 var(--bingo-red);
}

.finput::placeholder {
  color: #bba090;
  font-weight: 500;
}

.finput.is-invalid {
  border-color: var(--bingo-red);
  background: #fff5f3;
  box-shadow: 3px 3px 0 var(--bingo-red);
}

.field-error {
  color: var(--bingo-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: -12px 0 14px;
  min-height: 16px;
}

.field-error:empty {
  display: none;
}

.age-row.is-invalid .chk-box {
  border-color: var(--bingo-red);
  box-shadow: 2px 2px 0 var(--bingo-red);
}

.otp-row .finput.is-invalid {
  box-shadow: 2px 2px 0 var(--bingo-red);
}

.finput-area {
  resize: vertical;
  min-height: 88px;
  line-height: 1.4;
}

.auth-switch {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #6b3a1f;
}

.auth-switch a {
  color: var(--bingo-red);
  font-weight: 800;
  text-decoration: none;
  margin-left: 4px;
}

.auth-switch a:hover {
  text-decoration: underline;
}

.login-flavor-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.login-flavor-pills span {
  background: #fff4ee;
  border: 2px solid var(--border);
  border-radius: 100px;
  padding: 6px 8px;
  font-size: clamp(9px, 2.8vw, 12px); 
  font-weight: 700;
  color: var(--light-text);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.age-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  cursor: pointer;
  background: #fff4ee;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
}

.age-row input[type="checkbox"] {
  display: none;
}

.chk-box {
  width: 26px;
  height: 26px;
  border: 2.5px solid var(--dark);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  background: white;
}

.age-row input:checked + .chk-box {
  background: var(--bingo-red);
  border-color: var(--bingo-red);
}

.age-row input:checked + .chk-box::after {
  content: "✓";
  color: white;
  font-size: 15px;
  font-weight: 900;
}

.age-row .chklabel {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
}

.age-row .chklabel strong {
  color: var(--bingo-red);
}

.otp-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.otp-row .finput {
  flex: 1;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 4px;
  padding: 14px 8px;
}

.otp-hint {
  color: var(--light-text);
  font-size: 12px;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
}

.otp-hint span {
  color: var(--bingo-red);
  cursor: pointer;
  text-decoration: underline;
}

.btn-login-action {
  width: 100%;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  border: 3px solid var(--dark);
  padding: 16px;
  border-radius: 10px;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  letter-spacing: 5px;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 5px 5px 0 var(--dark);
}

.btn-login-action:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--dark);
}

/* Login floating chips */
#login .chip-float img {
  width: 90px;
}

#login .cf1 {
  top: 5%;
  left: 3%;
}

#login .cf2 {
  top: 8%;
  right: 4%;
}

#login .cf3 {
  bottom: 12%;
  left: 2%;
}

#login .cf4 {
  bottom: 10%;
  right: 3%;
}

/* ===== METER ===== */
#meter-screen {
  background: var(--cream);
  align-items: center;
  justify-content: center;
  padding: 0px 20px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#meter-screen .meter-screen-img {
  position: absolute;
  width: 100%;
}

#meter-screen .meter-screen-img-1 {
  top: 29%;
  right: 33%;
  transform: rotate(35deg);
}

#meter-screen .meter-screen-img-2 {
  left: 31%;
  top: 12%;
  transform: rotate(349deg);
}

#meter-screen .meter-screen-img img {
  width: 400px;
}

#meter-screen .sunburst {
  opacity: 0.2;
  z-index: 1;
}

.meter-wrap {
  position: relative;
  z-index: 2;
  max-width: 460px;
  width: 100%;
  padding-top: 40px;
}

.meter-big-emoji {
  font-size: 72px;
  margin-bottom: 16px;
  animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.meter-ttl {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 8px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

.meter-sub {
  color: var(--light-text);
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
}

.mbar-track {
  background: #ffe8d6;
  border-radius: 100px;
  height: 32px;
  border: 2.5px solid var(--dark);
  overflow: hidden;
  margin-bottom: 6px;
  box-shadow: 3px 3px 0 var(--dark);
}

.mbar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffd600, #ff5a1f, #e8001c);
  border-radius: 100px;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.mbar-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: shine 1.5s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.meter-pct {
  text-align: right;
  font-size: 14px;
  color: var(--light-text);
  font-weight: 700;
  margin-bottom: 20px;
}

.level-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin-bottom: 24px;
}

.level-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  background: white;
  border: 2px solid transparent;
  transition: all 0.3s;
  opacity: 0.35;
}

.level-row.lit {
  opacity: 1;
  border-color: var(--orange);
  background: #fff4ee;
  box-shadow: 3px 3px 0 var(--orange);
}

.level-row .lv-emoji {
  font-size: 28px;
}

.level-row .lv-name {
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  color: var(--dark);
}

.level-row .lv-desc {
  font-size: 12px;
  color: var(--light-text);
  font-weight: 500;
}

/* ===== QUIZ ===== */
#quiz-screen {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  padding: 0;
}

#quiz-screen .quiz-screen-img {
  position: absolute;
  width: 100%;
}

#quiz-screen .quiz-screen-img-1 {
  top: 29%;
  right: 7%;
  transform: rotate(10deg);
}

#quiz-screen .quiz-screen-img img {
  width: 500px;
}

#quiz-screen .sunburst-1 {
  opacity: 0.2;
  z-index: 1;
}

.qhdr {
  position: relative;
  z-index: 3;
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.qprog {
  flex: 1;
  height: 8px;
  background: #ffe8d6;
  border-radius: 100px;
  overflow: hidden;
  border: 1.5px solid var(--dark);
}

.qprog-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--bingo-yellow),
    var(--orange),
    var(--bingo-red)
  );
  border-radius: 100px;
  transition: width 0.5s ease;
}

.qcounter {
  font-size: 14px;
  color: var(--light-text);
  font-weight: 700;
  min-width: 40px;
  text-align: right;
}

.qcard {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 20px 40px;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

/* Quiz question cards — one visible at a time */
.q-card {
  display: none;
  width: 100%;
}

.q-card.active {
  display: block;
  animation: fadeUp 0.35s ease;
}

.qbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: fit-content;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
}

.qquestion {
  font-family: "Syne", sans-serif;
  font-size: clamp(26px, 7vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 28px;
}

.qopts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qopt {
  background: white;
  border: 2.5px solid var(--border);
  border-radius: 14px;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.18s;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  box-shadow: 3px 3px 0 var(--border);
}

.qopt:hover {
  border-color: var(--orange);
  box-shadow: 4px 4px 0 var(--orange);
  transform: translate(-1px, -1px);
}

.qopt.chosen,
.qopt.selected,
.q-opt-btn.selected {
  border-color: var(--bingo-red);
  background: #fff0ee;
  box-shadow: 4px 4px 0 var(--bingo-red);
  transform: translate(-2px, -2px);
}

.onum {
  width: 34px;
  height: 34px;
  background: var(--cream);
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  transition: all 0.2s;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0;
}

.qopt.chosen .onum,
.q-opt-btn.selected .onum {
  background: var(--bingo-red);
  border-color: var(--bingo-red);
  color: white;
}

.oem {
  font-size: 20px;
}

.quiz-slide {
  display: none;
}

.quiz-slide.active {
  display: block;
  animation: fadeUp 0.35s ease;
}

/* ===== GAMES ===== */
/* ===== GAMES ===== */
#game-screen {
  background: #fff6e8;
  position: relative;
  overflow: hidden;
  padding: 0 16px 60px;
  align-items: center;
}

#game-screen .sunburst {
  opacity: 0.2;
  z-index: 0;
  background: conic-gradient(
    #c8102e 0deg,
    #ffcd00 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #c8102e 20deg,
    #ffcd00 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #c8102e 40deg,
    #ffcd00 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #c8102e 60deg,
    #ffcd00 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #c8102e 80deg,
    #ffcd00 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #c8102e 100deg,
    #ffcd00 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #c8102e 120deg,
    #ffcd00 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #c8102e 140deg,
    #ffcd00 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #c8102e 160deg,
    #ffcd00 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #c8102e 180deg,
    #ffcd00 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #c8102e 200deg,
    #ffcd00 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #c8102e 220deg,
    #ffcd00 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #c8102e 240deg,
    #ffcd00 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #c8102e 260deg,
    #ffcd00 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #c8102e 280deg,
    #ffcd00 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #c8102e 300deg,
    #ffcd00 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #c8102e 320deg,
    #ffcd00 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #c8102e 340deg,
    #ffcd00 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
}

.game-hdr {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 0 28px;
  width: 100%;
  max-width: 480px;
}

.game-hdr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  font-family: "Bebas Neue", cursive;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 12px;
  border: 2.5px solid var(--dark);
  box-shadow: 3px 3px 0 var(--dark);
}

.game-hdr h1 {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(60px, 18vw, 100px);
  color: var(--dark);
  line-height: 0.85;
  -webkit-text-stroke: 2px var(--dark);
  letter-spacing: -2px;
}

.game-hdr h1 span {
  color: var(--bingo-red);
  text-shadow: 5px 5px 0 var(--dark);
  -webkit-text-stroke: 2px var(--dark);
}

.game-hdr p {
  color: var(--light-text);
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 1px;
}

.ggrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.gcard {
  background: white;
  border: 3px solid var(--dark);
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.18s;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--dark);
}

.gcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--bingo-red), var(--bingo-yellow));
}

.gcard:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 var(--dark);
  background: #fff4ee;
}

.gcard .ctag {
  position: absolute;
  top: 14px;
  right: 12px;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 3px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  border: 1.5px solid var(--dark);
}

.gcard-icon {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

.gcard-name {
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.gcard-desc {
  font-size: 12px;
  color: var(--light-text);
  font-weight: 600;
}

.game-cta-wrap {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  text-align: center;
  width: 100%;
  max-width: 480px;
  padding: 0 0px;
}

.game-cta-strip {
  background: var(--dark);
  border: 3px solid var(--dark);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 5px 5px 0 var(--bingo-red);
}

.game-cta-strip .strip-txt {
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  color: var(--bingo-yellow);
  line-height: 1.1;
  text-align: left;
}

.game-cta-strip .strip-txt span {
  display: block;
  font-size: 12px;
  font-family: "Barlow Condensed", sans-serif;
  color: #9a6040;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Game modal — keep dark but add bingo top stripe */
.gmodal {
  background: var(--cream);
  border-radius: 28px 28px 0 0;
  padding: 28px 24px 44px;
  width: 100%;
  max-width: 480px;
  animation: slUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-top: 6px solid var(--bingo-red);
  position: relative;
  overflow: hidden;
}

.gmodal::before {
  content: "BINGO XXX";
  position: absolute;
  font-family: "Bebas Neue", cursive;
  font-size: 80px;
  color: rgba(200, 16, 46, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 8px;
  white-space: nowrap;
  pointer-events: none;
}

/* Game screen floating chips */
#game-screen .chip-float img {
  width: 100px;
}

/* Modal */
.gmodal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.gmodal-overlay.open {
  display: flex;
}

.gmodal {
  background: var(--cream);
  border-radius: 28px 28px 0 0;
  padding: 28px 24px 44px;
  width: 100%;
  max-width: 480px;
  animation: slUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-top: 4px solid var(--bingo-red);
}

@keyframes slUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.mhandle {
  width: 48px;
  height: 5px;
  background: #ddd;
  border-radius: 100px;
  margin: 0 auto 24px;
}

.mttl {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  color: var(--dark);
  margin-bottom: 8px;
}

.mcard {
  background: var(--dark);
  border-radius: 18px;
  padding: 32px 24px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  border: 3px solid var(--bingo-red);
  box-shadow: 5px 5px 0 var(--bingo-red);
  position: relative;
  overflow: hidden;
}

.mcard::before {
  content: "BINGO";
  position: absolute;
  font-family: "Bebas Neue", cursive;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.03);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 18px;
}

.mcard-text {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: white;
  text-align: center;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}

.mcard-em {
  font-size: 44px;
  margin-bottom: 10px;
  display: block;
}

.mactions {
  display: flex;
  gap: 12px;
}

.btn-nxt {
  flex: 1;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  border: 3px solid var(--dark);
  padding: 14px;
  border-radius: 12px;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--dark);
  transition: all 0.15s;
}

.btn-nxt:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--dark);
}

.btn-cls {
  background: white;
  border: 2.5px solid var(--dark);
  color: var(--dark);
  padding: 14px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 18px;
  box-shadow: 3px 3px 0 var(--dark);
}

.btn-cls:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--dark);
}
.quiz-topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.quiz-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #1a0a00;
  border-radius: 50%;
  background: #fff;
  color: #1a0a00;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 2px 2px 0 #1a0a00;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.quiz-back-btn i {
  font-size: 16px;
  line-height: 1;
  margin-left: -1px;
}

.quiz-back-btn:hover {
  background: var(--bingo-yellow);
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #1a0a00;
}

.quiz-back-btn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 #1a0a00;
}

.quiz-back-btn.is-hidden {
  display: none;
}

.quiz-topbar .quiz-logo {
  flex: 1;
  min-width: 0;
}

.quiz-logo img {
  height: 48px;
  width: auto;
}

.quiz-badge-pill {
  background: var(--bingo-yellow);
  color: var(--dark);
  font-family: "Bebas Neue", cursive;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 100px;
  border: 2.5px solid var(--dark);
  box-shadow: 3px 3px 0 var(--dark);
  white-space: nowrap;
}

/* ===== PROGRESS STRIP ===== */
.quiz-progress-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px 16px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.quiz-q-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
  white-space: nowrap;
}

.quiz-meter-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bingo-red);
  white-space: nowrap;
}

.quiz-prog-track {
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  overflow: hidden;
}

.quiz-prog-fill {
  height: 100%;
  background: var(--bingo-red);
  border-radius: 100px;
  transition: width 0.5s ease;
}

/* ===== RESULT SCREEN ===== */
#result-screen {
  background: var(--cream);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#result-screen .sunburst {
  opacity: 0.18;
  z-index: 0;
}

.result-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 20px 60px;
}

/* result topbar */
.result-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.result-logo img {
  height: 52px;
  width: auto;
}

.result-card-num {
  text-align: right;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-text);
  line-height: 1.5;
}

.result-card-num strong {
  display: block;
  font-size: 13px;
  color: var(--dark);
}

/* THE BIG RESULT CARD */
.result-card {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: 20px;
  box-shadow: 7px 7px 0 var(--dark);
  overflow: hidden;
  margin-bottom: 16px;
}

/* card top: score + chip image */
.rcard-top {
  padding: 24px 24px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.rcard-bold-label {
  display: inline-block;
  background: var(--bingo-yellow);
  color: var(--dark);
  font-family: "Bebas Neue", cursive;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 4px 14px;
  border-radius: 100px;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
  margin-bottom: 8px;
}

.rcard-pct-big {
  font-family: "Anton", sans-serif;
  font-size: clamp(72px, 14vw, 100px);
  line-height: 0.9;
  color: var(--dark);
  letter-spacing: -2px;
  margin-bottom: 4px;
}

.rcard-pct-big span {
  color: var(--bingo-red);
  font-size: 0.55em;
}

.rcard-verdict-name {
  font-family: "Anton", sans-serif;
  font-size: clamp(24px, 5vw, 36px);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 6px;
}

.rcard-tagline {
  font-size: 13px;
  font-weight: 600;
  color: var(--light-text);
  font-style: italic;
}

/* chip image column */
.rcard-chip-img {
  position: relative;
  padding-top: 8px;
}

.rcard-chip-img img {
  /* width: clamp(110px, 20vw, 160px); */
  width: 180px;
  height: auto;
  display: block;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.15));
  transform: rotate(6deg);
}

.rcard-match-badge {
  position: absolute;
  top: 0px;
  right: -4px;
  background: var(--bingo-red);
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 10px;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  border-radius: 100px;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
  white-space: nowrap;
  z-index: 1;
}

/* meters grid */
.rcard-meters {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.rmeter-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.rmeter-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
}

.rmeter-val {
  font-family: "Anton", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--dark);
}

.rmeter-bar {
  height: 10px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  overflow: hidden;
}

.rmeter-bar-fill {
  height: 100%;
  border-radius: 100px;
  width: 0%;
  transition: width 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fill-red {
  background: var(--bingo-red);
}

.fill-orange {
  background: var(--orange);
}

.fill-yellow {
  background: var(--bingo-yellow);
}

.fill-lime {
  background: #b8e62e;
}

/* flavor match row */
.rcard-flavor {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fafafa;
}

.rflavor-img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  border: 2px solid var(--dark);
  flex-shrink: 0;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.rflavor-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light-text);
  margin-bottom: 3px;
}

.rflavor-name {
  font-family: "Anton", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: var(--dark);
  text-transform: uppercase;
}

.rflavor-cta {
  margin-left: auto;
  background: var(--bingo-yellow);
  color: var(--dark);
  font-family: "Bebas Neue", cursive;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 7px 16px;
  border-radius: 100px;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}

/* action buttons */
.result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.rbtn {
  padding: 15px 8px;
  border-radius: 100px;
  border: 2.5px solid var(--dark);
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 3px 3px 0 var(--dark);
}

.rbtn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--dark);
}

.rbtn-dl {
  background: var(--bingo-red);
  color: #fff;
}

.rbtn-share {
  background: var(--bingo-yellow);
  color: var(--dark);
}

.rbtn-again {
  background: #fff;
  color: var(--dark);
}

.rbtn-ig {
  background: linear-gradient(135deg, #833ab4, #e1306c, #f77737);
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 520px) {
  .rcard-top {
    grid-template-columns: 1fr;
  }

  .rcard-chip-img {
    display: none;
  }

  .rcard-meters {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .result-actions {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rflavor-cta {
    display: none;
  }
}
/* ===== RESULT ===== */
/* #result-screen {
  background: #fff6e8;
  position: relative;
  overflow: hidden;
}

#result-screen .sunburst {
  opacity: 0.15;
  z-index: 0;
  background: conic-gradient(
    #e8001c 0deg,
    #ffd600 10deg,
    #fff6e8 10deg,
    #fff6e8 20deg,
    #e8001c 20deg,
    #ffd600 30deg,
    #fff6e8 30deg,
    #fff6e8 40deg,
    #e8001c 40deg,
    #ffd600 50deg,
    #fff6e8 50deg,
    #fff6e8 60deg,
    #e8001c 60deg,
    #ffd600 70deg,
    #fff6e8 70deg,
    #fff6e8 80deg,
    #e8001c 80deg,
    #ffd600 90deg,
    #fff6e8 90deg,
    #fff6e8 100deg,
    #e8001c 100deg,
    #ffd600 110deg,
    #fff6e8 110deg,
    #fff6e8 120deg,
    #e8001c 120deg,
    #ffd600 130deg,
    #fff6e8 130deg,
    #fff6e8 140deg,
    #e8001c 140deg,
    #ffd600 150deg,
    #fff6e8 150deg,
    #fff6e8 160deg,
    #e8001c 160deg,
    #ffd600 170deg,
    #fff6e8 170deg,
    #fff6e8 180deg,
    #e8001c 180deg,
    #ffd600 190deg,
    #fff6e8 190deg,
    #fff6e8 200deg,
    #e8001c 200deg,
    #ffd600 210deg,
    #fff6e8 210deg,
    #fff6e8 220deg,
    #e8001c 220deg,
    #ffd600 230deg,
    #fff6e8 230deg,
    #fff6e8 240deg,
    #e8001c 240deg,
    #ffd600 250deg,
    #fff6e8 250deg,
    #fff6e8 260deg,
    #e8001c 260deg,
    #ffd600 270deg,
    #fff6e8 270deg,
    #fff6e8 280deg,
    #e8001c 280deg,
    #ffd600 290deg,
    #fff6e8 290deg,
    #fff6e8 300deg,
    #e8001c 300deg,
    #ffd600 310deg,
    #fff6e8 310deg,
    #fff6e8 320deg,
    #e8001c 320deg,
    #ffd600 330deg,
    #fff6e8 330deg,
    #fff6e8 340deg,
    #e8001c 340deg,
    #ffd600 350deg,
    #fff6e8 350deg,
    #fff6e8 360deg
  );
}

.result-inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 20px 80px;
  position: relative;
  z-index: 2;
}

.rtop {
  text-align: center;
  padding: 50px 0 16px;
}

.rbingo-tag {
  display: inline-block;
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  padding: 7px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 2.5px solid var(--dark);
  box-shadow: 3px 3px 0 var(--dark);
}

.rpct {
  font-family: "Bebas Neue", cursive;
  font-size: 140px;
  line-height: 0.85;
  color: var(--dark);
  text-shadow: 6px 6px 0 var(--bingo-red);
  -webkit-text-stroke: 2px var(--dark);
  display: block;
}

.rpct .unit {
  font-size: 60px;
  color: var(--bingo-red);
}

.rcard {
  background: white;
  border: 3px solid var(--dark);
  border-radius: 24px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 7px 7px 0 var(--dark);
}

.rcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--bingo-red),
    var(--bingo-yellow),
    var(--orange),
    var(--bingo-red)
  );
  background-size: 200% 100%;
  animation: shine 3s linear infinite;
}

.rcard-corner {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: "Bebas Neue", cursive;
  font-size: 48px;
  color: rgba(200, 16, 46, 0.08);
  letter-spacing: 4px;
}

.rverdict {
  font-family: "Bebas Neue", cursive;
  font-size: 52px;
  line-height: 1;
  color: var(--dark);
  margin-bottom: 10px;
  -webkit-text-stroke: 1px var(--dark);
}

.rverdict span {
  color: var(--bingo-red);
  text-shadow: 4px 4px 0 var(--dark);
  -webkit-text-stroke: 2px var(--dark);
}

.rdesc {
  font-size: 15px;
  color: var(--light-text);
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 600;
}

.chaos-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bingo-red);
  padding: 10px 22px;
  border-radius: 100px;
  color: var(--bingo-yellow);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 20px;
  border: 2.5px solid var(--dark);
  box-shadow: 3px 3px 0 var(--dark);
  letter-spacing: 0.5px;
}

.rmeter {
  margin-bottom: 16px;
}

.rmeter-lbl {
  display: flex;
  justify-content: space-between;
  color: var(--light-text);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rmeter-track {
  background: #ffe8d6;
  border-radius: 100px;
  height: 12px;
  overflow: hidden;
  border: 2px solid var(--dark);
  box-shadow: 2px 2px 0 var(--dark);
}

.rmeter-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rflavor {
  background: #fff4ee;
  border: 2.5px solid var(--dark);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  box-shadow: 3px 3px 0 var(--dark);
}

.rflavor .ficon {
  font-size: 36px;
  flex-shrink: 0;
}

.rflavor .flabel {
  font-size: 10px;
  font-weight: 800;
  color: var(--light-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.rflavor .fname {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: var(--dark);
}

.rshareg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.btn-share {
  padding: 15px;
  border-radius: 14px;
  border: 2.5px solid var(--dark);
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.15s;
  box-shadow: 4px 4px 0 var(--dark);
}

.btn-share.wa {
  background: #25d366;
  color: white;
}

.btn-share.ig {
  background: linear-gradient(135deg, #833ab4, #e1306c, #f77737);
  color: white;
}

.btn-share:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--dark);
}

.btn-dl {
  width: 100%;
  background: var(--bingo-yellow);
  color: var(--dark);
  border: 3px solid var(--dark);
  padding: 16px;
  border-radius: 14px;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  box-shadow: 5px 5px 0 var(--dark);
}

.btn-dl:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--dark);
}

.btn-again {
  width: 100%;
  background: white;
  color: var(--bingo-red);
  border: 2.5px solid var(--dark);
  padding: 14px;
  border-radius: 14px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
  box-shadow: 4px 4px 0 var(--dark);
}

.btn-again:hover {
  background: var(--bingo-red);
  color: var(--bingo-yellow);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--dark);
} */

/* Mini meters */
.rmeter {
  margin-bottom: 18px;
}

.rmeter-lbl {
  display: flex;
  justify-content: space-between;
  color: #6a3020;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.rmeter-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.rmeter-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Flavor badge */
.rflavor {
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid #5a2510;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.rflavor .ficon {
  font-size: 36px;
  flex-shrink: 0;
}

.rflavor .flabel {
  font-size: 11px;
  font-weight: 700;
  color: #6a3020;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.rflavor .fname {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--bingo-yellow);
}

/* Share */
.rshareg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.btn-share {
  padding: 15px;
  border-radius: 14px;
  border: 2.5px solid var(--dark);
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.15s;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-share.wa {
  background: #25d366;
  color: white;
}

.btn-share.ig {
  background: linear-gradient(135deg, #833ab4, #e1306c, #f77737);
  color: white;
}

.btn-share:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.btn-dl {
  width: 100%;
  background: var(--bingo-yellow);
  color: var(--dark);
  border: 3px solid var(--dark);
  padding: 16px;
  border-radius: 14px;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  box-shadow: 4px 4px 0 var(--dark);
}

.btn-dl:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--dark);
}

.btn-again {
  width: 100%;
  background: transparent;
  color: var(--orange);
  border: 2.5px solid var(--orange);
  padding: 14px;
  border-radius: 14px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
}

.btn-again:hover {
  background: var(--orange);
  color: white;
}

/* ===== CONFETTI CANVAS ===== */
#confetti-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9000;
  display: none;
}

/* ===== TOAST ===== */
.toast-msg {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--dark);
  color: white;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  z-index: 9999;
  transition: transform 0.35s ease;
  white-space: nowrap;
  border: 2px solid var(--orange);
  box-shadow: 4px 4px 0 var(--orange);
}

.toast-msg.show {
  transform: translateX(-50%) translateY(0);
}

/* ===== UTILS ===== */
.hidden {
  display: none !important;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 400px) {
  .ggrid {
    gap: 10px;
  }

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

  .cf5,
  .cf6 {
    display: none;
  }
}
