/* NFL Picks — main tab emphasis (active sits on light Bootstrap tab bg) */
#mainTabs #nfl-picks-tab {
  color: #38bdf8 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#mainTabs #nfl-picks-tab:hover,
#mainTabs #nfl-picks-tab:focus {
  color: #7dd3fc !important;
}

#mainTabs #nfl-picks-tab.active {
  color: #0369a1 !important;
  border-bottom-color: #0284c7 !important;
  font-weight: 800;
  text-shadow: none;
}

/* NFL Picks — sporty dark field theme */
.nfl-picks-page {
  max-width: min(1480px, 100%);
  margin: 0 auto;
  padding: 12px 8px 28px;
}

.nfl-picks-shell {
  --nfl-turf: #0b3d2e;
  --nfl-turf-deep: #06261c;
  --nfl-gold: #f2c94c;
  --nfl-stripe: rgba(255, 255, 255, 0.12);
  --nfl-card: rgba(8, 28, 22, 0.92);
  --nfl-ink: #e8f5e9;
  --nfl-muted: #9cb8a8;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 61, 46, 0.95), rgba(6, 38, 28, 0.98)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 46px,
      var(--nfl-stripe) 46px,
      var(--nfl-stripe) 48px
    );
  border: 1px solid rgba(242, 201, 76, 0.28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  padding: 22px 14px 28px;
  color: var(--nfl-ink);
}

.nfl-picks-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(242, 201, 76, 0.18), transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(33, 150, 243, 0.12), transparent 35%);
  pointer-events: none;
}

.nfl-picks-inner {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin: 0;
}

.nfl-picks-hero {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 22px;
}

.nfl-picks-kicker {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(242, 201, 76, 0.16);
  border: 1px solid rgba(242, 201, 76, 0.45);
  color: var(--nfl-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.nfl-hero-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
  gap: 18px;
  align-items: center;
  text-align: left;
}

.nfl-hero-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.nfl-hero-copy p {
  margin: 0;
  max-width: none;
  color: var(--nfl-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.nfl-ice-banner {
  margin: 0;
  max-width: none;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  background: #061018;
}

.nfl-ice-banner img {
  display: block;
  width: 100%;
  height: clamp(200px, 26vw, 300px);
  object-fit: cover;
  object-position: center 36%;
}

@media (max-width: 860px) {
  .nfl-hero-row {
    grid-template-columns: 1fr;
  }

  .nfl-hero-copy {
    text-align: center;
  }

  .nfl-ice-banner img {
    height: clamp(180px, 34vw, 240px);
  }
}

@media (max-width: 640px) {
  .nfl-ice-banner img {
    height: 168px;
    object-position: left center;
  }
}

/* Legacy selectors kept so older markup still inherits title styles */
.nfl-picks-hero h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.nfl-picks-hero p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--nfl-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.nfl-ice-panel {
  margin: 0 0 16px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: linear-gradient(165deg, rgba(14, 35, 48, 0.92), rgba(11, 24, 36, 0.88));
}

.nfl-ice-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.nfl-ice-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.35rem 0.55rem;
  border-radius: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #062816;
  background: linear-gradient(135deg, #86efac, #34d399);
}

.nfl-ice-head strong {
  display: block;
  color: #e2e8f0;
  font-size: 0.98rem;
  margin-bottom: 2px;
}

.nfl-ice-head p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.82rem;
  line-height: 1.45;
}

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

.nfl-ice-card {
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 12, 22, 0.45);
}

.nfl-ice-card header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 6px;
}

.nfl-ice-card h3 {
  margin: 0;
  font-size: 0.92rem;
  color: #7dd3fc;
  font-weight: 750;
}

.nfl-ice-id {
  font-size: 0.68rem;
  color: #64748b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.nfl-ice-blurb {
  margin: 0 0 8px;
  color: #cbd5e1;
  font-size: 0.78rem;
  line-height: 1.4;
}

.nfl-ice-card p {
  margin: 0 0 6px;
  color: #94a3b8;
  font-size: 0.74rem;
  line-height: 1.4;
}

.nfl-ice-label {
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nfl-ice-label.ok { color: #86efac; }
.nfl-ice-label.warn { color: #fbbf24; }

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

@media (max-width: 560px) {
  .nfl-ice-grid {
    grid-template-columns: 1fr;
  }
}

.nfl-consensus-row {
  margin: 0 0 20px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(4, 28, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nfl-consensus-desc {
  margin: 0 auto !important;
  max-width: 860px;
  color: #c8ddd0 !important;
  font-size: 0.93rem !important;
  line-height: 1.5 !important;
  text-align: center;
}

.nfl-consensus-desc strong {
  color: #e8f5e9;
}

.nfl-picks-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 8px;
}

.nfl-picks-stat {
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.nfl-picks-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--nfl-gold);
}

.nfl-picks-stat span {
  font-size: 0.78rem;
  color: var(--nfl-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nfl-picks-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 16px 0 10px;
}

.nfl-run-eta,
.nfl-last-run {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nfl-run-eta {
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.45);
  color: #7dd3fc;
}

.nfl-run-eta i {
  color: #38bdf8;
}

.nfl-last-run {
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.42);
  color: #6ee7b7;
}

.nfl-last-run i {
  color: #34d399;
}

.nfl-last-run.is-empty {
  opacity: 0.72;
  color: #94a3b8;
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(148, 163, 184, 0.08);
}

.nfl-last-run.is-empty i {
  color: #94a3b8;
}

.nfl-rerun-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 22px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.38);
  color: #fde68a;
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: left;
}

.nfl-rerun-note i {
  color: #fbbf24;
  margin-top: 2px;
  flex-shrink: 0;
}

.nfl-rerun-note strong {
  color: #fef3c7;
}

.nfl-picks-btn {
  border: 1px solid rgba(242, 201, 76, 0.45);
  background: linear-gradient(135deg, #1b5e20, #0d47a1);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.nfl-picks-btn:hover {
  filter: brightness(1.08);
}

.nfl-picks-btn.secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.nfl-picks-day {
  margin: 26px 0 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(242, 201, 76, 0.35);
  color: var(--nfl-gold);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nfl-game-card {
  margin-bottom: 10px;
  border-radius: 14px;
  background: var(--nfl-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.nfl-game-card:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 201, 76, 0.35);
}

.nfl-game-row {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}

.nfl-game-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nfl-game-logos img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.nfl-game-logos .nfl-at {
  color: var(--nfl-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.nfl-game-main {
  min-width: 0;
}

.nfl-game-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.nfl-game-meta {
  color: var(--nfl-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.nfl-game-meta .note {
  color: #ffe082;
}

.nfl-game-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 160px;
}

.nfl-chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(56, 189, 248, 0.45);
  background: rgba(14, 165, 233, 0.16);
  color: #bae6fd;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}

.nfl-chat-toggle:hover,
.nfl-chat-toggle[aria-expanded="true"] {
  background: rgba(14, 165, 233, 0.28);
  color: #e0f2fe;
}

.nfl-chat-panel {
  border-top: 1px solid rgba(56, 189, 248, 0.22);
  background: rgba(3, 22, 18, 0.72);
  padding: 12px 16px 14px;
  animation: nfl-chat-slide 0.2s ease;
}

.nfl-chat-panel[hidden] {
  display: none !important;
}

@keyframes nfl-chat-slide {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.nfl-chat-head {
  color: #7dd3fc;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.nfl-chat-hint {
  display: block;
  margin-top: 2px;
  color: var(--nfl-muted);
  font-weight: 500;
  font-size: 0.78rem;
}

.nfl-chat-input {
  width: 100%;
  min-height: 58px;
  resize: vertical;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
  color: #e8f5e9;
  padding: 10px 12px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.nfl-chat-input:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.15);
}

.nfl-chat-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.nfl-chat-web {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9cb8a8;
  font-size: 0.82rem;
  cursor: pointer;
  user-select: none;
}

.nfl-chat-send {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.4);
  background: linear-gradient(135deg, #0369a1, #0f766e);
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
}

.nfl-chat-send:disabled {
  opacity: 0.6;
  cursor: wait;
}

.nfl-chat-answer {
  margin-top: 10px;
  min-height: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.nfl-chat-answer:empty {
  display: none;
}

.nfl-chat-answer.streaming {
  border-color: rgba(56, 189, 248, 0.35);
}

.nfl-chat-thinking {
  color: #7dd3fc;
  font-style: italic;
}

.nfl-chat-error {
  color: #fecaca;
}

.nfl-chat-answer p {
  margin: 0 0 0.65em;
}

.nfl-chat-answer p:last-child {
  margin-bottom: 0;
}

.nfl-chat-answer .nfl-md-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 10px 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(0, 0, 0, 0.22);
}

.nfl-chat-answer table.nfl-md-table,
.nfl-chat-answer .nfl-md-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  color: #e2e8f0;
}

.nfl-chat-answer .nfl-md-table th,
.nfl-chat-answer .nfl-md-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}

.nfl-chat-answer .nfl-md-table thead th {
  background: rgba(14, 165, 233, 0.18);
  color: #bae6fd;
  font-weight: 800;
  white-space: nowrap;
}

.nfl-chat-answer .nfl-md-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.nfl-chat-answer .nfl-md-table tbody tr:hover {
  background: rgba(56, 189, 248, 0.08);
}

.nfl-pick-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(242, 201, 76, 0.14);
  border: 1px solid rgba(242, 201, 76, 0.4);
  color: #ffe082;
  font-weight: 800;
  font-size: 0.82rem;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nfl-pick-badge.pending {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--nfl-muted);
}

.nfl-pick-badge.error {
  background: rgba(239, 83, 80, 0.15);
  border-color: rgba(239, 83, 80, 0.4);
  color: #ffcdd2;
}

.nfl-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #b71c1c, #0d47a1);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.nfl-pdf-link:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

.nfl-model-picks {
  margin-top: 6px;
  font-size: 0.8rem;
  color: #b0c4b8;
}

.nfl-model-picks .nfl-model-name {
  color: #7dd3fc;
  font-weight: 700;
}

.nfl-model-picks .nfl-pick-sep {
  color: rgba(176, 196, 184, 0.55);
  margin: 0 2px;
}

.nfl-act-now {
  margin-top: 5px;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #94a3b8;
}

.nfl-act-now strong {
  color: #86efac;
  font-weight: 700;
}

.nfl-picks-empty,
.nfl-picks-loading {
  text-align: center;
  padding: 40px 16px;
  color: var(--nfl-muted);
}

.nfl-slate-summary {
  margin: 8px 0 16px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(4, 28, 22, 0.9);
  border: 1px solid rgba(242, 201, 76, 0.28);
}

.nfl-slate-head h3,
.nfl-lb-head h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.nfl-slate-head p,
.nfl-lb-head p,
.nfl-slate-foot {
  margin: 0;
  color: var(--nfl-muted);
  font-size: 0.86rem;
}

.nfl-slate-list {
  margin: 12px 0 8px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 8px;
}

.nfl-slate-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nfl-slate-list strong {
  color: #ffe082;
  font-size: 0.92rem;
}

.nfl-slate-list span {
  color: #d7e7dc;
  font-size: 0.82rem;
}

.nfl-slate-list em {
  color: #9cb8a8;
  font-style: normal;
  font-size: 0.76rem;
}

.nfl-leaderboard {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(8, 47, 73, 0.45);
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.nfl-lb-rows {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.nfl-lb-row {
  display: grid;
  grid-template-columns: 40px 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
}

.nfl-lb-rank { color: #7dd3fc; font-weight: 800; }
.nfl-lb-model { color: #e2e8f0; font-weight: 700; }
.nfl-lb-stat { color: #94a3b8; font-size: 0.85rem; }
.nfl-lb-pct { color: #6ee7b7; font-weight: 800; }

.nfl-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: center;
  margin: 0 0 16px;
}

.nfl-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--nfl-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nfl-control select {
  min-width: 200px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
  color: #e8f5e9;
  font-size: 0.9rem;
  font-weight: 600;
}

.nfl-filter-count {
  color: #9cb8a8;
  font-size: 0.85rem;
  padding-bottom: 8px;
}

.nfl-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 6px;
}

.nfl-tier {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.nfl-tier-lock {
  background: rgba(52, 211, 153, 0.16);
  border-color: rgba(52, 211, 153, 0.45);
  color: #6ee7b7;
}

.nfl-tier-lean {
  background: rgba(56, 189, 248, 0.14);
  border-color: rgba(56, 189, 248, 0.4);
  color: #7dd3fc;
}

.nfl-tier-toss-up {
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.4);
  color: #fde68a;
}

.nfl-tier-split {
  background: rgba(244, 114, 182, 0.14);
  border-color: rgba(244, 114, 182, 0.4);
  color: #f9a8d4;
}

.nfl-tier-flip {
  background: rgba(248, 113, 113, 0.14);
  border-color: rgba(248, 113, 113, 0.42);
  color: #fecaca;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}

.nfl-tier-hold {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.35);
  color: #cbd5e1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}

.nfl-tier-hit {
  background: rgba(34, 197, 94, 0.16);
  border-color: rgba(34, 197, 94, 0.45);
  color: #86efac;
}

.nfl-tier-miss {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.45);
  color: #fca5a5;
}

.nfl-game-fresh {
  margin-top: 4px;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 600;
}

.nfl-game-fresh i {
  margin-right: 4px;
}

.nfl-game-card.is-split {
  border-color: rgba(244, 114, 182, 0.35);
}

.nfl-game-card.is-lock,
.nfl-game-card.is-lock:hover {
  border: 2px solid #4ade80 !important;
  box-shadow:
    0 0 0 1px rgba(74, 222, 128, 0.55),
    0 0 18px rgba(74, 222, 128, 0.55),
    0 0 36px rgba(34, 197, 94, 0.28),
    inset 0 0 0 1px rgba(187, 247, 208, 0.22);
}

.nfl-game-card.is-lock.is-flipped {
  box-shadow:
    inset 3px 0 0 #f87171,
    0 0 0 1px rgba(74, 222, 128, 0.55),
    0 0 18px rgba(74, 222, 128, 0.55),
    0 0 36px rgba(34, 197, 94, 0.28),
    inset 0 0 0 1px rgba(187, 247, 208, 0.22);
}

.nfl-slate-list li.is-lock {
  border: 2px solid #4ade80;
  box-shadow:
    0 0 0 1px rgba(74, 222, 128, 0.4),
    0 0 12px rgba(74, 222, 128, 0.35);
}

.nfl-game-card.is-tossup {
  border-color: rgba(251, 191, 36, 0.32);
}

.nfl-game-card.is-flipped {
  box-shadow: inset 3px 0 0 #f87171;
}

.nfl-chat-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.nfl-chat-preset {
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(14, 165, 233, 0.1);
  color: #bae6fd;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.nfl-chat-preset:hover {
  background: rgba(14, 165, 233, 0.22);
}

.nfl-chat-history {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  max-height: 220px;
  overflow: auto;
}

.nfl-chat-turn {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.86rem;
  line-height: 1.45;
}

.nfl-chat-turn-assistant {
  border-color: rgba(56, 189, 248, 0.25);
}

.nfl-chat-turn strong {
  display: block;
  margin-bottom: 3px;
  color: #7dd3fc;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nfl-result-box {
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.84rem;
}

.nfl-result-box summary {
  cursor: pointer;
  font-weight: 700;
  color: #e2e8f0;
}

.nfl-result-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: end;
  margin-top: 8px;
}

.nfl-result-form label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.nfl-result-form select,
.nfl-result-form input {
  min-width: 90px;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
  color: #e8f5e9;
  font-size: 0.86rem;
}

.nfl-result-form select {
  min-width: 160px;
}

.nfl-result-clear {
  border: none;
  background: transparent;
  color: #fca5a5;
  font-weight: 700;
  cursor: pointer;
  padding: 8px;
}

.nfl-result-note {
  margin: 8px 0 0;
  color: #86efac;
  font-size: 0.82rem;
}

@media (max-width: 720px) {
  .nfl-game-row {
    grid-template-columns: 1fr;
  }
  .nfl-game-side {
    align-items: flex-start;
  }
  .nfl-chat-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .nfl-chat-send {
    justify-content: center;
  }
  .nfl-lb-row {
    grid-template-columns: 32px 1fr;
  }
  .nfl-lb-stat,
  .nfl-lb-pct {
    grid-column: 2;
  }
}

/* Full-bleed on phones + small laptops */
@media (max-width: 1366px) {
  #nfl-picks-pane.tab-pane {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Cancel .tab-content side padding so the field goes edge-to-edge */
  .nfl-picks-page.container-fluid,
  .nfl-picks-page {
    max-width: none !important;
    width: calc(100% + 24px) !important;
    margin: 0 -12px 0 !important;
    padding: 0 0 20px !important;
  }

  .nfl-picks-shell {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 16px 10px 22px;
    box-shadow: none;
  }

  .nfl-picks-inner {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 4px;
  }

  .nfl-hero-copy p,
  .nfl-picks-hero p,
  .nfl-consensus-desc,
  .nfl-rerun-note {
    max-width: none !important;
  }

  .nfl-picks-stats {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .nfl-picks-page.container-fluid,
  .nfl-picks-page {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (max-width: 640px) {
  .nfl-picks-shell {
    padding: 12px 6px 18px;
  }

  .nfl-picks-inner {
    padding: 0 2px;
  }

  .nfl-picks-stat {
    min-width: calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
  }
}
