/**
 * Sports Home — layout Betano (tema claro branco/laranja)
 */

:root {
  --sports-home-orange: #ff3c00;
  --sports-home-orange-light: #ffddd1;
  --sports-home-orange-pale: #fff5f0;
  --sports-home-bg: #ffffff;
  --sports-home-text: #2a3046;
  --sports-home-text-muted: #6b7280;
  --sports-home-border: #e5e7eb;
}

.sports-home-betano {
  background: var(--sports-home-bg);
  color: var(--sports-home-text);
  min-height: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
}

.sports-home-main {
  background: var(--sports-home-bg) !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.sports-home-main .SportsbookShell-module-scss-module__1enTVa__grid {
  display: block;
}

.layout-module-scss-module__95db7a__main .sports-home-main {
  overflow-x: hidden;
}

.sports-home-betano .main-content-wrapper__content {
  width: 100%;
}

.sports-home-hero {
  background: linear-gradient(180deg, #fff0eb 0%, #ffffff 42%);
  padding: 8px 0 0;
}

.sports-home-betano .local-highlight-wrap {
  margin: 0 12px 8px;
}

/* Bet of Day — cards estilo Betano (306×262 / 346×262) */
.sports-home-betano .local-highlight-wrap .slider--bod {
  overflow: hidden;
  background: transparent;
}

.sports-home-betano .local-highlight-wrap .swiper-slide.bod-slide {
  width: 306px;
  max-width: calc(100vw - 24px);
  flex-shrink: 0;
}

@media (min-width: 400px) {
  .sports-home-betano .local-highlight-wrap .swiper-slide.bod-slide {
    width: 346px;
  }
}

.sports-home-betano .bod-card {
  position: relative;
  width: 100%;
  height: 262px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #eef1f3;
}

.sports-home-betano .bod-card__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.sports-home-betano .bod-card__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #1a2332 0%, #243447 45%, #121820 100%);
}

.sports-home-betano .bod-card__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.35);
  transform-origin: left top;
  opacity: 0.72;
}

.sports-home-betano .bod-card__media,
.sports-home-betano .bod-card__media-logos {
  display: none;
}

.sports-home-betano .bod-card__indication {
  position: absolute;
  top: 0;
  z-index: 2;
}

.sports-home-betano .bod-card__indication--right {
  right: 0;
}

.sports-home-betano .bod-card__badge {
  display: flex;
  align-items: center;
  min-height: 22px;
  margin: 8px;
  padding: 4px 8px;
  gap: 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}

.sports-home-betano .bod-card__badge-time {
  display: flex;
  gap: 6px;
  margin: 0;
}

.sports-home-betano .bod-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sports-home-betano .bod-card__gradient {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 32%,
    rgba(0, 0, 0, 0.82) 60%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.sports-home-betano .bod-card__content {
  padding: 0 12px 12px;
}

.sports-home-betano .bod-card__league {
  display: none;
}

.sports-home-betano .bod-card__teams-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-height: 48px;
  margin-bottom: 8px;
}

.sports-home-betano .bod-card__team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sports-home-betano .bod-card__team img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.sports-home-betano .bod-card__team-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.sports-home-betano .bod-card__selections-wrap {
  padding-top: 4px;
  min-height: 40px;
}

.sports-home-betano .bod-card__selections {
  display: flex;
  gap: 6px;
  width: 100%;
}

.sports-home-betano .bod-selection {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #2a3046;
  cursor: pointer;
  outline: none;
  transition: background 0.15s, border-color 0.15s;
}

.sports-home-betano .bod-selection:hover {
  background: #eef0f2;
  border-color: #d1d5db;
}

.sports-home-betano .bod-selection.local-match-odd--selected {
  background: #fff5f0;
  border-color: #ff3c00;
}

.sports-home-betano .bod-selection__label {
  font-size: 11px;
  flex: 1;
  text-align: left;
  padding-right: 6px;
  min-width: 0;
  color: #6b7280;
}

.sports-home-betano .bod-selection__odd {
  font-size: 13px;
  font-weight: 700;
  color: #2a3046;
  flex-shrink: 0;
}

.sports-home-betano .local-highlight-wrap .swiper-button-prev,
.sports-home-betano .local-highlight-wrap .swiper-button-next {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #2a3046;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sports-home-betano .local-highlight-wrap .local-empty {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

/* Stories */
.sports-home-stories {
  padding: 4px 12px 12px;
}

.sports-home-stories__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.sports-home-stories__track::-webkit-scrollbar {
  display: none;
}

.sports-home-story {
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #1a202d;
}

.sports-home-story--wide {
  width: 172px;
  height: 120px;
}

.sports-home-story--narrow {
  width: 82px;
  height: 120px;
}

.sports-home-story__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sports-home-story__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.72) 100%);
}

.sports-home-story__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--sports-home-orange);
  background: #fff;
  object-fit: cover;
}

.sports-home-story__title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Ligas populares */
.sports-home-leagues {
  padding: 8px 12px 16px;
  background: var(--sports-home-bg);
}

.sports-home-leagues__scroller {
  overflow-x: auto;
  scrollbar-width: none;
}

.sports-home-leagues__scroller::-webkit-scrollbar {
  display: none;
}

.sports-home-leagues__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: max-content;
}

.sports-home-leagues__row {
  display: flex;
  gap: 8px;
}

.sports-home-league-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--sports-home-border);
  background: #fff;
  text-decoration: none;
  color: var(--sports-home-text);
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s;
}

.sports-home-league-chip > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sports-home-league-chip:hover,
.sports-home-league-chip--featured {
  border-color: var(--sports-home-orange);
  background: linear-gradient(0deg, #fff 12%, var(--sports-home-orange-light) 93%);
}

.sports-home-league-chip__logo-wrap {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--sports-home-border);
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.sports-home-league-chip__logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sports-home-league-chip__name {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.sports-home-league-chip__meta {
  font-size: 10px;
  color: var(--sports-home-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.sports-home-league-chip__betano-logo {
  width: 40px;
  height: 10px;
  fill: #41506c;
}

/* Seções horizontais (acumuladores, jogadores, smart picks) */
.sports-home-section {
  padding: 12px 0 4px;
  background: var(--sports-home-bg);
  border-top: 1px solid var(--sports-home-border);
}

.sports-home-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 10px;
}

.sports-home-section__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--sports-home-text);
}

.sports-home-section__more {
  font-size: 12px;
  font-weight: 600;
  color: var(--sports-home-orange);
  text-decoration: none;
}

.sports-home-section__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 12px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sports-home-section__track::-webkit-scrollbar {
  display: none;
}

.sports-home-acca-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  border: 1px solid var(--sports-home-border);
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.sports-home-acca-card__legs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.sports-home-acca-card__leg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.sports-home-acca-card__leg-logo {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
}

.sports-home-acca-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--sports-home-border);
}

.sports-home-acca-card__odd {
  font-size: 15px;
  font-weight: 800;
  color: var(--sports-home-orange);
}

.sports-home-acca-card__cta {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--sports-home-orange);
  border: 0;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
}

/* Jogadores populares — star-players-card Betano */
.sports-home-star-players {
  padding-top: 16px;
}

.sports-home-star-players__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 12px;
}

.sports-home-star-players__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--sports-home-text);
}

.sports-home-star-players__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 8px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sports-home-star-players__track::-webkit-scrollbar {
  display: none;
}

.star-players-card {
  --star-card-bg: #232b36;
  position: relative;
  isolation: isolate;
  flex: 0 0 238px;
  width: 238px;
  min-width: 238px;
  max-width: 238px;
  height: 290px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  scroll-snap-align: center;
  background: var(--star-card-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.star-players-card__color-splash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 52%;
  z-index: 0;
  background: var(--star-card-color, #2b3945);
  clip-path: polygon(18% 28%, 14% 38%, 100% 12%, 100% 100%, 0 100%, 0 32%);
  pointer-events: none;
}

.star-players-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 22%,
    rgba(35, 43, 54, 0.55) 42%,
    rgba(35, 43, 54, 0.92) 58%,
    rgba(35, 43, 54, 0.98) 100%
  );
  pointer-events: none;
}

.star-players-card--light .star-players-card__shade {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.12) 18%,
    rgba(35, 43, 54, 0.72) 40%,
    rgba(35, 43, 54, 0.96) 56%,
    rgba(35, 43, 54, 1) 100%
  );
}

.star-players-card__hero {
  position: relative;
  z-index: 2;
  flex: 0 0 128px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 10px;
}

.star-players-card__social {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 2px 8px 2px 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.star-players-card__fire {
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

.star-players-card__jersey {
  grid-area: 1 / 1;
  width: 80px;
  height: 84px;
  margin: 0;
  display: grid;
  overflow: clip;
  container-type: size;
  text-align: center;
}

.star-players-card__jersey-img {
  grid-area: 1 / 1;
  height: 100cqb;
  width: auto;
  justify-self: center;
  object-fit: contain;
}

.star-players-card__number {
  grid-area: 1 / 1;
  place-self: center;
  transform: translateY(-33%);
  font-size: clamp(12px, 28cqi, 24px);
  font-weight: 700;
  color: #fff;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
}

.star-players-card__teams-pill {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: fit-content;
  min-height: 24px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--star-card-color, #2b3945);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.star-players-card__teams-divider {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
}

.star-players-card__team-logo {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 2px;
  background: rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.star-players-card__body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 12px 12px;
  min-height: 0;
}

.star-players-card__header {
  margin: 0 0 6px;
  overflow: hidden;
}

.star-players-card__name {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.star-players-card__name-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.star-players-card__name-link::before {
  content: '';
  position: absolute;
  inset: -8px -12px;
}

.star-players-card__name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.star-players-card__name-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  opacity: 0.85;
}

.star-players-card__match {
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.star-players-card__markets {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 2px;
  list-style: none;
  text-align: left;
}

.star-players-card__market {
  display: grid;
  grid-template-columns: 8px 1fr;
  grid-template-rows: min-content 1fr;
  grid-auto-flow: column dense;
  align-items: baseline;
  gap: 6px;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.star-players-card__market + .star-players-card__market {
  margin-top: 4px;
}

.star-players-card__market-dot {
  width: 6px;
  height: 6px;
  margin-top: 4px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.star-players-card__market-line {
  grid-row: 2;
  width: 1px;
  min-height: 4px;
  height: 100%;
  justify-self: center;
  background: rgba(255, 255, 255, 0.28);
}

.star-players-card__market-text {
  grid-row: 1 / span 2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.star-players-card__market-text strong {
  font-weight: 700;
}

.star-players-card__selection {
  width: 100%;
  flex-shrink: 0;
}

.star-players-card__odd-btn,
.star-players-card__odd-btn.selection-horizontal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px;
  background: #f3f4f6 !important;
  color: var(--sports-home-text) !important;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.star-players-card__odd-btn:hover,
.star-players-card__odd-btn.selection-horizontal-button:hover {
  background: #eef0f2 !important;
  border-color: #d1d5db !important;
}

.star-players-card__odd-value {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--sports-home-text);
}

/* Cards com cor clara (Tottenham branco, Dortmund amarelo) */
.star-players-card--light .star-players-card__number {
  color: #2a3046;
  text-shadow: none;
}

.star-players-card--light .star-players-card__social {
  background: rgba(0, 0, 0, 0.12);
  color: #2a3046;
}

.sports-home-smart-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  border: 1px solid var(--sports-home-border);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #fff8f5 100%);
  padding: 12px;
}

.sports-home-smart-card__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--sports-home-orange);
  background: var(--sports-home-orange-pale);
  border-radius: 4px;
  padding: 2px 6px;
  margin-bottom: 8px;
}

.sports-home-smart-card__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
}

.sports-home-smart-card__desc {
  margin: 0 0 10px;
  font-size: 11px;
  color: var(--sports-home-text-muted);
  line-height: 1.35;
}

.sports-home-smart-card__odd {
  font-size: 14px;
  font-weight: 800;
  color: var(--sports-home-orange);
}

/* TopEventsV2 — Junte-se à ação */
.sports-home-games {
  background: var(--sports-home-bg);
  border-top: 1px solid var(--sports-home-border);
  padding: 12px 0 0;
}

.sports-home-games__filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px 10px;
}

.sports-home-games__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--sports-home-text);
  text-transform: uppercase;
}

.sports-home-games__mode-chips {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.sports-home-games__mode-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--sports-home-border);
  background: #fff;
  color: var(--sports-home-text-muted);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.sports-home-games__mode-chip:hover {
  background: #f9fafb;
}

.sports-home-games__mode-chip--active {
  border-color: var(--sports-home-orange);
  background: var(--sports-home-orange-pale);
  color: var(--sports-home-orange);
}

.sports-home-games__mode-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.sports-home-games__mode-chip--active .sports-home-games__mode-icon {
  color: var(--sports-home-orange);
}

/* Sport picker */
.top-events-v2-sport-picker-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 12px 10px;
}

.top-events-v2-sport-picker-scroll::-webkit-scrollbar {
  display: none;
}

.top-events-v2-sport-picker {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  min-width: 64px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--sports-home-text-muted);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.top-events-v2-sport-picker:hover {
  background: #f3f4f6;
}

.top-events-v2-sport-picker--selected {
  border-color: var(--sports-home-border);
  background: #fff;
  color: var(--sports-home-text);
  font-weight: 700;
  box-shadow: 0 0 0 1px var(--sports-home-border);
}

.top-events-v2-sport-picker__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

@media (min-width: 640px) {
  .top-events-v2-sport-picker__inner {
    flex-direction: row;
    gap: 8px;
  }
}

.top-events-v2-sport-picker__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: currentColor;
}

.top-events-v2-sport-picker__label {
  min-width: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

/* Lista de eventos */
.sports-home-games .top-events-v2-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px;
}

.top-events-v2-card-wrap {
  width: 100%;
}

/* Event card vertical (Betano event-base-layout) */
.sports-home-betano .event-base-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 154px;
  border: 1px solid var(--sports-home-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: background 0.15s;
}

.sports-home-betano .event-base-layout:hover {
  background: #fafafa;
}

.sports-home-betano .event-base-layout__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 12px 0;
}

.sports-home-betano .event-base-layout__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.sports-home-betano .event-base-layout__top-left {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
}

.sports-home-betano .event-base-layout__datetime {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--sports-home-text-muted);
}

.sports-home-betano .event-base-layout__live-icon {
  width: 14px;
  height: 14px;
  color: var(--sports-home-orange);
  flex-shrink: 0;
}

.sports-home-betano .event-base-layout__live-time {
  font-size: 12px;
  color: var(--sports-home-text-muted);
}

.sports-home-betano .event-base-layout__top-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sports-home-betano .event-base-layout__stats-icon {
  width: 16px;
  height: 16px;
  color: #9ca3af;
}

.sports-home-betano .event-base-layout__body {
  flex: 1;
}

.sports-home-betano .event-base-layout__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.sports-home-betano .event-base-layout__main-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.sports-home-betano .event-base-layout__participants {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sports-home-betano .event-base-layout__team-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.sports-home-betano .event-base-layout__team-logo {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #f3f4f6;
}

.sports-home-betano .event-base-layout__team-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--sports-home-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sports-home-betano .event-base-layout__score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 20px;
  height: 36px;
  margin-left: 4px;
}

.sports-home-betano .event-base-layout__score-row {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--sports-home-text);
  text-align: center;
  min-width: 20px;
}

.sports-home-betano .event-base-layout__league-badge {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 6px;
  padding: 2px 6px 2px 2px;
  align-self: flex-start;
}

.sports-home-betano .event-base-layout__sport-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--sports-home-border);
  background: #fff;
  color: var(--sports-home-text-muted);
  flex-shrink: 0;
}

.sports-home-betano .event-base-layout__league-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: -4px;
  border-radius: 50%;
  border: 1px solid var(--sports-home-border);
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

.sports-home-betano .event-base-layout__league-flag img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}

.sports-home-betano .event-base-layout__league-name {
  margin-left: 4px;
  font-size: 10px;
  line-height: 1.2;
  color: var(--sports-home-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.sports-home-betano .event-base-layout__odds-wrap {
  padding: 8px 12px 10px;
}

.sports-home-betano .event-base-layout__odds {
  display: flex;
  gap: 8px;
  width: 100%;
}

.sports-home-betano .top-events-v2-odd {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--sports-home-border);
  border-radius: 6px;
  background: #f3f4f6;
  color: var(--sports-home-text);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.sports-home-betano .top-events-v2-odd:hover {
  border-color: #d1d5db;
  background: #e5e7eb;
}

.sports-home-betano .top-events-v2-odd.local-match-odd--selected {
  border-color: var(--sports-home-orange);
  background: var(--sports-home-orange-pale);
}

.sports-home-betano .top-events-v2-odd .selection-horizontal-button__title {
  font-size: 12px;
  color: var(--sports-home-text-muted);
}

.sports-home-betano .top-events-v2-odd .selection-horizontal-button__value {
  font-size: 13px;
  font-weight: 700;
  color: var(--sports-home-text);
}

/* Botão MAIS EVENTOS */
.top-events-v2-show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 24px);
  margin: 8px 12px 12px;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: #374151;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}

.top-events-v2-show-more:hover {
  background: #1f2937;
}

.top-events-v2-show-more span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f9fafb;
  text-transform: uppercase;
}

.sports-home-betano .local-empty {
  color: var(--sports-home-text-muted);
  text-align: center;
  padding: 24px 12px;
  font-size: 13px;
}

.sports-home-betano .local-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px 12px;
}

.sports-home-betano .local-loading-spinner {
  border-color: rgba(255, 60, 0, 0.15);
  border-top-color: var(--sports-home-orange);
}

.sports-home-disclaimer {
  margin: 16px 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid var(--sports-home-border);
}

.sports-home-disclaimer__title {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sports-home-text);
}

.sports-home-disclaimer__text {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: var(--sports-home-text-muted);
}

@media (min-width: 901px) {
  .sports-home-betano {
    padding-bottom: 24px;
  }

  .sports-home-hero {
    border-radius: 0 0 12px 12px;
  }
}
