.analysis-page .summary-note {
  color: #64748b;
  font-size: 0.92rem;
}
.analysis-page .page-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.match-page-breadcrumb {
  --bs-breadcrumb-divider: '>';
}
.match-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
}
.match-page-title {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
  color: #0f172a;
}
.analysis-page .card {
  border: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.analysis-page .card-body {
  padding: 1.1rem 1.25rem;
}
.analysis-page .card + .card {
  margin-top: 12px;
}

.team-hero {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    radial-gradient(900px 260px at 20% -10%, rgba(13, 110, 253, 0.16), transparent 60%),
    radial-gradient(700px 240px at 85% 10%, rgba(34, 197, 94, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 1));
}
.team-hero-inner {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
}
.team-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  background: transparent;
}
.team-logo .team-logo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.team-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  color: #475569;
  font-size: 0.92rem;
}
.team-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.7);
}
.team-chip .muted {
  color: #64748b;
}

.team-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .team-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.team-stat {
  border-radius: 0.9rem;
  padding: 12px 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(248, 250, 252, 0.6);
}
.team-stat-label {
  font-size: 0.82rem;
  color: #64748b;
  letter-spacing: 0.01em;
}
.team-stat-value {
  margin-top: 2px;
  font-weight: 900;
  color: #0f172a;
  font-size: 1.05rem;
}
.team-stat-sub {
  margin-top: 2px;
  color: #475569;
  font-size: 0.84rem;
}

.form-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 4px;
}
.form-chip {
  border-radius: 999px;
  padding: 0.45rem 0.55rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.team-section-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.team-section-title .icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.14);
  color: #1d4ed8;
  font-size: 0.95rem;
}

.team-picks-table td,
.team-picks-table th {
  white-space: nowrap;
}
.team-picks-table .pick-fixture,
.team-picks-table .pick-reason {
  white-space: normal;
  min-width: 220px;
}
.team-picks-table .pick-reason {
  min-width: 260px;
  color: #475569;
}
.team-pick-pill {
  font-weight: 800;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.team-pick-pill.bet {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}
.team-pick-pill.skip {
  background: rgba(100, 116, 139, 0.14);
  color: #334155;
}
