/* Batter Profile — broadcast shell (pitcher-profile parity) */

body.batter-profile-page.team-profile-page {
  font-family: var(--font-body, 'DM Sans', system-ui);
  font-size: 14px;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
  --bp-section-gap: 14px;
  --bp-label: 11px;
  --bp-meta: 12px;
  --bp-body: 13px;
  --bp-base: 14px;
  --bp-stat: 18px;
  --bp-num: 15px;
  --bp-section-title: 1.125rem;
  --tp-stat-label-size: 11px;
  --tp-stat-chip-size: 13px;
  --tp-helper-size: 12px;
  --tp-band-title-size: 12px;
  --tp-band-hint-size: 11px;
}

body.batter-profile-page .container {
  max-width: 1400px;
  padding: 16px 22px 64px;
}

body.batter-profile-page #profilePageHeader .ca-page-header {
  margin: 0 0 22px;
  padding: 8px 0 0;
}

body.batter-profile-page #profilePageHeader h1.ca-page-title {
  margin: 0;
}

body.batter-profile-page #profilePageHeader .ca-page-header__sub {
  display: block;
  max-width: 680px;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--text-2, #A4A8B6);
}

body.batter-profile-page .tp-identity-stack.profile-shell {
  display: flex;
  flex-direction: column;
  gap: var(--bp-section-gap);
}

body.batter-profile-page #profileContent:not(.ready) .tp-identity-stack {
  opacity: 0.35;
  pointer-events: none;
}

body.batter-profile-page #profileContent.ready .tp-identity-stack {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.22s ease;
}

/* Section boards — single lacquered panel, no nested card stacks */
body.batter-profile-page .ca-board.tp-section:not(.pp-hero-section) {
  padding: 16px 18px 18px;
}

body.batter-profile-page .ca-board.tp-section .ca-section-header {
  margin-bottom: 14px;
}

body.batter-profile-page .ca-section-header .ca-section-head {
  align-items: flex-start;
  gap: 12px;
}

body.batter-profile-page .ca-section-header .ca-section-head .kicker {
  font-size: var(--bp-label);
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}

body.batter-profile-page .ca-section-header .ca-section-head .title {
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-transform: uppercase;
}

body.batter-profile-page .ca-section-header .ca-section-head .purpose {
  font-size: var(--bp-meta);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6px;
  max-width: 68ch;
}

body.batter-profile-page .bp-section-legend {
  margin: 0 0 14px;
}

body.batter-profile-page .bp-section-legend .ca-metric-legend {
  margin: 0;
  flex-wrap: wrap;
  gap: 8px 14px;
}

body.batter-profile-page .ca-board.tp-section .ca-section-title,
body.batter-profile-page .ca-board.tp-section .ca-section-head__title {
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-section-title);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.batter-profile-page .profile-decision-card__label {
  font-size: var(--bp-label);
}

body.batter-profile-page .profile-decision-card__value {
  font-size: var(--bp-stat, 18px);
}

body.batter-profile-page .profile-decision-card__hint {
  font-size: var(--bp-meta);
  line-height: 1.4;
}

body.batter-profile-page .bp-split-bar {
  margin-top: 2px;
}

body.batter-profile-page .ca-helper {
  font-size: var(--bp-meta);
  line-height: 1.45;
  color: var(--text-2, #A4A8B6);
  margin-top: 4px;
}

/* Hero — unified broadcast shell (pitcher parity) */
body.batter-profile-page .pp-hero-section.ca-board {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

body.batter-profile-page .pp-hero-banner-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: var(--tp-section-radius, 14px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--purple, #7C4DFF) 38%, rgba(154, 107, 255, 0.45));
  box-shadow:
    0 0 0 1px rgba(196, 176, 255, 0.1),
    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.batter-profile-page .pp-hero-banner-shell .tp-pitcher-banner,
body.batter-profile-page .pp-hero-banner-shell .tp-team-banner.tp-pitcher-banner {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.batter-profile-page .pp-hero-search {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 14px 18px 12px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

body.batter-profile-page .pp-hero-search::after {
  display: none;
}

body.batter-profile-page .pp-hero-search.profile-context-bar {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: none;
  background: transparent;
  padding: 14px 18px 12px;
}

body.batter-profile-page .pp-hero-search .tp-team-picker--inline.tp-batter-picker {
  max-width: none;
}

body.batter-profile-page .pp-hero-search .tp-team-picker__panel--inline,
body.batter-profile-page .tp-team-picker__panel--inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

body.batter-profile-page .pp-hero-search .tp-team-picker__search-wrap--inline,
body.batter-profile-page .tp-batter-picker .tp-team-picker__search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

body.batter-profile-page .pp-hero-search .tp-team-picker__search-wrap--inline:focus-within,
body.batter-profile-page .tp-batter-picker .tp-team-picker__search-wrap:focus-within {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(154, 107, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(154, 107, 255, 0.28);
}

body.batter-profile-page .tp-batter-picker .tp-team-picker__search-icon {
  width: 17px;
  height: 17px;
  color: var(--text-3, #9CA3AF);
  flex-shrink: 0;
}

body.batter-profile-page .tp-batter-picker .tp-team-picker__search {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 0;
  border: none;
  font-family: var(--font-display, "Roboto Condensed", sans-serif);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: #FFFFFF;
  text-shadow: none;
  -webkit-text-fill-color: #FFFFFF;
  background: transparent;
}

body.batter-profile-page .tp-batter-picker .tp-team-picker__search:focus {
  outline: none;
}

body.batter-profile-page .tp-batter-picker .tp-team-picker__search::placeholder {
  font-weight: 600;
  color: var(--text-3, #9CA3AF);
  -webkit-text-fill-color: var(--text-3, #9CA3AF);
}

body.batter-profile-page .tp-batter-picker .tp-team-picker__search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

body.batter-profile-page .tp-team-picker--inline.tp-batter-picker {
  max-width: 520px;
}

body.batter-profile-page .pp-hero-banner-shell .profile-hero,
body.batter-profile-page .pp-hero-banner-shell .tp-team-banner {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
}

body.batter-profile-page .tp-team-banner.tp-pitcher-banner,
body.batter-profile-page.team-profile-page .tp-batter-banner.tp-team-banner {
  width: 100%;
  padding: var(--tp-section-pad-y, 14px) var(--tp-section-pad-x, 16px) var(--tp-section-pad-bottom, 14px);
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
}

body.batter-profile-page .tp-pitcher-banner__inner,
body.batter-profile-page.team-profile-page .tp-team-banner__inner.tp-pitcher-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 20px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

body.batter-profile-page .pp-hero-banner-shell .profile-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
}

body.batter-profile-page .tp-pitcher-banner__photo {
  flex: 0 0 auto;
  align-self: flex-start;
  line-height: 0;
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body.batter-profile-page .tp-pitcher-banner__photo .ca-pitcher-avatar,
body.batter-profile-page .tp-pitcher-banner__photo .ca-pitcher-avatar--profile {
  display: block;
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid color-mix(in srgb, var(--tp-accent, #7C4DFF) 55%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--tp-accent, #7C4DFF) 36%, transparent);
  background: #0D101A;
}

body.batter-profile-page .tp-pitcher-banner__photo .ca-pitcher-avatar--profile::after {
  border-radius: 50%;
}

body.batter-profile-page .tp-pitcher-banner__photo .ca-pitcher-avatar-fallback {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

body.batter-profile-page .tp-pitcher-banner__photo .ca-pitcher-avatar-img,
body.batter-profile-page .tp-pitcher-banner__photo .tp-pitcher-banner__avatar,
body.batter-profile-page .tp-pitcher-banner__photo img {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.06);
  transform-origin: center 16%;
}

body.batter-profile-page .tp-team-banner__logo {
  flex-shrink: 0;
}

body.batter-profile-page .tp-pitcher-banner__identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  flex: 1 1 280px;
  min-width: 0;
}

body.batter-profile-page .tp-team-banner__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

body.batter-profile-page .tp-team-banner__eyebrow {
  margin: 0 0 4px;
  font-size: var(--bp-label);
  letter-spacing: 0.12em;
  color: var(--v-light, #C4B0FF);
}

body.batter-profile-page .tp-pitcher-banner .tp-team-banner__title {
  font-family: var(--font-display, "Roboto Condensed", sans-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin: 0;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: none !important;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

body.batter-profile-page .tp-pitcher-banner__today {
  display: inline-block;
  margin-top: 6px;
}

body.batter-profile-page .tp-pitcher-banner__tonight {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-2, #D1D5DB);
}

body.batter-profile-page .tp-pitcher-banner .tp-team-banner__stats--hero {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: var(--tp-header-gap, 12px);
  grid-template-columns: none;
}

body.batter-profile-page .tp-pitcher-banner__inner > .profile-decision-strip {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 8px;
}

body.batter-profile-page .tp-batter-banner .tp-team-banner__watermark {
  opacity: 0.04;
  right: 4%;
}

body.batter-profile-page .pp-hero-stats.tp-hero-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Override team_profile block stat layout — batter hero uses inline label/value pills */
body.batter-profile-page .tp-team-banner__stats.pp-hero-stats .tp-hero-stat__label {
  display: inline;
  margin-bottom: 0;
}

body.batter-profile-page .tp-team-banner__stats.pp-hero-stats .tp-hero-stat__value {
  display: inline;
  font-size: var(--bp-stat, 18px);
  line-height: 1.1;
}

body.batter-profile-page .pp-hero-stats.tp-team-banner__stats--hero .tp-hero-stat {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  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.batter-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);
  white-space: nowrap;
}

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

body.batter-profile-page .pp-hero-stats .tp-hero-stat--solo {
  justify-content: center;
  min-width: 52px;
}

body.batter-profile-page .pp-hero-stats .tp-hero-stat--solo .tp-hero-stat__value {
  color: var(--text-1, #F3F4F6);
}

body.batter-profile-page .pp-hero-stats .tp-hero-stat__value .tp-hero-stat__num {
  display: inline-block;
  font-size: var(--bp-stat, 18px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  background: none;
  border: none;
  padding: 0;
  min-width: 0;
  box-shadow: none;
}

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

@media (max-width: 767px) {
  body.batter-profile-page .pp-hero-stats.tp-hero-stat-row {
    gap: 8px;
  }

  body.batter-profile-page .pp-hero-stats.tp-team-banner__stats--hero .tp-hero-stat,
  body.batter-profile-page .pp-hero-stats .tp-hero-stat--solo {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
  }
}

/* Symmetric 4-up context / driver strips */
.bp-strip-label {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3, #6E7383);
  margin: 0 0 8px;
}

.bp-tonight-section.is-hidden {
  display: none;
}

body.batter-profile-page .profile-decision-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.batter-profile-page .profile-decision-card {
  overflow: hidden;
  min-width: 0;
}

body.batter-profile-page .profile-decision-card__value,
body.batter-profile-page .profile-decision-card__hint {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bp-quick-read-host {
  margin: 0 0 12px;
  min-width: 0;
}

.bp-quick-read {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-radius: 12px;
  border: 1.5px solid rgba(154, 107, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 38%),
    linear-gradient(180deg, rgba(23, 26, 42, 0.98) 0%, rgba(8, 10, 18, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(196, 176, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bp-quick-read__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 13px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.bp-quick-read__tile:last-child {
  border-right: none;
}

.bp-quick-read__tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(154, 107, 255, 0.55), rgba(124, 77, 255, 0.15));
  opacity: 0.65;
  pointer-events: none;
}

.bp-quick-read__label {
  display: block;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--v-light, #C4B0FF);
  line-height: 1.1;
}

.bp-quick-read__value {
  display: block;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-num, 15px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--text, #F5F6FA);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bp-quick-read__value--elite { color: #86EFAC; }

.bp-quick-read__value--watch { color: #FCD34D; }

.bp-quick-read__value--risk { color: #FCA5A5; }

@media (max-width: 720px) {
  .bp-quick-read {
    grid-template-columns: 1fr;
  }

  .bp-quick-read__tile {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 12px 14px;
  }

  .bp-quick-read__tile:last-child {
    border-bottom: none;
  }
}

.bp-driver-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: stretch;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-width: 0;
  box-sizing: border-box;
}

.bp-driver-bars__best {
  grid-column: 1 / -1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(154, 107, 255, 0.22);
  background: rgba(124, 77, 255, 0.08);
}

@media (max-width: 900px) {
  body.batter-profile-page .profile-decision-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.batter-profile-page .profile-decision-strip {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1100px) {
  .bp-driver-bars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }
}

#driverStrip {
  margin-bottom: 12px;
}

.bp-split-board {
  margin: 4px 0 0;
}

.bp-split-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.bp-split-meta__chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v-light, #C4B0FF);
  background: rgba(124, 77, 255, 0.12);
  border: 1px solid rgba(154, 107, 255, 0.24);
}

.bp-split-meta__note {
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-2, #A4A8B6);
}

.bp-split-metrics {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bp-split-metrics__band {
  padding: 12px 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(154, 107, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, var(--ca-panel-solid, #10131F) 0%, var(--ca-panel-solid-2, #070912) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.bp-split-metrics__band-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bp-split-metrics__band-title {
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: var(--tp-band-title-size, 12px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-1, #F3F4F6);
}

.bp-split-metrics__band-hint {
  font-size: var(--tp-band-hint-size, 11px);
  line-height: 1.35;
  color: var(--text-3, #9CA3AF);
}

.bp-split-metrics__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.bp-split-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid rgba(196, 176, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 32%),
    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.07);
  text-align: center;
}

.bp-split-stat__label {
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
  line-height: 1.2;
}

.bp-split-stat__value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: 100%;
}

.bp-split-stat__value .chip {
  font-family: var(--font-display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-stat, 16px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  padding: 4px 8px;
  min-width: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bp-split-stat__plain {
  color: var(--text-1, #F3F4F6) !important;
}

/* Savant-style percentile-vs-league bar under each split value */
.bp-split-stat__pctl {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 2px;
}

.bp-split-stat__pctl-track {
  flex: 1 1 auto;
  min-width: 0;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bp-split-stat__pctl-fill {
  height: 100%;
  border-radius: 999px;
  min-width: 2px;
}

.bp-split-stat__pctl-rank {
  flex: 0 0 auto;
  min-width: 16px;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text-3, #9CA3AF);
}

@media (max-width: 1100px) {
  .bp-split-metrics__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .bp-split-metrics__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .bp-split-metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.bp-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
}

@media (max-width: 900px) {
  .bp-metric-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.bp-metric-strip .profile-decision-card {
  text-align: center;
  padding: 10px 12px;
}

.bp-metric-strip .profile-decision-card__label {
  margin-bottom: 4px;
}

.bp-metric-strip .profile-decision-card__value {
  font-size: var(--bp-stat, 16px);
  margin-bottom: 0;
}

.bp-metric-strip .profile-decision-card__value .chip {
  font-size: var(--bp-base, 14px);
  font-weight: 800;
}

/* Split controls — single flat pill row */
.bp-split-bar {
  margin: 0 0 12px;
}

.bp-split-bar .hub-pill-row {
  flex-wrap: wrap;
  gap: 6px;
}

.bp-split-bar .hub-pill-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 4px;
  align-self: center;
  flex-shrink: 0;
}

.bp-split-insight {
  margin-top: 10px;
  padding: 8px 0 0 12px;
  border-left: 3px solid rgba(124, 77, 255, 0.4);
  font-size: var(--bp-meta, 12px);
  line-height: 1.5;
  color: var(--text-2, #A4A8B6);
}

.bp-split-insight:empty {
  display: none;
}

.bp-form-chart {
  margin: 0 0 12px;
  min-height: 120px;
  width: 100%;
}

.bp-form-chart svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Props table */
.bp-prop-table-wrap {
  margin-top: 4px;
  border: 1px solid rgba(124, 77, 255, 0.22);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 9, 15, 0.45);
}

table.bp-prop-table {
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

table.bp-prop-table .bp-col-market { width: 30%; }
table.bp-prop-table .bp-col-est { width: 16%; }
table.bp-prop-table .bp-col-line { width: 27%; }

table.bp-prop-table thead th {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 12px !important;
  height: auto !important;
}

table.bp-prop-table thead th.bp-prop-market {
  text-align: left;
  padding-left: 14px !important;
}

body.batter-profile-page table.bp-prop-table tbody th[scope="row"],
body.batter-profile-page table.bp-prop-table .bp-prop-market {
  text-align: left;
  padding: 10px 14px !important;
  height: auto !important;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-2, #C4CBD6);
  white-space: nowrap;
}

table.bp-prop-table tbody td {
  padding: 10px 12px !important;
  height: auto !important;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

table.bp-prop-table tbody tr.hub-row:nth-child(even) td,
table.bp-prop-table tbody tr.hub-row:nth-child(even) th {
  background: rgba(255, 255, 255, 0.02);
}

table.bp-prop-table tbody tr.hub-row:hover td,
table.bp-prop-table tbody tr.hub-row:hover th {
  background: rgba(124, 77, 255, 0.08);
}

.bp-prop-est {
  text-align: center;
}

.bp-prop-est__val {
  display: block;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 16px !important;
  font-weight: 800;
  color: var(--text, #F5F6FA);
  line-height: 1.1;
}

.bp-prop-est__sub {
  display: block;
  margin-top: 2px;
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-3, #8A90A2);
}

.bp-prop-est__na,
.bp-prop-line__na {
  color: var(--text-3, #6E7383);
  font-weight: 700;
}

.bp-prop-line {
  text-align: center;
}

.bp-prop-line--na {
  opacity: 0.7;
}

.bp-prop-line__book {
  display: inline-block;
  min-width: 2.2em;
  margin-right: 8px;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 13px;
  font-weight: 800;
  color: var(--text-2, #C4CBD6);
}

.bp-prop-note {
  margin: 0;
  padding: 10px 14px;
  font-size: var(--bp-meta, 12px);
  line-height: 1.45;
  color: var(--text-3, #8A90A2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bp-flags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.bp-flag {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
  background: rgba(8, 9, 15, 0.55);
  border-left: 3px solid var(--border-2, #363B4D);
}

.bp-flag--watch { border-left-color: #FBBF24; }
.bp-flag--good { border-left-color: #4ADE80; }
.bp-flag--risk { border-left-color: #F87171; }

.bp-flag__icon {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 11px;
}

/* Pitch mix (shared renderer) */
.bp-pm-empty { padding: 8px 2px; }

.bp-pm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 4px 0 12px;
  font-size: var(--bp-meta, 12px);
  font-weight: 700;
  color: var(--text-2, #A4A8B6);
}

.bp-pm-head__sp,
.bp-pm-head__bat {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bp-pm-head__bat { margin-left: auto; }

.bp-pm-head__sp .ca-pitcher-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.bp-pm-sp-avatar,
.bp-pm-head__sp .ca-pitcher-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.bp-pm-insight {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: var(--bp-meta, 12px);
  line-height: 1.45;
  background: rgba(124, 77, 255, 0.08);
  border: 1px solid rgba(124, 77, 255, 0.22);
  color: var(--text-2, #C4CBD6);
}

body.batter-profile-page #pitchMixMount {
  margin-top: 4px;
  min-width: 0;
  width: 100%;
}

body.batter-profile-page #pitchMixMount .bp-pm-empty {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.bp-pm-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(8, 9, 15, 0.45);
  max-width: 100%;
  box-sizing: border-box;
}

.bp-pm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--bp-body, 13px);
  font-variant-numeric: tabular-nums;
}

.bp-pm-table thead th {
  padding: 11px 8px;
  background: #0C0E18;
  color: #AEB4C6;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-pm-table thead th:first-child { text-align: left; padding-left: 12px; }

.bp-pm-group--sp { color: #A78BFA; }

.bp-pm-table td {
  padding: 11px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  vertical-align: middle;
}

.bp-pm-pitch-name {
  text-align: left !important;
  padding-left: 12px !important;
  font-size: var(--bp-body, 13px);
  font-weight: 700;
  color: var(--text, #F5F6FA);
  white-space: nowrap;
}

.bp-pm-pitch-divider { border-left: 1px solid rgba(124, 77, 255, 0.35); }

.bp-pm-table .bp-pm-stat .chip {
  font-size: var(--bp-stat, 18px);
  font-weight: 800;
  line-height: 1.15;
}

.bp-pm-table .bp-pm-plain {
  font-weight: 700;
  font-size: var(--bp-stat, 18px);
  line-height: 1.15;
  color: var(--text, #F5F6FA);
}

.bp-pm-move { font-weight: 700; font-variant-numeric: tabular-nums; }

.bp-pm-table tbody tr:nth-child(even) td { background: rgba(255, 255, 255, 0.015); }

.bp-pm-table tbody tr:hover td { background: rgba(124, 77, 255, 0.06); }

/* Freeze the pitch-name column so the 13 stat columns scroll without losing
   which pitch each row is. Backgrounds must stay opaque to cover scrolled cells;
   the body rule is placed after striping/hover so it wins on equal specificity. */
.bp-pm-table thead th:first-child,
.bp-pm-table tbody tr td.bp-pm-pitch-name {
  position: sticky;
  left: 0;
}

.bp-pm-table thead th:first-child { z-index: 3; }

.bp-pm-table tbody tr td.bp-pm-pitch-name {
  z-index: 2;
  background: #0B0D16;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.07);
}

.bp-pm-table tbody tr:hover td.bp-pm-pitch-name { background: #171A26; }

/* Batter profile research surface */

.bp-edge-row {
  display: grid;
  grid-template-columns: 88px 1fr 36px;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.bp-edge-row__label {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-edge-row__track {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bp-edge-row__fill {
  height: 100%;
  border-radius: inherit;
  transition: width 0.25s ease;
}

.bp-edge-row__val {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-num, 15px);
  font-weight: 800;
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: var(--text, #F5F6FA);
}

.bp-driver-bars__best-label {
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--v-light, #C4B0FF);
}

.bp-driver-bars__best strong {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-stat, 16px);
  font-weight: 800;
  color: var(--text, #F5F6FA);
}

.bp-prop-board {
  display: block;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

.bp-pt-board {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 1020px;
  width: 100%;
  --bp-pt-cols:
    minmax(118px, 1.28fr)
    minmax(98px, 0.96fr)
    52px
    58px
    66px
    50px
    44px
    52px
    44px
    50px
    100px
    24px;
}

.bp-pt__head {
  position: sticky;
  top: 0;
  z-index: 2;
  padding-bottom: 2px;
  background: linear-gradient(180deg, rgba(10, 12, 20, 0.98) 70%, rgba(10, 12, 20, 0));
}

.bp-pt__row {
  display: grid;
  grid-template-columns: var(--bp-pt-cols);
  align-items: center;
  gap: 0 6px;
  padding: 11px 12px;
  cursor: pointer;
}

.bp-pt__c-prop { grid-column: 1; }
.bp-pt__c-lean { grid-column: 2; }
.bp-pt__c-grade { grid-column: 3; }
.bp-pt__c-model { grid-column: 4; }
.bp-pt__c-line { grid-column: 5; }
.bp-pt__c-edge { grid-column: 6; }
.bp-pt__c-l5 { grid-column: 7; }
.bp-pt__c-l10 { grid-column: 8; }
.bp-pt__c-l20 { grid-column: 9; }
.bp-pt__c-szn { grid-column: 10; }
.bp-pt__c-pips { grid-column: 11; }
.bp-pt__c-chev { grid-column: 12; }

.bp-pt__row--head {
  padding: 8px 12px 7px;
  margin-bottom: 0;
  cursor: default;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-3, #8790A5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}

.bp-pt__row--head .bp-pt__c {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.15;
  padding: 0 1px;
}

.bp-pt__row--head .bp-pt__c-prop,
.bp-pt__row--head .bp-pt__c-lean {
  text-align: left;
}

.bp-pt__row--head .bp-pt__c-line {
  letter-spacing: 0.05em;
}

.bp-pt__row--head .bp-pt__c-pips {
  letter-spacing: 0.05em;
}

.bp-pt__item {
  background: rgba(13, 17, 28, 0.72);
  border: 1px solid rgba(154, 107, 255, 0.14);
  border-radius: 12px;
  min-width: 0;
  overflow: hidden;
}

.bp-pt__item .bp-pt__row:last-child:not(:only-child) {
  border-radius: 0;
}

.bp-pt__item:hover { border-color: rgba(154, 107, 255, 0.32); }

.bp-pt__item--best { border-color: rgba(74, 222, 128, 0.32); }

.bp-pt__row:focus-visible {
  outline: 2px solid rgba(154, 107, 255, 0.6);
  outline-offset: -2px;
  border-radius: 12px;
}

.bp-pt__c {
  min-width: 0;
  max-width: 100%;
  line-height: 1.2;
  overflow: hidden;
}

.bp-pt__row > .bp-pt__c:not(.bp-pt__c-prop):not(.bp-pt__c-lean) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.bp-pt__c-prop {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.bp-pt__prop-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.bp-pt__prop-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--bp-body, 13px);
  font-weight: 700;
  color: var(--text, #F5F6FA);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bp-pt__best {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
  color: #86EFAC;
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.bp-pt__c-lean {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  overflow: hidden;
}

.bp-lean--sm {
  display: inline-block;
  max-width: 100%;
  min-height: 22px;
  padding: 2px 7px;
  font-size: 10px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.35;
}

.bp-pt__c-grade,
.bp-pt__c-model,
.bp-pt__c-edge,
.bp-pt__c-l5,
.bp-pt__c-l10,
.bp-pt__c-l20,
.bp-pt__c-szn {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bp-pt__c-l5,
.bp-pt__c-l10,
.bp-pt__c-l20,
.bp-pt__c-szn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-wrap: nowrap;
  padding: 0 1px;
  box-sizing: border-box;
}

.bp-pt__c-l10 .bp-pt__pct {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bp-pt__c-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4px;
  box-sizing: border-box;
}

.bp-pt__c-edge {
  padding: 0 1px;
  box-sizing: border-box;
}

.bp-pt__c-pips {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  box-sizing: border-box;
}

.bp-pt__c-chev {
  padding: 0;
}

.bp-pt__c-grade {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-weight: 800;
  font-size: var(--bp-num, 15px);
}

.bp-pt__c-model {
  font-weight: 700;
  font-size: var(--bp-num, 15px);
  color: var(--text, #F5F6FA);
}

.bp-pt__line-input {
  width: 100%;
  max-width: 72px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--text, #F5F6FA);
  padding: 5px 8px;
  font-size: var(--bp-base, 14px);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.bp-pt__line-input:focus {
  outline: none;
  border-color: rgba(154, 107, 255, 0.55);
}

.bp-pt__edge {
  font-weight: 700;
  font-size: var(--bp-num, 15px);
  color: var(--text-3, #8790A5);
}

.bp-pt__edge--over { color: #86EFAC; }

.bp-pt__edge--under { color: #FCA5A5; }

.bp-pt__pct {
  font-weight: 700;
  font-size: var(--bp-num, 15px);
}

.bp-pt__pct--na, .bp-pt__na { color: var(--text-3, #8790A5); }

.bp-pt__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-left: 0;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 211, 77, 0.16);
  border: 1px solid rgba(252, 211, 77, 0.4);
  color: #FCD34D;
  font-size: 9px;
  font-weight: 800;
  vertical-align: middle;
}

.bp-pt__pips {
  display: inline-flex;
  gap: 2px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bp-pt__pip {
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 2px;
  background: rgba(248, 113, 113, 0.45);
  border: 1px solid rgba(248, 113, 113, 0.55);
  flex: 0 0 auto;
}

.bp-pt__pip--hit {
  background: rgba(74, 222, 128, 0.75);
  border-color: rgba(74, 222, 128, 0.85);
}

.bp-pt__c-chev {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-3, #8790A5);
  text-align: center;
}

.bp-pt__detail {
  display: none;
  padding: 12px 14px 16px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.14);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.bp-pt__item--expanded .bp-pt__detail { display: block; }

.bp-pt__detail .bp-prop-card__agree {
  margin: 0 0 12px;
}

.bp-pt__detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 16px;
}

.bp-pt__detail-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bp-pt__detail-col .bp-hit-strip {
  margin: 0;
}

.bp-pt__detail-col .bp-prop-card__drivers {
  margin: 0;
}

.bp-pt__detail-col .bp-prop-card__note {
  margin: 0;
}

/* Alternate-line ladder — season clear% per tracked threshold (1+, 2+, 3+ …) */
.bp-altline {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 11px 12px;
  border: 1px solid rgba(154, 107, 255, 0.16);
  border-radius: 10px;
  background: rgba(124, 77, 255, 0.05);
}

.bp-altline__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.bp-altline__title {
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-2, #C5CCDA);
}

.bp-altline__hint {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: var(--text-3, #8790A5);
}

.bp-altline__rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bp-altline__row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 38px 62px;
  align-items: center;
  gap: 8px;
  padding: 3px 5px;
  border-radius: 6px;
}

.bp-altline__row--book {
  background: rgba(124, 77, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(196, 176, 255, 0.30);
}

.bp-altline__tag {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-body, 13px);
  font-weight: 700;
  color: var(--text, #F5F6FA);
}

.bp-altline__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.bp-altline__fill {
  height: 100%;
  border-radius: 999px;
  min-width: 2px;
}

.bp-altline__pct {
  font-size: var(--bp-body, 13px);
  font-weight: 700;
  text-align: right;
  color: var(--text, #F5F6FA);
}

.bp-altline__l10 {
  font-size: 10.5px;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
  color: var(--text-3, #8790A5);
}

@media (max-width: 980px) {
  .bp-pt-board {
    min-width: 780px;
    --bp-pt-cols:
      minmax(108px, 1.28fr)
      minmax(92px, 0.96fr)
      48px
      54px
      62px
      46px
      44px
      52px
      44px
      50px
      100px
      22px;
  }

  .bp-pt__c-edge,
  .bp-pt__c-l5,
  .bp-pt__c-l20,
  .bp-pt__c-szn {
    visibility: hidden;
    pointer-events: none;
  }

  .bp-pt__detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .bp-pt-board {
    min-width: 560px;
    --bp-pt-cols:
      minmax(96px, 1.28fr)
      minmax(84px, 0.96fr)
      44px
      54px
      58px
      46px
      44px
      52px
      44px
      50px
      100px
      22px;
  }

  .bp-pt__row {
    gap: 0 5px;
    padding: 10px 10px;
  }

  .bp-pt__c-model,
  .bp-pt__c-pips,
  .bp-pt__c-grade {
    visibility: hidden;
    pointer-events: none;
  }
}

.bp-prop-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, var(--ca-panel-solid, #10131F) 0%, var(--ca-panel-solid-2, #070912) 100%);
  border: 1.5px solid var(--ca-panel-border, rgba(154, 107, 255, 0.35));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  outline: none;
}

.bp-prop-card--featured {
  grid-row: span 2;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(135deg, rgba(124, 77, 255, 0.12), rgba(20, 184, 166, 0.045) 48%, rgba(6, 7, 13, 0.98));
  border-color: rgba(196, 176, 255, 0.34);
}

.bp-prop-card--compact {
  padding: 10px 12px;
}

.bp-prop-card:focus-visible {
  box-shadow: 0 0 0 2px rgba(124, 77, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bp-prop-card--best {
  border-color: color-mix(in srgb, var(--green, #4ADE80) 42%, rgba(154, 107, 255, 0.35));
  box-shadow:
    0 0 28px color-mix(in srgb, var(--green, #4ADE80) 12%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bp-prop-card--best::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4ADE80 0%, #7C4DFF 100%);
  border-radius: 8px 8px 0 0;
}

.bp-prop-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 8px;
  min-width: 0;
}

.bp-prop-card__title {
  margin: 0;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-base, 14px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text, #F5F6FA);
  flex: 1 1 100%;
  min-width: 0;
  line-height: 1.2;
}

.bp-prop-card--featured .bp-prop-card__title {
  font-size: 1.125rem;
}

.bp-prop-card--compact .bp-prop-card__head {
  margin-bottom: 6px;
}

.bp-prop-card--compact .bp-prop-card__title {
  flex: 1 1 auto;
  font-size: var(--bp-body, 13px);
  letter-spacing: 0.05em;
}

.bp-prop-card__head .bp-lean,
.bp-prop-card__head .bp-prop-card__badge {
  flex: 0 1 auto;
  max-width: 100%;
}

.bp-prop-card__badge {
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
  color: #86EFAC;
}

.bp-prop-card__agree {
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: -2px 0 8px;
}

.bp-prop-card__agree--ok { color: #86EFAC; }

.bp-prop-card__agree--warn { color: #FCD34D; }

.bp-lean {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bp-lean--strong-over,
.bp-lean--over {
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
  color: #86EFAC;
}

.bp-lean--strong-under,
.bp-lean--under {
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.28);
  color: #FCA5A5;
}

.bp-lean--pass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-3, #9CA3AF);
}

.bp-prop-card__proj {
  font-size: var(--bp-body, 13px);
  color: var(--text-2, #C4CBD6);
  margin-bottom: 8px;
}

.bp-prop-card__proj strong {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text, #F5F6FA);
  margin-left: 6px;
}

.bp-prop-card--featured .bp-prop-card__proj strong {
  font-size: 1.5rem;
}

.bp-prop-card--compact .bp-prop-card__proj {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  font-size: var(--bp-label, 11px);
}

.bp-prop-card--compact .bp-prop-card__proj strong {
  font-size: var(--bp-stat, 16px);
}

.bp-prop-card__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 10px;
}

.bp-prop-kpi {
  min-width: 0;
  padding: 8px 9px;
  border-radius: 9px;
  background: rgba(3, 5, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.bp-prop-kpi span {
  display: block;
  margin-bottom: 3px;
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-prop-kpi strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--bp-body, 13px);
  font-weight: 850;
  line-height: 1.1;
  color: var(--text, #F5F6FA);
  font-variant-numeric: tabular-nums;
}

.bp-prop-kpi--grade strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(124, 77, 255, 0.16);
  border: 1px solid rgba(196, 176, 255, 0.24);
  color: #FFFFFF;
}

.bp-prop-card__sub {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-3, #9CA3AF);
}

.bp-prop-card__edge {
  margin-bottom: 10px;
}

.bp-prop-card__drivers {
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-2, #B8C0CC);
}

.bp-prop-card__drivers li { margin-bottom: 4px; }

.bp-prop-card__drivers strong {
  color: var(--text, #E5E7EB);
  font-weight: 700;
}

.bp-prop-card--compact .bp-prop-card__kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 7px;
}

.bp-prop-card--compact .bp-prop-kpi {
  padding: 6px 7px;
  border-radius: 7px;
}

.bp-prop-card--compact .bp-prop-kpi span {
  margin-bottom: 2px;
  font-size: var(--bp-label, 11px);
}

.bp-prop-card--compact .bp-prop-kpi strong {
  font-size: var(--bp-meta, 12px);
}

.bp-prop-card__hitrate:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.bp-hit-strip {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-hit-strip--book {
  border-color: rgba(124, 77, 255, 0.28);
  background: rgba(124, 77, 255, 0.06);
}

.bp-hit-strip--compact {
  gap: 5px;
  margin-bottom: 8px;
  padding: 7px;
  border-radius: 8px;
}

.bp-prop-card--book {
  border-color: color-mix(in srgb, var(--purple, #7C4DFF) 38%, rgba(154, 107, 255, 0.35));
}

.bp-hit-strip__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.bp-hit-strip__streak {
  margin-left: auto;
  flex: 0 1 auto;
  max-width: 100%;
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-hit-strip__streak--hot {
  color: #86EFAC;
}

.bp-hit-strip__title {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-2, #C4CBD6);
}

.bp-hit-strip__platoon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(96, 165, 250, 0.22);
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #93C5FD;
}

.bp-hit-strip__platoon-pct {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.bp-hit-strip--compact .bp-hit-strip__head {
  gap: 5px 7px;
}

.bp-hit-strip--compact .bp-hit-strip__title {
  font-size: var(--bp-label, 11px);
}

.bp-hit-strip--compact .bp-hit-strip__platoon,
.bp-hit-strip--compact .bp-hit-strip__streak {
  font-size: var(--bp-label, 11px);
}

.bp-hit-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.bp-hit-strip--compact .bp-hit-strip__grid {
  gap: 4px;
}

.bp-hit-pill {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(8, 9, 15, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}

.bp-hit-strip--compact .bp-hit-pill {
  padding: 4px 5px;
  border-radius: 7px;
}

.bp-hit-pill__tag {
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-hit-strip--compact .bp-hit-pill__tag {
  font-size: var(--bp-label, 11px);
}

.bp-hit-pill__frac {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--text, #F5F6FA);
  line-height: 1.1;
}

.bp-hit-strip--compact .bp-hit-pill__frac {
  font-size: 11px;
}

.bp-hit-pill__pct {
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.bp-hit-strip--compact .bp-hit-pill__pct {
  font-size: var(--bp-label, 11px);
}

.bp-hit-pill__pct--na {
  color: var(--text-3, #6E7383);
}

.bp-hit-spark {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bp-hit-spark__label {
  flex-shrink: 0;
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
  width: 24px;
}

.bp-hit-strip--compact .bp-hit-spark {
  gap: 5px;
}

.bp-hit-strip--compact .bp-hit-spark__label {
  width: auto;
  font-size: var(--bp-label, 11px);
}

.bp-hit-spark__track {
  display: flex;
  flex: 1;
  gap: 3px;
  align-items: center;
  min-width: 0;
}

.bp-hit-spark__pip {
  display: block;
  flex: 1 1 0;
  max-width: 14px;
  min-width: 8px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bp-hit-strip--compact .bp-hit-spark__pip {
  max-width: 10px;
  height: 8px;
}

.bp-hit-spark__pip--clear {
  background: rgba(74, 222, 128, 0.62);
  border-color: rgba(74, 222, 128, 0.72);
  box-shadow: 0 0 6px rgba(74, 222, 128, 0.28);
}

.bp-hit-spark__pip--miss {
  background: rgba(248, 113, 113, 0.18);
  border-color: rgba(248, 113, 113, 0.28);
}

.bp-hit-spark__end {
  flex-shrink: 0;
  font-size: var(--bp-label, 11px);
  color: var(--text-3, #6E7383);
}

.bp-hit-strip__note {
  font-size: var(--bp-label, 11px);
  color: var(--text-3, #6E7383);
  line-height: 1.4;
}

.bp-hit-strip--compact .bp-hit-strip__note {
  display: none;
}

@media (max-width: 520px) {
  .bp-hit-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-hit-strip__streak {
    margin-left: 0;
    flex: 1 1 100%;
  }
}

.bp-prop-card__line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 10px;
  align-items: center;
  margin-bottom: 8px;
}

.bp-prop-card--compact .bp-prop-card__line {
  grid-template-columns: 84px 1fr;
  gap: 6px 8px;
  margin-bottom: 0;
}

.bp-prop-card__line-label {
  grid-column: 1 / -1;
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-prop-card--compact .bp-prop-card__line-label {
  grid-column: auto;
  align-self: center;
  font-size: var(--bp-label, 11px);
  line-height: 1.1;
}

.bp-prop-card__line-input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(8, 9, 15, 0.72);
  border: 1px solid var(--border-2, #363B4D);
  color: var(--text, #F5F6FA);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.bp-prop-card--compact .bp-prop-card__line-input {
  padding: 6px 8px;
  font-size: 12px;
}

.bp-prop-card__line-input:focus {
  outline: none;
  border-color: var(--purple, #7C4DFF);
  box-shadow: 0 0 0 3px rgba(124, 77, 255, 0.18);
}

.bp-prop-card__line-lean {
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.35;
  min-width: 0;
  word-break: break-word;
}

.bp-prop-card--compact .bp-prop-card__line-lean {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 4px 8px;
  font-size: var(--bp-label, 11px);
  line-height: 1.25;
}

.bp-prop-card__note {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-3, #6E7383);
}

.bp-prop-footnote {
  margin: 14px 0 0;
  font-size: var(--bp-meta, 12px);
  line-height: 1.5;
  color: var(--text-3, #9CA3AF);
}

body.batter-profile-page .bp-prop-section .bp-driver-bars {
  margin-bottom: 14px;
}

.bp-matchup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  min-width: 0;
  width: 100%;
}

.bp-matchup-panel {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.bp-matchup-panel--wide {
  grid-column: 1 / -1;
}

.bp-panel-title {
  margin: 0 0 4px;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: var(--tp-band-title-size, 12px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v-light, #C4B0FF);
}

.bp-matchup-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.bp-matchup-stat__label {
  display: block;
  font-size: var(--bp-label, 11px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
  margin-bottom: 4px;
}

.bp-evidence-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.bp-evidence-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bp-evidence-item__tag {
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
}

.bp-evidence-item__copy {
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-2, #C4CBD6);
}

.bp-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.bp-context-panel {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.bp-context-panel--wide {
  grid-column: 1 / -1;
}

.bp-context-panel__label {
  display: block;
  font-size: var(--bp-label, 11px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3, #9CA3AF);
  margin-bottom: 6px;
}

.bp-context-panel__value {
  display: block;
  font-family: var(--display, 'Roboto Condensed', sans-serif);
  font-size: 16px;
  font-weight: 800;
  color: var(--text, #F5F6FA);
  margin-bottom: 3px;
}

.bp-context-panel__hint {
  display: block;
  font-size: var(--bp-label, 11px);
  line-height: 1.4;
  color: var(--text-3, #6E7383);
}

.bp-context-panel__risk {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-2, #C4CBD6);
}

@media (max-width: 1099px) {
  .bp-prop-board { grid-template-columns: 1fr; }
  .bp-prop-card--featured { grid-row: auto; }
  .bp-driver-bars { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  body.batter-profile-page .container {
    padding: 12px 12px 56px;
  }

  body.batter-profile-page .tp-pitcher-banner__identity {
    align-items: center;
    text-align: center;
  }

  body.batter-profile-page .tp-pitcher-banner .tp-team-banner__stats--hero {
    padding-top: 10px;
  }

  .bp-prop-board,
  .bp-matchup-grid,
  .bp-context-grid,
  .bp-metric-strip {
    grid-template-columns: 1fr;
  }

  .bp-driver-bars {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 10px;
  }

  .bp-edge-row {
    grid-template-columns: 72px 1fr 32px;
  }

  .bp-prop-card {
    padding: 12px;
  }

  .bp-prop-card__title {
    font-size: 14px;
    flex: 1 1 100%;
  }

  .bp-prop-card__head {
    gap: 6px;
  }

  .bp-prop-card__proj strong {
    font-size: 1.125rem;
  }

  .bp-prop-card__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-prop-card__line {
    grid-template-columns: 1fr;
  }

  .bp-prop-card__line-lean {
    grid-column: 1 / -1;
  }

  .bp-hit-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-hit-strip__head {
    gap: 6px;
  }

  .bp-hit-strip__streak {
    margin-left: 0;
    flex: 1 1 100%;
  }

  .bp-evidence-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .bp-evidence-item__score {
    justify-self: start;
  }

  .bp-matchup-stats {
    grid-template-columns: 1fr 1fr;
  }

  .bp-pm-table-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  body.batter-profile-page .ca-board.tp-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 479px) {
  .bp-prop-card__kpis {
    grid-template-columns: 1fr;
  }

  .bp-hit-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bp-hit-spark__pip {
    max-width: 10px;
    height: 8px;
  }

  .bp-matchup-stats {
    grid-template-columns: 1fr;
  }
}

/* Artifact box model — prevent border/padding bleed */
body.batter-profile-page .ca-board.tp-section,
body.batter-profile-page .bp-prop-card,
body.batter-profile-page .bp-hit-strip,
body.batter-profile-page .bp-context-panel,
body.batter-profile-page .bp-matchup-panel,
body.batter-profile-page .bp-split-stat,
body.batter-profile-page .bp-split-metrics__band,
body.batter-profile-page .bp-metric-strip .profile-decision-card,
body.batter-profile-page .bp-driver-bars {
  box-sizing: border-box;
}

body.batter-profile-page .bp-metric-strip .profile-decision-card {
  min-width: 0;
  overflow: hidden;
}

body.batter-profile-page .bp-split-stat__value .chip,
body.batter-profile-page .bp-metric-strip .profile-decision-card__value {
  overflow-wrap: anywhere;
}

body.batter-profile-page .bp-evidence-item__copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.batter-profile-page .bp-prop-kpi {
  box-sizing: border-box;
}
