.picks-page {
  --picks-accent: var(--bs-primary, #007bff);
}

.picks-shell {
  max-width: 1720px;
  margin: 0 auto;
}

.picks-panel {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.picks-current-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.1);
  color: #1e3a8a;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  font-size: 0.88rem;
}

.picks-summary-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.picks-summary-card {
  height: 100%;
}

.picks-summary-card.is-active {
  border: 1px solid rgba(13, 110, 253, 0.35);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.14);
}

.picks-model-mini {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.6rem 0.7rem;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}

.picks-model-mini.is-active {
  border-color: rgba(13, 110, 253, 0.4);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.12);
}

.picks-model-mini:hover {
  border-color: rgba(13, 110, 253, 0.35);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.14);
  transform: translateY(-1px);
}

.picks-kpi-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.55rem 0.65rem;
  min-height: 74px;
}

.picks-kpi-label {
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 0.1rem;
}

.picks-kpi-value {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

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

.picks-table th {
  border-top: 0;
  border-bottom-width: 1px;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.picks-table td {
  border-color: #eef2f7;
  vertical-align: middle;
}

.picks-table tbody tr:hover {
  background: rgba(148, 163, 184, 0.08);
}

.picks-table-compact th,
.picks-table-compact td {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.picks-th-match,
.picks-cell-match {
  width: 92px;
}

.picks-match-link {
  color: #0f172a;
  text-decoration: none;
  font-weight: 800;
}

.picks-match-link:hover {
  text-decoration: underline;
}

.picks-cell-fixture {
  min-width: 240px;
  white-space: normal;
}

.picks-fixture-meta {
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.1;
  white-space: nowrap;
}

.picks-fixture-teams {
  font-weight: 700;
  color: #0f172a;
  margin-top: 0.1rem;
}

.picks-cell-model {
  min-width: 160px;
}

.picks-model-wrap {
  line-height: 1.15;
}

.picks-model-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.picks-model-logo {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: #fff;
  flex: 0 0 auto;
}

.picks-model-chip.is-gpt .picks-model-logo {
  background: #111827;
}

.picks-model-chip.is-grok .picks-model-logo {
  background: linear-gradient(135deg, #0f172a, #0ea5e9);
}

.picks-model-chip.is-gemini .picks-model-logo {
  background: linear-gradient(135deg, #2563eb, #22c55e);
}

.picks-model-chip.is-deepseek .picks-model-logo {
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
}

.picks-model-chip.is-generic .picks-model-logo {
  background: #64748b;
}

.picks-model-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
}

.picks-model-sub {
  color: #64748b;
  font-size: 0.72rem;
  margin-top: 0.2rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  white-space: nowrap;
}

.picks-cell-suggestion {
  min-width: 320px;
  white-space: normal;
}

.picks-sel-head {
  font-weight: 800;
  color: #0f172a;
}

.picks-line,
.picks-odds {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.picks-line {
  background: rgba(148, 163, 184, 0.16);
  border-radius: 0.35rem;
  padding: 0.05rem 0.35rem;
}

.picks-ai-summary {
  font-size: 0.78rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.picks-mobile-list {
  display: grid;
  gap: 0.75rem;
}

.picks-mobile-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.8rem 0.9rem;
  position: relative; /* needed for Bootstrap stretched-link */
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.picks-match-no {
  font-weight: 900;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.picks-mobile-card .badge {
  font-weight: 700;
}

.picks-mobile-card .picks-suggestion {
  line-height: 1.35;
}

.picks-mobile-card .picks-sel-head {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .picks-shell {
    max-width: 100%;
  }
}
