/**
 * Bullpen Profile — platform profile shell (team / pitcher parity).
 * Styling only; section order and data mounts unchanged.
 */
html:has(body.bullpen-profile-page) {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.bullpen-profile-page {
  color: var(--text);
  font-family: var(--font-body, var(--font, system-ui));
  font-size: 14px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  min-height: 100vh;
  scroll-padding-top: 72px;
  --tp-section-gap: 10px;
  --tp-section-pad-y: 12px;
  --tp-section-pad-x: 14px;
  --tp-section-pad-bottom: 14px;
  --tp-section-radius: 12px;
  --tp-helper-size: 14.5px;
  --tp-band-title-size: 14px;
}

body.bullpen-profile-page .ca-page-shell {
  max-width: 1400px;
  padding: 20px 24px 72px;
}

body.bullpen-profile-page .tp-data-banner,
body.bullpen-profile-page .data-banner {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: var(--gold-l, #FCD34D);
  display: none;
}

body.bullpen-profile-page .tp-data-banner.show,
body.bullpen-profile-page .data-banner.show {
  display: block;
}

body.bullpen-profile-page .profile-slate-collapsible {
  margin-bottom: var(--tp-section-gap);
  position: relative;
  z-index: 1;
}

body.bullpen-profile-page .tp-section-filter-bar {
  margin: 0 0 12px;
}

body.bullpen-profile-page .profile-slate-collapsible > summary {
  font-size: 11px;
}

body.bullpen-profile-page .today-games-bar {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 12px 12px;
  padding: 10px 12px;
}

body.bullpen-profile-page .today-chip {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
}

body.bullpen-profile-page .today-chip.active {
  background: rgba(124, 77, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(154, 107, 255, 0.35);
  color: var(--text);
}

body.bullpen-profile-page .today-chip.playing {
  color: var(--d-elite, #3CCB7F);
  box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.35);
}

body.bullpen-profile-page .tp-identity-stack {
  display: flex;
  flex-direction: column;
  gap: var(--tp-section-gap);
  position: relative;
  z-index: 0;
}

body.bullpen-profile-page #profilePageHeader {
  margin-bottom: 12px;
}

body.bullpen-profile-page #profilePageHeader .ca-page-header {
  margin-bottom: 0;
}

body.bullpen-profile-page .tp-section .ca-section-header {
  margin: 0 0 12px;
}

body.bullpen-profile-page .bp-hero-section.ca-board {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

body.bullpen-profile-page #bullpenFilterBar .sticky-profile-bar {
  position: static;
  top: auto;
  z-index: auto;
  margin-bottom: 0;
}

body.bullpen-profile-page .bp-hero-banner-shell {
  display: flex;
  flex-direction: column;
  border-radius: var(--tp-section-radius);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--purple, #7C4DFF) 38%, rgba(154, 107, 255, 0.45));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 76% 70% at 88% 8%, color-mix(in srgb, var(--purple, #7C4DFF) 18%, transparent), transparent 64%),
    linear-gradient(128deg, #171A2A 0%, #0B0E18 52%, #05060C 100%);
}

body.bullpen-profile-page .bp-hero-search {
  padding: 10px 18px 8px;
  background: transparent;
  border: none;
}

body.bullpen-profile-page .bp-hero-search::after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 72%);
}

body.bullpen-profile-page .bp-hero-filters {
  padding: 0 18px 10px;
  background: transparent;
  border: none;
}

body.bullpen-profile-page .bp-hero-filters::after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 72%);
}

#bullpenFilterBar .pc-control-row .control-group:first-child {
  display: none;
}

#bullpenFilterBar .pc-control-confirm,
#bullpenFilterBar .pc-spark-row {
  display: none;
}

#bullpenFilterBar .global-control-bar,
#bullpenFilterBar .pc-control-bar {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

#bullpenFilterBar .control-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}

#bullpenFilterBar .toggle-btn {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

#bullpenFilterBar .toggle-btn.active {
  background: rgba(124, 77, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(154, 107, 255, 0.35);
  color: var(--text);
}

body.bullpen-profile-page .bp-hero-banner-shell .profile-hero,
body.bullpen-profile-page .bp-hero-banner-shell .bullpen-snapshot,
body.bullpen-profile-page .bp-hero-banner-shell .tp-team-banner {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
}

body.bullpen-profile-page .tp-section.ca-board {
  padding: var(--tp-section-pad-y) var(--tp-section-pad-x) var(--tp-section-pad-bottom);
  border-radius: var(--tp-section-radius);
  border-width: 1px;
  margin-bottom: 0;
}

body.bullpen-profile-page .profile-deep-sections {
  display: flex;
  flex-direction: column;
  gap: var(--tp-section-gap);
}

body.bullpen-profile-page .tp-table-wrap,
body.bullpen-profile-page .table-wrap {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

body.bullpen-profile-page table,
body.bullpen-profile-page .tp-table.hub-table {
  font-size: 16px;
}

body.bullpen-profile-page table thead th,
body.bullpen-profile-page .tp-table.hub-table thead th {
  font-size: 12px;
  padding: 8px 10px;
  letter-spacing: 0.08em;
  font-family: var(--font-display, var(--display));
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

body.bullpen-profile-page table tbody td,
body.bullpen-profile-page .tp-table.hub-table tbody td {
  padding: 8px 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.bullpen-profile-page table tbody tr:hover {
  background: rgba(124, 77, 255, 0.08);
}

/* Platoon & venue splits — distribute columns evenly (override hub-table td.num width:1%) */
body.bullpen-profile-page .bp-leverage-table {
  width: 100%;
  table-layout: fixed;
}

body.bullpen-profile-page .bp-leverage-table thead th,
body.bullpen-profile-page .bp-leverage-table tbody th[scope="row"],
body.bullpen-profile-page .bp-leverage-table tbody td.num {
  width: 16.67% !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

body.bullpen-profile-page .bp-leverage-table thead th:first-child,
body.bullpen-profile-page .bp-leverage-table tbody th[scope="row"] {
  text-align: left;
  padding-left: 0;
}

body.bullpen-profile-page .bp-leverage-table tbody td.num .chip,
body.bullpen-profile-page .bp-leverage-table tbody td.num .val-chip {
  margin: 0 auto;
}

body.bullpen-profile-page .bp-leverage-table + .tp-trend-table-note,
body.bullpen-profile-page .tp-table-wrap > .tp-trend-table-note {
  margin-top: 12px;
  padding-left: 0;
  text-align: left;
}

/* Tier splits — even columns + larger stat numerals */
body.bullpen-profile-page table.pp-tier-split-table {
  width: 100%;
  table-layout: fixed;
  border: 1.5px solid rgba(196, 176, 255, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    linear-gradient(180deg, #151827, #080a13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 48px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  border-collapse: collapse;
}

body.bullpen-profile-page table.pp-tier-split-table thead th,
body.bullpen-profile-page table.pp-tier-split-table tbody td {
  width: 11.11% !important;
  text-align: center;
  padding: 10px 8px;
  vertical-align: middle;
}

body.bullpen-profile-page table.pp-tier-split-table thead th:first-child,
body.bullpen-profile-page table.pp-tier-split-table tbody td:first-child {
  text-align: left;
  padding-left: 14px;
}

body.bullpen-profile-page table.pp-tier-split-table thead th {
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(12, 14, 24, 0.92);
  border-bottom: 1.5px solid rgba(196, 176, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

body.bullpen-profile-page table.pp-tier-split-table thead th:last-child {
  border-right: none;
}

body.bullpen-profile-page table.pp-tier-split-table tbody td {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

body.bullpen-profile-page table.pp-tier-split-table tbody td:last-child {
  border-right: none;
}

body.bullpen-profile-page table.pp-tier-split-table tbody tr:last-child td {
  border-bottom: none;
}

body.bullpen-profile-page table.pp-tier-split-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.018);
}

body.bullpen-profile-page table.pp-tier-split-table tbody td.num,
body.bullpen-profile-page table.pp-tier-split-table .pp-table-num-text {
  font-size: 18px !important;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

body.bullpen-profile-page table.pp-tier-split-table .pp-table-label-text {
  font-size: 16px;
  font-weight: 700;
}

body.bullpen-profile-page table.pp-tier-split-table tbody tr:hover {
  background: rgba(124, 77, 255, 0.10);
  box-shadow: inset 3px 0 0 #7C4DFF;
}

body.bullpen-profile-page .pp-tier-dim-note {
  margin: 0 0 12px;
  padding-left: 0;
  text-align: left;
}

/* Strength of schedule — larger headline numerals */
body.bullpen-profile-page .pp-oor-metrics-wrap.tp-trend-table-wrap {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body.bullpen-profile-page .pp-oor-metrics-table {
  width: 100%;
  table-layout: fixed;
  border: 1.5px solid rgba(196, 176, 255, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    linear-gradient(180deg, #151827, #080a13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 48px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

body.bullpen-profile-page .pp-oor-metrics-table thead th {
  width: 33.33% !important;
  text-align: center;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 16px;
  background: rgba(12, 14, 24, 0.92);
  border-bottom: 1.5px solid rgba(196, 176, 255, 0.18);
}

body.bullpen-profile-page .pp-oor-metric-cell {
  width: 33.33% !important;
  text-align: center;
  vertical-align: middle;
  padding: 20px 16px;
}

body.bullpen-profile-page .pp-oor-metric-cell .chip,
body.bullpen-profile-page .pp-oor-metric-cell .val-chip {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  font-size: 24px !important;
  font-weight: 800;
  padding: 10px 16px;
  font-variant-numeric: tabular-nums;
}

body.bullpen-profile-page .pp-oor-metrics-wrap .tp-trend-table-note {
  margin-top: 12px;
  padding-left: 0;
  text-align: left;
}

body.bullpen-profile-page .bp-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

@media (max-width: 700px) {
  body.bullpen-profile-page .bp-split-grid {
    grid-template-columns: 1fr;
  }
}

body.bullpen-profile-page .bp-split-panel {
  padding: 10px 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

body.bullpen-profile-page .bp-split-panel h4 {
  font-family: var(--font-display, var(--display));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--v-light, #C4B0FF);
  margin: 0 0 10px;
}

body.bullpen-profile-page .bp-mini-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

body.bullpen-profile-page .bp-mini-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.bullpen-profile-page .bp-mini-stat__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--tp-stat-label-color, #C8D0DC);
  font-family: var(--font-display, var(--display));
}

body.bullpen-profile-page .bp-mini-stat__val {
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

body.bullpen-profile-page .insight-line,
body.bullpen-profile-page .tp-note {
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--text-2);
  background: rgba(0, 0, 0, 0.14);
  border: none;
  border-left: 3px solid var(--v, #9A6BFF);
  border-radius: 0 8px 8px 0;
}

body.bullpen-profile-page .allowed-header {
  display: none;
}

body.bullpen-profile-page .bp-allowed-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

body.bullpen-profile-page .bp-allowed-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.bullpen-profile-page .bp-allowed-stat__label {
  font-family: var(--font-display, var(--display));
  font-size: 11px;
  font-weight: 800;
  color: var(--tp-stat-label-color, #C8D0DC);
}

body.bullpen-profile-page .pill-meta {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-2);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.bullpen-profile-page .bp-hero-banner-shell .tp-team-banner--hero {
  padding: 14px 18px 16px;
  width: 100%;
}

body.bullpen-profile-page .bullpen-snapshot .bp-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 20px;
  flex-direction: row;
  justify-content: flex-start;
}

body.bullpen-profile-page .bullpen-snapshot .tp-team-banner__identity {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 16px;
  flex: 1 1 280px;
  min-width: 0;
}

body.bullpen-profile-page .bullpen-snapshot .tp-team-banner__stats--hero {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 4px;
  grid-template-columns: none;
}

body.bullpen-profile-page .bullpen-snapshot .tp-team-banner__stats--hero .tp-hero-stat {
  flex: 0 1 auto;
}

/* Banner headline stats — match pitcher profile pp-hero-stats pills */
body.bullpen-profile-page .pp-hero-stats.tp-hero-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 4px;
}

body.bullpen-profile-page .pp-hero-stats.tp-team-banner__stats--hero .tp-hero-stat {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(196, 176, 255, 0.16);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.052), transparent 30%),
    linear-gradient(180deg, rgba(18,21,33,0.92), rgba(6,7,13,0.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

body.bullpen-profile-page .pp-hero-stats .tp-hero-stat__label {
  margin-bottom: 0;
  font-family: var(--font-display, "Roboto Condensed", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

body.bullpen-profile-page .pp-hero-stats .tp-hero-stat__value {
  font-family: var(--font-display, "Roboto Condensed", sans-serif);
  font-size: 16px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: inherit;
}

body.bullpen-profile-page .pp-hero-stats .tp-hero-stat__value .tp-hero-stat__num {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  background: none;
  border: none;
  padding: 0;
  min-width: 0;
  box-shadow: none;
}

body.bullpen-profile-page .pp-hero-stats .tp-hero-stat__value .tp-hero-stat__num--na {
  color: var(--text-3, #9CA3AF);
}

body.bullpen-profile-page .bp-allowed-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: min(100%, 200px);
}

body.bullpen-profile-page .bp-allowed-stat__row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.bullpen-profile-page .bp-allowed-stat__rank {
  font-size: 11px;
  color: var(--text-3);
}

body.bullpen-profile-page .bp-allowed-stat__note {
  font-size: 11px;
  color: var(--text-3);
  line-height: 1.45;
}

body.bullpen-profile-page tbody tr.flag-row {
  background: rgba(251, 191, 36, 0.08);
}

body.bullpen-profile-page tbody tr.reliever-row {
  cursor: pointer;
}

body.bullpen-profile-page tbody tr.reliever-row.expanded {
  background: rgba(124, 77, 255, 0.1);
}

body.bullpen-profile-page tbody tr.detail-row td {
  background: rgba(0, 0, 0, 0.2);
  white-space: normal;
}

body.bullpen-profile-page .tier-high { color: var(--d-poor, #F2545B); font-weight: 700; }
body.bullpen-profile-page .tier-mid { color: var(--d-mid, #E8C24A); font-weight: 700; }
body.bullpen-profile-page .tier-low { color: var(--d-elite, #3CCB7F); font-weight: 700; }
body.bullpen-profile-page .num { font-variant-numeric: tabular-nums; }

/* Reliever rankings — dense hub-table board */
body.bullpen-profile-page .bp-reliever-rank-wrap {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-2, var(--surface-1));
  margin-top: 10px;
  position: relative;
  max-height: 560px;
  overflow: auto;
  padding: 0;
}

body.bullpen-profile-page .bp-reliever-rank-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--purple, #7C4DFF), transparent 70%);
  z-index: 4;
  border-radius: 14px 14px 0 0;
  pointer-events: none;
}

body.bullpen-profile-page .bp-reliever-rank-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

body.bullpen-profile-page .bp-reliever-rank-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--bg-3, var(--surface-2)) !important;
  font-size: 13px !important;
  padding: 11px 12px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-2, var(--border));
  text-align: left;
  white-space: nowrap;
}

body.bullpen-profile-page .bp-reliever-rank-table thead th[data-sort]:not([data-sort="name"]) {
  cursor: pointer;
  user-select: none;
}

body.bullpen-profile-page .bp-reliever-rank-table thead th.col-num,
body.bullpen-profile-page .bp-reliever-rank-table td.num {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}

body.bullpen-profile-page .bp-reliever-rank-table thead th.sorted {
  color: var(--accent-l, #c4b5fd);
  background: rgba(124, 77, 255, 0.16);
}

body.bullpen-profile-page .bp-reliever-rank-table tbody td {
  padding: 7px 12px;
  height: 46px;
  border-bottom: 1px solid rgba(40, 40, 47, 0.7);
  vertical-align: middle;
}

body.bullpen-profile-page .bp-reliever-rank-table tbody tr.hub-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.015);
}

body.bullpen-profile-page .bp-reliever-rank-table tbody tr.hub-row:hover {
  background: rgba(124, 77, 255, 0.09);
  box-shadow: inset 2px 0 0 var(--purple, #7C4DFF);
}

body.bullpen-profile-page .bp-reliever-rank-table tbody td.bp-reliever-name-cell {
  font-weight: 600;
  color: var(--text-1, #F3F4F6);
  min-width: 128px;
}

body.bullpen-profile-page .bp-reliever-rank-table tbody td.bp-role-cell {
  width: 88px;
}

body.bullpen-profile-page .bp-reliever-rank-table tbody td.num .chip {
  font-size: 18px !important;
  padding: 0;
}

body.bullpen-profile-page .bp-role-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 6px;
  white-space: nowrap;
  min-width: 64px;
}

body.bullpen-profile-page .bp-role-pill.role-closer {
  background: rgba(124, 77, 255, 0.22);
  color: #C4B0FF;
  border: 0.5px solid rgba(124, 77, 255, 0.35);
}

body.bullpen-profile-page .bp-role-pill.role-setup {
  background: rgba(96, 165, 250, 0.18);
  color: #93C5FD;
  border: 0.5px solid rgba(96, 165, 250, 0.35);
}

body.bullpen-profile-page .bp-role-pill.bp-role-pill--mid {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-2);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
}

body.bullpen-profile-page .oor-panel {
  margin: 0;
}

body.bullpen-profile-page .oor-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 20px;
  margin-bottom: 12px;
}

body.bullpen-profile-page .oor-score {
  font-family: var(--font-display, var(--display));
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body.bullpen-profile-page .oor-label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-2);
}

body.bullpen-profile-page .oor-tonight {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 6px;
}

body.bullpen-profile-page .ma-split-table {
  width: 100%;
  font-size: 13px;
}

body.bullpen-profile-page .ma-split-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.bullpen-profile-page .oor-spark {
  height: 32px;
  margin-top: 6px;
}

body.bullpen-profile-page .oor-trend-label {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}

body.bullpen-profile-page .pill-tonight {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(124, 77, 255, 0.12);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(124, 77, 255, 0.35);
  color: var(--v-light, #C4B0FF);
}

body.bullpen-profile-page .pill {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  letter-spacing: 0.04em;
}

body.bullpen-profile-page .pill-today {
  background: rgba(74, 222, 128, 0.12);
  color: var(--d-elite, #3CCB7F);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.35);
}

body.bullpen-profile-page .pill-score {
  background: rgba(96, 165, 250, 0.12);
  color: var(--blue-l, #93C5FD);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.35);
}

body.bullpen-profile-page .empty-state {
  font-size: 13px;
  padding: 20px;
  color: var(--text-3);
  text-align: center;
}

body.bullpen-profile-page #reportContent:not(.ready) {
  opacity: 0;
  pointer-events: none;
  min-height: 120px;
}

body.bullpen-profile-page #reportContent.ready {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
