.subnav {
  overflow: hidden;
  scrollbar-width: none;
}

.subnav::-webkit-scrollbar {
  display: none;
}

.subnav-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 5px;
}

.subnav-scroll {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.subnav-scroll::-webkit-scrollbar {
  display: none;
}

.subnav-list {
  display: flex;
  gap: 6px;
  white-space: nowrap;
  min-width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
}

.subnav-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: var(--text-secondary);
  border: 1.5px solid transparent;
  border-radius: 12px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.subnav-link:hover,
.subnav-link.active {
  color: var(--accent);
  border-color: rgba(245, 214, 61, 0.3);
  background: rgba(245, 214, 61, 0.06);
}

.subnav-link--pinned {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.subnav-progress-track {
  display: block;
  height: 2px;
  margin: 0 12px 8px;
  border-radius: 999px;
  background: rgba(63, 156, 104, 0.22);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.subnav-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(245, 214, 61, 0.52) 0%, rgba(63, 156, 104, 0.8) 100%);
  transform: translateX(0);
  transition: transform 0.2s ease, width 0.2s ease;
}

#home-league-filters.is-scrollable .subnav-progress-track {
  opacity: 1;
}

#home-league-filters {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  margin: -36px 0 12px;
  padding: 0;
}

.subnav--embedded {
  display: block;
  width: 100%;
  border: 1.5px solid rgba(63, 156, 104, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(9, 31, 20, 0.72) 0%, rgba(8, 29, 19, 0.58) 100%);
  max-width: 100%;
}

body.home .page-shell {
  padding-top: 0;
}

body.home .site-header {
  border-bottom-color: transparent;
}

#hero {
  padding-top: calc(var(--nav-height) + 42px);
  padding-bottom: 72px;
  background:
    linear-gradient(90deg, rgba(2, 18, 12, 0.68) 0%, rgba(2, 18, 12, 0.50) 36%, rgba(2, 18, 12, 0.18) 66%, rgba(2, 18, 12, 0.46) 100%),
    linear-gradient(180deg, rgba(3, 18, 12, 0.36) 0%, rgba(3, 18, 12, 0.10) 46%, rgba(3, 18, 12, 0.34) 100%),
    var(--hero-bg-image, url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?auto=format&fit=crop&w=1400&q=60")) 55% center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 54% 48% at 84% 18%, rgba(245, 214, 61, 0.11) 0%, rgba(245, 214, 61, 0) 62%),
    linear-gradient(100deg, rgba(16, 70, 44, 0.05) 0%, rgba(16, 70, 44, 0) 55%);
  pointer-events: none;
}

#hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 20, 14, 0) 0%, rgba(6, 24, 16, 0.56) 64%, rgba(8, 28, 19, 0.82) 100%);
}

@media (max-width: 640px) {
  #palpites {
    padding: 24px 0 52px;
  }

  #hero {
    background:
      linear-gradient(92deg, rgba(2, 18, 12, 0.76) 0%, rgba(2, 18, 12, 0.56) 44%, rgba(2, 18, 12, 0.28) 100%),
      linear-gradient(180deg, rgba(3, 18, 12, 0.36) 0%, rgba(3, 18, 12, 0.14) 56%, rgba(3, 18, 12, 0.34) 100%),
      var(--hero-bg-image-mobile, var(--hero-bg-image, url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?auto=format&fit=crop&w=1400&q=60"))) 62% center/cover no-repeat;
  }

  #home-league-filters {
    width: 100%;
    margin: -14px 0 10px;
    padding: 0;
  }

  .subnav-shell {
    padding: 6px 6px 5px;
    gap: 6px;
  }

  .subnav-progress-track {
    margin: 0 10px 8px;
  }

  .subnav-link {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  min-width: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-live);
  animation: blink 1.2s infinite;
  flex-shrink: 0;
}

.hero-content h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--text-hero);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  text-wrap: balance;
}

.hero-content h1 em {
  font-style: normal;
  color: var(--accent);
}

.hero-sub {
  font-size: var(--text-base);
  color: var(--text-dim);
  max-width: 480px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions > * {
  min-width: 0;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(12, 38, 25, 0.46);
  border: 1px solid rgba(63, 156, 104, 0.18);
  color: var(--text-secondary);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: var(--bg-deep);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 13px 24px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn-primary:hover {
  background: var(--accent-warm);
  box-shadow: var(--shadow-accent);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-card);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.btn-secondary:hover {
  color: var(--text-primary);
  border-color: var(--green-primary);
  background: var(--green-dim);
}

.btn-tertiary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(245, 214, 61, 0.38);
  color: rgba(245, 214, 61, 0.95);
  background: rgba(245, 214, 61, 0.05);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-sm);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.btn-tertiary:hover {
  color: var(--text-primary);
  border-color: rgba(245, 214, 61, 0.58);
  background: rgba(245, 214, 61, 0.16);
}

.hero-widget {
  position: relative;
  background: linear-gradient(180deg, rgba(12, 38, 25, 0.78) 0%, rgba(9, 31, 20, 0.66) 100%);
  border: 1px solid rgba(63, 156, 104, 0.16);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  min-width: 0;
}

.hero-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(245, 214, 61, 0.08), transparent 34%);
}

.hero-widget-title {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.ticker-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  min-height: 108px;
}

.ticker-list::-webkit-scrollbar {
  display: none;
}

.ticker-match {
  flex-shrink: 0;
  width: 200px;
  min-height: 108px;
  scroll-snap-align: start;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 12px;
  transition: border-color 0.2s;
}

.ticker-match:hover {
  border-color: var(--green-primary);
}

.ticker-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 6px;
}

.ticker-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px 2px 5px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ticker-badge svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.ticker-badge--destaque {
  background: rgba(245, 214, 61, 0.12);
  color: #f5d63d;
  border: 1px solid rgba(245, 214, 61, 0.28);
}

.ticker-badge--novidade {
  background: rgba(63, 156, 104, 0.12);
  color: #3f9c68;
  border: 1px solid rgba(63, 156, 104, 0.28);
}

.ticker-badge--em-alta {
  background: rgba(255, 107, 53, 0.12);
  color: #ff7a45;
  border: 1px solid rgba(255, 107, 53, 0.28);
}

.ticker-league {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--green-light);
  margin-bottom: 6px;
}

.ticker-teams {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.ticker-time {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: stretch;
  }

  .hero-content {
    padding-right: 12px;
  }

  .ticker-list {
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .ticker-match {
    width: 100%;
    flex-shrink: unset;
  }

  .hero-widget {
    min-height: 100%;
  }
}

.tabs-bar {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 24px;
  padding-bottom: 4px;
}

.palpites-view-toggle {
  display: inline-flex;
  gap: 8px;
  margin: -8px 0 18px;
  padding: 4px;
  border: 1px solid rgba(28, 166, 108, 0.35);
  border-radius: var(--radius-pill);
  background: rgba(6, 33, 24, 0.72);
}

.view-btn {
  border: 0;
  border-radius: var(--radius-pill);
  padding: 7px 14px;
  min-height: 34px;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-secondary);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.view-btn:hover {
  color: var(--text-primary);
  background: rgba(21, 129, 84, 0.18);
}

.view-btn.active {
  color: var(--text-primary);
  background: rgba(20, 115, 74, 0.35);
  box-shadow: inset 0 0 0 1px rgba(47, 215, 147, 0.55);
}

@media (max-width: 640px) {
  #hero {
    padding-top: calc(var(--nav-height) + 28px);
    padding-bottom: 42px;
  }

  .hero-inner {
    gap: 26px;
  }

  .hero-content h1 {
    max-width: 12ch;
    margin-bottom: 12px;
  }

  .hero-sub {
    max-width: 32ch;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary,
  .hero-actions .btn-tertiary {
    width: 100%;
    min-height: 50px;
    justify-content: flex-start;
    padding-inline: 18px;
  }

  .hero-highlights {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-highlight {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero-widget {
    padding: 16px;
  }

  .hero-widget-title {
    margin-bottom: 12px;
  }

  .ticker-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .ticker-match {
    width: 100%;
  }

  .tabs-bar {
    margin-bottom: 18px;
  }

  .palpites-view-toggle {
    width: 100%;
    justify-content: space-between;
    margin: -2px 0 14px;
  }

  .view-btn {
    flex: 1 1 0;
    text-align: center;
    padding-inline: 10px;
  }
}

.tabs-bar::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  white-space: nowrap;
  cursor: pointer;
}

.tab-btn:hover {
  color: var(--text-primary);
  background: var(--green-dim);
}

.tab-btn.active {
  color: var(--text-primary);
  background: rgba(20, 115, 74, 0.15);
  border-color: var(--green-primary);
}

#palpites {
  padding: 34px 0 64px;
}

#palpites-featured {
  min-height: 0;
}

#palpites-featured:empty,
#palpites-featured.no-featured {
  display: none;
}

#palpites.has-featured #palpites-grid {
  margin-top: 0;
}

#palpites.no-featured #palpites-grid {
  margin-top: 2px;
}

#palpites-grid {
  min-height: 0;
}

@media (max-width: 640px) {
  #palpites-featured {
    min-height: 0;
  }

  #palpites-grid {
    min-height: 0;
  }
}

.palpite-featured {
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-elevated) 100%);
  border: 1px solid var(--accent-border);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.palpite-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 90% -10%, rgba(245, 214, 61, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.palpite-featured:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-accent);
}

.pf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.pf-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
}

.pf-league-logo {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.pc-league-logo {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.pf-time {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-secondary);
}

.pf-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 8px 8px 28px;
  min-height: 90px;
  position: relative;
}

.pf-team {
  font-family: var(--font-heading);
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.pf-vs {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 800;
  color: var(--text-secondary);
  padding: 0 8px;
  letter-spacing: -1px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.pf-pick {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
}

.pf-pick > .pf-pick-item {
  justify-self: start;
}

.pf-pick > .odd-rect-lg {
  justify-self: center;
}

.pf-pick > .pf-stars {
  justify-self: end;
}

.odd-rect-lg {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(245, 214, 61, 0.09);
  border: 1px solid rgba(245, 214, 61, 0.24);
  border-radius: 14px;
  padding: 12px 20px;
  transition: box-shadow 0.2s;
}

.odd-rect-lg:hover {
  box-shadow: 0 0 20px rgba(245, 214, 61, 0.18);
}

.odd-rect-logo-wrap {
  width: 200px;
  height: 52px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.odd-rect-logo-wrap img {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.odd-rect-divider {
  width: 1px;
  height: 38px;
  background: rgba(245, 214, 61, 0.28);
  flex-shrink: 0;
}

.odd-rect-num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 42px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .pf-pick {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .pf-pick > .pf-pick-item {
    grid-column: 1;
  }

  .pf-pick > .pf-stars {
    grid-column: 2;
    justify-self: end;
  }

  .pf-pick > .odd-rect-lg {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .odd-rect-logo-wrap {
    width: 160px;
    height: 42px;
  }

  .odd-rect-num {
    font-size: 32px;
  }
}

.pf-pick-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pf-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
}

.pf-value {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--text-primary);
}

.pf-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars-pct {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-secondary);
}

.pf-stars--lg .stars {
  font-size: 22px;
  letter-spacing: 2px;
}

.pf-stars--lg .stars-pct {
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--text-primary);
}

.pf-note {
  font-size: var(--text-sm);
  color: var(--text-dim);
  margin-bottom: 16px;
  line-height: 1.5;
}

.pf-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--accent);
  transition: gap 0.2s, opacity 0.2s;
}

.pf-cta:hover {
  gap: 10px;
  opacity: 0.85;
}

.palpite-card {
  background: rgba(12, 38, 25, 0.92);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.palpite-card:hover {
  transform: translateY(-1px);
  border-color: var(--green-border-str);
  box-shadow: var(--shadow-card);
}

.pc-banner {
  margin: 12px 12px 0;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(167, 174, 167, 0.07);
  background: rgba(5, 19, 12, 0.14);
}

.palpites-grid-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .palpites-grid-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .palpites-grid-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
  }

  .palpites-grid-inner .palpite-card {
    width: 100%;
  }

  .pc-header,
  .pc-pick,
  .pc-footer {
    padding-inline: 14px;
  }

  .pc-match {
    padding: 14px 12px;
    gap: 6px;
  }

  .pc-team-wrap {
    min-width: 0;
    gap: 6px;
  }

  .pc-team {
    min-width: 0;
    font-size: 16px;
    line-height: 1.05;
    text-wrap: balance;
  }

  .pc-pick-top {
    align-items: flex-start;
  }

.pc-odds-row {
  display: block;
}

.pc-odds-row--compact {
  margin-top: 2px;
}

.pc-banner {
  margin: 12px 12px 0;
  padding: 8px;
}

.pc-footer {
  flex-direction: column;
  align-items: flex-start;
}

  .pc-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .subnav-link {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .pf-header {
    margin-bottom: 14px;
  }

  .pf-badge {
    padding: 4px 10px;
    letter-spacing: 1.2px;
  }
}

.no-matches {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

.palpite-card--intl {
  background: linear-gradient(140deg, #0b1a2a 0%, #0d2035 100%);
  border-color: rgba(60, 120, 200, 0.18);
}

.palpite-card--intl:hover {
  border-color: rgba(80, 150, 240, 0.32);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.palpite-card--intl .pc-match {
  background: linear-gradient(180deg, rgba(30, 80, 180, 0.07) 0%, transparent 100%) !important;
}

.pc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  gap: 8px;
}

.pc-league {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}

.pc-league-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.pc-league-brasileirao {
  background: rgba(20, 115, 74, 0.2);
  color: var(--green-light);
}

.pc-league-libertadores {
  background: rgba(245, 214, 61, 0.15);
  color: var(--accent);
}

.pc-league-copa {
  background: rgba(63, 156, 104, 0.15);
  color: var(--green-light);
}

.pc-league-europe {
  background: rgba(242, 241, 236, 0.08);
  color: var(--text-secondary);
}

.pc-time {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  white-space: nowrap;
}

.pc-match {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.palpite-card[data-country="brazil"] .pc-match {
  background: linear-gradient(180deg, rgba(0, 156, 59, 0.06) 0%, transparent 100%);
}

.palpite-card[data-country="argentina"] .pc-match {
  background: linear-gradient(180deg, rgba(100, 160, 220, 0.08) 0%, transparent 100%);
}

.palpite-card[data-country="england"] .pc-match {
  background: linear-gradient(180deg, rgba(200, 16, 46, 0.07) 0%, transparent 100%);
}

.pc-team-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.pc-team-wrap.pc-home {
  justify-content: flex-end;
  text-align: right;
}

.pc-team-wrap.pc-away {
  justify-content: flex-start;
  text-align: left;
}

.pc-team-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}

.pf-team-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.pf-home {
  justify-content: flex-end;
  text-align: right;
}

.pf-away {
  justify-content: flex-start;
  text-align: left;
}

.pf-team-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

@media (max-width: 480px) {
  .pf-team-logo {
    width: 38px;
    height: 38px;
  }

  .pf-team {
    font-size: 15px;
  }

  .pf-vs {
    font-size: 26px;
    padding: 0 4px;
  }
}

.match-flag-bg-full {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.flag-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.14;
}

.flag-bg--home {
  left: 0;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 75%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 75%);
}

.flag-bg--away {
  right: 0;
  left: auto;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 75%);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 75%);
}

.match-flag-bg--same .flag-bg--home {
  opacity: 0.09;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0.4) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0.4) 100%);
}

.match-flag-bg--same .flag-bg--away {
  display: none;
}

.palpite-featured > *:not(.match-flag-bg-full) {
  position: relative;
  z-index: 1;
}

.pc-team {
  font-family: var(--font-heading);
  font-size: var(--text-md);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-primary);
}

.pc-vs {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--text-secondary);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.pc-pick {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding: 18px 16px 12px;
  background: transparent;
  border-top: 1px solid var(--border);
}

.pc-pick-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pc-odds-row {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

.pc-odds-row .odd-pill {
  flex: 1;
  justify-content: center;
}

.pc-odds-row--compact {
  display: block;
}

.pc-odds-row--compact .odd-pill {
  flex: none;
  justify-content: center;
}

.pc-market {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pc-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(242, 241, 236, 0.48);
}

.pc-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
}

.pc-confidence {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

.pc-board {
  margin-top: 8px;
}

.pc-footer {
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(167, 174, 167, 0.08);
  padding-top: 12px;
}

.pc-note {
  font-size: 13px;
  color: rgba(242, 241, 236, 0.46);
  flex: 1;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(63, 156, 104, 0.16);
  background: rgba(20, 115, 74, 0.08);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--green-light);
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}

.pc-cta:hover {
  color: var(--accent);
  border-color: rgba(245, 214, 61, 0.18);
  background: rgba(245, 214, 61, 0.05);
}

#editorial-meta {
  margin-top: 0;
  padding: 24px 0 16px;
  background: transparent;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.4fr auto;
  gap: 16px;
  align-items: stretch;
}

.editorial-item,
.editorial-actions {
  background: rgba(12, 38, 25, 0.58);
  border: 1px solid rgba(63, 156, 104, 0.14);
  border-radius: 18px;
  padding: 16px 18px;
}

.editorial-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--text-secondary);
  margin-bottom: 6px;
  font-weight: 700;
}

.editorial-value {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-md);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0.1px;
}

.editorial-copy {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

.editorial-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.editorial-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(63, 156, 104, 0.18);
  background: rgba(0, 0, 0, 0.08);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--green-light);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.editorial-link:hover {
  color: var(--accent);
  border-color: rgba(245, 214, 61, 0.24);
  background: rgba(245, 214, 61, 0.06);
}

@media (max-width: 900px) {
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .editorial-grid {
    grid-template-columns: 1fr;
  }
}

#home-radar {
  padding: 4px 0 20px;
}

.home-radar-wrap {
  border-radius: 18px;
  border: 1px solid rgba(63, 156, 104, 0.16);
  background: linear-gradient(180deg, rgba(12, 38, 25, 0.64) 0%, rgba(9, 31, 20, 0.54) 100%);
  padding: 18px;
}

.home-radar-head {
  margin-bottom: 12px;
}

.home-radar-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(63, 156, 104, 0.24);
  background: rgba(0, 0, 0, 0.12);
  color: var(--text-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-radar-title {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.home-radar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-radar-card {
  border: 1px solid rgba(63, 156, 104, 0.14);
  border-radius: 12px;
  background: rgba(5, 22, 14, 0.48);
  padding: 12px 13px;
}

.home-radar-label {
  display: block;
  color: var(--text-secondary);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin-bottom: 4px;
}

.home-radar-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--accent);
  min-width: 2ch;
  min-height: 28px;
}

.home-radar-note {
  margin: 12px 0 0;
  color: var(--text-dim);
  font-size: var(--text-sm);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .home-radar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .home-radar-wrap {
    padding: 14px;
  }

  .home-radar-title {
    font-size: var(--text-md);
  }

  .home-radar-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-radar-value {
    font-size: 24px;
  }
}

#home-quickstart {
  padding: 8px 0 28px;
}

.home-quickstart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-quickstart-card {
  --qs-accent: #73ad95;
  --qs-accent-soft: rgba(115, 173, 149, 0.11);
  --qs-surface-top: rgba(12, 42, 29, 0.66);
  --qs-surface-bottom: rgba(8, 31, 21, 0.54);
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(84, 196, 137, 0.14);
  border-radius: 14px;
  background: linear-gradient(165deg, var(--qs-surface-top) 0%, var(--qs-surface-bottom) 100%);
  padding: 16px 16px 15px;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.home-quickstart-card > * {
  position: relative;
  z-index: 2;
}

.home-quickstart-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--qs-accent) 14%, var(--qs-accent) 86%, transparent 100%);
  opacity: 0.36;
}

.home-quickstart-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(100% 85% at 95% 0%, var(--qs-accent-soft) 0%, transparent 60%),
    radial-gradient(120% 95% at 5% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 65%);
  opacity: 0.46;
  pointer-events: none;
  z-index: 1;
}

.home-quickstart-card:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--qs-accent) 28%, rgba(84, 196, 137, 0.14));
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.home-quickstart-card--primary {
  --qs-surface-top: rgba(16, 47, 33, 0.72);
}

.home-quickstart-card--action {
  --qs-accent: #a8aa7a;
  --qs-accent-soft: rgba(168, 170, 122, 0.10);
}

.home-quickstart-card--edu {
  --qs-accent: #7fa7c2;
  --qs-accent-soft: rgba(127, 167, 194, 0.10);
}

.home-quickstart-card--trust {
  --qs-accent: #79ad96;
  --qs-accent-soft: rgba(121, 173, 150, 0.10);
}

.home-quickstart--clean .home-quickstart-card {
  box-shadow: none;
}

.home-quickstart--clean .home-quickstart-card::after {
  opacity: 0.45;
}

.home-quickstart-icon {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(229, 238, 233, 0.64);
  background: linear-gradient(145deg, rgba(27, 88, 64, 0.46) 0%, rgba(17, 64, 45, 0.42) 100%);
  border: 1px solid rgba(137, 189, 166, 0.13);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.home-quickstart-card--action .home-quickstart-icon {
  background: linear-gradient(145deg, rgba(112, 108, 63, 0.48) 0%, rgba(86, 81, 46, 0.42) 100%);
  border-color: rgba(192, 184, 119, 0.14);
}

.home-quickstart-card--edu .home-quickstart-icon {
  background: linear-gradient(145deg, rgba(52, 91, 122, 0.50) 0%, rgba(36, 69, 96, 0.44) 100%);
  border-color: rgba(140, 177, 206, 0.14);
}

.home-quickstart-card--trust .home-quickstart-icon {
  background: linear-gradient(145deg, rgba(44, 102, 81, 0.50) 0%, rgba(31, 79, 62, 0.44) 100%);
  border-color: rgba(135, 196, 170, 0.14);
}

.home-quickstart-card:hover .home-quickstart-icon {
  transform: translateY(-1px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.18);
}

.home-quickstart-icon-svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-quickstart-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--qs-accent) 22%, transparent);
  color: color-mix(in srgb, var(--qs-accent) 48%, #dce9e2);
  background: color-mix(in srgb, var(--qs-accent) 8%, transparent);
  font-family: var(--font-heading);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.home-quickstart-title {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-md);
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 0 34px 8px 0;
}

.home-quickstart-card p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.52;
  color: #b6c7bf;
  min-height: 74px;
}

.home-quickstart-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: color-mix(in srgb, var(--qs-accent) 55%, #b9c7c0);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home-quickstart-card:hover .home-quickstart-cta {
  color: color-mix(in srgb, var(--qs-accent) 66%, #dce8e1);
}

@media (max-width: 980px) {
  .home-quickstart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #home-quickstart {
    padding: 0 0 18px;
  }

  .home-quickstart-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-quickstart-icon {
    right: 12px;
    top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .home-quickstart-icon-svg {
    width: 22px;
    height: 22px;
  }

  .home-quickstart-title {
    margin-right: 28px;
  }

  .home-quickstart-card p {
    min-height: 0;
  }
}

#home-ad-slot {
  padding: 2px 0 22px;
  background: linear-gradient(180deg, rgba(8, 30, 20, 0.08) 0%, rgba(8, 30, 20, 0) 100%);
}

.home-ad-slot-wrap {
  position: relative;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 38, 25, 0.44) 0%, rgba(9, 31, 20, 0.34) 100%);
  padding: 12px;
  animation: adSlotIn 520ms ease-out both;
}

.home-ad-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(63, 156, 104, 0.24);
  background: rgba(0, 0, 0, 0.14);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--text-secondary);
  font-weight: 700;
  margin-bottom: 10px;
}

.home-ad-frame {
  border: 0;
  border-radius: 14px;
  background: rgba(2, 30, 18, 0.26);
  overflow: hidden;
  min-height: 0;
  display: block;
}

.home-ad-creative {
  position: relative;
  width: 100%;
  aspect-ratio: 970 / 320;
  min-height: 0;
  background: rgba(4, 20, 13, 0.82);
  isolation: isolate;
}

.home-ad-creative::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(2, 18, 12, 0.22) 0%, rgba(2, 18, 12, 0.12) 38%, rgba(2, 18, 12, 0.03) 100%),
    linear-gradient(90deg, rgba(2, 16, 11, 0.30) 0%, rgba(2, 16, 11, 0.08) 42%, rgba(2, 16, 11, 0.04) 100%);
}

.home-ad-hitarea {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.home-ad-creative picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-ad-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
  z-index: 0;
}

.home-ad-media--video {
  height: auto;
  max-height: 420px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-ad-content {
  position: absolute;
  z-index: 3;
  left: clamp(12px, 2vw, 22px);
  right: clamp(12px, 2.5vw, 24px);
  bottom: clamp(10px, 1.8vw, 18px);
  display: grid;
  gap: 5px;
  max-width: min(56%, 620px);
  pointer-events: none;
}

.home-ad-title {
  display: block;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.8vw, 28px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(245, 214, 61, 0.98);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.48);
}

.home-ad-subline {
  display: block;
  margin: 0;
  font-size: clamp(11px, 0.94vw, 15px);
  line-height: 1.45;
  color: rgba(230, 245, 235, 0.9);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.44);
}

.home-ad-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 4px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(245, 214, 61, 0.36);
  background: rgba(5, 37, 24, 0.54);
  color: rgba(245, 214, 61, 0.97);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.home-ad-cta-link {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
  pointer-events: auto;
}

.home-ad-hitarea:hover ~ .home-ad-content .home-ad-cta,
.home-ad-hitarea:focus-visible ~ .home-ad-content .home-ad-cta,
.home-ad-cta-link:hover .home-ad-cta,
.home-ad-cta-link:focus-visible .home-ad-cta {
  border-color: rgba(245, 214, 61, 0.58);
  background: rgba(7, 48, 30, 0.72);
  color: rgba(255, 234, 132, 1);
}

.home-ad-placeholder {
  width: 100%;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
}

@keyframes adSlotIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-ad-placeholder strong {
  font-family: var(--font-heading);
  font-size: var(--text-md);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--text-primary);
}

.home-ad-placeholder span {
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

@media (max-width: 900px) {
  .home-ad-placeholder {
    min-height: 96px;
  }

  .home-ad-content {
    max-width: 72%;
  }
}

@media (max-width: 640px) {
  #home-ad-slot {
    padding: 0 0 14px;
  }

  .home-ad-slot-wrap {
    border-radius: 12px;
    padding: 10px;
  }

  .home-ad-creative {
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    border-radius: 0;
    background: rgba(4, 24, 15, 0.96);
  }

  .home-ad-creative::after {
    display: none;
  }

  .home-ad-creative picture {
    flex: 0 0 auto;
    aspect-ratio: auto;
    height: clamp(142px, 42vw, 176px);
    min-height: 142px;
    overflow: hidden;
  }

  .home-ad-media {
    object-fit: cover;
    object-position: center 18%;
  }

  .home-ad-hitarea {
    display: none;
  }

  .home-ad-placeholder {
    min-height: 76px;
    padding: 12px 10px;
    gap: 4px;
  }

  .home-ad-content {
    position: relative;
    inset: auto;
    gap: 6px;
    max-width: none;
    padding: 12px 12px 12px;
  }

  .home-ad-title {
    font-size: 13px;
    line-height: 1.02;
    letter-spacing: 0.2px;
    max-width: 100%;
  }

  .home-ad-subline {
    display: none;
  }

  .home-ad-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.55px;
    margin-top: 0;
    border-color: rgba(245, 214, 61, 0.32);
    background: rgba(7, 43, 28, 0.56);
  }
}

#trust {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust-item {
  text-align: center;
  padding: 20px 16px;
  border-radius: var(--radius-lg);
  background: rgba(16, 46, 32, 0.72);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
}

.trust-item:hover {
  border-color: var(--green-border-str);
  transform: translateY(-1px);
}

.trust-icon {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}

.trust-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon-box svg {
  width: 28px;
  height: 28px;
}

.trust-icon-box--green {
  background: linear-gradient(135deg, rgba(20, 115, 74, 0.9) 0%, rgba(63, 156, 104, 0.85) 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.trust-number {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}

.trust-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
}

#apostas {
  padding: 64px 0;
}

.apostas-subtitle {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: -16px;
  margin-bottom: 28px;
  max-width: 640px;
}

.apostas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .apostas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bookie-card {
  background: rgba(12, 38, 25, 0.9);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.bookie-card:hover {
  transform: translateY(-1px);
  border-color: var(--green-border-str);
  box-shadow: var(--shadow-card);
}

.bookie-card.featured {
  border-color: var(--accent-border);
}

.bookie-card.featured:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 26px rgba(245, 214, 61, 0.1);
}

.bookie-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 12px;
}

.bookie-header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.bookie-logo-box {
  width: 100%;
  height: 116px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  margin-bottom: 4px;
}

.bookie-logo-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-jogo {
  max-height: 120px;
}

.logo-estrela {
  max-height: 72px;
  transform: translateY(-4px);
}

.logo-mmabet {
  max-height: 62px;
}

@media (max-width: 640px) {
  .bookie-logo-box {
    height: 94px;
    padding: 12px 20px;
  }

  .logo-jogo {
    max-height: 82px;
  }

  .logo-estrela {
    max-height: 58px;
  }

  .logo-mmabet {
    max-height: 51px;
  }
}

.bookie-rating {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--accent);
}

.bookie-badge-popular {
  display: block;
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--accent-dim);
  color: var(--accent);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-sm);
  padding: 2px 6px;
  margin-top: 4px;
}

.bookie-bonus {
  margin: 0 20px 16px;
  padding: 12px 16px;
  background: rgba(245, 214, 61, 0.06);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--text-primary);
}

.bookie-bonus strong {
  color: var(--accent);
  font-weight: 700;
}

.bookie-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 20px 16px;
}

.bookie-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.bookie-feature::before {
  content: "✓";
  color: var(--green-light);
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}

.bookie-ratings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 20px 16px;
  border-bottom: 1px solid var(--border);
}

.bookie-rating-item {
  text-align: center;
}

.bookie-rating-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--text-secondary);
  display: block;
  margin-bottom: 2px;
}

.bookie-rating-val {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--green-light);
}

.bookie-cta-wrap {
  padding: 16px 20px 14px;
  margin-top: auto;
}

.bookie-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px;
  background: var(--accent);
  color: var(--bg-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.bookie-cta:hover {
  background: var(--accent-warm);
  transform: translateY(-1px);
  box-shadow: var(--shadow-accent);
}

.bookie-disclaimer {
  text-align: center;
  font-size: 10px;
  color: var(--text-dimmer);
  margin-top: 8px;
  line-height: 1.4;
}

.bookie-review-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--green-light);
}

.bookie-review-link:hover {
  color: var(--accent);
}

.apostas-more {
  text-align: center;
  margin-top: 32px;
}

#noticias {
  padding: 64px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 45, 29, 0.3) 100%);
}

.news-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 900px) {
  .news-layout {
    grid-template-columns: 1fr 280px;
    align-items: start;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-card.featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0;
  }
}

.news-card {
  background: rgba(12, 38, 25, 0.9);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-left: 3px solid transparent;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.news-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-card);
}

.news-card[data-cat="brasileirao"] {
  border-left-color: var(--green-primary);
}

.news-card[data-cat="libertadores"] {
  border-left-color: var(--accent);
}

.news-card[data-cat="guias"] {
  border-left-color: var(--text-secondary);
}

.news-card[data-cat="transferencias"] {
  border-left-color: var(--accent-warm);
}

.news-card[data-cat="apostas"] {
  border-left-color: var(--green-primary);
}

.news-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

.news-thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-thumb-img {
  transform: scale(1.04);
}

.news-thumb-bg {
  width: 100%;
  height: 100%;
}

.news-thumb-bg.brasileirao {
  background: linear-gradient(135deg, #021e12 0%, #14734a 100%);
}

.news-thumb-bg.libertadores {
  background: linear-gradient(135deg, #1a1400 0%, #8b6914 100%);
}

.news-thumb-bg.guias {
  background: linear-gradient(135deg, #0d1f1a 0%, #1e4d3b 100%);
}

.news-thumb-bg.apostas {
  background: linear-gradient(135deg, #0b1d22 0%, #1a4f5a 100%);
}

.news-thumb-bg.transferencias {
  background: linear-gradient(135deg, #1a1208 0%, #5a3f14 100%);
}

.card-flag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-flag--hot {
  background: rgba(229, 57, 53, 0.18);
  color: #ffd6d5;
  border: 1px solid rgba(229, 57, 53, 0.28);
}

.card-flag--new {
  background: rgba(63, 156, 104, 0.16);
  color: #bde7cf;
  border: 1px solid rgba(63, 156, 104, 0.24);
}

.news-body {
  padding: 16px;
}

.news-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}

.news-badge.brasileirao,
.news-badge.apostas {
  background: rgba(20, 115, 74, 0.2);
  color: var(--green-light);
}

.news-badge.libertadores {
  background: rgba(245, 214, 61, 0.15);
  color: var(--accent);
}

.news-badge.guias {
  background: rgba(242, 241, 236, 0.08);
  color: var(--text-secondary);
}

.news-badge.transferencias {
  background: rgba(242, 193, 19, 0.1);
  color: var(--accent-warm);
}

.news-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--text-md);
  color: var(--text-primary);
  line-height: 1.25;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.featured .news-title {
  font-size: var(--text-xl);
  -webkit-line-clamp: 3;
}

.news-title a {
  color: inherit;
  text-decoration: none;
}

.news-title a:hover {
  color: var(--accent);
}

.news-excerpt {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--text-xs);
  color: var(--text-secondary);
}

.news-meta-sep {
  opacity: 0.4;
}

.news-read-link {
  display: inline-flex;
  margin-top: 10px;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--green-light);
}

.news-read-link:hover {
  color: var(--accent);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-widget {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.sidebar-widget-title {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-secondary);
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-xs);
}

.standings-table th {
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
  padding: 8px 10px 6px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.standings-table th:not(:first-child):not(:nth-child(2)),
.standings-table td:not(:first-child):not(:nth-child(2)) {
  text-align: center;
}

.standings-table td {
  padding: 7px 10px;
  color: var(--text-primary);
  border-bottom: 1px solid rgba(20, 115, 74, 0.06);
}

.standings-table tr:last-child td {
  border-bottom: none;
}

.standings-table tr:hover td {
  background: var(--green-dim);
}

.pos-dot {
  display: inline-block;
  width: 3px;
  height: 14px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}

.pos-dot.green {
  background: var(--green-primary);
}

.pos-dot.yellow {
  background: var(--accent);
}

.standings-pts {
  font-weight: 700;
  color: var(--text-primary);
}

.upcoming-list {
  padding: 8px 0;
}

.upcoming-match {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  gap: 8px;
  border-bottom: 1px solid rgba(20, 115, 74, 0.06);
  transition: background 0.2s;
}

.upcoming-match:last-child {
  border-bottom: none;
}

.upcoming-match:hover {
  background: var(--green-dim);
}

.upcoming-teams {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-primary);
}

.upcoming-time {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  white-space: nowrap;
  text-align: right;
}

.upcoming-league {
  font-size: 11px;
  color: var(--green-light);
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

#home-faq {
  padding: 8px 0 14px;
}

.home-faq-list {
  display: grid;
  gap: 10px;
}

.home-faq-item {
  border: 1px solid rgba(63, 156, 104, 0.16);
  background: rgba(12, 38, 25, 0.56);
  border-radius: 12px;
  padding: 0 14px;
}

.home-faq-item[open] {
  border-color: rgba(245, 214, 61, 0.24);
  background: rgba(16, 46, 32, 0.68);
}

.home-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 13px 26px 13px 0;
  position: relative;
}

.home-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 11px;
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}

.home-faq-item[open] summary::after {
  content: "−";
}

.home-faq-item p {
  margin: 0 0 14px;
  color: var(--text-dim);
  line-height: 1.58;
  font-size: var(--text-sm);
}

.home-faq-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.home-faq-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(63, 156, 104, 0.22);
  color: var(--green-light);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.home-faq-links a:hover {
  color: var(--accent);
  border-color: rgba(245, 214, 61, 0.26);
  background: rgba(245, 214, 61, 0.06);
}

#newsletter {
  padding: 72px 0;
  background: linear-gradient(135deg, #0b2d1d 0%, #0f3524 100%);
  border-top: 1px solid var(--border-card);
  border-bottom: 1px solid var(--border-card);
}

.newsletter-inner {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.newsletter-eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--green-light);
  margin-bottom: 12px;
}

.newsletter-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--text-2xl);
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 12px;
}

.newsletter-title em {
  font-style: normal;
  color: var(--accent);
}

.newsletter-social-proof {
  font-size: var(--text-sm);
  color: var(--text-dim);
  margin-bottom: 28px;
  line-height: 1.6;
}

.newsletter-social-proof strong {
  color: var(--green-light);
  font-weight: 600;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  background: rgba(242, 241, 236, 0.06);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--text-base);
  padding: 13px 16px;
  transition: border-color 0.2s;
}

.newsletter-input::placeholder {
  color: var(--text-secondary);
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--green-primary);
}

.newsletter-btn {
  flex-shrink: 0;
  background: var(--accent);
  color: var(--bg-deep);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 13px 22px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}

.newsletter-btn:hover {
  background: var(--accent-warm);
  transform: translateY(-1px);
  box-shadow: var(--shadow-accent);
}

.newsletter-fine {
  font-size: var(--text-xs);
  color: var(--text-dimmer);
}

@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-btn {
    width: 100%;
  }
}

#jogo-responsavel {
  padding: 56px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}

.jr-inner {
  max-width: 760px;
  margin-inline: auto;
}

.jr-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.jr-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(229, 57, 53, 0.12);
  border: 1px solid rgba(229, 57, 53, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #e53935;
}

.jr-title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-primary);
}

.jr-lead {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 28px;
}

.jr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

@media (max-width: 600px) {
  .jr-grid {
    grid-template-columns: 1fr;
  }
}

.jr-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
}

.jr-card-title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.jr-card p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

.jr-card a {
  color: var(--green-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jr-card a:hover {
  color: var(--accent);
}

.jr-legal {
  font-size: var(--text-xs);
  color: var(--text-dimmer);
  line-height: 1.7;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
