/* ================================================================
   SkylинeSpin – style.css
   Theme: Night Sky Electric Blue · Premium Social Casino
   Design System: Token-based, glassmorphism, luxury micro-UX
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Inter:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

/* ── DESIGN TOKENS ────────────────────────────────────────── */
:root {
  /* Backgrounds – deep night sky */
  --bg-dark:   #030B14;
  --bg-soft:   #071525;
  --surface:   #0D1E35;
  --surface-2: #112540;
  --surface-3: #172d4e;

  /* Borders */
  --border:        rgba(255, 255, 255, 0.03);
  --border-strong: rgba(0, 194, 255, 0.55);
  --border-sky:    rgba(0, 194, 255, 0.20);

  /* Accent – Electric Sky Blue (primary) */
  --accent-primary: #00C2FF;
  --accent-bright:  #5CE0FF;
  --accent-deep:    #0088CC;
  --accent-dim:     rgba(0, 194, 255, 0.10);
  --accent-glow:    rgba(0, 194, 255, 0.38);

  /* Gold secondary */
  --gold:        #F0CC58;
  --gold-bright: #FFE066;
  --gold-dim:    rgba(240, 204, 88, 0.14);
  --gold-glow:   rgba(240, 204, 88, 0.28);

  /* Text */
  --text-primary:   #E8F4FF;
  --text-secondary: #7BA7CC;
  --text-muted:     #2A4A6A;
  --text-accent:    #5CE0FF;

  /* Radius */
  --radius-sm:   6px;
  --radius:      12px;
  --radius-lg:   18px;
  --radius-xl:   26px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-soft:   0 10px 30px rgba(0, 0, 0, 0.50);
  --shadow-card:   0 8px 40px rgba(0, 0, 0, 0.65), 0 1px 0 rgba(255,255,255,0.02);
  --shadow-strong: 0 24px 72px rgba(0, 0, 0, 0.80);

  /* Glow – Sky Blue */
  --glow-soft:    0 0 28px rgba(0, 194, 255, 0.20);
  --glow-sky:     0 0 42px rgba(0, 194, 255, 0.42);
  --glow-strong:  0 0 72px rgba(92, 224, 255, 0.55);

  /* Glass */
  --glass-bg:     rgba(3, 11, 20, 0.96);
  --glass-border: rgba(0, 194, 255, 0.08);

  /* Typography */
  --font-display: 'Exo 2', 'Rajdhani', -apple-system, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:    'Space Mono', 'Courier New', monospace;

  /* Easing */
  --ease-out:  cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.65;
  color: var(--text-primary);
  background-color: var(--bg-dark);
  background-image:
    radial-gradient(ellipse 65% 50% at 10% -6%,  rgba(0, 194, 255, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 95%  5%,  rgba(240, 204, 88, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 114%, rgba(0, 194, 255, 0.06) 0%, transparent 55%),
    linear-gradient(170deg, #030B14 0%, #071525 50%, #030B14 100%);
  min-height: 100vh; overflow-x: hidden;
}

/* Grid overlay — subtle sky horizon lines */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(0, 194, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 255, 0.016) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none; z-index: 0;
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; }
ul, ol { list-style: none; }

/* ── KEYFRAMES ───────────────────────────────────────────── */
@keyframes driftAurora {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(60px, -45px) scale(1.06); }
  66%  { transform: translate(-32px, 58px) scale(0.96); }
  100% { transform: translate(28px, -18px) scale(1.04); }
}

@keyframes shimmer {
  0%   { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(220%) skewX(-15deg); }
}

@keyframes skyPulse {
  0%, 100% { text-shadow: 0 0 20px rgba(0, 194, 255, 0.65); }
  50%       { text-shadow: 0 0 42px rgba(92, 224, 255, 0.95); }
}

@keyframes skyPulseBox {
  0%, 100% { box-shadow: 0 0 18px rgba(0, 194, 255, 0.32); }
  50%       { box-shadow: 0 0 42px rgba(92, 224, 255, 0.68); }
}

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

@keyframes starGlow {
  0%   { opacity: 0.06; }
  50%  { opacity: 0.18; }
  100% { opacity: 0.06; }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.4); }
}

/* ── AURORA / NIGHT SKY AMBIENT ──────────────────────────── */
.aurora {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.aurora-blob {
  position: absolute; border-radius: 50%;
  filter: blur(200px); opacity: 0.11;
  animation: driftAurora 46s ease-in-out infinite alternate;
}
.aurora-blob-1 {
  width: 900px; height: 900px; top: -430px; left: -320px;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.26), transparent 65%);
  animation-duration: 54s;
}
.aurora-blob-2 {
  width: 640px; height: 640px; top: 30%; right: -270px;
  background: radial-gradient(circle, rgba(240, 204, 88, 0.10), transparent 65%);
  animation-duration: 36s; animation-delay: -20s;
}
.aurora-blob-3 {
  width: 780px; height: 780px; bottom: -370px; left: 22%;
  background: radial-gradient(circle, rgba(0, 136, 204, 0.12), transparent 65%);
  animation-duration: 58s; animation-delay: -32s;
}

/* Stars */
.aurora::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 12%  7%,  rgba(92,224,255,0.85), transparent),
    radial-gradient(1px 1px at 28% 14%,  rgba(92,224,255,0.55), transparent),
    radial-gradient(1.5px 1.5px at 46% 4%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 67% 11%,  rgba(92,224,255,0.60), transparent),
    radial-gradient(1px 1px at 83%  6%,  rgba(255,255,255,0.50), transparent),
    radial-gradient(1.5px 1.5px at 92% 18%, rgba(240,204,88,0.65), transparent),
    radial-gradient(1px 1px at  7% 23%,  rgba(0,194,255,0.38), transparent),
    radial-gradient(1px 1px at 76%  2%,  rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 55% 24%,  rgba(92,224,255,0.40), transparent),
    radial-gradient(1.2px 1.2px at 37%  9%, rgba(255,255,255,0.38), transparent);
  animation: starGlow 9s ease-in-out infinite;
}

/* ── TRUST RIBBON ────────────────────────────────────────── */
.trust-ribbon {
  position: relative; z-index: 10;
  background: rgba(3, 11, 20, 0.99);
  border-bottom: 1px solid rgba(0, 194, 255, 0.06);
  padding: 7px 0; overflow: hidden;
}
.trust-ribbon::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.75), rgba(92, 224, 255, 0.38), transparent);
  pointer-events: none;
}
.trust-ribbon-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  color: var(--text-secondary); letter-spacing: 0.05em; white-space: nowrap;
}
.trust-item svg { flex-shrink: 0; color: var(--accent-bright); }
.trust-sep { color: rgba(0, 194, 255, 0.32); font-size: 13px; }

/* ── NAVIGATION ──────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(3, 11, 20, 0.97);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-bottom: 1px solid rgba(0, 194, 255, 0.05);
  padding: 0 24px;
}
.nav::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(120deg, transparent, rgba(0, 194, 255, 0.85), rgba(92, 224, 255, 0.40) 65%, transparent);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 20px; height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; text-decoration: none; }
.nav-logo img { width: 40px; height: 40px; }
.nav-logo-text {
  font-family: var(--font-display); font-size: 16px; font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(120deg, #E8F4FF 0%, #5CE0FF 42%, #00C2FF 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-logo-text em {
  font-style: normal; -webkit-text-fill-color: var(--gold); color: var(--gold); font-weight: 800;
}
.nav-pill {
  font-family: var(--font-body); font-size: 10px; font-weight: 700;
  color: var(--accent-bright); border: 1px solid rgba(0, 194, 255, 0.40);
  padding: 2px 10px; border-radius: var(--radius-full); letter-spacing: 0.07em;
  background: rgba(0, 194, 255, 0.07);
}
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
  color: var(--text-secondary); padding: 6px 13px; border-radius: var(--radius);
  transition: color 220ms var(--ease-out), background 220ms var(--ease-out); letter-spacing: 0.01em;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); background: rgba(0, 194, 255, 0.07); }
.nav-links a.active { color: var(--accent-bright); }
.nav-cta-wrap { margin-left: 12px; }
.nav-toggle {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 38px; height: 38px; margin-left: auto;
  padding: 4px; border-radius: var(--radius); background: rgba(0, 194, 255, 0.05);
}
.nav-toggle span {
  display: block; height: 2px; border-radius: 2px; background: var(--text-secondary);
  transition: transform 300ms var(--ease-out), opacity 220ms;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 32px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  letter-spacing: 0.06em; color: #030B14;
  background: linear-gradient(135deg, #5CE0FF 0%, #00C2FF 48%, #0088CC 100%);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 36px -10px rgba(0, 194, 255, 0.80),
              0 4px 0 rgba(255,255,255,0.02),
              inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms var(--ease-out), filter 220ms;
  cursor: pointer; border: none; white-space: nowrap;
  position: relative; overflow: hidden; text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.20), transparent 55%); pointer-events: none;
}
.btn-primary::after {
  content: ''; position: absolute; top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.30), transparent);
  animation: shimmer 4.5s ease-in-out infinite; pointer-events: none;
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.018);
  box-shadow: 0 22px 50px -10px rgba(0, 194, 255, 0.95), inset 0 1px 0 rgba(255,255,255,0.25);
  filter: brightness(1.10);
}
.btn-primary:active { transform: translateY(0) scale(0.974); }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 28px;
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em; color: var(--accent-bright);
  background: rgba(0, 194, 255, 0.05);
  border: 1.5px solid rgba(0, 194, 255, 0.32);
  border-radius: var(--radius-lg);
  transition: background 220ms var(--ease-out), border-color 220ms, transform 180ms var(--ease-snap), box-shadow 220ms;
  cursor: pointer; white-space: nowrap;
}
.btn-ghost:hover {
  background: rgba(0, 194, 255, 0.11);
  border-color: rgba(92, 224, 255, 0.65);
  transform: translateY(-1px); box-shadow: var(--glow-soft);
}
.btn-ghost:active { transform: translateY(0); }

.btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 30px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em; color: #030B14;
  background: linear-gradient(135deg, #FFE066 0%, #F0CC58 50%, #B8920A 100%);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 28px -8px rgba(240, 204, 88, 0.65), inset 0 1px 0 rgba(255,255,255,0.22);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms, filter 220ms;
  cursor: pointer; border: none; white-space: nowrap;
}
.btn-gold:hover { transform: translateY(-2px) scale(1.016); box-shadow: 0 18px 40px -8px rgba(240, 204, 88, 0.82); filter: brightness(1.08); }
.btn-gold:active { transform: translateY(0) scale(0.974); }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.cta-microcopy { display: block; font-size: 11.5px; color: var(--text-muted); margin-top: 8px; letter-spacing: 0.02em; text-align: center; }

/* ── HERO ────────────────────────────────────────────────── */
.hero { position: relative; z-index: 1; padding: 110px 24px 92px; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 75% 60% at 50% -10%, rgba(0, 194, 255, 0.11), transparent 60%),
    radial-gradient(ellipse 44% 40% at 10% 55%, rgba(240, 204, 88, 0.04), transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 560px; height: 560px;
  background: radial-gradient(ellipse at 78% 22%, rgba(0, 194, 255, 0.07), transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 76px; position: relative;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(0, 194, 255, 0.08); border: 1px solid rgba(0, 194, 255, 0.32);
  padding: 5px 15px; border-radius: var(--radius-full); margin-bottom: 28px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.2vw, 58px); font-weight: 900;
  line-height: 1.06; letter-spacing: 0.02em;
  color: var(--text-primary); margin-bottom: 24px;
}
.hero-title span {
  background: linear-gradient(120deg, #E8F4FF 0%, #5CE0FF 38%, #00C2FF 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-title em {
  font-style: normal; display: block; font-size: 0.32em; font-weight: 700;
  background: linear-gradient(120deg, #5CE0FF, #00C2FF);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: 0.14em; margin-top: 18px; font-family: var(--font-body);
}
.hero-sub { font-size: 16.5px; color: var(--text-secondary); max-width: 500px; line-height: 1.80; margin-bottom: 42px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 7px; font-family: var(--font-body); font-size: 12px; color: var(--text-muted); }
.hero-trust-item svg { color: var(--accent-bright); }

/* Preview card */
.hero-preview {
  background: linear-gradient(160deg, rgba(13, 30, 53, 0.99) 0%, rgba(17, 37, 64, 0.98) 100%);
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: var(--radius-xl); padding: 34px;
  box-shadow: var(--shadow-card), 0 0 100px rgba(0, 136, 204, 0.08);
  position: relative; overflow: hidden; backdrop-filter: blur(28px);
}
.hero-preview::before {
  content: ''; position: absolute; top: -1px; left: 18px; right: 18px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.95), rgba(92, 224, 255, 0.55), transparent);
}
.hero-preview::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 44% at 50% 0%, rgba(0, 136, 204, 0.06), transparent 60%);
  pointer-events: none;
}
.preview-label {
  font-family: var(--font-body); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(0, 194, 255, 0.09); border: 1px solid rgba(0, 194, 255, 0.30);
  padding: 3px 12px; border-radius: var(--radius-full);
  display: inline-block; margin-bottom: 26px; position: relative; z-index: 1;
}
.preview-reels { display: flex; gap: 10px; justify-content: center; margin-bottom: 24px; position: relative; z-index: 1; }
.preview-reel {
  width: 64px; height: 76px; background: var(--surface-2);
  border: 1px solid rgba(0, 194, 255, 0.13);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  font-size: 26px; transition: box-shadow 300ms, border-color 300ms;
}
.preview-reel.lit {
  border-color: var(--accent-bright);
  box-shadow: 0 0 26px rgba(0, 194, 255, 0.72), inset 0 1px 0 rgba(255,255,255,0.02);
  animation: skyPulseBox 2.2s ease-in-out infinite;
}
.preview-balance-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; background: var(--surface);
  border: 1px solid rgba(0, 194, 255, 0.08);
  border-radius: var(--radius); margin-bottom: 18px; position: relative; z-index: 1;
}
.preview-bal-label { font-family: var(--font-body); font-size: 11px; color: var(--text-muted); letter-spacing: 0.05em; }
.preview-bal-value {
  font-family: var(--font-mono); font-size: 22px; font-weight: 700;
  color: var(--accent-bright); text-shadow: 0 0 22px rgba(0, 194, 255, 0.70);
  transition: color 300ms; animation: skyPulse 3s ease-in-out infinite;
}
.security-badge {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  background: rgba(0, 194, 255, 0.04); border: 1px solid rgba(0, 194, 255, 0.11);
  border-radius: var(--radius); margin-top: 14px; position: relative; z-index: 1;
}
.security-badge svg { color: var(--accent-bright); flex-shrink: 0; }
.security-badge-text { font-size: 11px; color: var(--text-muted); line-height: 1.4; }
.security-badge-text strong { color: var(--text-secondary); font-size: 12px; display: block; }

/* ── SECTION COMMON ──────────────────────────────────────── */
section { position: relative; z-index: 1; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(0, 194, 255, 0.07); border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 5px 14px; border-radius: var(--radius-full); margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 3.4vw, 48px); font-weight: 800;
  line-height: 1.10; letter-spacing: 0.03em;
  color: var(--text-primary); margin-bottom: 14px;
}
.section-title span {
  background: linear-gradient(120deg, #E8F4FF 0%, #5CE0FF 40%, #00C2FF 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-sub { font-size: 15.5px; color: var(--text-secondary); max-width: 540px; line-height: 1.80; }
.section-divider {
  width: 54px; height: 3px;
  background: linear-gradient(90deg, var(--accent-primary), var(--accent-bright), rgba(92, 224, 255, 0.26), transparent);
  border-radius: 2px; margin: 16px 0;
}
.section-header { margin-bottom: 50px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto; }
.section-header.centered .section-divider { margin: 16px auto; }
.section-header.centered .section-label { display: inline-flex; }

/* ── SCROLL REVEAL ───────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.60s var(--ease-out), transform 0.60s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── GAMES SECTION ───────────────────────────────────────── */
.games-section {
  padding: 92px 24px;
  background: linear-gradient(180deg, transparent, rgba(13, 30, 53, 0.75) 30%, rgba(13, 30, 53, 0.75) 70%, transparent);
}
.games-section-inner { max-width: 1200px; margin: 0 auto; }
.games-header-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 42px; }
.games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 22px; }
.game-card {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid rgba(0, 194, 255, 0.07);
  border-radius: var(--radius-lg); overflow: hidden; text-decoration: none;
  transition: transform 220ms var(--ease-out), box-shadow 220ms, border-color 220ms;
}
.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card), 0 0 44px rgba(0, 136, 204, 0.22); border-color: rgba(0, 194, 255, 0.42); }
.game-thumb {
  position: relative; height: 136px;
  background: var(--game-gradient, linear-gradient(135deg, #0D1E35, #112540));
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.game-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.60)); }
.game-thumb-icon { font-size: 46px; position: relative; z-index: 1; filter: drop-shadow(0 2px 14px rgba(0,0,0,0.72)); }
.game-tag {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: 0.07em; padding: 3px 9px; border-radius: var(--radius-full);
}
.game-tag.hot { background: rgba(0, 194, 255, 0.88); color: #030B14; }
.game-tag.new { background: rgba(92, 224, 255, 0.90); color: #030B14; }
.game-tag.vip { background: linear-gradient(135deg, #F0CC58, #B8920A); color: #030B14; }
.game-play-pill {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%) translateY(6px);
  z-index: 2; opacity: 0; font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.07em; color: #030B14;
  background: linear-gradient(135deg, #5CE0FF, #00C2FF);
  padding: 4px 14px; border-radius: var(--radius-full);
  transition: opacity 200ms, transform 200ms var(--ease-out);
  white-space: nowrap; box-shadow: 0 4px 16px rgba(0, 194, 255, 0.60);
}
.game-card:hover .game-play-pill { opacity: 1; transform: translateX(-50%) translateY(0); }
.game-meta { padding: 15px 17px; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.game-name { font-family: var(--font-body); font-size: 13.5px; font-weight: 700; color: var(--text-primary); }
.game-genre { font-size: 12px; color: var(--text-muted); }
.game-stat-row { display: flex; gap: 10px; margin-top: 6px; font-size: 11px; color: var(--text-muted); }
.game-stat-row strong { color: var(--accent-bright); }

/* ── BONUS STRIP ─────────────────────────────────────────── */
.bonus-strip {
  padding: 84px 24px;
  background: linear-gradient(135deg, rgba(13, 30, 53, 0.99) 0%, rgba(17, 37, 64, 1.00) 100%);
  border-top: 1px solid rgba(0, 194, 255, 0.07); border-bottom: 1px solid rgba(0, 194, 255, 0.07);
  position: relative; overflow: hidden;
}
.bonus-strip::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.78), rgba(92, 224, 255, 0.38), transparent);
}
.bonus-strip::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 64% 76% at 50% 50%, rgba(0, 136, 204, 0.05), transparent 70%); pointer-events: none;
}
.bonus-strip-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.bonus-urgency { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 6px; }
.bonus-urgency::before { content: '◈ '; }
.bonus-layout { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 50px; }
.bonus-timer-wrap { display: flex; align-items: center; gap: 16px; margin: 16px 0 28px; flex-wrap: wrap; }
.timer-label { font-family: var(--font-body); font-size: 12px; color: var(--text-muted); letter-spacing: 0.05em; }
#bonus-timer {
  font-family: var(--font-mono); font-size: 34px; font-weight: 700; color: var(--accent-bright);
  text-shadow: 0 0 30px rgba(0, 194, 255, 0.78); transition: color 300ms; animation: skyPulse 3s ease-in-out infinite;
}
#bonus-timer.low-time { color: #F87171; text-shadow: 0 0 22px rgba(248, 113, 113, 0.62); animation: none; }
.bonus-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
#bonus-toast { font-size: 12.5px; color: var(--text-secondary); opacity: 0; transition: opacity 300ms; font-family: var(--font-body); }
#bonus-toast.show { opacity: 1; }
.bonus-tiers { display: flex; flex-direction: column; gap: 12px; min-width: 290px; }
.bonus-tier {
  display: flex; align-items: center; justify-content: space-between; padding: 18px 24px;
  background: var(--surface-2); border: 1px solid rgba(0, 194, 255, 0.08);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms;
}
.bonus-tier:hover { border-color: rgba(0, 194, 255, 0.48); box-shadow: var(--glow-soft); }
.bonus-tier-name { font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--text-primary); }
.bonus-tier-sub { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.bonus-tier-amount {
  font-family: var(--font-mono); font-size: 16px; font-weight: 700;
  background: linear-gradient(120deg, #5CE0FF, #00C2FF);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── ABOUT SECTION ───────────────────────────────────────── */
.about-section { padding: 92px 24px; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: start; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 38px; }
.stat-box {
  padding: 26px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.07);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; position: relative; overflow: hidden;
}
.stat-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.28), transparent);
}
.stat-box:hover { border-color: rgba(0, 194, 255, 0.44); box-shadow: var(--glow-soft); }
.stat-value {
  font-family: var(--font-mono); font-size: 30px; font-weight: 700;
  background: linear-gradient(120deg, #E8F4FF, #5CE0FF);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 4px;
}
.stat-label { font-size: 12px; color: var(--text-muted); font-family: var(--font-body); }
.about-commitments { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; }
.commitment-item {
  display: flex; gap: 17px; align-items: flex-start; padding: 24px;
  background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.05);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms;
}
.commitment-item:hover { border-color: rgba(0, 194, 255, 0.30); box-shadow: var(--glow-soft); }
.commitment-icon {
  width: 46px; height: 46px; flex-shrink: 0; background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.22); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.commitment-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.commitment-text { font-size: 13px; color: var(--text-secondary); line-height: 1.70; }

/* ── FEATURES GRID ───────────────────────────────────────── */
.features-section { padding: 92px 24px; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(284px, 1fr)); gap: 22px; margin-top: 10px; }
.feature-card {
  padding: 34px 30px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.05);
  border-radius: var(--radius-lg); transition: transform 220ms var(--ease-out), border-color 220ms, box-shadow 220ms;
  position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.26), rgba(92, 224, 255, 0.12), transparent);
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(0, 194, 255, 0.40); box-shadow: var(--shadow-card), var(--glow-soft); }
.feature-icon {
  width: 54px; height: 54px; background: rgba(0, 194, 255, 0.08); border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 24px;
}
.feature-title { font-family: var(--font-body); font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 9px; }
.feature-text { font-size: 14px; color: var(--text-secondary); line-height: 1.70; }

/* ── CTA BANNER ──────────────────────────────────────────── */
.cta-banner { padding: 92px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 74% 86% at 50% 50%, rgba(0, 136, 204, 0.06), transparent 70%); pointer-events: none;
}
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .section-title { margin-bottom: 18px; }
.cta-banner .section-sub { margin: 0 auto 42px; }
.cta-banner-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── RG CALLOUT ──────────────────────────────────────────── */
.rg-callout { padding: 46px 24px; background: rgba(13, 30, 53, 0.97); border-top: 1px solid rgba(0, 194, 255, 0.06); border-bottom: 1px solid rgba(0, 194, 255, 0.06); }
.rg-callout-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.rg-text { display: flex; align-items: flex-start; gap: 16px; flex: 1; min-width: 280px; }
.rg-icon { width: 50px; height: 50px; flex-shrink: 0; background: rgba(0, 194, 255, 0.07); border: 1px solid rgba(0, 194, 255, 0.22); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.rg-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.rg-desc { font-size: 12.5px; color: var(--text-secondary); line-height: 1.66; max-width: 490px; }
.rg-logos { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.rg-logo-box {
  padding: 10px 20px; background: rgba(255,255,255,0.003); border: 1px solid rgba(0, 194, 255, 0.10);
  border-radius: var(--radius); font-family: var(--font-body); font-size: 12px; font-weight: 700; color: var(--text-muted);
  transition: border-color 200ms, color 200ms, background 200ms;
}
.rg-logo-box:hover { border-color: rgba(0, 194, 255, 0.50); color: var(--accent-bright); background: rgba(0, 194, 255, 0.07); }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--bg-soft); border-top: 1px solid rgba(0, 194, 255, 0.05); padding: 70px 24px 38px; position: relative; z-index: 1; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.65), rgba(92, 224, 255, 0.30), transparent); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 56px; border-bottom: 1px solid rgba(0, 194, 255, 0.05); }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo { display: flex; align-items: center; gap: 11px; }
.footer-logo img { width: 36px; height: 36px; }
.footer-logo-text {
  font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: 0.05em;
  background: linear-gradient(120deg, #E8F4FF 0%, #5CE0FF 45%, #00C2FF 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.footer-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.80; max-width: 295px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.footer-badge { font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: 0.05em; padding: 3px 10px; border: 1px solid rgba(0, 194, 255, 0.17); border-radius: var(--radius-full); color: var(--text-muted); }
.footer-col-title { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col ul li a { font-size: 13.5px; color: var(--text-muted); transition: color 200ms; }
.footer-col ul li a:hover { color: var(--accent-bright); }
.footer-social { display: flex; gap: 10px; margin-top: 4px; }
.footer-social-link {
  width: 38px; height: 38px; background: rgba(0, 194, 255, 0.04); border: 1px solid rgba(0, 194, 255, 0.11);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--text-muted); transition: color 200ms, border-color 200ms, background 200ms; text-decoration: none;
}
.footer-social-link:hover { color: var(--accent-bright); border-color: rgba(0, 194, 255, 0.50); background: rgba(0, 194, 255, 0.08); }
.footer-bottom { padding-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-copy { font-size: 12px; color: var(--text-muted); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: var(--text-muted); transition: color 200ms; }
.footer-legal a:hover { color: var(--accent-bright); }
.footer-disclaimer { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(0, 194, 255, 0.05); font-size: 11px; color: var(--text-muted); line-height: 1.80; max-width: 900px; }

/* ── CONTACT FORM ────────────────────────────────────────── */
.contact-section { padding: 92px 24px; }
.contact-inner { max-width: 1200px; margin: 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-card { display: flex; gap: 17px; padding: 24px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.06); border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; }
.contact-card:hover { border-color: rgba(0, 194, 255, 0.30); box-shadow: var(--glow-soft); }
.contact-card-icon { width: 46px; height: 46px; flex-shrink: 0; background: rgba(0, 194, 255, 0.08); border: 1px solid rgba(0, 194, 255, 0.22); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.contact-card-title { font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }
.contact-card-value { font-size: 13px; color: var(--text-secondary); }
.contact-form {
  display: flex; flex-direction: column; gap: 18px; padding: 38px;
  background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.08);
  border-radius: var(--radius-xl); position: relative; overflow: hidden;
}
.contact-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.78), rgba(92, 224, 255, 0.38), transparent); }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-label { font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--text-secondary); letter-spacing: 0.04em; }
.form-input, .form-textarea { background: var(--surface-2); border: 1.5px solid rgba(0, 194, 255, 0.10); border-radius: var(--radius); color: var(--text-primary); font-size: 14px; padding: 12px 16px; transition: border-color 200ms, box-shadow 200ms; outline: none; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-input:focus, .form-textarea:focus { border-color: var(--accent-primary); box-shadow: 0 0 0 3px rgba(0, 194, 255, 0.15); }
.form-input.invalid, .form-textarea.invalid { border-color: #F87171; }
.form-textarea { resize: vertical; min-height: 116px; }
.form-error { font-size: 11.5px; color: #F87171; font-family: var(--font-body); display: none; }
.form-error.show { display: block; }
#contact-success { display: none; padding: 14px 18px; background: rgba(0, 194, 255, 0.08); border: 1px solid rgba(0, 194, 255, 0.36); border-radius: var(--radius); font-size: 13px; color: var(--accent-bright); font-family: var(--font-body); }
#contact-success.show { display: block; }

/* ── PAGE HEADER ─────────────────────────────────────────── */
.page-header { padding: 82px 24px 64px; text-align: center; position: relative; z-index: 1; border-bottom: 1px solid rgba(0, 194, 255, 0.06); }
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 64% 76% at 50% 0%, rgba(0, 136, 204, 0.07), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 720px; margin: 0 auto; position: relative; }
.page-header .section-label { display: inline-flex; margin-bottom: 18px; }
.page-header .section-title { font-size: clamp(20px, 3.8vw, 46px); }
.page-header .section-sub { margin: 0 auto; }

/* ── LEGAL CONTENT ───────────────────────────────────────── */
.legal-section { padding: 72px 24px; }
.legal-inner { max-width: 800px; margin: 0 auto; }
.legal-content h2 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); margin: 38px 0 12px; border-bottom: 1px solid rgba(0, 194, 255, 0.10); padding-bottom: 8px; letter-spacing: 0.04em; }
.legal-content h2:first-of-type { margin-top: 8px; }
.legal-content h3 { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--accent-bright); margin: 20px 0 8px; }
.legal-content p { font-size: 14px; color: var(--text-secondary); line-height: 1.86; margin-bottom: 12px; }
.legal-content ul { padding-left: 20px; list-style: disc; margin-bottom: 14px; }
.legal-content ul li { font-size: 14px; color: var(--text-secondary); line-height: 1.84; margin-bottom: 6px; }
.legal-content a { color: var(--accent-bright); text-decoration: underline; text-underline-offset: 2px; }
.legal-alert { background: linear-gradient(135deg, rgba(0, 194, 255, 0.07) 0%, rgba(0, 194, 255, 0.02) 100%); border: 1px solid rgba(0, 194, 255, 0.28); border-radius: var(--radius); padding: 18px 22px; font-size: 14px; color: var(--text-secondary); line-height: 1.64; margin-bottom: 8px; }
.legal-alert strong { color: var(--accent-bright); }
.legal-block { padding: 34px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.06); border-radius: var(--radius-lg); }
.legal-block h2 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 13px; }
.legal-block h3 { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-secondary); margin: 16px 0 8px; }
.legal-block p { font-size: 14px; color: var(--text-secondary); line-height: 1.84; margin-bottom: 10px; }
.legal-block ul { padding-left: 18px; list-style: disc; }
.legal-block ul li { font-size: 14px; color: var(--text-secondary); line-height: 1.84; margin-bottom: 6px; }
.legal-block a { color: var(--accent-bright); text-decoration: underline; text-underline-offset: 2px; }
.legal-meta { font-size: 12px; color: var(--text-muted); font-style: italic; margin-top: 12px; }

/* ── ABOUT PAGE ──────────────────────────────────────────── */
.about-page-section { padding: 72px 24px; }
.about-page-inner { max-width: 1000px; margin: 0 auto; }
.about-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 10px; }
.about-page-card { padding: 34px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.06); border-radius: var(--radius-xl); transition: border-color 220ms, box-shadow 220ms; position: relative; overflow: hidden; }
.about-page-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.24), rgba(92, 224, 255, 0.10), transparent); }
.about-page-card:hover { border-color: rgba(0, 194, 255, 0.40); box-shadow: var(--glow-soft); }
.about-page-card h3 { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; letter-spacing: 0.03em; }
.about-page-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.84; }
.team-values { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; padding: 24px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.05); border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; }
.value-item:hover { border-color: rgba(0, 194, 255, 0.30); box-shadow: var(--glow-soft); }
.value-icon { width: 46px; height: 46px; flex-shrink: 0; background: rgba(0, 194, 255, 0.07); border: 1px solid rgba(0, 194, 255, 0.18); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.value-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }
.value-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.66; }

/* ── PLAY PAGE ───────────────────────────────────────────── */
.play-page { padding: 72px 24px; }
.play-inner { max-width: 1200px; margin: 0 auto; }
.play-layout { display: grid; grid-template-columns: 1fr 395px; gap: 34px; align-items: start; }
.game-frame-wrap { background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.09); border-radius: var(--radius-xl); overflow: hidden; position: relative; }
.game-frame-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.92), rgba(92, 224, 255, 0.58), transparent); z-index: 1; }
.game-frame-wrap iframe { display: block; width: 100%; height: 600px; border: none; }
.play-sidebar { display: flex; flex-direction: column; gap: 20px; }
.play-card { padding: 26px; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.07); border-radius: var(--radius-xl); position: relative; overflow: hidden; }
.play-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.36), rgba(92, 224, 255, 0.16), transparent); }
.play-card-title { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.play-stat { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(0, 194, 255, 0.05); }
.play-stat:last-child { border-bottom: none; }
.play-stat-label { font-size: 13px; color: var(--text-secondary); }
.play-stat-value { font-family: var(--font-mono); font-size: 15px; font-weight: 700; color: var(--accent-bright); }
.bet-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bet-opt { padding: 9px; text-align: center; background: var(--surface-2); border: 1.5px solid rgba(0, 194, 255, 0.08); border-radius: var(--radius); font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--text-secondary); cursor: pointer; transition: border-color 200ms, color 200ms, background 200ms; }
.bet-opt.active, .bet-opt:hover { border-color: var(--accent-primary); color: var(--accent-bright); background: rgba(0, 194, 255, 0.09); }
#spin-btn {
  width: 100%; padding: 16px; font-family: var(--font-body); font-size: 15px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; color: #030B14;
  background: linear-gradient(135deg, #5CE0FF, #00C2FF, #0088CC);
  border: none; border-radius: var(--radius-lg); cursor: pointer;
  box-shadow: 0 10px 34px -8px rgba(0, 194, 255, 0.80);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms, filter 220ms;
  display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; overflow: hidden;
}
#spin-btn::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,0.25), transparent); animation: shimmer 4.5s ease-in-out infinite; pointer-events: none; }
#spin-btn:hover { transform: translateY(-2px); filter: brightness(1.12); box-shadow: 0 20px 46px -8px rgba(0, 194, 255, 0.95); }
#spin-btn:active { transform: translateY(0) scale(0.975); }
#spin-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
#spin-icon-el { font-size: 18px; transition: transform 600ms var(--ease-out); }
#win-msg { display: none; padding: 13px 18px; background: rgba(0, 194, 255, 0.09); border: 1px solid rgba(0, 194, 255, 0.42); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--accent-bright); text-align: center; }
#win-msg.show { display: block; }
.reel-track { display: flex; gap: 12px; justify-content: center; padding: 12px 0; }
.reel { width: 56px; height: 68px; background: var(--surface-2); border: 1.5px solid rgba(0, 194, 255, 0.09); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 24px; transition: border-color 300ms, box-shadow 300ms; }
.reel.win-reel { border-color: var(--accent-bright); box-shadow: 0 0 26px rgba(0, 194, 255, 0.72); }

/* ── AGE GATE ────────────────────────────────────────────── */
.age-gate { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(3, 11, 20, 0.98); backdrop-filter: blur(36px); align-items: center; justify-content: center; padding: 24px; }
.age-gate.show { display: flex; }
.age-gate-box { max-width: 490px; width: 100%; background: var(--surface); border: 1px solid rgba(0, 194, 255, 0.34); border-radius: var(--radius-xl); padding: 52px 46px; text-align: center; box-shadow: var(--shadow-strong), 0 0 100px rgba(0, 136, 204, 0.14); position: relative; overflow: hidden; }
.age-gate-box::before { content: ''; position: absolute; top: 0; left: 18px; right: 18px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.95), rgba(92, 224, 255, 0.58), transparent); }
.age-gate-box::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 82% 52% at 50% 0%, rgba(0, 136, 204, 0.07), transparent 62%); pointer-events: none; }
.age-gate-icon { font-size: 50px; margin-bottom: 22px; animation: cityFloat 3.5s ease-in-out infinite; }
.age-gate-title { font-family: var(--font-display); font-size: 23px; font-weight: 800; letter-spacing: 0.05em; color: var(--text-primary); margin-bottom: 12px; }
.age-gate-sub { font-size: 14px; color: var(--text-secondary); margin-bottom: 34px; line-height: 1.68; }
.age-gate-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.age-gate-legal { margin-top: 20px; font-size: 11px; color: var(--text-muted); line-height: 1.68; position: relative; z-index: 1; }
.age-gate-legal a { color: var(--accent-bright); text-decoration: underline; }
.bonus-redeem-spinning { opacity: 0.65; cursor: wait; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; max-width: 720px; gap: 52px; }
  .about-inner { grid-template-columns: 1fr; gap: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .play-layout { grid-template-columns: 1fr; }
  .game-frame-wrap iframe { height: 500px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .bonus-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; gap: 4px; position: absolute; top: 70px; left: 0; right: 0; background: rgba(3, 11, 20, 0.99); border-bottom: 1px solid rgba(0, 194, 255, 0.08); padding: 14px 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 14px; width: 100%; }
  .nav-cta-wrap { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 66px 20px 62px; }
  .hero-title { font-size: clamp(22px, 6.5vw, 42px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .games-section, .bonus-strip, .about-section, .features-section, .cta-banner { padding: 62px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .trust-ribbon-inner { gap: 12px; }
  .trust-sep { display: none; }
  .preview-reel { width: 56px; height: 68px; font-size: 22px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 22px; }
  .section-title { font-size: 20px; }
  .bonus-tiers { gap: 10px; }
  .about-stats { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 18px; }
  .age-gate-box { padding: 38px 24px; }
}
