/* =============================================================
   virelzona — polar voltage social casino
   Near-black · ice blue · frost glass
   Display: Outfit    Body: Manrope
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&family=Outfit:wght@500;600;700;800&display=swap');

:root {
  --bg-dark:        #050814;
  --bg-soft:        #07101c;
  --surface:        #10182c;
  --surface-2:      #162038;
  --surface-elev:   #1c2b4a;
  --surface-glass:  rgba(16, 24, 44, 0.74);

  --border-soft:    rgba(77, 139, 255, 0.14);
  --border:         rgba(77, 139, 255, 0.28);
  --border-strong:  rgba(126, 232, 255, 0.42);

  --accent-primary: #4d8bff;
  --accent-bright:  #9ec5ff;
  --accent-soft:    #3a6fe0;
  --accent-deep:    #2456c2;
  --accent-glow:    rgba(77, 139, 255, 0.32);

  --cyan:           #7ee8ff;
  --cyan-bright:    #c8f4ff;
  --cyan-deep:      #2a6a88;
  --cyan-glow:      rgba(126, 232, 255, 0.18);

  --text-primary:   #eef4ff;
  --text-secondary: #c3d2ea;
  --text-muted:     #8ea0bd;
  --text-on-dark:   #050814;

  --radius-sm:  10px;
  --radius:     16px;
  --radius-lg:  22px;
  --radius-xl:  28px;

  --shadow-soft:    0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-strong:  0 22px 60px rgba(0, 0, 0, 0.5);
  --glow-soft:      0 0 28px rgba(77, 139, 255, 0.18);
  --glow-strong:    0 0 42px rgba(77, 139, 255, 0.35);
  --glow-cyan:      0 0 24px rgba(126, 232, 255, 0.16);

  --font-display: 'Outfit', 'Segoe UI', system-ui, sans-serif;
  --font-alt:     'Manrope', 'Segoe UI', system-ui, sans-serif;
  --font-body:    'Manrope', 'Segoe UI', system-ui, sans-serif;
  --font-mono:    'Manrope', 'Segoe UI', system-ui, sans-serif;

  --scroll-progress: 0;
  --ease-out:    cubic-bezier(0.22, 0.8, 0.2, 1);
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --pattern-damask: none;
  --wrap: 880px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: rgba(77, 139, 255, 0.35); color: #eef6ff; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
h1, h2, h3, p, .hero-brand, .section-title, .game-name, .nav-logo-text, .bonus-tier-name, .feature-title {
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

body.has-hero { display: flex; flex-direction: column; }
body.has-hero .header-media,
body.has-hero .aurora { order: 0; }
body.has-hero .trust-ribbon { order: 1; }
body.has-hero .nav { order: 2; }
body.has-hero .hero,
body.has-hero .float-mark { order: 3; }
body.has-hero .about-section { order: 4; }
body.has-hero .games-section { order: 5; }
body.has-hero .features-section { order: 6; }
body.has-hero .bonus-strip { order: 7; }
body.has-hero .cta-banner { order: 8; }
body.has-hero .rg-callout { order: 9; }
body.has-hero .footer { order: 10; }
body.has-hero .age-gate { order: 40; }

body {
  min-height: 100vh;
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(77, 139, 255, 0.14), transparent 55%),
    radial-gradient(900px 500px at 92% 8%, rgba(50, 120, 220, 0.18), transparent 50%),
    var(--bg-dark);
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 96px;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(126, 232, 255, 0.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 70%, rgba(77, 139, 255, 0.05) 0 1px, transparent 1.5px);
  background-size: 140px 140px, 180px 180px;
  pointer-events: none;
  z-index: 0;
}

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

.aurora {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.aurora-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.45;
}
.aurora-blob-1 { width: 420px; height: 420px; background: rgba(77, 139, 255, 0.18); top: -80px; left: -60px; }
.aurora-blob-2 { width: 380px; height: 380px; background: rgba(40, 110, 210, 0.22); top: 20%; right: -80px; }
.aurora-blob-3 { width: 300px; height: 300px; background: rgba(126, 232, 255, 0.12); bottom: 10%; left: 30%; }

@keyframes vzpShimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes vzpTimerPulse { 0%,100% { transform: none; opacity: 1; } 50% { transform: scale(1.02); opacity: 0.92; } }

.header-media {
  position: absolute; top: 0; left: 0; right: 0;
  height: 520px; z-index: 0; overflow: hidden; pointer-events: none;
}
body.has-hero .header-media { height: 720px; min-height: 0; }
.header-video {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.7) contrast(1.05) brightness(0.45);
  transform: scale(1.04);
}
.header-media-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 15, 0.35) 0%, rgba(7, 9, 15, 0.72) 55%, var(--bg-dark) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .header-video { display: none; }
}
@media (max-width: 768px) {
  .header-media, body.has-hero .header-media { height: 420px; }
}

.trust-ribbon {
  position: relative; z-index: 3;
  background: rgba(7, 9, 15, 0.72);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(16px);
  padding: 0;
}
.trust-ribbon::after { display: none; }
.trust-ribbon-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: 10px 20px;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0 18px;
}
.trust-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600;
  font-family: var(--font-alt);
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted);
}
.trust-item svg { flex-shrink: 0; color: var(--accent-primary); }
.trust-sep { color: rgba(246, 241, 230, 0.22); }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 9, 15, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-soft);
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.nav::before {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--accent-primary), transparent 80%);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  pointer-events: none; z-index: 4;
}
.nav::after { display: none; }
.nav-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 16px; position: relative;
}
.nav-logo { display: inline-flex; align-items: center; gap: 10px; z-index: 2; flex-shrink: 0; order: 1; }
.nav-logo img { width: 38px; height: 38px; border-radius: 50%; box-shadow: var(--glow-soft); }
.nav-logo:hover img { transform: scale(1.04); }
.nav-logo-text {
  display: inline;
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-primary);
  white-space: nowrap;
}
.nav-logo-text em { font-style: normal; font-weight: 700; color: var(--cyan); }
.nav-pill {
  display: none;
  padding: 5px 10px;
  font-family: var(--font-alt);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent-bright);
  background: rgba(77, 139, 255, 0.1);
  border: 1px solid var(--border);
  border-radius: 12px;
  white-space: nowrap;
  order: 3; margin-left: auto;
}
.nav-cta-wrap { display: none; flex-shrink: 0; order: 4; }
.nav-links {
  display: none;
  position: absolute; top: calc(100% + 8px); left: 12px; right: 12px;
  flex-direction: column; gap: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 10px 12px 14px;
  box-shadow: var(--shadow-strong);
  border-radius: var(--radius);
}
.nav-links.open { display: flex; }
.nav-links a {
  font-family: var(--font-alt);
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--text-secondary);
  padding: 11px 10px;
  width: 100%;
  border-radius: 10px;
  transition: color 180ms, background 180ms;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); background: rgba(77, 139, 255, 0.08); }
.nav-links a.active { box-shadow: inset 0 0 0 1px var(--border); }

.nav-toggle {
  display: flex; width: 42px; height: 42px; padding: 10px;
  flex-direction: column; justify-content: space-between;
  border: 1px solid var(--border);
  background: var(--surface); z-index: 3; flex-shrink: 0; margin-left: auto;
  border-radius: 12px; order: 5;
}
.nav-toggle:hover { border-color: var(--accent-primary); }
.nav-toggle:active { transform: scale(0.97); }
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--accent-primary); transition: transform 200ms, opacity 200ms; }

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .nav-links {
    display: flex; position: static; flex-direction: row; align-items: center;
    gap: 4px; background: transparent; border: none; box-shadow: none; padding: 0;
    margin: 0 0 0 8px; flex: 1; justify-content: flex-start; order: 2;
  }
  .nav-pill { display: inline-flex; }
  .nav-cta-wrap { display: flex; }
  .nav-links a { width: auto; padding: 8px 12px; }
}

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px;
  font-family: var(--font-alt);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.02em; text-transform: none;
  color: #06101c;
  background: linear-gradient(180deg, #7ee8ff 0%, #4d8bff 58%, #3a6fe0 100%);
  border: 1px solid rgba(196, 224, 255, 0.35);
  border-radius: 12px;
  box-shadow: var(--glow-soft), 0 8px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform 180ms var(--ease-out), box-shadow 180ms, filter 180ms;
}
.btn-primary::before { display: none; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--glow-strong), 0 12px 24px rgba(0, 0, 0, 0.32); filter: brightness(1.04); }
.btn-primary:active { transform: translateY(1px); }
.btn-primary:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px;
  font-family: var(--font-alt);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.02em; text-transform: none;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: none;
  transition: transform 180ms, background 180ms, border-color 180ms;
}
.btn-ghost:hover { background: rgba(77, 139, 255, 0.1); border-color: var(--border-strong); transform: translateY(-1px); }
.btn-ghost:active { transform: translateY(1px); }
.btn-sm { padding: 8px 14px; font-size: 12px; }

.cta-microcopy {
  display: block; font-size: 12px; color: var(--text-muted);
  font-family: var(--font-alt); letter-spacing: 0; margin-top: 14px;
}

.hero {
  padding: 48px 20px 72px;
  position: relative; z-index: 1;
  display: block;
  text-align: left;
}
.hero::before, .hero::after { display: none; }
.hero-inner {
  max-width: var(--wrap); margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px;
  width: 100%;
}
.hero-content { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; width: 100%; order: 0; }
.hero-preview { order: 0; }
.hero-eyebrow { display: none; }

.hero-brand, .hero-title.hero-brand {
  width: 100%; max-width: none; margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(36px, 9vw, 68px);
  font-weight: 700; line-height: 1.08; letter-spacing: -0.02em;
  text-transform: none;
  text-align: left; color: var(--text-primary);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.hero-brand span, .hero-title.hero-brand span { display: inline; }
.hero-brand span:first-child { color: var(--text-primary); }
.hero-brand span:last-child { color: var(--cyan); }
.hero-title em { display: none; }

.hero-place {
  margin: 0 auto 12px;
  display: inline-flex; flex-wrap: wrap;
  font-family: var(--font-alt);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-bright); text-align: left;
  background: rgba(77, 139, 255, 0.1);
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  width: auto;
  max-width: 100%;
  white-space: normal;
}

.hero-italic {
  margin: 0 0 8px; width: 100%;
  font-family: var(--font-body); font-style: italic;
  font-size: 18px; font-weight: 500;
  line-height: 1.5; letter-spacing: 0; color: var(--text-primary); text-align: left;
  max-width: none;
}

.hero-sub { font-size: 16px; line-height: 1.65; color: var(--text-secondary); max-width: none; text-align: left; }
.hero-sub strong { color: var(--text-primary); font-weight: 700; }
.hero-actions { display: flex; align-items: center; justify-content: flex-start; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-trust-item {
  display: inline-flex; align-items: center;
  padding: 6px 10px; font-size: 11px; font-weight: 700;
  font-family: var(--font-alt); letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-secondary); background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft); border-radius: 12px;
}

.hero-preview {
  position: relative; width: 100%; max-width: none;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(29, 38, 64, 0.88), rgba(12, 16, 28, 0.92));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-strong), var(--glow-soft);
  overflow: hidden; color: var(--text-primary); text-align: left;
  backdrop-filter: blur(16px);
}
.hero-preview::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(77, 139, 255, 0.14), transparent 50%);
  pointer-events: none;
}
.hero-preview::after { display: none; }

.preview-label {
  font-family: var(--font-alt); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-primary); margin-bottom: 14px;
  position: relative;
}
.preview-reels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 14px; position: relative; }
.preview-reel {
  height: 68px; display: flex; align-items: center; justify-content: center;
  font-size: 22px; background: #0c101c;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.preview-reel.lit {
  background: linear-gradient(180deg, rgba(77, 139, 255, 0.28), rgba(77, 139, 255, 0.08));
  color: #fff;
  border-color: var(--border-strong);
  box-shadow: var(--glow-soft);
}

.preview-balance-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-top: 1px solid var(--border-soft); margin-bottom: 14px;
  position: relative;
}
.preview-bal-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.preview-bal-value { font-family: var(--font-display); font-size: clamp(24px, 6vw, 36px); font-weight: 700; color: var(--accent-bright); }

.security-badge {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 0 0; background: transparent; border: none;
  border-top: 1px solid var(--border-soft); margin-top: 12px;
  position: relative;
}
.security-badge svg { color: var(--accent-primary); flex-shrink: 0; }
.security-badge-text { font-size: 13px; color: var(--text-muted); }
.security-badge-text strong {
  display: block; color: var(--text-primary); font-size: 12px; letter-spacing: 0.06em;
  font-family: var(--font-alt); text-transform: uppercase; font-weight: 700; margin-bottom: 2px;
}


.section-label {
  display: inline-block;
  font-family: var(--font-alt); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-primary); margin-bottom: 8px;
  background: rgba(77, 139, 255, 0.1);
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.4vw, 42px);
  font-weight: 700; line-height: 1.2; letter-spacing: -0.02em;
  text-transform: none;
  color: var(--text-primary);
}
.section-title span { color: var(--cyan); font-style: normal; }
.section-sub { font-size: 15px; line-height: 1.65; color: var(--text-muted); max-width: none; margin-top: 12px; }
.section-divider {
  width: 64px; height: 3px; margin-top: 14px;
  background: linear-gradient(90deg, var(--accent-primary), transparent);
  border-radius: 99px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 500ms 80ms var(--ease-out);
}
.reveal.visible .section-divider,
.section-header.visible .section-divider { transform: scaleX(1); }
.section-header { margin-bottom: 28px; }
.section-header.centered { text-align: left; }
.section-header.centered .section-sub { margin: 12px 0 0; }
.section-header.centered .section-divider { margin: 14px 0; }
.section-header.centered .section-label { margin: 0 0 8px; }

.reveal { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity 500ms, transform 500ms; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-left, .reveal-right, .reveal-scale { transform: translate3d(0, 16px, 0); }
.reveal-left.visible, .reveal-right.visible, .reveal-scale.visible { transform: none; }

.hero-brand, .hero-place, .hero-italic, .hero-content > *, .hero-preview {
  opacity: 0; transform: translate3d(0, 18px, 0);
}
.hero.hero-in .hero-brand,
.hero.hero-in .hero-place,
.hero.hero-in .hero-italic,
.hero.hero-in .hero-content > *,
.hero.hero-in .hero-preview { animation: circusRise 0.55s var(--ease-out) both; }
.hero.hero-in .hero-brand { animation-delay: 0.02s; }
.hero.hero-in .hero-place { animation-delay: 0.06s; }
.hero.hero-in .hero-italic { animation-delay: 0.1s; }
.hero.hero-in .hero-preview { animation-delay: 0.14s; }
.hero.hero-in .preview-reel { animation: reelDrop 0.35s var(--ease-out); }
.hero.hero-in .preview-reel:nth-child(1) { animation-delay: 0.16s; }
.hero.hero-in .preview-reel:nth-child(2) { animation-delay: 0.2s; }
.hero.hero-in .preview-reel:nth-child(3) { animation-delay: 0.24s; }
.hero.hero-in .preview-reel:nth-child(4) { animation-delay: 0.28s; }
.hero.hero-in .preview-reel:nth-child(5) { animation-delay: 0.32s; }

@keyframes circusRise { from { opacity: 0; transform: translate3d(0,18px,0); } to { opacity: 1; transform: none; } }
@keyframes circusRiseScale { from { opacity: 0; } to { opacity: 1; } }
@keyframes reelDrop { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.nav.is-scrolled { box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35); }

.games-section {
  padding: 72px 20px; position: relative; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(18, 24, 42, 0.55), transparent);
}
.section-kicker { margin-top: 8px; font-family: var(--font-display); font-style: italic; font-size: 18px; font-weight: 600; color: var(--accent-bright); }
.games-section-inner { max-width: var(--wrap); margin: 0 auto; }
.games-header-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.games-grid {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 640px) {
  .games-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (min-width: 1100px) {
  .games-grid { grid-template-columns: 1fr; gap: 14px; }
}

.game-card {
  display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto;
  overflow: hidden; position: relative;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  min-height: 0;
  transition: transform 220ms var(--ease-out), box-shadow 220ms, border-color 220ms;
}
.game-card:last-child { border-bottom: 1px solid var(--border-soft); }
.game-card:hover,
.game-card.reveal.visible:hover {
  transform: translateY(-4px);
  background: var(--surface-2);
  box-shadow: var(--shadow-strong), var(--glow-soft);
  border-color: var(--border);
}
.game-thumb {
  position: relative; height: 148px; width: 100%; flex-shrink: 0;
  grid-area: 1 / 1;
  background: var(--game-gradient, #1a2240);
  display: flex; align-items: center; justify-content: center;
}
.game-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 9, 15, 0.55) 100%);
}
.game-thumb-icon { font-size: 42px; position: relative; z-index: 1; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.35)); }
.game-tag {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  padding: 4px 8px; font-family: var(--font-alt); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #06101c;
  border-radius: 12px; background: var(--accent-primary); border: none;
}
.game-tag.hot { background: #ff6b6b; color: #fff; }
.game-tag.new { background: #7ee8ff; color: #07101c; }
.game-tag.vip { background: var(--accent-primary); color: #06101c; }
.game-play-pill {
  grid-area: 1 / 1; align-self: end; justify-self: end; z-index: 2;
  position: relative; padding: 7px 12px; margin: 0 12px 12px 0;
  font-family: var(--font-alt); font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #06101c; background: var(--accent-primary); border: none; opacity: 0.95;
  border-radius: 12px;
}
.game-card:hover .game-play-pill { background: var(--accent-bright); transform: scale(1.04); box-shadow: var(--glow-soft); }
.game-meta { grid-area: 2 / 1; padding: 14px 14px 16px; min-width: 0; }
.game-name { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--text-primary); text-transform: none; letter-spacing: 0; line-height: 1.25; }
.game-genre { font-size: 12px; color: var(--text-muted); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 4px; }
.game-stat-row { display: none; }

.bonus-strip {
  padding: 72px 20px;
  background:
    radial-gradient(700px 280px at 20% 0%, rgba(77, 139, 255, 0.18), transparent 60%),
    #0d1220;
  color: var(--text-primary);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  position: relative; z-index: 1;
}
.bonus-strip .section-label { background: rgba(77, 139, 255, 0.14); color: var(--accent-bright); }
.bonus-strip .section-title, .bonus-strip .section-title span { color: var(--text-primary); }
.bonus-strip .section-title span { color: var(--accent-primary); }
.bonus-strip .section-sub { color: var(--text-muted); }
.bonus-strip .btn-ghost { color: var(--text-primary); border-color: var(--border); }
.bonus-strip .btn-ghost:hover { background: rgba(77, 139, 255, 0.1); }
.bonus-strip-inner { max-width: var(--wrap); margin: 0 auto; }
.bonus-urgency {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-alt); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-primary); margin-bottom: 12px;
}
.bonus-urgency::before { content: ''; width: 8px; height: 8px; background: #ff6b6b; border-radius: 50%; box-shadow: 0 0 10px #ff6b6b; }
.bonus-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
.bonus-timer-wrap { margin: 20px 0; }
.timer-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
#bonus-timer { font-family: var(--font-display); font-size: clamp(40px, 10vw, 72px); font-weight: 700; color: var(--accent-bright); letter-spacing: -0.02em; line-height: 1.1; white-space: nowrap; animation: vzpTimerPulse 1.8s ease-in-out infinite; }
#bonus-timer.low-time { color: #ff8a8a; }
.bonus-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bonus-strip .btn-primary { color: #06101c; }
#bonus-toast { display: block; margin-top: 14px; font-size: 13px; color: var(--accent-bright); opacity: 0; }
#bonus-toast.show { opacity: 1; }
.bonus-tiers { display: flex; flex-direction: column; gap: 10px; }
.bonus-tier {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}
.bonus-tier:last-child { border-bottom: 1px solid var(--border-soft); }
.bonus-tier:hover { transform: translateY(-2px); background: rgba(77, 139, 255, 0.08); border-color: var(--border); }
.bonus-tier-name { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text-primary); text-transform: none; }
.bonus-tier-sub { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.bonus-tier-amount { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--accent-primary); }
.bonus-redeem-spinning { opacity: 0.6; cursor: wait; }

.about-section { padding: 72px 20px; position: relative; z-index: 1; background: transparent; }
.about-inner { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 32px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.stat-box {
  padding: 18px; background: var(--surface);
  border: 1px solid var(--border-soft); border-radius: var(--radius);
}
.stat-box:nth-child(2n) { border-right: 1px solid var(--border-soft); }
.stat-box:nth-child(3), .stat-box:nth-child(4) { border-bottom: 1px solid var(--border-soft); }
.stat-box:hover { transform: translateY(-2px); background: var(--surface-2); }
.stat-value { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--accent-primary); }
.stat-label { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); }
.about-commitments { display: flex; flex-direction: column; gap: 12px; }
.commitment-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px; background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}
.commitment-item:last-child { border-bottom: 1px solid var(--border-soft); }
.commitment-item:hover { transform: translateY(-2px); border-color: var(--border); }
.commitment-icon {
  font-size: 12px; font-weight: 700; font-family: var(--font-alt);
  color: #06101c; background: var(--accent-primary); min-width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
}
.commitment-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: none; color: var(--text-primary); margin-bottom: 4px; }
.commitment-text { font-size: 14px; color: var(--text-muted); }

.features-section { padding: 72px 20px; position: relative; z-index: 1; }
.features-inner { max-width: var(--wrap); margin: 0 auto; }
.features-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 8px; counter-reset: feat; }
.feature-card {
  padding: 22px; background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  display: block;
  box-shadow: var(--shadow-soft);
}
.feature-card:last-child { border-bottom: 1px solid var(--border-soft); }
.feature-card::before {
  counter-increment: feat;
  content: counter(feat, decimal-leading-zero);
  font-family: var(--font-display); font-size: 18px; font-weight: 700;
  color: var(--accent-primary); display: block; margin-bottom: 8px;
}
.feature-card:hover { transform: translateY(-3px); border-color: var(--border); box-shadow: var(--shadow-strong); }
.feature-icon { display: block; font-size: 26px; margin-bottom: 8px; }
.feature-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; text-transform: none; color: var(--text-primary); }
.feature-text { font-size: 14px; color: var(--text-muted); margin-top: 8px; }

.cta-banner {
  padding: 80px 20px;
  background:
    radial-gradient(800px 320px at 50% 0%, rgba(77, 139, 255, 0.18), transparent 60%),
    #10162a;
  color: var(--text-primary);
  text-align: center;
  position: relative; z-index: 1;
  border-top: 1px solid var(--border-soft);
}
.cta-banner .section-label { background: rgba(77, 139, 255, 0.14); color: var(--accent-bright); }
.cta-banner .section-title { color: var(--text-primary); }
.cta-banner .section-title span { color: var(--accent-primary); }
.cta-banner .section-sub { color: var(--text-muted); }
.cta-banner .cta-microcopy { color: var(--text-muted); }
.cta-banner .btn-ghost { color: var(--text-primary); border-color: var(--border); }
.cta-banner .btn-ghost:hover { background: rgba(255,255,255,0.06); }
.cta-banner .btn-primary { color: #06101c; }
.cta-banner-inner { max-width: var(--wrap); margin: 0 auto; text-align: left; }
.cta-banner .section-sub { margin: 14px auto 28px; }
.cta-banner .section-divider { background: linear-gradient(90deg, transparent, var(--accent-primary), transparent); margin-left: auto; margin-right: auto; }
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-start; }

.rg-callout { padding: 24px 20px; background: rgba(18, 24, 42, 0.7); border-top: 1px solid var(--border-soft); position: relative; z-index: 1; }
.rg-callout-inner { max-width: var(--wrap); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.rg-text { display: flex; align-items: flex-start; gap: 14px; flex: 1; min-width: 260px; }
.rg-icon {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; font-family: var(--font-alt);
  color: #06101c; background: var(--accent-primary); border: none;
  border-radius: 12px;
}
.rg-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: none; color: var(--text-primary); }
.rg-desc { font-size: 13px; color: var(--text-muted); max-width: 560px; }
.rg-desc a { color: var(--accent-bright); text-decoration: underline; }
.rg-logos { display: flex; gap: 8px; flex-wrap: wrap; }
.rg-logo-box {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
  padding: 8px 12px; font-family: var(--font-alt); font-size: 11px; font-weight: 700;
  color: var(--text-primary); background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: 12px;
}
.rg-logo-box:hover { transform: translateY(-1px); border-color: var(--border); }
.rg-logo-box img { height: 16px; width: auto; max-width: 140px; object-fit: contain; filter: brightness(1.15); }
.rg-logo-box:not(:has(img)) { background: var(--accent-primary); color: #06101c; }

.footer { padding: 8px 20px 36px; background: #06080e; position: relative; z-index: 1; }
.footer-inner { max-width: var(--wrap); margin: 0 auto; padding: 48px 0 8px; color: var(--text-secondary); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo img { width: 34px; height: 34px; border-radius: 50%; }
.footer-logo-text { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--text-primary); text-transform: none; }
.footer-desc { font-size: 14px; color: var(--text-muted); max-width: 300px; }
.footer-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.footer-badge {
  padding: 4px 8px; font-size: 10px; font-weight: 700;
  color: var(--accent-bright); background: rgba(77, 139, 255, 0.1); border: 1px solid var(--border);
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 12px;
}
.footer-col-title { font-family: var(--font-alt); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-primary); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 14px; color: var(--text-muted); }
.footer-col ul li a:hover { color: var(--text-primary); }
.footer-social { display: flex; gap: 8px; }
.footer-social-link {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border); color: var(--accent-primary); font-weight: 700;
  border-radius: 50%;
}
.footer-social-link:hover { background: var(--accent-primary); color: #06101c; transform: translateY(-1px); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--border-soft); }
.footer-copy { font-size: 12px; color: var(--text-muted); text-transform: none; font-weight: 500; }
.footer-legal { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: var(--text-muted); text-transform: none; font-weight: 600; }
.footer-legal a:hover { color: var(--accent-bright); }
.footer-disclaimer { margin-top: 16px; font-size: 12px; color: var(--text-muted); max-width: var(--wrap); }
.footer-disclaimer a { color: var(--accent-bright); }

.contact-section { padding: 28px 20px 110px; position: relative; z-index: 1; }
.contact-inner { max-width: var(--wrap); margin: 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
.contact-layout > .reveal { order: 2; }
.contact-info { order: 1; }
.contact-card {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px; background: var(--surface);
  border: 1px solid var(--border-soft); margin-bottom: 10px;
  border-radius: var(--radius);
}
.contact-card:hover { transform: translateY(-2px); border-color: var(--border); }
.contact-card-icon {
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  font-size: 16px; background: rgba(77, 139, 255, 0.14); border: 1px solid var(--border);
  border-radius: 12px;
}
.contact-card-title { font-size: 11px; font-weight: 700; color: var(--accent-primary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.contact-card-value { font-size: 14px; color: var(--text-secondary); }
.contact-card-value a { color: var(--accent-bright); text-decoration: underline; }
.contact-form {
  display: flex; flex-direction: column; gap: 14px; padding: 24px;
  background: var(--surface); border: 1px solid var(--border);
  box-shadow: var(--shadow-strong); border-radius: var(--radius-lg);
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.form-input, .form-textarea {
  padding: 12px 14px; background: #0c101c;
  border: 1px solid var(--border); color: var(--text-primary); font-size: 14px;
  border-radius: 12px;
}
.form-input:focus, .form-textarea:focus { outline: none; box-shadow: 0 0 0 3px var(--accent-glow); border-color: var(--accent-primary); }
.form-input.invalid, .form-textarea.invalid { border-color: #ff6b6b; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-error { display: none; font-size: 11px; color: #ff8a8a; }
.form-error.show { display: block; }
#contact-success { display: none; padding: 12px; background: rgba(77, 139, 255, 0.14); border: 1px solid var(--border); font-size: 13px; font-weight: 600; border-radius: 12px; color: var(--accent-bright); }
#contact-success.show { display: block; }

.page-header { padding: 48px 20px 8px; text-align: left; position: relative; z-index: 1; }
.page-header-inner { max-width: var(--wrap); margin: 0 auto; padding: 0; }
.page-header .section-title { font-size: clamp(28px, 5vw, 44px); }

.legal-section { padding: 20px 20px 72px; position: relative; z-index: 1; }
.legal-inner { max-width: var(--wrap); margin: 0 auto; }
.legal-content h2 { font-family: var(--font-display); font-size: 28px; font-weight: 700; text-transform: none; color: var(--text-primary); margin: 28px 0 10px; border-bottom: 1px solid var(--border-soft); padding-bottom: 8px; }
.legal-content h3 { font-size: 13px; font-weight: 700; color: var(--accent-primary); margin: 16px 0 8px; text-transform: uppercase; }
.legal-content p { font-size: 14px; margin-bottom: 10px; color: var(--text-secondary); }
.legal-content ul { padding-left: 18px; list-style: disc; margin-bottom: 12px; }
.legal-content ul li { font-size: 14px; margin-bottom: 4px; color: var(--text-secondary); }
.legal-content a { color: var(--accent-bright); text-decoration: underline; }
.legal-content code { font-family: var(--font-mono); font-size: 12px; background: rgba(77, 139, 255, 0.1); padding: 1px 6px; border: 1px solid var(--border); border-radius: 6px; }
.legal-content strong { color: var(--text-primary); }
.legal-alert { padding: 12px 0; border-top: 1px solid var(--border-soft); margin: 14px 0; font-size: 14px; }
.legal-meta { font-size: 12px; margin-top: 10px; color: var(--text-muted); }

.about-page-section { padding: 20px 20px 72px; position: relative; z-index: 1; }
.about-page-inner { max-width: var(--wrap); margin: 0 auto; }
.about-page-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.about-page-card { padding: 20px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius); }
.about-page-card:last-child { border-bottom: 1px solid var(--border-soft); }
.about-page-card:hover { transform: translateY(-2px); border-color: var(--border); }
.about-page-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; text-transform: none; margin-bottom: 8px; color: var(--text-primary); }
.about-page-card p { font-size: 14px; color: var(--text-muted); }
.about-page-card strong { color: var(--accent-bright); }
.team-values { display: flex; flex-direction: column; gap: 10px; }
.value-item { display: flex; gap: 12px; padding: 16px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius); }
.value-item:last-child { border-bottom: 1px solid var(--border-soft); }
.value-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: none; color: var(--text-primary); }
.value-desc { font-size: 13px; color: var(--text-muted); }

.play-page { padding: 28px 20px 110px; position: relative; z-index: 1; }
.play-inner { max-width: var(--wrap); margin: 0 auto; }
.play-layout { display: grid; grid-template-columns: 1fr; gap: 18px; }
.game-frame-wrap {
  background: #05070d; border: 1px solid var(--border);
  overflow: hidden; order: 2; box-shadow: var(--shadow-strong), var(--glow-soft);
  border-radius: var(--radius-lg);
}
.game-frame-wrap iframe { display: block; width: 100%; height: 640px; border: none; }
.play-sidebar { display: flex; flex-direction: column; gap: 12px; order: 1; }
.play-card { padding: 16px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius); }
.play-card-title { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-primary); margin-bottom: 12px; }
.play-stat { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--border-soft); }
.play-stat:last-child { border-bottom: none; }
.play-stat-label { font-size: 12px; color: var(--text-muted); }
.play-stat-value { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text-primary); }
.bet-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bet-opt {
  padding: 9px; background: #0c101c; border: 1px solid var(--border); color: var(--text-secondary);
  font-size: 13px; font-weight: 700; border-radius: 10px;
}
.bet-opt.active, .bet-opt:hover { background: var(--accent-primary); color: #06101c; border-color: var(--accent-primary); }
#spin-btn {
  display: flex; align-items: center; justify-content: center; width: 100%; gap: 8px; padding: 14px;
  font-family: var(--font-alt); font-size: 13px; font-weight: 700; letter-spacing: 0.02em; text-transform: none;
  color: #06101c; background: linear-gradient(180deg, #9ec5ff, #4d8bff);
  border: 1px solid rgba(196, 224, 255, 0.35);
  border-radius: 12px;
  box-shadow: var(--glow-soft); position: relative; overflow: hidden;
}
#spin-btn::after { display: none; }
#spin-btn:hover { transform: translateY(-1px); box-shadow: var(--glow-strong); }
#spin-btn:active { transform: translateY(1px); }
#spin-btn:disabled { opacity: 0.45; cursor: not-allowed; }
#win-msg { display: none; padding: 10px; background: rgba(77, 139, 255, 0.14); border: 1px solid var(--border); font-size: 13px; font-weight: 700; margin-top: 10px; border-radius: 12px; color: var(--accent-bright); }
#win-msg.show { display: block; }
.reel-track { display: flex; gap: 8px; padding: 8px 0; }
.reel {
  width: 52px; height: 58px; background: #0c101c; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  border-radius: 12px;
}
.reel.win-reel { background: rgba(77, 139, 255, 0.2); color: #fff; border-color: var(--accent-primary); }

.age-gate {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(16px);
  align-items: center; justify-content: center; padding: 20px;
}
.age-gate.show { display: flex; }
.age-gate-box {
  max-width: 520px; width: 100%;
  background: linear-gradient(180deg, #121a30, #07101c);
  border: 1px solid var(--border);
  padding: 32px 28px;
  text-align: left;
  box-shadow: var(--shadow-strong), var(--glow-soft);
  color: var(--text-primary);
  display: flex; flex-direction: column; gap: 8px;
  border-radius: var(--radius-xl);
}
.age-gate-box::before { display: none; }
.age-gate-icon {
  width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; font-family: var(--font-alt);
  color: #06101c; margin: 0 0 0 0; border: none;
  background: var(--accent-primary);
  line-height: 1;
  border-radius: 50%;
  box-shadow: var(--glow-soft);
}
.age-gate-title { font-family: var(--font-display); font-size: clamp(24px, 5vw, 34px); font-weight: 700; text-transform: none; line-height: 1.25; margin-bottom: 12px; }
.age-gate-title em { font-style: italic; color: var(--cyan); }
.age-gate-sub { font-size: 15px; margin: 0 0 22px; max-width: 420px; color: var(--text-muted); }
.age-gate-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-start; }
.age-gate-legal { margin-top: 18px; font-size: 12px; color: var(--text-muted); }
.age-gate-legal a { color: var(--accent-bright); text-decoration: underline; }

@media (max-width: 1024px) {
  .about-inner, .contact-layout, .play-layout { grid-template-columns: 1fr; }
  .contact-info, .contact-form, .contact-layout > .reveal,
  .play-sidebar, .game-frame-wrap { order: 0; }
  .game-frame-wrap iframe { height: 480px; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-header-inner { padding: 0; max-width: var(--wrap); }
}

@media (max-width: 768px) {
  .hero { padding: 32px 16px 100px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions > * { width: 100%; }
  .games-section, .bonus-strip, .about-section, .features-section, .cta-banner { padding: 48px 16px; }
  .form-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .rg-callout-inner { flex-direction: column; align-items: flex-start; }
  .age-gate-box { max-width: none; }
  .game-name { font-size: 17px; }
  .game-thumb { height: 120px; }
}

@media (max-width: 480px) {
  .hero-brand, .hero-title.hero-brand { font-size: clamp(32px, 11vw, 48px); }
  .section-title { font-size: 26px; }
  #bonus-timer { font-size: clamp(36px, 12vw, 48px); }
  .contact-form { padding: 16px; }
  .games-grid { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero-brand, .hero-place, .hero-italic, .hero-content > *, .hero-preview,
  .preview-reel, .section-divider, #bonus-timer {
    opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important;
  }
}

.float-mark { display: none; height: 0; }
.experience-dock {
  position: fixed; right: 20px; bottom: 20px; left: auto;
  z-index: 80; display: flex; align-items: center; justify-content: space-between;
  max-width: 360px; width: calc(100% - 40px); padding: 12px 14px 12px 16px;
  background: linear-gradient(180deg, #1a2240, #10182c);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-strong), var(--glow-soft);
  color: var(--text-primary); font-family: var(--font-alt);
  gap: 10px;
}
.experience-dock .dock-copy { font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.experience-dock .dock-meta { font-size: 11px; font-weight: 600; text-transform: none; color: var(--text-muted); }
.experience-dock .dock-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: var(--accent-primary); color: #06101c;
  font-size: 16px; font-weight: 800; border-radius: 50%; flex-shrink: 0;
}
.experience-dock:hover { transform: translateY(-2px); border-color: var(--border-strong); }
body:has(#age-gate.show) .experience-dock { opacity: 0; pointer-events: none; }
@media (max-width: 640px) {
  .experience-dock .dock-meta { display: none; }
  .experience-dock { left: 16px; right: 16px; bottom: 16px; width: auto; max-width: none; }
}
