/* Super Odds — same outer box as .live-widget / Ganhos ao vivo */
#super-odds-root {
  --so-red: #c8102e;
  --so-red-hot: #e30613;
  --so-red-deep: #9a0b22;
  --so-red-glow: #ff1a2e;
  --so-yellow: #facc15;
  --so-yellow-hot: #ffe14a;
  --so-gold: #f5b800;
  --so-text: #ffffff;
  --so-muted: rgba(255, 255, 255, 0.72);
  --so-dark: #0b0f1a;
  font-family: Inter, "Roboto Condensed", system-ui, -apple-system, sans-serif;
  /* Inline — NEVER fixed */
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  inset: auto !important;
  /* EXACT same width as sibling cards (live-widget / home-ganhos) */
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto;
  max-height: none;
  overflow: visible;
  box-sizing: border-box !important;
  /* home-ganhos-card uses margin-top: .5rem */
  margin: 0.5rem 0 0.75rem !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  pointer-events: auto;
}

/* ── Sidebar menu item (integrated with site-menu-item) ─── */
#so-side-menu-item,
.so-side-li {
  list-style: none;
  margin: 0.25rem 0;
  padding: 0;
}

#so-side-menu-item .so-side-link,
a.so-side-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 0.5rem;
  text-decoration: none !important;
  color: var(--color-text, #f5f5f5) !important;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border: 1px solid var(--color-primary, rgba(227, 6, 19, 0.45));
  background: var(--color-background, rgba(11, 15, 26, 0.9));
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  box-sizing: border-box;
}

#so-side-menu-item .so-side-link:hover,
a.so-side-link:hover {
  background: rgba(227, 6, 19, 0.12) !important;
  border-color: var(--so-yellow, #facc15) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.so-side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  background: linear-gradient(145deg, #e30613, #9a0b22);
  color: #facc15;
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.35) inset,
    0 4px 12px rgba(227, 6, 19, 0.4);
  flex-shrink: 0;
}

.so-side-label {
  white-space: nowrap;
}

/* ── Category chip in horizontal Categorias strip ───────── */
a.so-cat-chip,
#so-cat-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 72px;
  padding: 0 6px;
  text-decoration: none !important;
  color: var(--color-text, #f5f5f5) !important;
  flex-shrink: 0;
  vertical-align: top;
}

.so-cat-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--color-primary, rgba(227, 6, 19, 0.5));
  background: radial-gradient(
    circle at top,
    var(--color-background, #0b0f1a) 0%,
    rgba(227, 6, 19, 0.25) 100%
  );
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}

a.so-cat-chip:hover .so-cat-icon-wrap {
  transform: translateY(-2px);
  border-color: var(--so-yellow, #facc15);
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.25),
    0 16px 38px rgba(227, 6, 19, 0.25);
}

.so-cat-bolt {
  font-size: 1.15rem;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(250, 204, 21, 0.55));
}

.so-cat-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-text, #f5f5f5);
  transition: color 0.14s ease;
  white-space: nowrap;
}

a.so-cat-chip:hover .so-cat-label {
  color: var(--color-primary, #e30613);
}

#super-odds-root *,
#super-odds-root *::before,
#super-odds-root *::after {
  box-sizing: border-box;
}

#super-odds-root[hidden],
#super-odds-root.so-empty,
#super-odds-root[data-so-waiting="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* Neutralize ALL legacy fixed-rail push (inline mount only) */
html.so-rail-open,
html.so-rail-open body,
html.so-rail-open #ondagamesv1,
html.so-rail-open #ondagamesv1 > *,
html.so-rail-open body:not(:has(#ondagamesv1)) {
  padding-top: 0 !important;
}

html.so-rail-open body {
  scroll-padding-top: 0 !important;
}

/* Hide spacer completely forever */
#so-rail-spacer,
#so-rail-spacer.so-rail-spacer,
.so-rail-spacer,
html.so-rail-open #so-rail-spacer,
html.so-rail-open #so-rail-spacer.so-rail-spacer.is-active {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/*
 * Shell = clone of .live-widget box:
 * border-radius 16px · padding 12px 12px 10px · max-width 100%
 * border: 1px solid primary-alpha · shadow like site cards
 */
.so-shell {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  /* Same fill language as live-widget */
  background: radial-gradient(
    ellipse at top,
    var(--color-background, #0b0f1a) 0%,
    var(--color-background, #0b0f1a) 100%
  );
  /* Super Odds red tint without breaking site border pattern */
  background-image:
    linear-gradient(180deg, rgba(227, 6, 19, 0.14) 0%, transparent 42%),
    radial-gradient(
      ellipse at top,
      var(--color-background, #0b0f1a) 0%,
      var(--color-background, #0b0f1a) 100%
    );
  border: 1px solid var(--color-primary-alpha-01, rgba(227, 6, 19, 0.22));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  max-height: none;
  /* Exact live-widget padding */
  padding: 12px 12px 10px;
}

/* Subtle top accent (doesn't change outer box size) */
.so-shell::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--so-red-hot) 18%,
    var(--so-yellow) 50%,
    var(--so-red-hot) 82%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
}

@media (max-width: 480px) {
  .so-shell {
    /* live-widget mobile */
    padding: 10px 9px 8px;
    border-radius: 14px;
  }

  .so-shell::before {
    left: 9px;
    right: 9px;
  }
}

/* ── Header — LIVE + Ver todas never overlap ────────────── */
.so-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 0 8px;
  min-height: 32px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Left cluster: bolt + title + LIVE (can shrink title, never clip badge) */
.so-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
  overflow: visible;
}

.so-brand-bolt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  color: var(--so-yellow);
  background: linear-gradient(145deg, var(--so-red-hot), var(--so-red-deep));
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.4) inset,
    0 4px 14px rgba(227, 6, 19, 0.5);
  flex: 0 0 auto;
  filter: drop-shadow(0 0 6px rgba(250, 204, 21, 0.55));
}

.so-brand-name {
  margin: 0;
  font-size: clamp(0.72rem, 2.6vw, 0.95rem);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
}

.so-brand-name .so-brand-accent {
  color: var(--so-yellow);
}

/* Wrapper around title in markup — keep flex clean */
.so-brand .mp-brand-text {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}

.so-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--so-red-hot), #ff4d4d);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 3px 10px rgba(227, 6, 19, 0.4);
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 2px;
}

.so-badge-live {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ff77d;
  box-shadow: 0 0 0 0 rgba(15, 247, 125, 0.55);
  animation: so-pulse 1.6s ease-out infinite;
  flex-shrink: 0;
}

@keyframes so-pulse {
  0% { box-shadow: 0 0 0 0 rgba(15, 247, 125, 0.55); }
  70% { box-shadow: 0 0 0 6px rgba(15, 247, 125, 0); }
  100% { box-shadow: 0 0 0 0 rgba(15, 247, 125, 0); }
}

/* Right cluster: Ver todas + close — never shrink under LIVE */
.so-head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 4px;
}

.so-see-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.45);
  background: rgba(250, 204, 21, 0.1);
  color: var(--so-yellow);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex: 0 0 auto;
  line-height: 1.2;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.so-see-all:hover {
  background: rgba(250, 204, 21, 0.22);
  border-color: rgba(250, 204, 21, 0.7);
  color: #fff;
}

/* Very small phones: compact header chips, keep gap */
@media (max-width: 380px) {
  .so-head {
    gap: 6px;
  }

  .so-brand {
    gap: 4px;
  }

  .so-brand-bolt {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .so-brand-name {
    max-width: 34vw;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }

  .so-badge {
    padding: 3px 6px;
    font-size: 8px;
  }

  .so-see-all {
    padding: 4px 8px;
    font-size: 9px;
  }

  .so-head-actions {
    gap: 4px;
  }
}

@media (min-width: 640px) {
  .so-brand-name {
    max-width: none;
    font-size: 0.95rem;
  }

  .so-see-all {
    font-size: 11px;
    padding: 5px 12px;
  }

  .so-badge {
    font-size: 10px;
    padding: 4px 10px;
  }
}

.so-close {
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #e5e7eb;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  flex-shrink: 0;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
}

.so-close:hover {
  background: rgba(227, 6, 19, 0.4);
  color: #fff;
}

/* ── Carousel viewport ──────────────────────────────────── */
.so-carousel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  max-height: none;
  /* padding lives on .so-shell (match live-widget) */
  padding: 0;
  margin: 0;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* Track: flex row — gap even; slides size for 1 / 2 / 3 visible */
.so-track {
  --so-gap: 10px;
  --so-pad-x: 0px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--so-gap);
  /* no extra horizontal pad — shell already has 12px like live-widget */
  padding: 4px 0 6px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: visible;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  touch-action: pan-y pinch-zoom;
}

/*
 * Default mobile: 1 card + small peek of next
 */
.so-slide {
  position: relative;
  flex: 0 0 calc(100% - 28px);
  width: calc(100% - 28px);
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
}

/* Tablet: 2 cards side by side */
@media (min-width: 640px) {
  #super-odds-root {
    padding: 0 !important;
    margin: 0.5rem 0 0.75rem !important;
    width: 100% !important;
  }

  .so-track {
    --so-gap: 12px;
    --so-pad-x: 0px;
    padding: 4px 0 6px;
  }

  /* (100% - 1 gap) / 2 */
  .so-slide {
    flex: 0 0 calc((100% - var(--so-gap)) / 2);
    width: calc((100% - var(--so-gap)) / 2);
    max-width: none;
  }

  .so-card,
  .so-card--superbet {
    height: 132px;
  }

  .so-card-media .so-title,
  .so-title {
    font-size: 12.5px;
  }
}

/* Desktop / large: EXACTLY 3 cards visible */
@media (min-width: 900px) {
  #super-odds-root {
    padding: 0 !important;
    margin: 0.5rem 0 0.75rem !important;
    width: 100% !important;
  }

  .so-track {
    --so-gap: 12px;
    --so-pad-x: 0px;
    padding: 4px 0 6px;
  }

  /* (100% - 2 gaps) / 3  → 3 cards fit the row */
  .so-slide {
    flex: 0 0 calc((100% - (2 * var(--so-gap))) / 3);
    width: calc((100% - (2 * var(--so-gap))) / 3);
    max-width: none;
  }

  .so-card,
  .so-card--superbet {
    height: 136px;
  }

  .so-card-media .so-title,
  .so-title {
    font-size: 12.5px;
    right: 36%;
    top: 30px;
    bottom: auto;
  }

  .so-odd-old {
    font-size: 11px;
    min-width: 36px;
    padding: 4px 7px;
  }

  .so-odd-new {
    font-size: 14px;
    min-width: 48px;
    padding: 4px 9px;
  }

  .so-cta {
    font-size: 10px;
    padding: 6px 11px;
  }

  .so-nav {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
}

/* Wide desktop: still 3 cards, a bit taller */
@media (min-width: 1280px) {
  .so-track {
    --so-gap: 14px;
    --so-pad-x: 0px;
  }

  .so-slide {
    flex: 0 0 calc((100% - (2 * var(--so-gap))) / 3);
    width: calc((100% - (2 * var(--so-gap))) / 3);
  }

  .so-card,
  .so-card--superbet {
    height: 142px;
  }

  .so-card-media .so-title,
  .so-title {
    font-size: 13px;
  }
}

/* ── Nav arrows (circular) ──────────────────────────────── */
.so-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(12, 8, 10, 0.6);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  padding: 0;
  user-select: none;
}

.so-nav:hover {
  background: linear-gradient(145deg, var(--so-red-hot), var(--so-red));
  border-color: rgba(250, 204, 21, 0.55);
  color: #fff;
}

.so-nav:active {
  transform: translateY(-55%) scale(0.96);
}

.so-nav--prev {
  left: 8px;
}

.so-nav--next {
  right: 8px;
}

/* ── Dots ───────────────────────────────────────────────── */
.so-dots {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px 6px;
  margin-top: 0;
}

.so-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.so-dot:hover {
  background: rgba(255, 255, 255, 0.55);
}

.so-dot.is-active {
  background: var(--so-yellow);
  width: 18px;
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.55);
}

/* ── Superbet card — clear spacing (no overlap) ────────── */
.so-card,
.so-card--superbet {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 130px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: var(--so-text);
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    135deg,
    var(--so-red-hot) 0%,
    var(--so-red) 42%,
    var(--so-red-deep) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(200, 16, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.so-card:hover,
.so-card--superbet:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(250, 204, 21, 0.35),
    0 0 22px rgba(227, 6, 19, 0.35);
}

/* Media area (hero photo + overlay + title) */
.so-card-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 72px;
  overflow: hidden;
  padding: 0;
}

.so-card-media .so-img,
.so-card-media img {
  position: absolute;
  right: -4%;
  bottom: 0;
  top: 0;
  width: 52%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
}

.so-img-placeholder {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  z-index: 1;
  background:
    radial-gradient(circle at 60% 40%, rgba(250, 204, 21, 0.22), transparent 55%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.12), transparent);
}

.so-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(200, 16, 46, 0.98) 0%,
      rgba(227, 6, 19, 0.92) 38%,
      rgba(154, 11, 34, 0.45) 68%,
      rgba(154, 11, 34, 0.14) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, transparent 55%);
}

/* Yellow lightning bolt — small, top-left only */
.so-bolt {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 5;
  font-size: 14px;
  line-height: 1;
  color: var(--so-yellow);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  animation: so-bolt-glow 1.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes so-bolt-glow {
  0%, 100% { filter: drop-shadow(0 0 3px rgba(250, 204, 21, 0.5)); transform: scale(1); }
  50% { filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.85)); transform: scale(1.06); }
}

/* SUPERODDS label — single line, no overlap with title */
.so-card-media .so-brand {
  position: absolute;
  top: 9px;
  left: 28px;
  right: auto;
  z-index: 5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--so-yellow);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}

/* Event title — BELOW brand row, never under SUPERODDS */
.so-card-media .so-title,
.so-title {
  position: absolute;
  left: 12px;
  right: 40%;
  top: 30px;
  bottom: auto;
  z-index: 4;
  margin: 0;
  padding: 0;
  max-height: calc(100% - 36px);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 1px 0 rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

/* Hide boost/event tags that clutter card media */
.so-card .so-boost,
.so-card .so-event-tag {
  display: none !important;
}

/* Footer: odds + Confira — clear horizontal spacing */
.so-card-foot {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  min-height: 44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.52) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.so-odds-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.so-odd-old {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
  flex-shrink: 0;
}

.so-odd-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 5px 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--so-yellow-hot) 0%, var(--so-yellow) 55%, var(--so-gold) 100%);
  color: #1a0a0c;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.02em;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(250, 204, 21, 0.35);
  flex-shrink: 0;
}

.so-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--so-yellow-hot) 0%, var(--so-gold) 100%);
  color: #1a0a0c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(250, 204, 21, 0.3);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.so-card:hover .so-cta {
  filter: brightness(1.08);
  transform: scale(1.04);
}

/* Legacy class hooks (kept for compatibility) */
.so-event,
.so-desc {
  display: none;
}

.so-card-body {
  display: none;
}

/* Reduce motion: snap without long transition */
@media (prefers-reduced-motion: reduce) {
  .so-track {
    transition: none !important;
  }

  .so-bolt {
    animation: none;
  }
}

/* ── Mobile — 1 card + peek ─────────────────────────────── */
@media (max-width: 639px) {
  #super-odds-root {
    padding: 0 !important;
    margin: 0.5rem 0 0.75rem !important;
    width: 100% !important;
  }

  .so-shell {
    border-radius: 14px;
    padding: 10px 9px 8px;
  }

  .so-track {
    --so-gap: 10px;
    --so-pad-x: 0px;
    padding: 2px 0 4px;
    gap: var(--so-gap);
  }

  .so-slide {
    flex: 0 0 calc(100% - 36px);
    width: calc(100% - 36px);
    max-width: none;
  }

  .so-card,
  .so-card--superbet {
    height: 128px;
    border-radius: 12px;
  }

  .so-card-media {
    min-height: 64px;
  }

  .so-card-media .so-title,
  .so-title {
    font-size: 12px;
    left: 10px;
    right: 36%;
    top: 28px;
    bottom: auto;
    -webkit-line-clamp: 2;
    line-height: 1.18;
  }

  .so-card-media .so-brand {
    font-size: 9px;
    top: 8px;
    left: 26px;
    letter-spacing: 0.1em;
  }

  .so-bolt {
    font-size: 13px;
    top: 7px;
    left: 9px;
  }

  .so-card-foot {
    padding: 6px 10px;
    gap: 8px;
    min-height: 40px;
  }

  .so-odds-row {
    gap: 6px;
  }

  .so-odd-old {
    font-size: 11px;
    min-width: 34px;
    padding: 3px 6px;
  }

  .so-odd-new {
    font-size: 13px;
    min-width: 44px;
    padding: 4px 8px;
  }

  .so-cta {
    font-size: 10px;
    padding: 6px 11px;
  }

  .so-head {
    padding: 6px 12px 2px;
    min-height: 24px;
  }

  .so-brand-name {
    font-size: 0.78rem;
  }

  .so-nav {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .so-nav--prev {
    left: 4px;
  }

  .so-nav--next {
    right: 4px;
  }

  .so-odd-new {
    font-size: 14px;
    min-width: 48px;
    padding: 4px 8px;
  }

  .so-cta {
    font-size: 11px;
    padding: 6px 11px;
  }
}
