/* ============================================================
   Neon Fortune Club — NFC "Circuit Floor" skin
   Layered AFTER style.css — intentionally breaks template look:
   monospace labels, cyan/magenta electricity, sharp geometry,
   no gold-pill luxury chrome (overridden below).
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600;700&display=swap");

:root {
  --nfc-bg: #030311;
  --nfc-panel: #070718;
  --nfc-grid: rgba(0, 240, 255, 0.06);
  --nfc-line: #00f0ff;
  --nfc-hot: #ff2ebe;
  --nfc-text: #e8f4ff;
  --nfc-muted: rgba(232, 244, 255, 0.58);
}

/* ----- Global atmosphere ----- */
body.nfc-skin {
  color: var(--nfc-text);
  background-color: var(--nfc-bg) !important;
  background-image:
    linear-gradient(var(--nfc-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--nfc-grid) 1px, transparent 1px),
    radial-gradient(ellipse 90% 50% at 50% -15%, rgba(255, 46, 190, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 40% at 100% 100%, rgba(0, 240, 255, 0.08), transparent 45%) !important;
  background-size: 28px 28px, 28px 28px, auto, auto !important;
  background-attachment: fixed !important;
}

body.nfc-skin::before {
  opacity: 0.035 !important;
}

/* Override template gold-forward links */
body.nfc-skin a:hover {
  color: var(--nfc-line);
}

/* ----- Header: engineering bar ----- */
body.nfc-skin .site-header {
  background: rgba(3, 3, 17, 0.88) !important;
  border-bottom: 2px solid var(--nfc-line) !important;
  box-shadow: 0 0 40px rgba(0, 240, 255, 0.12);
  backdrop-filter: blur(14px) !important;
}

body.nfc-skin .logo {
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--nfc-text) !important;
  text-shadow:
    0 0 18px rgba(0, 240, 255, 0.55),
    0 0 2px rgba(255, 46, 190, 0.5) !important;
}

body.nfc-skin .logo:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .main-nav a {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--nfc-muted) !important;
}

body.nfc-skin .main-nav a::after {
  background: var(--nfc-hot) !important;
  height: 3px !important;
}

body.nfc-skin .main-nav a:hover {
  color: var(--nfc-text) !important;
}

/* ----- Buttons: slab, not jewel pills ----- */
body.nfc-skin .btn {
  border-radius: 2px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.82rem !important;
}

body.nfc-skin .btn-primary {
  background: var(--nfc-line) !important;
  color: var(--nfc-bg) !important;
  border: 2px solid var(--nfc-line) !important;
  box-shadow:
    4px 4px 0 rgba(255, 46, 190, 0.55),
    0 0 24px rgba(0, 240, 255, 0.35) !important;
}

body.nfc-skin .btn-primary:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow:
    6px 6px 0 rgba(255, 46, 190, 0.65),
    0 0 32px rgba(0, 240, 255, 0.45) !important;
  color: var(--nfc-bg) !important;
}

body.nfc-skin .btn-outline {
  border: 2px solid var(--nfc-line) !important;
  color: var(--nfc-line) !important;
  background: transparent !important;
}

body.nfc-skin .btn-outline:hover {
  background: rgba(0, 240, 255, 0.12) !important;
  color: var(--nfc-text) !important;
}

body.nfc-skin .btn-lg {
  padding: 1rem 2rem !important;
  font-size: 0.9rem !important;
}

/* ----- Hero ----- */
body.nfc-skin .hero {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: none !important;
  background:
    linear-gradient(135deg, transparent 40%, rgba(255, 46, 190, 0.07) 100%),
    linear-gradient(180deg, #05051c 0%, var(--nfc-bg) 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

/* Hero overlay: NOT the template gold sweep — vertical scan + drifting glow */
body.nfc-skin .hero::after {
  background-image:
    radial-gradient(ellipse 85% 55% at 72% 18%, rgba(255, 46, 190, 0.16), transparent 58%),
    linear-gradient(
      to bottom,
      transparent 38%,
      rgba(0, 240, 255, 0.1) 50%,
      transparent 62%
    );
  background-size: 130% 130%, 100% 240%;
  background-position: 0% 0%, 50% 0%;
  background-repeat: no-repeat;
  animation: nfc-hero-drift 16s ease-in-out infinite !important;
  opacity: 0.72 !important;
  mix-blend-mode: screen !important;
}

@keyframes nfc-hero-drift {
  0% {
    background-position: 0% 0%, 50% -35%;
  }
  28% {
    background-position: 18% 12%, 50% 45%;
  }
  55% {
    background-position: -12% 8%, 50% 118%;
  }
  78% {
    background-position: 8% -5%, 50% 62%;
  }
  100% {
    background-position: 0% 0%, 50% -35%;
  }
}

/* Stats card: rotating electric ring instead of soft gold pulse */
body.nfc-skin .hero-glow-ring {
  background: conic-gradient(
    from 0deg,
    rgba(0, 240, 255, 0.35),
    rgba(255, 46, 190, 0.22),
    rgba(0, 240, 255, 0.18),
    rgba(255, 46, 190, 0.3),
    rgba(0, 240, 255, 0.35)
  ) !important;
  opacity: 0.75 !important;
  filter: blur(16px) !important;
  animation: nfc-hero-ring-spin 14s linear infinite !important;
  transform-origin: center;
}

@keyframes nfc-hero-ring-spin {
  from {
    transform: rotate(0deg) scale(1.04);
    opacity: 0.65;
  }
  50% {
    opacity: 0.88;
  }
  to {
    transform: rotate(360deg) scale(1.04);
    opacity: 0.65;
  }
}

/* Subtle noise drift so the grain isn’t identical to the static template */
body.nfc-skin .hero-noise {
  animation: nfc-hero-noise 5.5s steps(10) infinite;
}

@keyframes nfc-hero-noise {
  0%,
  100% {
    opacity: 0.028;
    transform: translate(0, 0);
  }
  25% {
    opacity: 0.042;
    transform: translate(-0.35%, 0.2%);
  }
  50% {
    opacity: 0.035;
    transform: translate(0.25%, -0.15%);
  }
  75% {
    opacity: 0.04;
    transform: translate(-0.2%, -0.25%);
  }
}

body.nfc-skin .hero-eyebrow {
  font-family: "JetBrains Mono", monospace !important;
  color: var(--nfc-hot) !important;
  letter-spacing: 0.18em !important;
}

body.nfc-skin #hero-heading {
  font-family: "Syne", sans-serif !important;
  font-weight: 800 !important;
  max-width: 18ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 900px) {
  body.nfc-skin #hero-heading {
    margin-left: 0 !important;
  }
}

body.nfc-skin .hero-line {
  background: none !important;
  color: var(--nfc-line) !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  filter: none !important;
  text-shadow:
    0 0 40px rgba(0, 240, 255, 0.9),
    0 0 2px rgba(255, 46, 190, 0.9) !important;
}

body.nfc-skin .hero-lede {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}

body.nfc-skin .hero-panel-frame {
  border-radius: 0 !important;
  border: 2px solid var(--nfc-hot) !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 240, 255, 0.25),
    8px 8px 0 rgba(0, 240, 255, 0.15) !important;
  background: rgba(7, 7, 24, 0.75) !important;
}

body.nfc-skin .hero-stat-num {
  font-family: "JetBrains Mono", monospace !important;
  color: var(--nfc-line) !important;
}

/* ----- Promo strip: terminal tape ----- */
body.nfc-skin .promo-strip {
  background: #000 !important;
  color: var(--nfc-line) !important;
  border-top: 1px dashed rgba(0, 240, 255, 0.5) !important;
  border-bottom: 1px dashed rgba(255, 46, 190, 0.45) !important;
  animation: none !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.72rem !important;
}

body.nfc-skin .promo-strip-inner {
  letter-spacing: 0.2em !important;
}

/* ----- Section + games ----- */
body.nfc-skin .divider {
  background: linear-gradient(90deg, transparent, var(--nfc-hot), var(--nfc-line), transparent) !important;
  height: 3px !important;
  width: 120px !important;
}

body.nfc-skin .games-section .lead {
  font-size: 1.02rem !important;
}

body.nfc-skin .games-grid .game-card {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 240, 255, 0.35) !important;
  border-left-width: 6px !important;
  border-left-color: var(--nfc-line) !important;
  background: var(--nfc-panel) !important;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.45) !important;
}

body.nfc-skin .games-grid .game-card.game-accent-hold { border-left-color: #38bdf8 !important; }
body.nfc-skin .games-grid .game-card.game-accent-zero { border-left-color: #a78bfa !important; }
body.nfc-skin .games-grid .game-card.game-accent-twin { border-left-color: #f472b6 !important; }
body.nfc-skin .games-grid .game-card.game-accent-circuit { border-left-color: #22d3ee !important; }
body.nfc-skin .games-grid .game-card.game-accent-reef { border-left-color: #e879f9 !important; }
body.nfc-skin .games-grid .game-card.game-accent-pulse { border-left-color: var(--nfc-hot) !important; }

body.nfc-skin .game-card:hover {
  transform: translate(-4px, -4px) !important;
  box-shadow: 10px 10px 0 rgba(255, 46, 190, 0.25) !important;
}

body.nfc-skin .game-card::before {
  display: none !important;
}

body.nfc-skin .badge {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0, 240, 255, 0.45) !important;
  border-radius: 0 !important;
  padding: 0.2rem 0.45rem !important;
  background: rgba(0, 240, 255, 0.08) !important;
  color: var(--nfc-line) !important;
}

body.nfc-skin .game-card h3 {
  font-family: "Syne", sans-serif !important;
  letter-spacing: -0.03em !important;
}

/* ----- Modal / overlays -----
   Base .modal-card uses color: var(--dark) for cream panels; dark nfc background
   must pair with light copy + light form fields for contrast. ----- */
body.nfc-skin .overlay-card,
body.nfc-skin .modal-card {
  border-radius: 2px !important;
  border: 2px solid var(--nfc-line) !important;
  box-shadow:
    12px 12px 0 rgba(255, 46, 190, 0.35),
    0 0 60px rgba(0, 240, 255, 0.15) !important;
  background: rgba(5, 5, 22, 0.96) !important;
}

body.nfc-skin .modal-card {
  color: var(--nfc-text) !important;
}

body.nfc-skin .modal-card h2 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .modal-card .lead {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .modal-card .form-field label {
  color: var(--nfc-line) !important;
}

body.nfc-skin .modal-card .form-field input,
body.nfc-skin .modal-card .form-field select,
body.nfc-skin .modal-card .form-field textarea {
  color: #0c1224 !important;
  background: #f4faff !important;
  border-color: rgba(0, 240, 255, 0.42) !important;
}

body.nfc-skin .modal-card .form-field input::placeholder,
body.nfc-skin .modal-card .form-field textarea::placeholder {
  color: rgba(15, 23, 42, 0.45) !important;
}

body.nfc-skin .modal-card .checkbox-field {
  color: rgba(232, 244, 255, 0.93) !important;
}

body.nfc-skin .modal-card .checkbox-field a {
  color: var(--nfc-hot) !important;
}

body.nfc-skin .modal-card .checkbox-field a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .modal-close {
  color: var(--nfc-line) !important;
}

body.nfc-skin .modal-close:hover {
  background: rgba(0, 240, 255, 0.14) !important;
}

body.nfc-skin .modal-card .success-message {
  background: rgba(0, 240, 255, 0.1) !important;
  border-color: rgba(0, 240, 255, 0.45) !important;
  color: #d2fbff !important;
}

body.nfc-skin .overlay-card .logo {
  font-size: 1.15rem !important;
}

body.nfc-skin .overlay-card h2 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .overlay-card p {
  color: rgba(232, 244, 255, 0.88) !important;
}

body.nfc-skin .cookie-banner {
  border-top: 2px solid var(--nfc-hot) !important;
  background: rgba(3, 3, 17, 0.96) !important;
}

body.nfc-skin .cookie-banner p {
  color: rgba(232, 244, 255, 0.9) !important;
}

body.nfc-skin .cookie-banner a {
  color: var(--nfc-hot) !important;
}

body.nfc-skin .cookie-banner a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .cookie-banner .btn-primary {
  box-shadow: 3px 3px 0 rgba(255, 46, 190, 0.45) !important;
}

/* ----- Legal / inner pages (match index typography & accents) ----- */
body.nfc-skin .muted {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .page-header {
  background: linear-gradient(180deg, #070718 0%, var(--nfc-panel) 100%) !important;
  border-bottom: 1px solid rgba(0, 240, 255, 0.35) !important;
}

body.nfc-skin .page-header h1 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .page-header p {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .content h2 {
  color: var(--nfc-line) !important;
  border-bottom-color: rgba(0, 240, 255, 0.35) !important;
}

body.nfc-skin .content h3 {
  color: rgba(255, 182, 236, 0.95) !important;
}

body.nfc-skin .content p,
body.nfc-skin .content li {
  color: rgba(232, 244, 255, 0.9) !important;
}

body.nfc-skin .content a {
  color: var(--nfc-hot) !important;
}

body.nfc-skin .content a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .last-updated {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .resource-card {
  background: var(--nfc-panel) !important;
  border: 1px solid rgba(0, 240, 255, 0.35) !important;
  border-left: 5px solid var(--nfc-hot) !important;
  border-radius: 0 !important;
}

body.nfc-skin .resource-card h3 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .resource-card p {
  color: rgba(232, 244, 255, 0.88) !important;
}

body.nfc-skin .resource-card a {
  color: var(--nfc-hot) !important;
}

body.nfc-skin .resource-card a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .resource-card .phone {
  color: var(--nfc-line) !important;
}

body.nfc-skin .contact-info,
body.nfc-skin .contact-form {
  background: var(--nfc-panel) !important;
  border: 1px solid rgba(0, 240, 255, 0.38) !important;
  border-radius: 0 !important;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35) !important;
}

body.nfc-skin .contact-info h3 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .contact-info p {
  color: rgba(232, 244, 255, 0.88) !important;
}

body.nfc-skin .contact-info a {
  color: var(--nfc-hot) !important;
}

body.nfc-skin .contact-info a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .contact-form .form-field label {
  color: var(--nfc-line) !important;
}

body.nfc-skin .contact-form .form-field input,
body.nfc-skin .contact-form .form-field select,
body.nfc-skin .contact-form .form-field textarea {
  color: #0c1224 !important;
  background: #f4faff !important;
  border-color: rgba(0, 240, 255, 0.42) !important;
}

body.nfc-skin .contact-form .form-field input:focus,
body.nfc-skin .contact-form .form-field select:focus,
body.nfc-skin .contact-form .form-field textarea:focus {
  border-color: var(--nfc-hot) !important;
  box-shadow: 0 0 0 3px rgba(255, 46, 190, 0.18) !important;
}

body.nfc-skin .contact-form .form-field input::placeholder,
body.nfc-skin .contact-form .form-field textarea::placeholder {
  color: rgba(15, 23, 42, 0.45) !important;
}

/* ----- Footer ----- */
body.nfc-skin .site-footer {
  border-top: 2px solid rgba(0, 240, 255, 0.25) !important;
  background: linear-gradient(180deg, transparent, rgba(255, 46, 190, 0.04)) !important;
}

body.nfc-skin .footer-nav a {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .footer-nav a:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .legal-disclaimer {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .copyright {
  color: rgba(232, 244, 255, 0.48) !important;
}

body.nfc-skin .partner-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(0, 240, 255, 0.4)) !important;
}

body.nfc-skin .bac-road-meta {
  font-weight: 400 !important;
  font-size: 0.62rem !important;
  opacity: 0.65 !important;
  letter-spacing: 0.02em !important;
}

/* ----- Pulse Reels slot symbols (replaces template .ss-*) ----- */
body.nfc-skin.game-slots .slot-sym {
  border-radius: 3px !important;
  font-family: "JetBrains Mono", monospace !important;
  font-weight: 700 !important;
  border: 2px solid rgba(0, 240, 255, 0.45) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    3px 3px 0 rgba(0, 0, 0, 0.45) !important;
}

body.nfc-skin.game-slots .prz-a {
  background: linear-gradient(145deg, #1a1038, #ff2ebe44);
  color: #ffb8ec;
  font-size: 1.85rem;
}
body.nfc-skin.game-slots .prz-b {
  background: linear-gradient(145deg, #051a28, #00f0ff33);
  color: #9ffbff;
  font-size: 1.65rem;
}
body.nfc-skin.game-slots .prz-c {
  background: linear-gradient(145deg, #101828, #6366f155);
  color: #c7d2fe;
  font-size: 1.75rem;
}
body.nfc-skin.game-slots .prz-d {
  background: linear-gradient(145deg, #150828, rgba(232, 121, 249, 0.38));
  color: #fbcfe8;
  font-size: 1.55rem;
}
body.nfc-skin.game-slots .prz-e {
  background: linear-gradient(145deg, #082830, rgba(0, 240, 255, 0.28));
  color: #cffafe;
  font-size: 1.45rem;
}
body.nfc-skin.game-slots .prz-f {
  background: linear-gradient(145deg, #181028, #a78bfa44);
  color: #ede9fe;
  font-size: 1.35rem;
}
body.nfc-skin.game-slots .prz-g {
  background: linear-gradient(145deg, #0c1020, rgba(100, 116, 139, 0.42));
  color: #e8edf5;
  font-size: 1.25rem;
}

body.nfc-skin.game-slots .sym5-win .slot-sym {
  outline: 3px solid var(--nfc-line) !important;
  outline-offset: 2px !important;
}

body.nfc-skin.game-slots .slots-paytable .slot-sym {
  border-radius: 2px !important;
}

body.nfc-skin.game-slots .slot5-marquee {
  font-family: "JetBrains Mono", monospace !important;
  letter-spacing: 0.08em !important;
}

body.nfc-skin.game-slots .slot5-chrome {
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-chrome {
  border-color: rgba(255, 46, 190, 0.45) !important;
}

/* ----- Game page chrome (body.floor-* matches lobby accent) ----- */
body.nfc-skin.floor-hold .game-page-header {
  border-bottom-color: #38bdf8 !important;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.12), transparent 78%) !important;
}

body.nfc-skin.floor-hold .game-stage {
  border-left: 6px solid #38bdf8 !important;
}

body.nfc-skin.floor-hold .coin-chip {
  border-color: #38bdf8 !important;
}

body.nfc-skin.floor-zero .game-page-header {
  border-bottom-color: #a78bfa !important;
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.14), transparent 78%) !important;
}

body.nfc-skin.floor-zero .game-stage {
  border-left: 6px solid #a78bfa !important;
}

body.nfc-skin.floor-zero .coin-chip {
  border-color: #a78bfa !important;
}

body.nfc-skin.floor-twin .game-page-header {
  border-bottom-color: #f472b6 !important;
  background: linear-gradient(90deg, rgba(244, 114, 182, 0.12), transparent 78%) !important;
}

body.nfc-skin.floor-twin .game-stage {
  border-left: 6px solid #f472b6 !important;
}

body.nfc-skin.floor-twin .coin-chip {
  border-color: #f472b6 !important;
}

body.nfc-skin.floor-circuit .game-page-header {
  border-bottom-color: #22d3ee !important;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.14), transparent 78%) !important;
}

body.nfc-skin.floor-circuit .game-stage {
  border-left: 6px solid #22d3ee !important;
}

body.nfc-skin.floor-circuit .coin-chip {
  border-color: #22d3ee !important;
}

body.nfc-skin.floor-reef .game-page-header {
  border-bottom-color: #e879f9 !important;
  background: linear-gradient(90deg, rgba(232, 121, 249, 0.14), transparent 78%) !important;
}

body.nfc-skin.floor-reef .game-stage {
  border-left: 6px solid #e879f9 !important;
}

body.nfc-skin.floor-reef .coin-chip {
  border-color: #e879f9 !important;
}

body.nfc-skin.floor-pulse .game-page-header {
  border-bottom-color: var(--nfc-hot) !important;
  background: linear-gradient(90deg, rgba(255, 46, 190, 0.1), transparent 78%) !important;
}

body.nfc-skin.floor-pulse .game-stage {
  border-left: 6px solid var(--nfc-hot) !important;
}

body.nfc-skin.floor-pulse .coin-chip {
  border-color: var(--nfc-hot) !important;
}

body.nfc-skin.floor-hold .game-page-header h1 {
  color: #7dd3fc !important;
}

body.nfc-skin.floor-zero .game-page-header h1 {
  color: #c4b5fd !important;
}

body.nfc-skin.floor-twin .game-page-header h1 {
  color: #fbcfe8 !important;
}

body.nfc-skin.floor-circuit .game-page-header h1 {
  color: #a5f3fc !important;
}

body.nfc-skin.floor-reef .game-page-header h1 {
  color: #f5d0fe !important;
}

body.nfc-skin.floor-pulse .game-page-header h1 {
  color: #fda5e8 !important;
}

body.nfc-skin .game-page-header {
  border-bottom: 2px solid rgba(255, 46, 190, 0.35) !important;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.06), transparent 70%) !important;
}

body.nfc-skin .game-page-header h1 {
  color: var(--nfc-line) !important;
}

body.nfc-skin .lobby-link {
  color: var(--nfc-muted) !important;
}

body.nfc-skin .lobby-link:hover {
  color: var(--nfc-line) !important;
}

body.nfc-skin .game-stage {
  background: var(--nfc-panel) !important;
  border-color: rgba(0, 240, 255, 0.35) !important;
}

body.nfc-skin .game-status {
  color: rgba(232, 244, 255, 0.92) !important;
}

body.nfc-skin .coin-chip {
  font-family: "JetBrains Mono", monospace !important;
  border-radius: 2px !important;
  border: 1px solid var(--nfc-line) !important;
}

/* ----- Circuit 21 / Reef Stud / Pulse Reels — felt & stage tuned to NFC neon (no template gold/green) ----- */
body.nfc-skin.floor-pulse.game-slots .game-stage {
  background:
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(255, 46, 190, 0.14), transparent 52%),
    radial-gradient(ellipse 90% 60% at 80% 100%, rgba(0, 240, 255, 0.08), transparent 45%),
    #070718 !important;
  border-color: rgba(255, 46, 190, 0.4) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 240, 255, 0.12) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .game-stage {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(34, 211, 238, 0.18), transparent 58%),
    radial-gradient(ellipse at 100% 100%, rgba(0, 240, 255, 0.06), transparent 45%),
    var(--nfc-panel) !important;
  border-color: rgba(34, 211, 238, 0.42) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .felt-zone {
  background: radial-gradient(ellipse at 50% 38%, #0c3548 0%, #061c28 52%, #030814 100%) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .felt-zone .hand {
  border-color: rgba(34, 211, 238, 0.38) !important;
  background: rgba(0, 0, 0, 0.42) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .felt-section-label.player {
  color: #67e8f9 !important;
}

body.nfc-skin.floor-circuit.game-blackjack .felt-divider {
  background: rgba(34, 211, 238, 0.22) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .bj-bet-chip {
  background: radial-gradient(circle at 35% 35%, #7dedff 0%, #22d3ee 42%, #0e7490 88%, #082f3f 100%);
  color: #041018 !important;
  border: 3px solid rgba(34, 211, 238, 0.85) !important;
  box-shadow: 0 3px 14px rgba(0, 240, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .bj-bet-label {
  color: rgba(232, 244, 255, 0.48) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .bj-rules {
  color: rgba(232, 244, 255, 0.42) !important;
}

body.nfc-skin.floor-circuit.game-blackjack .card-slot {
  border-color: rgba(34, 211, 238, 0.32) !important;
}

body.nfc-skin.floor-reef.game-caribbean .game-stage {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(232, 121, 249, 0.16), transparent 55%),
    radial-gradient(ellipse at 15% 90%, rgba(0, 240, 255, 0.07), transparent 50%),
    var(--nfc-panel) !important;
  border-color: rgba(232, 121, 249, 0.4) !important;
}

body.nfc-skin.floor-reef.game-caribbean .felt-zone {
  background: radial-gradient(ellipse at 50% 35%, #3b1270 0%, #1a0830 52%, #080612 100%) !important;
}

body.nfc-skin.floor-reef.game-caribbean .felt-zone .hand {
  border-color: rgba(232, 121, 249, 0.38) !important;
  background: rgba(0, 0, 0, 0.42) !important;
}

body.nfc-skin.floor-reef.game-caribbean .felt-section-label.player {
  color: #f5d0fe !important;
}

body.nfc-skin.floor-reef.game-caribbean .felt-divider {
  background: rgba(232, 121, 249, 0.28) !important;
}

body.nfc-skin.floor-reef.game-caribbean .paytable {
  background: rgba(7, 7, 24, 0.95) !important;
  border: 1px solid rgba(232, 121, 249, 0.42) !important;
  border-radius: 0 !important;
}

body.nfc-skin.floor-reef.game-caribbean .paytable h4 {
  color: #f5d0fe !important;
}

body.nfc-skin.floor-reef.game-caribbean .paytable li {
  border-bottom-color: rgba(232, 121, 249, 0.22) !important;
}

body.nfc-skin.floor-reef.game-caribbean .paytable strong {
  color: #a5f3fc !important;
}

body.nfc-skin.floor-reef.game-caribbean .paytable-note {
  color: rgba(232, 244, 255, 0.55) !important;
}

body.nfc-skin.floor-reef.game-caribbean .qual-yes {
  background: rgba(34, 211, 238, 0.16) !important;
  color: #a5f3fc !important;
  border-color: rgba(34, 211, 238, 0.65) !important;
}

body.nfc-skin.floor-reef.game-caribbean .qual-no {
  background: rgba(255, 46, 190, 0.12) !important;
  color: #fbcfe8 !important;
  border-color: rgba(255, 46, 190, 0.5) !important;
}

body.nfc-skin.floor-reef.game-caribbean .card-slot {
  border-color: rgba(232, 121, 249, 0.35) !important;
}

/* ----- Pulse Reels — remove template gold/cream chrome (still from style.css slot5 / --gold) ----- */
body.nfc-skin.floor-pulse .coin-chip {
  background: linear-gradient(180deg, #7de8f9, #22d3ee) !important;
  color: #041018 !important;
  box-shadow: 0 4px 18px rgba(0, 240, 255, 0.32) !important;
}

body.nfc-skin.floor-pulse .coin-chip .coin-icon {
  background: radial-gradient(circle at 38% 35%, #ecfeff 0%, #0891b2 100%) !important;
  border-color: rgba(34, 211, 238, 0.75) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-chrome {
  background: linear-gradient(180deg, #08051c, #070718) !important;
  border-bottom: 4px solid rgba(0, 240, 255, 0.45) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-marquee {
  color: var(--nfc-line) !important;
  text-shadow:
    0 0 16px rgba(0, 240, 255, 0.55),
    0 0 32px rgba(255, 46, 190, 0.35) !important;
  border-bottom: 2px solid rgba(0, 240, 255, 0.35) !important;
  background: linear-gradient(180deg, #06051a, #0f0a28) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-marquee .marquee-sub {
  color: rgba(232, 244, 255, 0.5) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-controls-panel {
  background: linear-gradient(180deg, #0a0820, #070718) !important;
  border-top: 2px solid rgba(255, 46, 190, 0.3) !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-machine {
  background: linear-gradient(180deg, #10082a, #070718) !important;
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.5) !important;
}

body.nfc-skin.floor-pulse.game-slots .reel5 {
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%) !important;
  border: 2px solid rgba(0, 240, 255, 0.42) !important;
  box-shadow: inset 0 0 20px rgba(0, 240, 255, 0.08) !important;
}

body.nfc-skin.floor-pulse.game-slots .sym5.reel5-mid {
  background: rgba(0, 240, 255, 0.1) !important;
  border-top: 1px dashed rgba(0, 240, 255, 0.38) !important;
  border-bottom: 1px dashed rgba(0, 240, 255, 0.38) !important;
}

body.nfc-skin.floor-pulse.game-slots .sym5.sym5-win {
  background: rgba(255, 46, 190, 0.32) !important;
  animation: nfcSymFlash 0.4s ease-in-out 3 !important;
}

@keyframes nfcSymFlash {
  0%,
  100% {
    background: rgba(255, 46, 190, 0.32);
    transform: scale(1);
  }
  50% {
    background: rgba(0, 240, 255, 0.4);
    transform: scale(1.06);
  }
}

body.nfc-skin.floor-pulse.game-slots .rail-label-stack {
  border-right: 1px solid rgba(0, 240, 255, 0.28);
  padding-right: 0.35rem;
}

body.nfc-skin.floor-pulse.game-slots .rail-label {
  color: rgba(165, 243, 252, 0.92) !important;
  font-size: 0.8rem !important;
  white-space: nowrap !important;
}

body.nfc-skin.floor-pulse.game-slots .win-line {
  background: rgba(0, 240, 255, 0.12) !important;
  border: 1px solid rgba(0, 240, 255, 0.38) !important;
  color: #cffafe !important;
}

body.nfc-skin.floor-pulse.game-slots .bet-controls label {
  color: var(--nfc-line) !important;
}

body.nfc-skin.floor-pulse.game-slots .bet-controls select {
  border-color: rgba(0, 240, 255, 0.45) !important;
}

body.nfc-skin.floor-pulse.game-slots .bet-controls select:focus {
  border-color: rgba(255, 46, 190, 0.65) !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable h4 {
  color: var(--nfc-line) !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable .spt-head {
  border-bottom-color: rgba(0, 240, 255, 0.38) !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable .spt-head span {
  color: rgba(165, 243, 252, 0.92) !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable .spt-row {
  border-bottom-color: rgba(0, 240, 255, 0.16) !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable .spt-row strong {
  color: #fbcfe8 !important;
}

body.nfc-skin.floor-pulse.game-slots .slots-paytable .paytable-note {
  color: rgba(232, 244, 255, 0.5) !important;
}

body.nfc-skin.floor-pulse.game-slots .game-status.win {
  color: var(--nfc-line) !important;
  text-shadow: 0 0 14px rgba(0, 240, 255, 0.45) !important;
}

body.nfc-skin.floor-pulse.game-slots .game-status.win-small {
  color: #a5f3fc !important;
}

body.nfc-skin.floor-pulse.game-slots .slot5-win-lines line {
  stroke: #00f0ff !important;
  filter: drop-shadow(0 0 4px rgba(255, 46, 190, 0.5));
}

body.nfc-skin.floor-pulse.game-slots .particle {
  background: radial-gradient(circle, #67e8f9 0%, #e879f9 100%) !important;
}

/* Reduced motion: strip flashy animations from skin layer */
@media (prefers-reduced-motion: reduce) {
  body.nfc-skin .hero::after,
  body.nfc-skin .hero-glow-ring,
  body.nfc-skin .hero-noise {
    animation: none !important;
  }

  body.nfc-skin .hero-glow-ring {
    transform: none !important;
    opacity: 0.72 !important;
  }

  body.nfc-skin .hero-noise {
    opacity: 0.035 !important;
    transform: none !important;
  }

  body.nfc-skin .btn-primary:hover,
  body.nfc-skin .game-card:hover {
    transform: none !important;
  }

  body.nfc-skin.floor-pulse.game-slots .sym5.sym5-win {
    animation: none !important;
    background: rgba(0, 240, 255, 0.28) !important;
  }
}
