/* ============================================================
 * casinoplus 15 cashback - mobile-first frame
 * Palette: #212F3D (deep navy bg) | #EEEEEE (light text)
 *          #FF5722 / #FF6347 (action orange) | #FFD700 (gold)
 *          #FFB6C1 (soft pink accent)
 * All custom classes use the "shellb34fd-" prefix.
 * Canvas: 320-430px mobile. Wider screens keep the mobile
 * canvas centered.
 * ============================================================ */

:root {
  --shellb34fd-bg: #212F3D;
  --shellb34fd-bg-2: #1a2530;
  --shellb34fd-bg-3: #2a3b4d;
  --shellb34fd-surface: #EEEEEE;
  --shellb34fd-surface-2: #f7f7f7;
  --shellb34fd-ink: #212F3D;
  --shellb34fd-text: #EEEEEE;
  --shellb34fd-muted: #aab6c2;
  --shellb34fd-primary: #FF5722;
  --shellb34fd-primary-2: #FF6347;
  --shellb34fd-gold: #FFD700;
  --shellb34fd-pink: #FFB6C1;
  --shellb34fd-line: rgba(238, 238, 238, 0.10);
  --shellb34fd-radius: 14px;
  --shellb34fd-radius-sm: 10px;
  --shellb34fd-header-h: 60px;
  --shellb34fd-bottom-h: 66px;
  --shellb34fd-max: 430px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--shellb34fd-text);
  background: #0e1722;
  background-image:
    radial-gradient(900px 480px at 50% -8%, #2a3b4d 0%, rgba(42,59,77,0) 70%),
    linear-gradient(180deg, #18222e 0%, #0e1722 60%);
  -webkit-font-smoothing: antialiased;
}

/* Center the mobile canvas on wide screens */
.shellb34fd-stage {
  max-width: var(--shellb34fd-max);
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  background: var(--shellb34fd-bg);
  background-image:
    radial-gradient(620px 320px at 50% -40px, rgba(255, 87, 34, 0.18) 0%, rgba(255,87,34,0) 70%),
    linear-gradient(180deg, #213041 0%, var(--shellb34fd-bg) 30%, #1a2530 100%);
  box-shadow: 0 0 40px rgba(0,0,0,0.45);
  overflow-x: hidden;
}

.shellb34fd-no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ============================================================
 * HEADER  - LOGO-led action bar
 * ============================================================ */
.shellb34fd-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--shellb34fd-header-h);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(33,47,61,0.96) 0%, rgba(33,47,61,0.88) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.18);
}

.shellb34fd-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  flex: 1;
}
.shellb34fd-brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid rgba(255, 215, 0, 0.55);
  box-shadow: 0 2px 10px rgba(255, 87, 34, 0.35);
  flex-shrink: 0;
}
.shellb34fd-brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}
.shellb34fd-brand-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--shellb34fd-surface);
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shellb34fd-brand-tag {
  font-size: 10px;
  color: var(--shellb34fd-gold);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.shellb34fd-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.shellb34fd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  white-space: nowrap;
}
.shellb34fd-btn:active { transform: scale(0.93); }
.shellb34fd-btn-register {
  background: linear-gradient(135deg, #FF6347 0%, #FF5722 100%);
  color: #fff;
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.45);
}
.shellb34fd-btn-login {
  background: transparent;
  color: var(--shellb34fd-gold);
  border: 1.5px solid var(--shellb34fd-gold);
}
.shellb34fd-btn-login:active {
  background: rgba(255, 215, 0, 0.10);
}

.shellb34fd-menu-btn {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--shellb34fd-line);
}
.shellb34fd-menu-btn:active { transform: scale(0.93); background: rgba(255,255,255,0.12); }
.shellb34fd-menu-btn svg { width: 20px; height: 20px; }

/* ============================================================
 * FULL-HEIGHT MENU LAYER
 * ============================================================ */
.shellb34fd-menu-layer {
  position: fixed;
  inset: 0;
  z-index: 70;
  max-width: var(--shellb34fd-max);
  margin: 0 auto;
  background: linear-gradient(180deg, #1c2937 0%, #15202b 100%);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.shellb34fd-menu-visible {
  transform: translateX(0);
  visibility: visible;
}
.shellb34fd-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 65;
  background: rgba(8, 13, 20, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.shellb34fd-menu-visible ~ .shellb34fd-menu-overlay,
.shellb34fd-menu-overlay.shellb34fd-show {
  opacity: 1;
  visibility: visible;
}
.shellb34fd-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--shellb34fd-line);
}
.shellb34fd-menu-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--shellb34fd-surface);
}
.shellb34fd-menu-close {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,0.06);
  display: inline-flex; align-items: center; justify-content: center;
}
.shellb34fd-menu-close svg { width: 18px; height: 18px; }
.shellb34fd-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px 14px 24px;
}
.shellb34fd-menu-section { margin-top: 14px; }
.shellb34fd-menu-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: var(--shellb34fd-gold);
  text-transform: uppercase;
  padding: 6px 4px;
}
.shellb34fd-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 10px;
  color: var(--shellb34fd-surface);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
}
.shellb34fd-menu-link:active {
  background: rgba(255, 87, 34, 0.12);
  border-color: rgba(255, 87, 34, 0.35);
  transform: scale(0.99);
}
.shellb34fd-menu-link svg { width: 20px; height: 20px; flex-shrink: 0; }
.shellb34fd-menu-cta-row {
  display: flex;
  gap: 10px;
  padding: 16px 4px 4px;
}
.shellb34fd-menu-cta-row .shellb34fd-btn { flex: 1; min-height: 42px; font-size: 13px; }

/* ============================================================
 * MAIN LAYOUT
 * ============================================================ */
.shellb34fd-main {
  padding: 12px 12px 0;
}
.shellb34fd-section {
  margin-top: 22px;
}
.shellb34fd-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 2px 12px;
}
.shellb34fd-section-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--shellb34fd-surface);
  display: flex;
  align-items: center;
  gap: 8px;
}
.shellb34fd-section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--shellb34fd-primary) 0%, var(--shellb34fd-gold) 100%);
}
.shellb34fd-section-more {
  font-size: 11px;
  color: var(--shellb34fd-gold);
  font-weight: 700;
}

/* ============================================================
 * HERO CAROUSEL
 * ============================================================ */
.shellb34fd-hero {
  position: relative;
  border-radius: var(--shellb34fd-radius);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}
.shellb34fd-hero-viewport {
  overflow: hidden;
  border-radius: var(--shellb34fd-radius);
}
.shellb34fd-hero-track {
  display: flex;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.shellb34fd-hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.shellb34fd-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shellb34fd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,13,20,0.05) 30%, rgba(8,13,20,0.72) 100%);
  display: flex;
  align-items: flex-end;
  padding: 14px;
}
.shellb34fd-hero-caption {
  color: #fff;
}
.shellb34fd-hero-caption strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.shellb34fd-hero-caption span {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--shellb34fd-gold);
}
.shellb34fd-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(8,13,20,0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.shellb34fd-hero-arrow:active { transform: translateY(-50%) scale(0.9); }
.shellb34fd-hero-arrow svg { width: 16px; height: 16px; color: #fff; }
.shellb34fd-hero-prev { left: 8px; }
.shellb34fd-hero-next { right: 8px; }
.shellb34fd-hero-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.shellb34fd-hero-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  transition: width 0.22s ease, background 0.22s ease;
}
.shellb34fd-hero-dot-active {
  width: 20px;
  border-radius: 4px;
  background: var(--shellb34fd-gold);
}

/* ============================================================
 * QUICK STATS / VALUE STRIP
 * ============================================================ */
.shellb34fd-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.shellb34fd-strip-item {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid var(--shellb34fd-line);
  border-radius: var(--shellb34fd-radius-sm);
  padding: 10px 6px;
  text-align: center;
}
.shellb34fd-strip-num {
  font-size: 14px;
  font-weight: 800;
  color: var(--shellb34fd-gold);
}
.shellb34fd-strip-label {
  font-size: 9.5px;
  color: var(--shellb34fd-muted);
  margin-top: 2px;
  letter-spacing: 0.3px;
}

/* ============================================================
 * GAME GRID  - compact mobile grid
 * ============================================================ */
.shellb34fd-game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (min-width: 360px) {
  .shellb34fd-game-grid { gap: 9px; }
}
@media (min-width: 400px) {
  .shellb34fd-game-grid { grid-template-columns: repeat(5, 1fr); }
}
.shellb34fd-game-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 4px 10px rgba(0,0,0,0.28);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  cursor: pointer;
}
.shellb34fd-game-card:active {
  transform: scale(0.95);
  box-shadow: 0 2px 6px rgba(255,87,34,0.4);
}
.shellb34fd-game-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #0e1722;
  overflow: hidden;
}
.shellb34fd-game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shellb34fd-game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}
.shellb34fd-game-name {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--shellb34fd-ink);
  text-align: center;
  padding: 5px 4px;
  line-height: 1.2;
  background: #EEEEEE;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
 * CONTENT MODULES (Promotions / What is / Play styles ...)
 * ============================================================ */
.shellb34fd-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
  border: 1px solid var(--shellb34fd-line);
  border-radius: var(--shellb34fd-radius);
  padding: 16px;
  margin-top: 14px;
}
.shellb34fd-card h2 {
  font-size: 16px;
  font-weight: 800;
  color: var(--shellb34fd-surface);
  margin: 0 0 10px;
  line-height: 1.35;
}
.shellb34fd-card h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--shellb34fd-gold);
  margin: 14px 0 6px;
}
.shellb34fd-card p {
  margin: 0 0 10px;
  color: #d7dee5;
  font-size: 13px;
  line-height: 1.62;
}
.shellb34fd-card p strong { color: var(--shellb34fd-surface); }
.shellb34fd-card a {
  color: var(--shellb34fd-primary-2);
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 99, 71, 0.55);
}
.shellb34fd-card ul {
  margin: 6px 0 10px;
  padding-left: 18px;
  color: #d7dee5;
}
.shellb34fd-card ul li { margin-bottom: 5px; font-size: 13px; line-height: 1.55; }

.shellb34fd-bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 8px 0;
}
@media (min-width: 380px) {
  .shellb34fd-bullets { grid-template-columns: 1fr 1fr; }
}
.shellb34fd-bullet {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--shellb34fd-line);
}
.shellb34fd-bullet-ico {
  width: 26px; height: 26px;
  border-radius: 7px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--shellb34fd-primary) 0%, var(--shellb34fd-gold) 100%);
}
.shellb34fd-bullet-ico svg { width: 14px; height: 14px; color: #212F3D; }
.shellb34fd-bullet b { color: var(--shellb34fd-surface); font-size: 12.5px; display: block; }
.shellb34fd-bullet span { color: var(--shellb34fd-muted); font-size: 11.5px; }

/* pros / limitations two-column compare */
.shellb34fd-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}
.shellb34fd-compare-col {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid var(--shellb34fd-line);
}
.shellb34fd-compare-col.pro { background: rgba(255, 215, 0, 0.06); border-color: rgba(255,215,0,0.25); }
.shellb34fd-compare-col.lim { background: rgba(255, 182, 193, 0.06); border-color: rgba(255,182,193,0.25); }
.shellb34fd-compare-col h4 {
  margin: 0 0 8px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.shellb34fd-compare-col.pro h4 { color: var(--shellb34fd-gold); }
.shellb34fd-compare-col.lim h4 { color: var(--shellb34fd-pink); }
.shellb34fd-compare-col ul { margin: 0; padding-left: 16px; }
.shellb34fd-compare-col li { font-size: 11.5px; color: #d7dee5; margin-bottom: 4px; line-height: 1.45; }

/* Promo CTA band inside content */
.shellb34fd-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
  border-radius: var(--shellb34fd-radius);
  background: linear-gradient(135deg, #FF5722 0%, #FF6347 55%, #FFD700 130%);
  color: #1a2530;
  box-shadow: 0 8px 18px rgba(255,87,34,0.35);
}
.shellb34fd-cta-text b { display: block; font-size: 14px; font-weight: 800; }
.shellb34fd-cta-text span { font-size: 11px; font-weight: 600; opacity: 0.85; }
.shellb34fd-cta-btn {
  background: #212F3D;
  color: var(--shellb34fd-gold);
  font-weight: 800;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 9px;
  white-space: nowrap;
}
.shellb34fd-cta-btn:active { transform: scale(0.93); }

/* ============================================================
 * EXPANDED HOMEPAGE FOOTER (two-column directory)
 * ============================================================ */
.shellb34fd-extfoot {
  margin-top: 22px;
  padding: 18px 14px 16px;
  background: linear-gradient(180deg, #1a2530 0%, #15202b 100%);
  border-top: 1px solid rgba(255,215,0,0.18);
  border-radius: 16px 16px 0 0;
}
.shellb34fd-extfoot-promos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.shellb34fd-extfoot-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,87,34,0.16), rgba(255,215,0,0.10));
  border: 1px solid rgba(255,215,0,0.25);
}
.shellb34fd-extfoot-promo:active { transform: scale(0.97); }
.shellb34fd-extfoot-promo-ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--shellb34fd-primary), var(--shellb34fd-gold));
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.shellb34fd-extfoot-promo-ico svg { width: 15px; height: 15px; color: #212F3D; }
.shellb34fd-extfoot-promo b { display: block; font-size: 11.5px; color: var(--shellb34fd-surface); font-weight: 800; }
.shellb34fd-extfoot-promo span { font-size: 10px; color: var(--shellb34fd-muted); }

.shellb34fd-extfoot-brand {
  font-size: 12px;
  color: #c7d0d8;
  line-height: 1.6;
  margin-bottom: 14px;
}
.shellb34fd-extfoot-brand strong { color: var(--shellb34fd-surface); }

.shellb34fd-extfoot-dir {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
  margin-bottom: 14px;
}
.shellb34fd-extfoot-dir a {
  font-size: 11.5px;
  color: #c7d0d8;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(238,238,238,0.08);
  display: flex;
  align-items: center;
  gap: 6px;
}
.shellb34fd-extfoot-dir a:active { color: var(--shellb34fd-gold); }
.shellb34fd-extfoot-dir a::before {
  content: "▸";
  color: var(--shellb34fd-primary);
  font-size: 10px;
}
.shellb34fd-extfoot-note {
  font-size: 10.5px;
  color: #8a96a2;
  line-height: 1.55;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--shellb34fd-pink);
}

/* ============================================================
 * COMMON FOOTER (copyright only)
 * ============================================================ */
.shellb34fd-footer {
  padding: 14px 14px calc(var(--shellb34fd-bottom-h) + 18px);
  text-align: center;
  color: #8a96a2;
  font-size: 11px;
  line-height: 1.6;
}
.shellb34fd-footer b { color: var(--shellb34fd-muted); }

/* ============================================================
 * BOTTOM NAVIGATION - segmented action bar, dual-color icons
 * ============================================================ */
.shellb34fd-bottomnav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: var(--shellb34fd-max);
  height: var(--shellb34fd-bottom-h);
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(180deg, rgba(26,37,48,0.98) 0%, rgba(18,27,37,1) 100%);
  border-top: 1px solid rgba(255, 215, 0, 0.22);
  box-shadow: 0 -6px 18px rgba(0,0,0,0.4);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.shellb34fd-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #8893a0;
  position: relative;
  padding: 6px 2px 4px;
  transition: color 0.18s ease;
}
.shellb34fd-nav-item:active { transform: scale(0.92); }
.shellb34fd-nav-item svg { width: 22px; height: 22px; }
.shellb34fd-nav-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
/* Active state - color switch */
.shellb34fd-nav-active {
  color: var(--shellb34fd-gold);
}
.shellb34fd-nav-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--shellb34fd-primary), var(--shellb34fd-gold));
}
/* The two promo roles get the warm orange accent */
.shellb34fd-nav-item-promo svg { color: var(--shellb34fd-primary-2); }
.shellb34fd-nav-item-promo:active { color: var(--shellb34fd-primary-2); }

/* Quick scale bounce micro-interaction on tap */
@keyframes shellb34fdbounce {
  0% { transform: scale(0.85); }
  55% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.shellb34fd-nav-active svg {
  animation: shellb34fdbounce 0.34s ease;
}

/* ============================================================
 * FAQ disclosure rows for help pages
 * ============================================================ */
.shellb34fd-faq-row {
  border-top: 1px solid var(--shellb34fd-line);
  padding: 2px 0;
}
.shellb34fd-faq-q {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 10px 2px;
  color: var(--shellb34fd-surface);
  font-size: 13px;
  font-weight: 800;
}
.shellb34fd-faq-q::after {
  content: "+";
  color: var(--shellb34fd-gold);
  font-size: 18px;
  line-height: 1;
}
.shellb34fd-faq-open .shellb34fd-faq-q::after { content: "−"; }
.shellb34fd-faq-a {
  display: none;
  padding: 0 2px 8px;
}
.shellb34fd-faq-open .shellb34fd-faq-a { display: block; }
.shellb34fd-faq-a p { margin-bottom: 4px; }

/* ============================================================
 * UTILITIES
 * ============================================================ */
.shellb34fd-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.shellb34fd-reveal-in {
  opacity: 1;
  transform: translateY(0);
}
.shellb34fd-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.shellb34fd-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 2px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  background: rgba(255,215,0,0.14);
  color: var(--shellb34fd-gold);
  border: 1px solid rgba(255,215,0,0.3);
}
.shellb34fd-tag.hot { background: rgba(255,87,34,0.16); color: var(--shellb34fd-primary-2); border-color: rgba(255,87,34,0.35); }

/* Tighter spacing helpers */
.shellb34fd-mt-8 { margin-top: 8px; }
.shellb34fd-mt-14 { margin-top: 14px; }

/* Small game-card hover/focus for pointer devices (no layout shift on touch) */
@media (hover: hover) {
  .shellb34fd-game-card:hover { transform: translateY(-2px); }
  .shellb34fd-btn:hover { filter: brightness(1.05); }
}
