/* Copa 2026 — V3.6 Estabilização Cirúrgica
   Hero real por grupo + poda visual dos módulos redundantes.
   A Hero nunca lê localStorage e nunca usa simulação. */

.hero-dashboard {
  display: none !important;
}

.v36-real-hero {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(216,178,110,.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 0%, rgba(216,178,110,.14), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(56,217,150,.10), transparent 34%),
    rgba(0,0,0,.21);
  box-shadow: 0 24px 76px rgba(0,0,0,.20);
}

.v36-real-top {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-end;
  margin-bottom: 18px;
}

.v36-real-top h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: .88;
  letter-spacing: -.055em;
}

.v36-real-top p {
  max-width: 680px;
  margin: 0;
  color: #d7cfbf;
  line-height: 1.58;
  font-size: 13px;
  text-align: right;
}

.v36-group-nav {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.v36-arrow,
.v36-chip,
.v36-action {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: #f6f1e8;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.v36-arrow {
  min-width: 44px;
  font-size: 18px;
}

.v36-arrow:hover,
.v36-chip:hover,
.v36-action:hover {
  background: rgba(255,255,255,.13);
}

.v36-chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}

.v36-chip {
  min-width: 38px;
  padding: 0 11px;
}

.v36-chip.active {
  background: rgba(216,178,110,.20);
  border-color: rgba(216,178,110,.46);
  color: #ffe6aa;
}

.v36-group-board {
  display: grid;
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 16px;
  align-items: start;
}

.v36-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(0,0,0,.18);
  overflow: hidden;
}

.v36-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.045);
}

.v36-card-head h3 {
  margin: 0;
  color: var(--gold);
  font-size: 22px;
  letter-spacing: -.025em;
}

.v36-pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(216,178,110,.24);
  border-radius: 999px;
  background: rgba(216,178,110,.12);
  color: #ffe6aa;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.v36-table-wrap {
  overflow-x: auto;
}

.v36-table {
  width: 100%;
  border-collapse: collapse;
}

.v36-table th,
.v36-table td {
  padding: 10px 9px;
  border-top: 1px solid rgba(255,255,255,.075);
  text-align: right;
  font-size: 12px;
}

.v36-table th {
  color: rgba(246,241,232,.72);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
}

.v36-table .pos {
  width: 34px;
  text-align: center;
  color: #d7cfbf;
}

.v36-table .team {
  min-width: 190px;
  text-align: left;
  color: #f6f1e8;
  font-weight: 900;
}

.v36-table .pts {
  color: var(--gold);
  font-weight: 900;
}

.v36-table tr.direct .team::before,
.v36-table tr.third .team::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 15px;
  margin-right: 7px;
  border-radius: 99px;
  background: var(--green);
  vertical-align: middle;
}

.v36-table tr.third .team::before {
  background: var(--gold);
}

.v36-table tr.brazil {
  background: rgba(56,217,150,.075);
}

.v36-matches {
  display: grid;
  gap: 10px;
  padding: 13px;
}

.v36-match {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.v36-match-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #d7cfbf;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}

.v36-scoreline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: #f6f1e8;
  font-size: 13px;
  font-weight: 900;
}

.v36-score {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 16px;
}

.v36-status-final {
  color: #ddfff1;
}

.v36-status-live {
  color: #ffe1df;
}

.v36-status-scheduled {
  color: #d7cfbf;
}

.v36-real-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.v36-real-actions p {
  margin: 0;
  max-width: 760px;
  color: #d7cfbf;
  font-size: 12px;
  line-height: 1.55;
}

.v36-actions-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.v36-action {
  padding: 0 13px;
}

.v36-action.gold {
  background: rgba(216,178,110,.17);
  border-color: rgba(216,178,110,.34);
  color: #ffe6aa;
}

.v36-action.green {
  background: rgba(56,217,150,.13);
  border-color: rgba(56,217,150,.28);
  color: #ddfff1;
}

/* Poda explícita de blocos antigos que ainda possam ser inseridos por cache/script residual. */
#piPainelInicial,
#ppTeamsGallery {
  display: none !important;
}

@media (max-width: 1180px) {
  .v36-real-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .v36-real-top p {
    text-align: left;
  }

  .v36-group-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .v36-real-hero {
    padding: 17px;
    border-radius: 24px;
  }

  .v36-group-nav {
    grid-template-columns: 42px minmax(0,1fr) 42px;
  }

  .v36-chips {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .v36-real-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .v36-table .team {
    min-width: 160px;
  }
}
