/* Design Refresh M1 transition note:
   ds-tokens.css defines foundations, ds-components.css defines the core
   Mithrandir mm-* component vocabulary, ds-extras.css adds the rich
   almanac/observatory pattern layer (sparklines, CI bands, dispatches,
   callouts, chart primitives), and betting.css adds the betting-specific
   three-lane/readability vocabulary. This legacy stylesheet remains loaded
   last during migration so unmigrated pages keep their current behavior. New
   or rebuilt pages should prefer mm-* and bt-* classes and only add legacy
   selectors when bridging an unmigrated template. */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap");
@import url("ds-tokens.css");
@import url("ds-components.css");
@import url("ds-extras.css");
@import url("betting.css");

:root {
  --bg: #06101e;
  --panel: #0e1a2b;
  --panel-2: #13233a;
  --line: #22324d;
  --text: #edf4ff;
  --muted: #96a8c8;
  --accent: #3fb5ff;
  --accent-2: #5ce5b2;
  --mythic-gold: #d6b36a;
  --field-green: #3f8f6b;
  --accent-soft: rgba(63, 181, 255, 0.16);
  --panel-glow: rgba(63, 181, 255, 0.08);
  --surface-glass: rgba(8, 19, 33, 0.6);
  --surface-glass-strong: rgba(13, 28, 48, 0.86);
  --signal-cyan: #6ec9d6;
  --signal-green: #5ce5b2;
  --signal-amber: #e0a24a;
  --ink-soft: #d7e5f8;
  --radius-card: 22px;
  --radius-control: 999px;
  --shadow-card: 0 22px 42px rgba(0, 0, 0, 0.22);
  --obs-bg: #0b1118;
  --obs-surface: #101820;
  --obs-surface-2: #141e28;
  --obs-line: rgba(180, 199, 224, 0.12);
  --obs-ink: #edf1f5;
  --obs-muted: #8f9baa;
  --obs-cyan: #6ec9d6;
  --obs-amber: #d6a15d;
}

.mm-social-links {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  align-self: center;
}

.mm-social-links a,
.mm-social-link {
  color: var(--accent, #5fd7ff);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(95, 215, 255, 0.32);
  padding: 4px 7px;
  background: rgba(95, 215, 255, 0.06);
  white-space: nowrap;
}

.mm-public-page {
  background: var(--bg, #0d0b09);
  color: var(--text, #f5efe6);
}

.mm-public-page .mm-shell {
  display: block;
  min-height: 100vh;
}

.mm-public-main {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
  padding: 56px 0 96px;
}

.mm-public-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 28px;
  margin-bottom: 24px;
}

.mm-public-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--serif, "Source Serif 4", serif);
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mm-public-hero p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted, #b8b1a7);
  font-size: 1.05rem;
  line-height: 1.6;
}

.mm-public-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.025);
  padding: clamp(24px, 4vw, 42px);
}

.mm-public-card h2 {
  margin: 28px 0 10px;
  font-family: var(--serif, "Source Serif 4", serif);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.mm-public-card h2:first-child {
  margin-top: 0;
}

.mm-public-card p,
.mm-public-card li {
  max-width: 820px;
  color: var(--text, #f5efe6);
  font-size: 1rem;
  line-height: 1.7;
}

.mm-public-card li + li {
  margin-top: 8px;
}

.mm-public-placeholder {
  border: 1px dashed rgba(95, 215, 255, 0.55);
  background: rgba(95, 215, 255, 0.08);
  padding: 16px 18px;
  margin: 12px 0 20px;
}

.mm-public-link-list,
.mm-launch-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.mm-public-link-list a,
.mm-launch-footer a {
  color: var(--accent, #5fd7ff);
}

.mm-launch-footer {
  margin: 72px auto 0;
  padding: 26px 32px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: var(--muted, #b8b1a7);
}

.mm-launch-footer__copy {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.mm-launch-footer__copy p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.mm-launch-footer__links a {
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 760px) {
  .mm-launch-footer__copy {
    grid-template-columns: 1fr;
  }

  .mm-public-main {
    width: min(100% - 32px, 960px);
    padding: 32px 0 72px;
  }
}

.mm-team-picker {
  display: grid;
  gap: 24px;
}

.mm-team-picker__group h2 {
  color: var(--mm-text, #f0eadc);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mm-team-picker__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.mm-team-picker__card {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(114, 222, 238, 0.14);
  color: var(--mm-text, #f0eadc);
  display: grid;
  gap: 4px;
  min-height: 130px;
  padding: 14px;
  text-decoration: none;
}

.mm-team-picker__card:hover {
  border-color: rgba(114, 222, 238, 0.5);
  transform: translateY(-1px);
}

.mm-team-picker__card .team-logo,
.mm-team-picker__card img {
  max-height: 38px;
}

.mm-team-picker__card b {
  color: #72deee;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.16em;
}

.mm-team-picker__card span,
.mm-team-picker__card small {
  color: var(--mm-muted, #9aa5a1);
}

.mm-hitter-opt-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mm-hitter-opt-card {
  border: 1px solid var(--mm-rule-1, rgba(240, 234, 220, .16));
  background: linear-gradient(135deg, rgba(22, 38, 38, .72), rgba(11, 13, 12, .82));
  padding: 1rem;
}

.mm-hitter-opt-card p {
  color: var(--mm-text-2, #d8d2c5);
  margin: .8rem 0 .35rem;
}

.mm-hitter-opt-card small {
  color: var(--mm-text-3, #9aa5a1);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mm-bat-angle-viz {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid var(--mm-rule-1, rgba(240, 234, 220, .16));
  background:
    radial-gradient(circle at 50% 72%, rgba(82, 214, 222, .16), transparent 38%),
    linear-gradient(180deg, rgba(240, 234, 220, .05), rgba(240, 234, 220, .01));
}

.mm-bat-angle-viz__bat {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 53%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d4d2e, #d99d48 58%, #f0eadc);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .32);
}

.mm-bat-angle-viz__line {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 38%;
  height: 2px;
  transform: scaleY(-1) rotate(var(--angle));
  transform-origin: left center;
}

.mm-bat-angle-viz__line--current {
  background: var(--mm-teal, #52d6de);
}

.mm-bat-angle-viz__line--target {
  border-top: 2px dashed var(--mm-text-1, #f0eadc);
}

.mm-bat-angle-viz__delta {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 1px solid rgba(82, 214, 222, .55);
  color: var(--mm-teal, #52d6de);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-weight: 800;
  padding: .25rem .45rem;
}

.mm-bat-angle-viz__angle-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: var(--mm-text-1, #f0eadc);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mm-hitter-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  max-width: 250px;
  margin: 0 auto;
  padding: .8rem;
  border: 1px solid var(--mm-rule-1, rgba(240, 234, 220, .16));
  background: rgba(240, 234, 220, .03);
}

.mm-pitch-movement-section {
  margin-top: 1.25rem;
}

.mm-pitch-movement-stack {
  display: grid;
  gap: 1rem;
}

.mm-pitch-movement-viz {
  border: 1px solid var(--mm-rule-1, rgba(240, 234, 220, .16));
  background:
    radial-gradient(circle at 72% 34%, rgba(82, 214, 222, .12), transparent 28%),
    rgba(7, 16, 18, .62);
  padding: 1rem;
}

.mm-pitch-movement-viz__head,
.mm-pitch-movement-viz__labels {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.mm-pitch-movement-viz__head strong {
  color: var(--mm-text-1, #f0eadc);
  display: block;
  font-family: var(--mm-font-serif, "Source Serif 4", serif);
  font-size: 1.35rem;
}

.mm-pitch-movement-viz__head small,
.mm-pitch-movement-viz__labels {
  color: var(--mm-text-3, #9aa5a1);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mm-pitch-movement-viz__delta {
  border: 1px solid rgba(82, 214, 222, .6);
  color: var(--mm-teal, #52d6de);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-weight: 800;
  padding: .35rem .55rem;
}

.mm-pitch-movement-viz__panels {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: .85rem;
}

.mm-pitch-movement-viz svg {
  background: linear-gradient(180deg, rgba(240, 234, 220, .05), rgba(240, 234, 220, .015));
  border: 1px solid rgba(240, 234, 220, .12);
  width: 100%;
}

.mm-svg-label {
  fill: var(--mm-text-3, #9aa5a1);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.movement-path {
  fill: none;
  stroke-width: 3;
}

.current-path {
  stroke: rgba(240, 234, 220, .72);
}

.recommended-path {
  stroke: var(--mm-teal, #52d6de);
  stroke-dasharray: 8 6;
}

.mound-dot,
.plate-shape {
  fill: rgba(240, 234, 220, .68);
}

.animated-ball {
  fill: #f0eadc;
  opacity: 0;
}

.mm-pitch-movement-viz.is-active .animated-ball {
  animation: movementBallFade 8s linear infinite;
}

.mm-pitch-movement-viz.is-paused .animated-ball {
  animation-play-state: paused;
}

.mm-pitch-movement-viz.is-active .recommended-ball {
  fill: var(--mm-teal, #52d6de);
}

@keyframes movementBallFade {
  0%, 4%, 38%, 100% { opacity: 0; }
  6%, 34% { opacity: .96; }
}

@media (max-width: 820px) {
  .mm-pitch-movement-viz__panels,
  .mm-pitch-movement-viz__head,
  .mm-pitch-movement-viz__labels {
    grid-template-columns: 1fr;
    display: grid;
  }
}

.mm-hitter-zone-cell {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 234, 220, .16);
  color: var(--mm-text-2, #d8d2c5);
  font-family: var(--mm-font-mono, "JetBrains Mono", monospace);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mm-hitter-zone-cell.is-attack {
  background: rgba(82, 214, 222, .24);
  color: var(--mm-text-1, #f0eadc);
}

.mm-hitter-zone-cell.is-bad-take {
  background: rgba(217, 157, 72, .26);
  color: var(--mm-text-1, #f0eadc);
}

.mm-hitter-zone-cell.is-bad-chase {
  background: rgba(196, 89, 74, .24);
  color: var(--mm-text-1, #f0eadc);
}

.mm-filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0 0 .75rem;
}

.mm-analytics-headline .mm-analytics-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.mm-projection-delta-table,
.mm-awards-table-wrap .mm-table {
  table-layout: fixed;
  width: 100%;
}

.mm-projection-delta-table th,
.mm-projection-delta-table td,
.mm-awards-table-wrap .mm-table th,
.mm-awards-table-wrap .mm-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-projection-delta-table td.name,
.mm-awards-table-wrap .mm-table td.name {
  min-width: 0;
}

.mm-projection-delta-table td.name .mm-team-logo,
.mm-projection-delta-table td.name img {
  max-width: 24px;
}

.mm-projection-delta-table .num,
.mm-awards-table-wrap .num {
  white-space: nowrap;
}

.mm-awards-split-grid {
  grid-template-columns: 1fr !important;
}

.mm-awards-table-wrap .mm-table td.name a,
.mm-awards-table-wrap .mm-table td.name small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm-awards-table-wrap .mm-table small {
  white-space: normal;
}

@media (max-width: 1400px) {
  .mm-analytics-headline .mm-analytics-preview-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -8%, rgba(110, 201, 214, 0.16), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(214, 161, 93, 0.06), transparent 22%),
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.025), transparent 20%),
    var(--obs-bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.011) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 8%, rgba(214, 179, 106, 0.08), transparent 32%),
    radial-gradient(ellipse at 12% 48%, rgba(63, 143, 107, 0.06), transparent 30%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 78%);
}

.model-coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.panel-subcard {
  border: 1px solid var(--obs-line);
  background: linear-gradient(180deg, rgba(20, 30, 40, 0.86), rgba(10, 16, 24, 0.78));
  padding: 20px;
  min-height: 160px;
}

.panel-subcard h3 {
  margin: 6px 0 10px;
  color: var(--obs-ink);
}

.panel-subcard p,
.muted-copy {
  color: var(--obs-muted);
}

.empty-state-panel {
  border: 1px dashed rgba(110, 201, 214, 0.32);
  background: rgba(110, 201, 214, 0.06);
  padding: 24px;
}

.empty-state-panel h3 {
  margin: 0 0 8px;
}

.empty-state-panel p {
  margin: 0;
  color: var(--obs-muted);
}

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(110, 201, 214, 0.34);
  color: var(--obs-cyan);
  background: rgba(110, 201, 214, 0.08);
  padding: 3px 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .mm-masthead__folio,
  .mm-masthead__title,
  .mm-masthead__dek,
  .mm-card__title {
    max-width: calc(100vw - 32px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .mm-masthead__meta {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .model-coverage-grid {
    grid-template-columns: 1fr;
  }
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-masthead {
  margin-bottom: 0;
  border: 1px solid var(--obs-line);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: rgba(9, 15, 22, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.masthead-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  min-height: 62px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  min-width: 200px;
  padding: 0 18px;
  border-right: 1px solid var(--obs-line);
  background: rgba(255, 255, 255, 0.015);
}

.brand-lockup h2 {
  margin-bottom: 0;
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0.01em;
}

.brand-lockup h2 span {
  color: var(--obs-muted);
  font-family: "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand-logo {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(110, 201, 214, 0.16));
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav-group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  min-width: 0;
}

.site-nav-group-primary {
  flex: 0 0 auto;
}

.site-nav-group-secondary {
  flex: 0 0 auto;
}

.site-nav-group-label {
  color: rgba(150, 168, 200, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 15px;
  border: 0;
  border-right: 1px solid rgba(180, 199, 224, 0.08);
  border-radius: 0;
  background: transparent;
  color: var(--obs-muted);
  text-decoration: none;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.site-nav-link-core {
  color: #c4ceda;
}

.site-nav-link-secondary {
  padding: 0 12px;
  color: rgba(143, 155, 170, 0.78);
  background: rgba(255, 255, 255, 0.006);
  font-size: 10px;
}

.site-nav-divider {
  width: 1px;
  height: 26px;
  margin: 0 2px;
  background: linear-gradient(to bottom, transparent, rgba(214, 179, 106, 0.42), transparent);
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-nav-link-active {
  color: var(--obs-ink);
  background: rgba(110, 201, 214, 0.06);
  box-shadow: inset 0 -2px 0 var(--obs-cyan);
}

.masthead-status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 190px;
  padding: 0 18px;
  border-left: 1px solid var(--obs-line);
  color: rgba(143, 155, 170, 0.86);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.masthead-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--obs-cyan);
  box-shadow: 0 0 14px rgba(110, 201, 214, 0.7);
}

.player-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.player-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(63, 181, 255, 0.28);
  background: linear-gradient(135deg, rgba(14, 30, 48, 0.98), rgba(21, 40, 61, 0.88));
  overflow: hidden;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 18px rgba(63, 181, 255, 0.08);
}

.player-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.player-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, rgba(63, 181, 255, 0.18), rgba(92, 229, 178, 0.12));
}

.player-avatar-xl {
  width: 120px;
  height: 120px;
  flex-basis: 120px;
  border-width: 1px;
}

.player-avatar-xl .player-avatar-fallback {
  font-size: 30px;
}

.player-name-link {
  color: inherit;
  text-decoration: none;
}

.player-name-link:hover h3,
.player-name-link:focus-visible h3 {
  color: var(--accent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 12ch;
  margin-bottom: 16px;
}

h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 20px;
  line-height: 1.18;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(9, 19, 33, 0.97), rgba(12, 28, 49, 0.92)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 28%);
  margin-bottom: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 22px 50px rgba(0, 0, 0, 0.24);
}

.hero::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(214, 179, 106, 0.035) 42.2% 42.8%, transparent 43%),
    radial-gradient(circle at 92% 12%, rgba(92, 229, 178, 0.055), transparent 24%);
  opacity: 0.85;
}

.hero.compact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.premium-hero {
  position: relative;
  overflow: hidden;
}

.premium-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% 35%;
  height: 320px;
  background: radial-gradient(circle, rgba(63, 181, 255, 0.12), transparent 65%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.profile-hero {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-actions,
.hero-nav {
  min-width: 260px;
  padding: 20px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  border-radius: 18px;
  background: rgba(8, 18, 31, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-label,
.summary-label,
.top-note {
  color: var(--muted);
}

.hero-link {
  display: inline-block;
  margin: 10px 0 14px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.hero-lede {
  max-width: 68ch;
  color: #d5e5ff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.primary-button {
  color: #06101e;
  background: linear-gradient(135deg, #6fd2ff, #7de8bb);
  box-shadow: 0 10px 24px rgba(63, 181, 255, 0.16);
}

.secondary-button {
  color: var(--text);
  border: 1px solid rgba(63, 181, 255, 0.28);
  background: rgba(63, 181, 255, 0.08);
}

.primary-button:hover,
.secondary-button:hover,
.primary-button:focus-visible,
.secondary-button:focus-visible {
  transform: translateY(-1px);
}

.hero-spotlight {
  position: relative;
  z-index: 1;
  min-width: 320px;
}

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

.hero-mini-stat {
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(17, 31, 51, 0.8);
}

.hero-mini-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  line-height: 1;
}

.home-dual-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.home-dual-hero-card {
  margin-bottom: 0;
  min-height: 480px;
  align-items: stretch;
}

.home-dual-hero-card .hero-copy,
.home-dual-hero-card .hero-spotlight {
  align-self: flex-start;
}

.home-dual-hero-card .hero-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
}

.home-dual-hero-card .hero-spotlight {
  margin-top: 70px;
}

.home-dual-hero-card h1 {
  max-width: 10.5ch;
}

.betting-engine-card {
  border-color: rgba(92, 229, 178, 0.24);
  background:
    linear-gradient(135deg, rgba(9, 30, 28, 0.97), rgba(10, 28, 42, 0.92)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.08), transparent 28%);
}

.betting-engine-card::after {
  background: radial-gradient(circle, rgba(92, 229, 178, 0.14), transparent 65%);
}

.betting-engine-spotlight {
  border-color: rgba(92, 229, 178, 0.24);
  background: rgba(7, 24, 23, 0.58);
}

.betting-button {
  background: linear-gradient(135deg, #7de8bb, #6fd2ff);
  box-shadow: 0 10px 24px rgba(92, 229, 178, 0.16);
}

.betting-secondary-button {
  border-color: rgba(92, 229, 178, 0.28);
  background: rgba(92, 229, 178, 0.08);
}

.home-observatory-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 28px;
  min-height: 560px;
  align-items: stretch;
  margin-bottom: 0;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 0;
  border-color: var(--obs-line);
  border-top-color: rgba(180, 199, 224, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 18, 26, 0.985), rgba(9, 15, 22, 0.97)),
    radial-gradient(circle at 78% 20%, rgba(110, 201, 214, 0.08), transparent 32%),
    radial-gradient(circle at 10% 84%, rgba(214, 161, 93, 0.075), transparent 28%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
}

.home-observatory-hero::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0 58%, rgba(63, 181, 255, 0.12) 58.4% 58.8%, transparent 59.2%),
    linear-gradient(90deg, transparent 0 49.8%, rgba(92, 229, 178, 0.08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 0 49.8%, rgba(92, 229, 178, 0.06) 50%, transparent 50.2%);
  opacity: 0.34;
}

.home-observatory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
}

.home-observatory-copy h1 {
  max-width: 11ch;
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6.2vw, 86px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-observatory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 28px;
  color: rgba(143, 155, 170, 0.82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-observatory-meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 14px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--obs-cyan);
}

.home-observatory-copy .eyebrow {
  color: var(--obs-amber);
}

.home-observatory-copy .hero-lede {
  max-width: 62ch;
  color: #aeb9c8;
  font-size: 17px;
}

.home-system-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: auto;
  padding-top: 54px;
}

.home-system-strip div {
  min-width: 0;
}

.home-system-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.home-system-strip strong {
  display: block;
  min-height: 32px;
  color: var(--obs-muted);
  font-size: 11px;
  font-weight: 700;
}

.home-system-strip i {
  display: block;
  position: relative;
  height: 3px;
  margin-top: 12px;
  overflow: hidden;
  background: rgba(180, 199, 224, 0.14);
}

.home-system-strip i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-width, 72%);
  background: linear-gradient(90deg, var(--obs-cyan), rgba(110, 201, 214, 0.22));
}

.home-latest-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(180, 199, 224, 0.12);
  border-radius: 0;
  background: rgba(15, 24, 34, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 38px rgba(0, 0, 0, 0.18);
}

.home-latest-grid {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.home-latest-grid span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 0;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.055);
}

.home-latest-grid strong {
  color: var(--text);
  font-size: 18px;
}

.home-slate-preview {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(180, 199, 224, 0.12);
}

.home-slate-preview a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(180, 199, 224, 0.08);
  color: var(--obs-ink);
  text-decoration: none;
  font-size: 13px;
}

.home-slate-preview strong {
  color: var(--obs-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
}

/* Shared observatory primitives: reusable cards, pills, and bars. */
.ui-status-pill,
.ui-stat-label,
.ui-stat-note,
.ui-action-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ui-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(63, 181, 255, 0.24);
  border-radius: var(--radius-control);
  color: #dff6ff;
  background: rgba(63, 181, 255, 0.08);
}

.ui-status-pill-signal {
  border-color: rgba(63, 181, 255, 0.28);
  color: #dff6ff;
  background: rgba(63, 181, 255, 0.1);
}

.ui-status-pill-success {
  border-color: rgba(92, 229, 178, 0.28);
  color: #dbfff2;
  background: rgba(92, 229, 178, 0.11);
}

.ui-status-pill-gold {
  border-color: rgba(214, 179, 106, 0.32);
  color: #ffe5ad;
  background: rgba(214, 179, 106, 0.11);
}

.ui-status-pill-muted {
  border-color: rgba(150, 168, 200, 0.24);
  color: var(--muted);
  background: rgba(150, 168, 200, 0.08);
}

.ui-stat-chip {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  border-radius: 16px;
  background: var(--surface-glass);
}

.ui-stat-chip strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  overflow-wrap: anywhere;
}

.ui-stat-label,
.ui-stat-note {
  display: block;
  color: var(--muted);
}

.ui-stat-note {
  margin-top: 7px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.ui-stat-chip-signal {
  border-color: rgba(63, 181, 255, 0.24);
  background: rgba(63, 181, 255, 0.06);
}

.ui-stat-chip-gold {
  border-color: rgba(214, 179, 106, 0.25);
  background: rgba(214, 179, 106, 0.07);
}

.ui-action-card {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  border-radius: 16px;
  color: var(--text);
  text-decoration: none;
  background: var(--surface-glass);
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.ui-action-card:hover,
.ui-action-card:focus-visible {
  border-color: rgba(63, 181, 255, 0.38);
  background: rgba(63, 181, 255, 0.08);
  transform: translateY(-1px);
}

.ui-action-card span:not(.ui-action-eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.ui-action-eyebrow {
  color: var(--accent);
}

.ui-metric-bar {
  position: relative;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(34, 50, 77, 0.85);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.06);
}

.ui-metric-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  max-width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(63, 181, 255, 0.95), rgba(92, 229, 178, 0.9));
  box-shadow: 0 0 18px rgba(63, 181, 255, 0.18);
}

.ui-metric-bar-gold span {
  background: linear-gradient(90deg, rgba(214, 179, 106, 0.95), rgba(224, 162, 74, 0.9));
}

.ui-metric-bar-muted span {
  background: linear-gradient(90deg, rgba(150, 168, 200, 0.72), rgba(150, 168, 200, 0.38));
}

.model-lane-switcher {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(63, 181, 255, 0.08), transparent 44%),
    var(--surface-glass);
}

.model-lane-copy {
  display: grid;
  gap: 4px;
}

.model-lane-copy h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.model-lane-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}

.model-lane-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.model-lane-pill {
  display: grid;
  gap: 4px;
  min-width: 132px;
  padding: 11px 13px;
  border: 1px solid rgba(150, 168, 200, 0.22);
  border-radius: var(--radius-control);
  color: var(--muted);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.model-lane-pill:hover,
.model-lane-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(63, 181, 255, 0.36);
  background: rgba(63, 181, 255, 0.08);
}

.model-lane-pill-active {
  border-color: rgba(63, 181, 255, 0.54);
  color: var(--text);
  background: rgba(63, 181, 255, 0.14);
  box-shadow: 0 0 0 1px rgba(63, 181, 255, 0.12) inset;
}

.model-lane-pill-missing {
  border-color: rgba(150, 168, 200, 0.18);
  background: rgba(150, 168, 200, 0.045);
}

.model-lane-name {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--text);
}

.model-lane-status {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.model-lane-empty {
  border-color: rgba(214, 179, 106, 0.32);
  background:
    linear-gradient(135deg, rgba(214, 179, 106, 0.1), transparent 48%),
    var(--surface-glass);
}

.model-lane-empty code {
  color: #ffe5ad;
}

.daily-issue-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  gap: 28px;
  align-items: stretch;
  min-height: 430px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid var(--obs-line);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 26, 0.985), rgba(9, 15, 22, 0.97)),
    radial-gradient(circle at 82% 20%, rgba(110, 201, 214, 0.1), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(214, 161, 93, 0.08), transparent 34%);
  box-shadow: none;
}

.daily-issue-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.72;
}

.daily-issue-copy {
  align-self: center;
  max-width: 760px;
}

.daily-issue-copy .eyebrow {
  color: var(--obs-amber);
}

.daily-issue-copy h1 {
  max-width: 13ch;
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.052em;
  font-weight: 500;
}

.daily-issue-board {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  gap: 20px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(180, 199, 224, 0.12);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.76), rgba(9, 15, 22, 0.72)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.08), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 42px rgba(0, 0, 0, 0.22);
}

.daily-board-topline,
.daily-board-modules,
.daily-module-strip,
.daily-fast-paths a,
.daily-board-counts div {
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 19, 33, 0.6);
}

.daily-board-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.daily-board-date {
  color: var(--text);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.daily-board-modules,
.daily-module-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 0;
}

.daily-board-modules .ui-status-pill,
.daily-module-strip .ui-status-pill {
  flex: 0 0 auto;
}

.daily-board-counts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.daily-board-counts div {
  min-height: 82px;
}

.daily-board-counts strong {
  margin-top: 6px;
}

.daily-board-counts span {
  letter-spacing: 0.12em;
}

.daily-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 0;
  margin-bottom: 0;
}

.daily-lead-panel,
.daily-side-panel,
.daily-archive-panel {
  margin-bottom: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.daily-side-panel {
  border-left: 1px solid var(--obs-line);
}

.daily-lead-copy {
  max-width: 76ch;
  margin: 0 0 18px;
  color: #d5e5ff;
  line-height: 1.7;
}

.daily-fast-paths {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.daily-fast-paths a {
  min-height: 75px;
}

.daily-report-card {
  min-height: 210px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.78), rgba(10, 17, 25, 0.7)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.05), transparent 48%);
}

.daily-reports-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.daily-report-card h3 {
  white-space: nowrap;
}

.daily-observatory-layout {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: start;
  border: 1px solid var(--obs-line);
  border-top: 0;
  background: rgba(8, 14, 21, 0.72);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.daily-section-rail {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 0;
  min-height: calc(100vh - 86px);
  padding: 24px 0;
  border-right: 1px solid var(--obs-line);
  background:
    linear-gradient(180deg, rgba(10, 16, 24, 0.96), rgba(8, 14, 21, 0.94)),
    radial-gradient(circle at top left, rgba(214, 161, 93, 0.055), transparent 40%);
}

.daily-section-rail .eyebrow {
  margin: 0 20px 12px;
  color: var(--obs-muted);
}

.daily-section-rail a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-left: 2px solid transparent;
  color: #99a7b6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.daily-section-rail a:hover,
.daily-section-rail a:focus-visible,
.daily-section-rail a.active {
  border-left-color: var(--obs-cyan);
  color: var(--obs-ink);
  background: rgba(110, 201, 214, 0.06);
}

.daily-workspace {
  min-width: 0;
}

.daily-workspace > .panel + .panel,
.daily-command-grid + .daily-archive-panel {
  border-top: 0;
}

.daily-workspace .ui-action-card {
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.72), rgba(10, 17, 25, 0.68));
}

.platform-orientation-panel {
  border-color: rgba(214, 179, 106, 0.24);
  background:
    linear-gradient(180deg, rgba(14, 26, 43, 0.96), rgba(9, 20, 34, 0.94)),
    radial-gradient(circle at top left, rgba(214, 179, 106, 0.06), transparent 34%);
}

.platform-orientation-panel-tight {
  padding: 22px;
  margin-bottom: 28px;
}

.platform-lane-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.9fr;
  gap: 16px;
}

.platform-lane-card {
  display: grid;
  gap: 12px;
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(34, 50, 77, 0.92);
  border-radius: 22px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(10, 22, 38, 0.94), rgba(15, 30, 48, 0.84)),
    radial-gradient(circle at 90% 10%, rgba(63, 181, 255, 0.08), transparent 42%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.platform-lane-card:hover,
.platform-lane-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(63, 181, 255, 0.36);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.platform-lane-card h3 {
  max-width: 22ch;
  margin-bottom: 0;
  font-size: clamp(20px, 1.55vw, 25px);
}

.platform-lane-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.platform-lane-betting {
  border-color: rgba(92, 229, 178, 0.22);
  background:
    linear-gradient(145deg, rgba(7, 24, 23, 0.94), rgba(9, 27, 40, 0.84)),
    radial-gradient(circle at 90% 10%, rgba(92, 229, 178, 0.1), transparent 42%);
}

.platform-lane-method {
  border-color: rgba(214, 179, 106, 0.24);
  background:
    linear-gradient(145deg, rgba(21, 22, 34, 0.94), rgba(10, 22, 38, 0.84)),
    radial-gradient(circle at 90% 10%, rgba(214, 179, 106, 0.1), transparent 42%);
}

.breadcrumb-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 14px;
}

.hero-stats,
.hero-nav-links,
.jump-links,
.archive-list,
.summary-row,
.mini-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-nav-links {
  margin-top: 12px;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow,
.section-head p,
.muted,
.links,
.queue-item span {
  color: var(--muted);
}

.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(14, 26, 43, 0.94), rgba(12, 24, 39, 0.94));
  margin-bottom: 34px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 18px 36px rgba(0, 0, 0, 0.18);
}

.panel > *,
.hero > * {
  position: relative;
  z-index: 1;
}

.profile-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.profile-context-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
}

.profile-stat-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.profile-identity-card {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.player-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.player-search-input {
  flex: 1 1 320px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background: rgba(10, 22, 38, 0.78);
  color: var(--text);
  font-size: 15px;
}

.player-search-input::placeholder {
  color: var(--muted);
}

.players-results-head {
  margin-bottom: 14px;
}

.leaderboard-filter-group {
  display: grid;
  gap: 12px;
}

.leaderboard-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.leaderboard-pill-active {
  border-color: rgba(63, 181, 255, 0.4);
  background: rgba(63, 181, 255, 0.18);
  color: var(--text);
}

.leaderboard-table th:first-child,
.leaderboard-table td:first-child {
  width: 48px;
  text-align: center;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(19, 35, 58, 0.88);
  color: var(--text);
  text-decoration: none;
  text-align: center;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.team-card:hover,
.team-card:focus-visible {
  border-color: rgba(63, 181, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(63, 181, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.team-card h3 {
  margin-bottom: 0;
}

.team-logo-xl {
  width: 64px;
  height: 64px;
}

.team-logo-hero {
  flex: 0 0 64px;
}

.roster-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.roster-card {
  padding-bottom: 12px;
}

.profile-identity-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.profile-team-logo {
  flex: 0 0 44px;
}

.profile-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 12px;
}

.profile-stat {
  padding: 10px 0 8px;
  border-top: 1px solid rgba(34, 50, 77, 0.56);
}

.profile-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.1;
}

.reports-grid .report-summary-card,
.path-grid .path-card {
  min-height: 198px;
}

.dashboard-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
}

.todays-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.game-tile {
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: linear-gradient(180deg, rgba(16, 30, 48, 0.94), rgba(11, 22, 36, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.game-tile-link {
  color: var(--text);
  text-decoration: none;
  display: block;
}

.game-tile-link:hover,
.game-tile-link:focus-visible {
  border-color: rgba(63, 181, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(63, 181, 255, 0.12), 0 14px 26px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.game-tile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.game-matchup {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  flex-wrap: wrap;
}

.game-matchup strong {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.team-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.team-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.team-logo-large {
  width: 44px;
  height: 44px;
}

.team-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.game-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.game-status.live {
  color: #89f2c9;
  border-color: rgba(92, 229, 178, 0.28);
  background: rgba(92, 229, 178, 0.12);
}

.game-status.final {
  color: #d7e4fb;
}

.game-scoreline {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.game-hero-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.game-hero-team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.game-hero-team strong,
.game-hero-team span:last-child {
  display: block;
}

.game-hero-team strong {
  font-size: 18px;
}

.game-hero-team span:last-child {
  font-size: 28px;
  font-weight: 800;
}

.game-hero-meta {
  text-align: center;
}

.game-hero-meta strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.game-hero-meta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.game-box-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.subpanel {
  border: 1px solid rgba(34, 50, 77, 0.82);
  border-radius: 16px;
  background: rgba(11, 22, 36, 0.68);
  padding: 18px;
}

.table-shell {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(34, 50, 77, 0.62);
  text-align: left;
  white-space: nowrap;
}

.data-table thead th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.linescore-table td,
.linescore-table th {
  text-align: center;
}

.linescore-table th:first-child,
.linescore-table td:first-child {
  text-align: left;
}

.empty-table {
  color: var(--muted);
  text-align: center;
}

.dashboard-grid-cta {
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
}

.glossary-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.glossary-panel {
  padding-bottom: 18px;
}

.glossary-list {
  display: grid;
  gap: 14px;
}

.glossary-item {
  padding: 16px 0 0;
  border-top: 1px solid rgba(34, 50, 77, 0.62);
}

.glossary-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.glossary-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.glossary-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.subsection + .subsection {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(34, 50, 77, 0.7);
}

.section-head,
.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.section-head-home {
  margin-bottom: 22px;
}

.section-head-home h2 {
  margin-bottom: 6px;
}

.panel-emphasis {
  border-color: rgba(63, 181, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(14, 27, 45, 0.96), rgba(11, 22, 38, 0.94)),
    radial-gradient(circle at top left, rgba(63, 181, 255, 0.04), transparent 28%);
}

.date-list,
.featured-grid,
.caption-grid,
.card-grid {
  display: grid;
  gap: 16px;
}

.compact-list {
  grid-template-columns: 1fr;
}

.date-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.featured-grid,
.caption-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.fielding-position-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.fielding-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.compact-head {
  margin-bottom: 12px;
}

.compact-head h4 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
}

.abs-grid,
.abs-home-grid {
  grid-template-columns: minmax(0, 1fr);
}

.date-tile,
.featured-card,
.caption-card,
.card-tile,
.queue-item,
.path-card,
.report-summary-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(19, 35, 58, 0.88);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.date-tile {
  padding: 18px 20px;
  color: var(--text);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.date-tile-static {
  cursor: default;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.card-link {
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.path-grid,
.reports-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.path-card,
.report-summary-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  color: var(--text);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.path-card h3,
.report-summary-card h3 {
  margin-bottom: 0;
}

.report-summary-top,
.archive-highlight {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.report-summary-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

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

.summary-card {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}

.summary-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 28px;
}

.summary-card p,
.panel-note {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.panel-note {
  margin: 16px 0 0;
}

.mm-prospect-transparency {
  margin: 18px 0 26px;
}

.mm-prospect-transparency strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--text);
}

.mm-prospect-transparency p {
  margin: 4px 0;
  color: var(--muted);
  line-height: 1.5;
}

.mm-feedback-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: min(320px, calc(100vw - 28px));
  color: var(--text);
  font-family: var(--font-sans);
}

.mm-feedback-widget details {
  border: 1px solid var(--border);
  background: rgba(14, 12, 10, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
}

.mm-feedback-widget summary {
  cursor: pointer;
  padding: 10px 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mm-feedback-widget form {
  display: grid;
  gap: 10px;
  padding: 0 12px 12px;
}

.mm-feedback-widget label span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm-feedback-widget textarea,
.mm-feedback-widget input {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 9px;
}

.mm-feedback-widget textarea {
  min-height: 96px;
  resize: vertical;
}

.mm-feedback-widget button {
  border: 0;
  background: var(--accent);
  color: #070707;
  cursor: pointer;
  font-weight: 800;
  padding: 9px 12px;
}

.mm-feedback-hp {
  display: none;
}

.mm-feedback-thanks {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

@media (max-width: 760px) {
  .mm-feedback-widget {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 760px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
}

.archive-highlight-copy {
  max-width: 560px;
}

.card-link .card-tile {
  height: 100%;
}

.date-tile:hover,
.path-card:hover,
.report-summary-card:hover,
.card-link:hover .card-tile,
.card-link:focus-visible .card-tile {
  border-color: rgba(63, 181, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(63, 181, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.date-tile-static:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}

.featured-card,
.caption-card,
.card-tile {
  padding: 18px;
}

.queue-list {
  display: grid;
  gap: 12px;
}

.summary-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 8px;
}

.summary-chip {
  min-width: 0;
  padding: 16px 16px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(19, 35, 58, 0.72);
  overflow: hidden;
}

.summary-chip strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.summary-chip.large strong {
  font-size: 30px;
}

.prospect-dashboard-grid {
  align-items: start;
}

.prospect-read-guide {
  margin-top: 18px;
}

.prospect-read-guide summary {
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.prospect-read-guide summary::-webkit-details-marker {
  display: none;
}

.prospect-read-guide summary::after {
  content: "+";
  float: right;
  color: var(--accent);
}

.prospect-read-guide[open] summary::after {
  content: "-";
}

.prospect-read-guide-inline {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  border-radius: 16px;
  background: rgba(9, 20, 34, 0.56);
}

.prospect-chip-grid,
.prospect-flag-grid,
.prospect-interpretation-layout,
.prospect-confidence-stack,
.prospect-analysis-grid,
.prospect-explainer-list,
.prospect-background-grid,
.prospect-tool-grade-grid,
.prospect-source-context {
  display: grid;
  gap: 14px;
}

.prospect-chip-grid,
.prospect-flag-grid,
.prospect-analysis-grid,
.prospect-background-grid,
.prospect-tool-grade-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.prospect-tag-row,
.prospect-reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.prospect-tag-row-hero {
  margin-top: 14px;
}

.prospect-hero-tier-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 4px;
}

.prospect-reason-list {
  margin-top: 10px;
}

.prospect-muted-note {
  margin: 6px 0 0;
  line-height: 1.55;
}

.prospect-copy,
.prospect-summary-lead {
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 0;
}

.prospect-summary-lead {
  font-size: 18px;
}

.prospect-callout {
  display: grid;
  gap: 8px;
}

.prospect-callout p {
  margin: 0;
  line-height: 1.55;
}

.prospect-callout-positive {
  border-color: rgba(92, 229, 178, 0.24);
  background: linear-gradient(180deg, rgba(10, 35, 31, 0.84), rgba(11, 22, 36, 0.76));
}

.prospect-callout-neutral {
  border-color: rgba(63, 181, 255, 0.24);
  background: linear-gradient(180deg, rgba(13, 29, 47, 0.88), rgba(11, 22, 36, 0.76));
}

.prospect-callout-caution {
  border-color: rgba(255, 189, 96, 0.24);
  background: linear-gradient(180deg, rgba(36, 24, 7, 0.84), rgba(11, 22, 36, 0.76));
}

.prospect-analysis-card {
  min-height: 100%;
}

.prospect-analysis-card .prospect-copy {
  margin-bottom: 0;
}

.prospect-flag-card {
  min-height: 100%;
}

.prospect-flag-card-active {
  border-color: rgba(63, 181, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(14, 27, 45, 0.96), rgba(11, 22, 38, 0.94)),
    radial-gradient(circle at top left, rgba(63, 181, 255, 0.04), transparent 28%);
}

.prospect-flag-card-inactive {
  opacity: 0.9;
}

.prospect-interpretation-layout {
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  align-items: start;
}

.prospect-interpretation-main,
.prospect-interpretation-side {
  display: grid;
  gap: 14px;
}

.prospect-provisional-block {
  display: grid;
  gap: 8px;
}

.prospect-background-summary {
  margin-bottom: 14px;
}

.prospect-source-context {
  gap: 12px;
}

.prospect-compact-fallback {
  display: grid;
  gap: 10px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(15, 24, 39, 0.7);
}

.prospect-compact-fallback-secondary {
  border-style: dashed;
}

.prospect-source-eta {
  border-color: rgba(63, 181, 255, 0.16);
  background: rgba(17, 28, 46, 0.72);
}

.prospect-pending-status-panel {
  margin-top: 18px;
}

.prospect-fan-projection-panel {
  margin-bottom: 28px;
}

.prospect-explainer-list-tight {
  margin-top: 14px;
}

.prospect-explainer-card {
  min-height: 100%;
}

.prospect-search-form {
  flex-wrap: wrap;
}

.prospect-filter-select {
  min-height: 48px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(10, 22, 38, 0.8);
  color: var(--text);
  font-size: 14px;
}

.prospect-clear-button {
  min-width: 88px;
}

.prospect-controls-note {
  margin: 0 0 10px;
}

.prospect-hub-summary-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 18px 0 22px;
}

.prospect-active-filters {
  margin-top: 12px;
}

.prospect-card-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prospect-card-badge-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-left: 12px;
}

.badge-projection {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
}

.badge-projection-elite {
  border-color: rgba(255, 208, 92, 0.5);
  background: rgba(255, 208, 92, 0.14);
}

.badge-projection-upside {
  border-color: rgba(92, 229, 178, 0.38);
  background: rgba(92, 229, 178, 0.12);
}

.badge-projection-solid {
  border-color: rgba(63, 181, 255, 0.4);
  background: rgba(63, 181, 255, 0.14);
}

.badge-projection-caution {
  border-color: rgba(255, 189, 96, 0.38);
  background: rgba(255, 189, 96, 0.12);
}

.badge-projection-developmental {
  border-color: rgba(150, 168, 200, 0.32);
  background: rgba(150, 168, 200, 0.1);
}

.prospect-card-projection-summary {
  color: #d7e5fb;
  margin-top: -2px;
}

.prospect-hero-tier-block {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.prospect-tool-grade-card {
  gap: 12px;
}

.prospect-tool-grade-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.prospect-tool-grade-head strong {
  font-size: 24px;
}

.prospect-tool-grade-meter {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.prospect-tool-grade-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(63, 181, 255, 0.9), rgba(92, 229, 178, 0.92));
  box-shadow: 0 0 14px rgba(63, 181, 255, 0.18);
}

.prospect-archive-summary-strip {
  margin-bottom: 28px;
}

.archive-year-summary-notes {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}

.archive-year-summary-notes .prospect-copy,
.archive-year-summary-notes .prospect-muted-note {
  margin: 0;
}

.hero-spotlight .prospect-copy {
  margin: 0 0 12px;
  color: #dbe8ff;
}

.prospects-card-status-line {
  margin: 8px 0 0;
  line-height: 1.5;
}

.snapshot-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(19, 35, 58, 0.8);
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.queue-item {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.badge.accent {
  color: var(--text);
  border-color: rgba(63, 181, 255, 0.45);
  background: rgba(63, 181, 255, 0.12);
}

.badge-circle {
  width: 76px;
  min-width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 50%;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01em;
  overflow: hidden;
}

.badge-circle span {
  display: block;
  max-width: 58px;
}

.badge-or {
  width: 82px;
  min-width: 82px;
  height: 82px;
  font-size: 12px;
  line-height: 1.05;
}

.badge-or span {
  max-width: 62px;
}

.archive-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.2);
  background: rgba(63, 181, 255, 0.08);
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.archive-pill:hover,
.archive-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(63, 181, 255, 0.34);
  background: rgba(63, 181, 255, 0.12);
}

.archive-pill-active {
  border-color: rgba(171, 119, 51, 0.42);
  background: rgba(171, 119, 51, 0.14);
  color: var(--text);
  font-weight: 700;
}

.muted-pill {
  border-color: var(--line);
  background: rgba(19, 35, 58, 0.55);
  color: var(--muted);
}

.muted-pill-active {
  border-color: rgba(63, 181, 255, 0.28);
  background: rgba(23, 43, 70, 0.88);
  color: var(--text);
}

.prospects-team-filter-row {
  margin: 14px 0 8px;
}

.filter-form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.filter-form label,
.filter-form button,
.back-link,
.inline-link {
  font-size: 14px;
}

.filter-form select,
.filter-form button {
  margin-left: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--text);
}

.filter-form button {
  font-weight: 700;
  background: rgba(63, 181, 255, 0.14);
  border-color: rgba(63, 181, 255, 0.24);
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.section-header-strong {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(34, 50, 77, 0.72);
}

.abs-date-panel,
.abs-home-panel {
  background: linear-gradient(180deg, rgba(12, 28, 49, 0.96), rgba(14, 26, 43, 0.94));
  border-color: rgba(63, 181, 255, 0.22);
}

.abs-home-card,
.abs-tile {
  background: linear-gradient(180deg, rgba(17, 31, 51, 0.95), rgba(15, 27, 44, 0.95));
}

.abs-home-card-condensed {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: start;
}

.abs-home-preview {
  min-height: 0;
  height: 250px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.14);
  background: rgba(7, 16, 27, 0.9);
  padding: 12px;
}

.running-home-preview {
  min-height: 0;
  height: 250px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.14);
  background: rgba(7, 16, 27, 0.9);
  padding: 12px;
}

.abs-preview-shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.running-preview-shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.abs-preview-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 4px 0;
}

.abs-preview-title strong {
  font-size: 14px;
  line-height: 1.1;
  color: #f4f8ff;
}

.abs-preview-map {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}

.running-preview-map {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}

.abs-svg-bg {
  fill: rgba(9, 18, 31, 0.96);
  stroke: rgba(34, 50, 77, 0.85);
  stroke-width: 1.5;
}

.abs-preview-grid line {
  stroke: rgba(89, 108, 139, 0.12);
  stroke-width: 1;
}

.abs-preview-zone {
  fill: rgba(255, 255, 255, 0.02);
  stroke: rgba(237, 244, 255, 0.4);
  stroke-width: 1.6;
}

.abs-point {
  stroke: rgba(6, 16, 30, 0.9);
  stroke-width: 1.2;
}

.abs-point.overturned {
  fill: #4ad983;
}

.abs-point.confirmed {
  fill: #ff6b6b;
}

.running-diamond-outline {
  fill: rgba(255, 255, 255, 0.02);
  stroke: rgba(237, 244, 255, 0.32);
  stroke-width: 2;
}

.running-preview-base {
  fill: rgba(237, 244, 255, 0.96);
  stroke: rgba(63, 181, 255, 0.24);
  stroke-width: 1.8;
}

.running-preview-lane {
  fill: none;
  stroke-linecap: round;
  opacity: 0.95;
}

.running-preview-lane-sb {
  stroke: #4ad983;
}

.running-preview-lane-cs {
  stroke: #ff6b6b;
}

.running-preview-arrowhead {
  opacity: 0.96;
}

.running-preview-arrowhead-sb {
  fill: #4ad983;
}

.running-preview-arrowhead-cs {
  fill: #ff6b6b;
}

.running-preview-label {
  font-size: 15px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
  paint-order: stroke;
  stroke: rgba(6, 16, 30, 0.95);
  stroke-width: 4px;
  stroke-linejoin: round;
}

.running-preview-label-sb {
  fill: #4ad983;
}

.running-preview-label-cs {
  fill: #ff6b6b;
}

.abs-home-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 250px;
}

.abs-home-head {
  align-items: flex-start;
}

.abs-home-date h3 {
  margin-bottom: 4px;
}

.abs-home-details {
  display: grid;
  gap: 12px;
  align-content: start;
}

.abs-home-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 50, 77, 0.58);
}

.abs-home-row strong {
  font-size: 18px;
  line-height: 1.1;
  color: #f4f8ff;
  text-align: right;
}

.abs-home-copy .links {
  margin-top: auto;
}

.feature-strip .card-tile {
  display: flex;
  flex-direction: column;
}

.feature-strip .card-tile img {
  aspect-ratio: 7 / 9;
  object-fit: cover;
  width: 88%;
  margin: 4px auto 0;
}

.top-summary {
  background:
    linear-gradient(180deg, rgba(12, 28, 49, 0.96), rgba(14, 26, 43, 0.92));
}

.module-summary .summary-chip strong {
  font-size: 20px;
}

.module-summary .summary-chip p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.card-tile img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: block;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.card-tile .takeaway {
  line-height: 1.45;
}

.takeaway {
  font-weight: 600;
}

.links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  margin-top: 12px;
}

a {
  color: var(--accent);
}

.inline-link {
  text-decoration: none;
  font-weight: 600;
}

.inline-link:hover,
.back-link:hover,
.back-link:focus-visible,
.inline-link:focus-visible {
  color: #7ed1ff;
}

.empty {
  color: var(--muted);
}

.back-link {
  color: var(--accent);
  text-decoration: none;
}

@media (max-width: 900px) {
  .daily-observatory-layout {
    grid-template-columns: 1fr;
  }

  .daily-section-rail {
    position: static;
    display: flex;
    min-height: 0;
    overflow-x: auto;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .daily-section-rail .eyebrow {
    display: none;
  }

  .daily-section-rail a {
    flex: 0 0 auto;
    min-height: 44px;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }

  .daily-section-rail a:hover,
  .daily-section-rail a:focus-visible,
  .daily-section-rail a.active {
    border-left-color: transparent;
    border-bottom-color: var(--obs-cyan);
  }

  .daily-side-panel {
    border-left: 0;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .prospect-interpretation-layout {
    grid-template-columns: 1fr;
  }

  .home-dual-hero {
    grid-template-columns: 1fr;
  }

  .home-observatory-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px;
  }

  .home-observatory-copy h1 {
    max-width: none;
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.02;
  }

  .daily-issue-hero,
  .daily-command-grid {
    grid-template-columns: 1fr;
  }

  .daily-issue-hero {
    min-height: 0;
    padding: 30px;
  }

  .daily-issue-copy h1 {
    max-width: none;
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.02;
  }

  .platform-lane-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-hero,
  .hero.compact,
  .section-head,
  .filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-dual-hero-card {
    min-height: 0;
  }

  .home-dual-hero-card .hero-copy {
    min-height: 0;
    justify-content: flex-start;
  }

  .home-dual-hero-card .hero-spotlight {
    margin-top: 0;
  }

  h1 {
    max-width: none;
  }

  .shell {
    width: min(1280px, calc(100vw - 24px));
  }

  .brand-lockup {
    width: 100%;
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .masthead-row {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    width: 100%;
    display: grid;
    gap: 0;
  }

  .site-nav-group {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .site-nav-group::-webkit-scrollbar {
    display: none;
  }

  .site-nav-link {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    scroll-snap-align: start;
  }

  .site-nav-group-label {
    flex: 0 0 auto;
  }

  .masthead-status {
    justify-content: flex-start;
    width: 100%;
    min-height: 40px;
    border-left: 0;
    border-top: 1px solid var(--obs-line);
  }

  .abs-home-card-condensed {
    grid-template-columns: 1fr;
  }

  .report-summary-top,
  .archive-highlight {
    flex-direction: column;
  }

  .fielding-position-grid {
    grid-template-columns: 1fr;
  }

  .game-box-grid,
  .game-hero-scoreboard,
  .profile-context-grid,
  .profile-stat-grid {
    grid-template-columns: 1fr;
  }

  .player-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .profile-identity-main {
    align-items: flex-start;
  }

  .game-hero-meta {
    text-align: left;
  }

  .abs-home-preview {
    height: 240px;
  }

  .running-home-preview {
    height: 240px;
  }

  .hero-mini-grid {
    width: 100%;
  }
}

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

.projection-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.projection-table th,
.projection-table td {
  padding: 0.9rem 0.85rem;
  border-bottom: 1px solid rgba(24, 35, 45, 0.08);
  text-align: left;
  vertical-align: middle;
}

.projection-table th {
  color: #5f6d78;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.projection-table th.projection-column-active {
  color: #1f3342;
}

.projection-table tbody tr:hover {
  background: rgba(171, 119, 51, 0.08);
}

.projection-player-cell {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-width: 0;
}

.projection-player-cell > div:last-child {
  min-width: 0;
}

.projection-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
}

.projection-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.9rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #14232e, #294454);
  color: #f8f2e8;
  font-weight: 700;
}

.projection-pill-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.9rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(19, 35, 58, 0.08);
  color: #243846;
  font-weight: 600;
}

.table-subtext {
  margin-top: 0.18rem;
  font-size: 0.76rem;
  color: #71808c;
  line-height: 1.45;
}

.projection-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.1rem;
}

.betting-tier {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.9rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 35, 58, 0.14);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.betting-tier.tier-strong {
  background: rgba(28, 119, 71, 0.16);
  border-color: rgba(28, 119, 71, 0.35);
  color: #115437;
}

.betting-tier.tier-play {
  background: rgba(171, 119, 51, 0.14);
  border-color: rgba(171, 119, 51, 0.34);
  color: #7c5016;
}

.betting-tier.tier-lean {
  background: rgba(63, 181, 255, 0.14);
  border-color: rgba(63, 181, 255, 0.34);
  color: #155876;
}

.betting-tier.tier-activated {
  background: rgba(92, 229, 178, 0.14);
  border-color: rgba(92, 229, 178, 0.36);
  color: #1d7b59;
}

.betting-tier.tier-premium {
  background: rgba(255, 209, 102, 0.18);
  border-color: rgba(255, 209, 102, 0.42);
  color: #8a5b00;
}

.betting-tier.tier-no-play,
.betting-tier.tier-no {
  background: rgba(19, 35, 58, 0.08);
  border-color: rgba(19, 35, 58, 0.18);
  color: #5a6870;
}

.filter-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.filter-checkbox input {
  margin: 0;
}

.value-play-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 20px;
}

.value-play-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0.92), rgba(12, 24, 39, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.value-play-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.value-play-head > div:first-child {
  min-width: 0;
}

.value-play-head h3 {
  margin-bottom: 6px;
  overflow-wrap: anywhere;
}

.value-play-matchup {
  margin-bottom: 0;
  line-height: 1.45;
}

.premium-play-card {
  border-color: rgba(255, 209, 102, 0.28);
  background: linear-gradient(180deg, rgba(37, 31, 15, 0.92), rgba(20, 17, 9, 0.95));
}

.value-play-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.value-play-head h3 {
  margin-bottom: 0;
}

.value-play-matchup,
.value-play-meta {
  color: var(--muted);
  font-size: 14px;
}

.value-play-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.value-play-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.value-play-metrics .summary-chip {
  min-width: 0;
  padding: 14px 14px 13px;
}

.value-play-metrics .summary-chip strong {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}

.value-play-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.value-play-meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(13, 23, 37, 0.72);
  border: 1px solid rgba(48, 64, 92, 0.9);
  color: #91a4b9;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tb-board-hero .hero-lede {
  max-width: 70ch;
}

.tb-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.tb-board-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  background: linear-gradient(180deg, rgba(17, 31, 51, 0.92), rgba(12, 24, 39, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.tb-board-card-under {
  border-color: rgba(92, 229, 178, 0.28);
  background: linear-gradient(180deg, rgba(14, 37, 33, 0.92), rgba(9, 25, 23, 0.95));
}

.tb-board-card-over {
  border-color: rgba(63, 181, 255, 0.24);
}

.tb-board-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tb-board-card-head h3 {
  margin-bottom: 0;
}

.tb-board-matchup,
.tb-board-summary {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.tb-board-summary {
  margin-bottom: 0;
}

.tb-board-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tb-board-metrics .summary-chip {
  min-width: 0;
}

.tb-board-metrics .summary-chip strong {
  font-size: 22px;
}

.tb-board-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.tb-board-label-strong-under-value,
.tb-board-label-under-lean,
.tb-board-label-slight-under-lean {
  background: rgba(92, 229, 178, 0.14);
  border-color: rgba(92, 229, 178, 0.36);
  color: #9ef0cf;
}

.tb-board-label-strong-over-value,
.tb-board-label-over-lean,
.tb-board-label-slight-over-lean {
  background: rgba(63, 181, 255, 0.14);
  border-color: rgba(63, 181, 255, 0.36);
  color: #9edcff;
}

.tb-board-label-fair {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #d9e6fa;
}

.tb-board-fair-list {
  display: grid;
  gap: 14px;
}

.tb-board-fair-row {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(17, 31, 51, 0.72);
}

.tb-board-fair-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.analytics-details {
  border: 1px solid rgba(63, 181, 255, 0.16);
  border-radius: 18px;
  background: rgba(9, 19, 33, 0.62);
  overflow: hidden;
}

.analytics-details summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-weight: 700;
  color: var(--text);
  background: rgba(17, 31, 51, 0.82);
}

.analytics-details summary::-webkit-details-marker {
  display: none;
}

.analytics-details-body {
  padding: 20px;
}

.analytics-grid {
  display: grid;
  gap: 18px;
}

.analytics-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(12, 24, 39, 0.9);
}

.compact-analytics-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.analytics-table-wrap .projection-table {
  min-width: 780px;
}

.hr-hitter-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 20px;
  align-items: start;
}

.hr-hitter-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0.92), rgba(12, 24, 39, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.hr-hitter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.hr-hitter-head h3 {
  margin-bottom: 0;
}

.hr-primary-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.hr-primary-row .summary-chip {
  min-width: 0;
  padding: 14px 14px 13px;
}

.hr-primary-row .summary-chip strong {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}

.hr-book-list {
  display: grid;
  gap: 12px;
}

.hr-book-row {
  display: grid;
  grid-template-columns: minmax(135px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(11, 22, 36, 0.72);
  font-size: 14px;
  overflow: hidden;
}

.hr-book-row > div {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.4;
}

.hr-book-row-best {
  border-color: rgba(92, 229, 178, 0.34);
  background: rgba(92, 229, 178, 0.08);
}

.hr-book-main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hr-best-price-pill {
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(92, 229, 178, 0.16);
  border-color: rgba(92, 229, 178, 0.34);
}

.betting-ecosystem-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 0;
  overflow-x: auto;
  border: 1px solid var(--obs-line);
  border-top: 0;
  background: rgba(9, 15, 22, 0.92);
  scrollbar-width: thin;
}

.betting-nav-link {
  min-width: 132px;
  display: grid;
  gap: 3px;
  padding: 13px 15px;
  border-right: 1px solid rgba(180, 199, 224, 0.08);
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
  box-shadow: none;
}

.betting-nav-link:hover,
.betting-nav-link:focus-visible,
.betting-nav-link-active {
  border-bottom-color: var(--obs-cyan);
  background: rgba(110, 201, 214, 0.055);
  color: var(--obs-ink);
}

.betting-nav-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.betting-nav-meta {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.betting-hero {
  align-items: center;
  margin-bottom: 20px;
  min-height: 360px;
}

.betting-hero::before,
.betting-subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(92, 229, 178, 0.08), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(63, 181, 255, 0.12), transparent 28%);
  pointer-events: none;
}

.betting-hero-copy,
.betting-market-spotlight {
  position: relative;
  z-index: 1;
}

.betting-market-spotlight {
  max-width: 360px;
}

.betting-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(48px, 5.8vw, 72px);
  line-height: 0.98;
}

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

.betting-snapshot-chip {
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.betting-market-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.betting-section-panel {
  margin-top: 28px;
}

.betting-command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.betting-command-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(34, 50, 77, 0.86);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(12, 24, 39, 0.94), rgba(9, 18, 31, 0.84)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 58%);
  color: var(--text);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.betting-command-card:hover,
.betting-command-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(63, 181, 255, 0.34);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.betting-command-card-primary {
  border-color: rgba(92, 229, 178, 0.28);
  background:
    linear-gradient(145deg, rgba(8, 31, 29, 0.96), rgba(9, 25, 40, 0.84)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.12), transparent 58%);
}

.betting-command-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #7fdfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.betting-command-card h2 {
  margin: 2px 0 6px;
  font-size: clamp(19px, 1.45vw, 23px);
}

.betting-command-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.betting-summary-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.betting-bucket-block + .betting-bucket-block {
  margin-top: 22px;
}

.betting-bucket-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.combo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.combo-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 77, 0.95);
  background:
    linear-gradient(180deg, rgba(16, 28, 46, 0.96), rgba(9, 18, 31, 0.92)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 50%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 34px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.combo-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 38px rgba(0, 0, 0, 0.24);
}

.combo-card-safe {
  border-color: rgba(92, 229, 178, 0.28);
}

.combo-card-balanced {
  border-color: rgba(63, 181, 255, 0.28);
}

.combo-card-upside {
  border-color: rgba(184, 142, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(20, 24, 45, 0.96), rgba(12, 18, 33, 0.92)),
    radial-gradient(circle at top right, rgba(184, 142, 255, 0.12), transparent 50%);
}

.combo-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.combo-badge,
.combo-correlation,
.single-leg-classification {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.combo-badge-safe {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.28);
}

.combo-badge-balanced {
  color: #a8defd;
  background: rgba(63, 181, 255, 0.12);
  border-color: rgba(63, 181, 255, 0.28);
}

.combo-badge-upside {
  color: #ecd7ff;
  background: rgba(184, 142, 255, 0.12);
  border-color: rgba(184, 142, 255, 0.28);
}

.combo-correlation,
.single-leg-classification {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.combo-legs-list,
.single-leg-card-stack {
  display: grid;
  gap: 12px;
}

.combo-leg,
.single-leg-card {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.85);
  background: rgba(8, 18, 31, 0.6);
}

.combo-leg-player {
  margin-bottom: 4px;
  font-weight: 700;
}

.combo-leg-detail,
.single-leg-subline,
.single-leg-matchup {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0;
}

.combo-leg-chip {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(63, 181, 255, 0.1);
  color: #b2e4ff;
  font-size: 11px;
  font-weight: 700;
}

.combo-card-metrics,
.single-leg-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.single-leg-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combo-metric {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.combo-metric strong,
.single-leg-metrics span {
  display: block;
  margin-top: 4px;
}

.single-leg-board-grid,
.betting-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.single-leg-board-panel,
.betting-product-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 77, 0.95);
  background:
    linear-gradient(180deg, rgba(14, 26, 43, 0.95), rgba(10, 18, 31, 0.9)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 50%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 34px rgba(0, 0, 0, 0.18);
}

.betting-product-card {
  text-decoration: none;
  color: var(--text);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.betting-product-card:hover,
.betting-product-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(63, 181, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 22px 40px rgba(0, 0, 0, 0.22);
}

.single-leg-board-head,
.betting-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.single-leg-card {
  grid-template-columns: 44px 1fr;
  gap: 14px;
}

.single-leg-rank {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(63, 181, 255, 0.18), rgba(92, 229, 178, 0.1));
  border: 1px solid rgba(63, 181, 255, 0.24);
  font-weight: 800;
  font-size: 16px;
}

.single-leg-card-body {
  display: grid;
  gap: 8px;
}

.single-leg-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.single-leg-card-top h4 {
  margin: 0 0 4px;
  font-size: 17px;
}

.betting-product-copy {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.betting-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.betting-product-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 12px;
}

.betting-desk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 30px;
  min-height: 520px;
  border-radius: 0;
  border-color: var(--obs-line);
  background:
    linear-gradient(180deg, rgba(12, 18, 26, 0.985), rgba(8, 14, 22, 0.96)),
    radial-gradient(circle at 18% 78%, rgba(92, 229, 178, 0.08), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(214, 161, 93, 0.08), transparent 26%);
}

.betting-desk-copy {
  align-self: center;
}

.betting-desk-copy h1 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.7vw, 78px);
  letter-spacing: -0.058em;
  line-height: 0.98;
  max-width: 13ch;
}

.betting-desk-instrument {
  align-self: stretch;
  border-left: 1px solid rgba(180, 199, 224, 0.1);
  display: grid;
  align-content: center;
  gap: 18px;
  padding-left: 28px;
}

.betting-desk-gauge {
  border-bottom: 1px solid var(--obs-line);
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.betting-desk-gauge span {
  background: rgba(180, 199, 224, 0.12);
  display: block;
  height: 5px;
  overflow: hidden;
  position: relative;
}

.betting-desk-gauge span::after {
  background: linear-gradient(90deg, var(--obs-amber), var(--obs-cyan));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.betting-desk-gauge strong {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.95;
}

.betting-desk-gauge em {
  color: var(--obs-muted);
  font-style: normal;
  line-height: 1.45;
}

.betting-desk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.betting-lane-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--obs-line);
  border-top: 0;
  background: rgba(9, 15, 22, 0.94);
}

.betting-lane-card {
  color: var(--obs-ink);
  display: grid;
  gap: 12px;
  min-height: 275px;
  padding: 26px;
  text-decoration: none;
  border-right: 1px solid rgba(180, 199, 224, 0.1);
  background:
    linear-gradient(180deg, rgba(13, 22, 32, 0.94), rgba(8, 14, 22, 0.92)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.055), transparent 52%);
  transition: background 0.18s ease, transform 0.18s ease;
}

.betting-lane-card:last-child {
  border-right: 0;
}

.betting-lane-card:hover,
.betting-lane-card:focus-visible {
  background:
    linear-gradient(180deg, rgba(17, 29, 42, 0.98), rgba(10, 18, 28, 0.95)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.1), transparent 52%);
  transform: translateY(-2px);
}

.betting-lane-card-primary {
  background:
    linear-gradient(180deg, rgba(11, 35, 35, 0.96), rgba(8, 18, 27, 0.94)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.13), transparent 55%);
}

.betting-lane-card-utility {
  background:
    linear-gradient(180deg, rgba(34, 25, 15, 0.85), rgba(9, 15, 22, 0.94)),
    radial-gradient(circle at top right, rgba(214, 161, 93, 0.14), transparent 55%);
}

.betting-lane-card > span {
  color: rgba(237, 241, 245, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
}

.betting-lane-card h2 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 36px);
  letter-spacing: -0.04em;
  margin: 0;
}

.betting-lane-card p:not(.eyebrow) {
  color: var(--obs-muted);
  line-height: 1.6;
  margin: 0;
}

.betting-desk-section {
  border-radius: 0;
  border-color: var(--obs-line);
  border-top: 0;
  margin: 0;
  padding: 30px;
}

.betting-desk-section-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(180, 199, 224, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.betting-desk-section-head h2 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: -0.045em;
  margin: 0 0 8px;
}

.betting-desk-section-head p:not(.eyebrow) {
  color: var(--obs-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 76ch;
}

.betting-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(6, 11, 17, 0.26);
}

.betting-preview-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 22px;
  border-right: 1px solid rgba(180, 199, 224, 0.09);
  border-bottom: 1px solid rgba(180, 199, 224, 0.09);
}

.betting-preview-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.betting-preview-head h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: -0.035em;
  margin: 0;
}

.betting-preview-head h3 span {
  color: var(--obs-muted);
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-top: 5px;
  text-transform: uppercase;
}

.betting-preview-list {
  display: grid;
  gap: 10px;
}

.betting-preview-row {
  display: grid;
  gap: 3px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(180, 199, 224, 0.08);
}

.betting-preview-row strong {
  color: var(--obs-ink);
}

.betting-preview-row span,
.betting-preview-row em {
  color: var(--obs-muted);
  font-size: 12px;
  font-style: normal;
}

.betting-preview-row em {
  color: var(--obs-cyan);
  font-weight: 850;
}

.betting-utility-section {
  background:
    linear-gradient(180deg, rgba(13, 20, 28, 0.96), rgba(9, 15, 22, 0.96)),
    radial-gradient(circle at 88% 14%, rgba(214, 161, 93, 0.08), transparent 30%);
}

.betting-parlay-draft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(180, 199, 224, 0.1);
}

.betting-parlay-draft {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-right: 1px solid rgba(180, 199, 224, 0.1);
}

.betting-parlay-draft:last-child {
  border-right: 0;
}

.betting-parlay-draft h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: -0.035em;
  margin: 0;
}

.betting-parlay-draft strong {
  color: var(--obs-cyan);
  font-size: 32px;
}

.betting-parlay-draft span {
  color: var(--obs-muted);
  line-height: 1.5;
}

.betting-product-grid-desk {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.betting-product-card-desk {
  border-radius: 0;
  box-shadow: none;
}

.futures-desk-hero {
  min-height: 500px;
}

.futures-desk-copy h1 {
  max-width: 12ch;
}

.futures-snapshot-meter {
  border-bottom: 1px solid var(--obs-line);
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.futures-snapshot-meter span {
  background: rgba(180, 199, 224, 0.12);
  display: block;
  height: 5px;
  overflow: hidden;
  position: relative;
}

.futures-snapshot-meter span::after {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.88));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.futures-snapshot-meter strong {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.95;
}

.futures-snapshot-meter em {
  color: var(--obs-muted);
  font-style: normal;
}

.futures-instrument-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.futures-instrument-grid strong {
  font-size: 14px;
  line-height: 1.25;
}

.futures-signal-stack {
  display: grid;
  gap: 7px;
  padding: 12px 0;
  border-top: 1px solid rgba(180, 199, 224, 0.08);
  border-bottom: 1px solid rgba(180, 199, 224, 0.08);
}

.futures-signal-stack span {
  align-items: center;
  color: var(--obs-muted);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.futures-signal-stack strong {
  color: var(--obs-ink);
}

.futures-section-rail {
  background: rgba(9, 15, 22, 0.94);
  border: 1px solid var(--obs-line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.futures-section-rail a {
  border-right: 1px solid rgba(180, 199, 224, 0.09);
  color: var(--obs-muted);
  display: flex;
  gap: 10px;
  min-height: 58px;
  align-items: center;
  padding: 0 18px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.futures-section-rail a:last-child {
  border-right: 0;
}

.futures-section-rail a:hover,
.futures-section-rail a:focus-visible {
  background: rgba(110, 201, 214, 0.055);
  color: var(--obs-ink);
}

.futures-section-rail span {
  color: rgba(237, 241, 245, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0;
}

.futures-desk-section {
  border-radius: 0;
  border-color: var(--obs-line);
  border-top: 0;
  margin: 0;
  padding: 30px;
}

.futures-note {
  color: #b7c2d0;
  margin: -8px 0 20px;
  max-width: 78ch;
}

.futures-market-grid {
  display: grid;
  gap: 18px;
}

.futures-market-card {
  border: 1px solid rgba(180, 199, 224, 0.1);
  background:
    linear-gradient(180deg, rgba(12, 21, 32, 0.94), rgba(8, 14, 22, 0.92)),
    radial-gradient(circle at 90% 0%, rgba(110, 201, 214, 0.06), transparent 32%);
  display: grid;
  gap: 14px;
  padding: 20px;
}

.futures-market-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.futures-market-head h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.7vw, 36px);
  letter-spacing: -0.04em;
  margin: 0;
}

.futures-market-head > span {
  color: var(--obs-cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.futures-table-wrap {
  background: rgba(6, 11, 17, 0.28);
  border-color: rgba(180, 199, 224, 0.1);
}

.futures-desk-table {
  min-width: 980px;
}

.futures-desk-table th,
.futures-desk-table td {
  padding: 12px;
  vertical-align: top;
}

.futures-desk-table .odds-bar {
  height: 8px;
  margin-bottom: 6px;
  background: rgba(180, 199, 224, 0.09);
}

.futures-desk-table .odds-bar-fill {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.85));
}

.futures-gap-pill {
  background: rgba(214, 161, 93, 0.1);
  border-color: rgba(214, 161, 93, 0.24);
  color: var(--obs-ink);
}

.market-watch-hero {
  min-height: 500px;
  background:
    linear-gradient(180deg, rgba(11, 17, 25, 0.985), rgba(8, 14, 22, 0.98)),
    radial-gradient(circle at 84% 18%, rgba(110, 201, 214, 0.12), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(92, 229, 178, 0.07), transparent 26%);
}

.market-watch-copy h1 {
  max-width: 11ch;
}

.market-watch-meter {
  border-bottom: 1px solid var(--obs-line);
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.market-watch-meter span {
  background: rgba(180, 199, 224, 0.12);
  display: block;
  height: 5px;
  overflow: hidden;
  position: relative;
}

.market-watch-meter span::after {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.9));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.market-watch-meter strong {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.95;
}

.market-watch-meter em {
  color: var(--obs-muted);
  font-style: normal;
}

.market-watch-instrument-grid strong {
  font-size: 14px;
}

.market-watch-method-stack {
  border-bottom: 1px solid rgba(180, 199, 224, 0.1);
  color: var(--obs-muted);
  display: grid;
  gap: 8px;
  padding: 16px 0;
}

.market-watch-method-stack span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.market-watch-method-stack strong {
  color: var(--obs-ink);
}

.market-watch-rail {
  background: rgba(9, 15, 22, 0.94);
  border: 1px solid var(--obs-line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.market-watch-rail a {
  border-right: 1px solid rgba(180, 199, 224, 0.09);
  color: var(--obs-muted);
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 16px 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 850;
}

.market-watch-rail a:last-child {
  border-right: 0;
}

.market-watch-rail a:hover,
.market-watch-rail a:focus-visible {
  background: rgba(110, 201, 214, 0.055);
  color: var(--obs-ink);
}

.market-watch-rail span {
  color: rgba(237, 241, 245, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 0.85;
}

.market-watch-panel {
  border-radius: 0;
  border-color: var(--obs-line);
  border-top: 0;
  margin: 0;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(12, 21, 32, 0.96), rgba(9, 16, 25, 0.96)),
    radial-gradient(circle at 92% 6%, rgba(110, 201, 214, 0.06), transparent 28%);
}

.market-watch-section-head h2 {
  max-width: 760px;
}

.market-watch-callout {
  border-left: 1px solid rgba(110, 201, 214, 0.28);
  min-width: 160px;
  padding-left: 18px;
  text-align: right;
}

.market-watch-callout span,
.market-watch-quality-grid span,
.market-watch-lane-summary span,
.market-watch-family-grid span,
.market-watch-lane-meta span,
.market-watch-rate-large em {
  color: var(--obs-muted);
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.market-watch-callout strong {
  color: var(--obs-cyan);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 0.95;
}

.market-watch-quality-grid,
.market-watch-lane-summary,
.market-watch-family-grid {
  display: grid;
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(5, 10, 16, 0.28);
}

.market-watch-quality-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-watch-lane-summary,
.market-watch-family-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.market-watch-quality-grid article,
.market-watch-lane-summary article,
.market-watch-family-grid article {
  min-height: 120px;
  padding: 20px;
  border-right: 1px solid rgba(180, 199, 224, 0.09);
}

.market-watch-quality-grid article:last-child,
.market-watch-lane-summary article:last-child,
.market-watch-family-grid article:last-child {
  border-right: 0;
}

.market-watch-quality-grid strong,
.market-watch-lane-summary strong,
.market-watch-family-grid strong {
  color: var(--obs-ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
  margin-top: 18px;
}

.market-watch-quality-grid em {
  color: var(--obs-muted);
  display: block;
  font-style: normal;
  margin-top: 8px;
}

.market-watch-table-wrap {
  background: rgba(6, 11, 17, 0.34);
  border-color: rgba(180, 199, 224, 0.11);
}

.market-watch-table {
  min-width: 760px;
}

.market-watch-board-table {
  min-width: 1040px;
}

.market-watch-table th,
.market-watch-table td {
  padding: 12px;
  vertical-align: top;
}

.market-watch-rate {
  align-items: center;
  color: var(--obs-ink);
  display: grid;
  gap: 7px;
  max-width: 170px;
}

.market-watch-rate i {
  background: rgba(180, 199, 224, 0.1);
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
}

.market-watch-rate i::after {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.88));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.market-watch-lane-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.market-watch-lane-card {
  border: 1px solid rgba(180, 199, 224, 0.11);
  background:
    linear-gradient(180deg, rgba(8, 15, 24, 0.82), rgba(6, 12, 19, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(110, 201, 214, 0.08), transparent 38%);
  display: grid;
  gap: 24px;
  min-height: 245px;
  padding: 22px;
}

.market-watch-lane-card h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: -0.035em;
  margin: 4px 0 0;
}

.market-watch-rate-large span {
  background: rgba(180, 199, 224, 0.11);
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
}

.market-watch-rate-large span::after {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.88));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.market-watch-rate-large strong {
  color: var(--obs-ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 0.95;
  margin-top: 12px;
}

.market-watch-rate-large em {
  margin-top: 8px;
}

.market-watch-lane-meta {
  border-top: 1px solid rgba(180, 199, 224, 0.1);
  display: grid;
  gap: 7px;
  padding-top: 14px;
}

.prop-board-hero {
  min-height: 500px;
  background:
    linear-gradient(180deg, rgba(11, 17, 25, 0.985), rgba(8, 14, 22, 0.98)),
    radial-gradient(circle at 84% 18%, rgba(110, 201, 214, 0.1), transparent 30%),
    radial-gradient(circle at 14% 90%, rgba(214, 161, 93, 0.08), transparent 28%);
}

.hr-prop-hero {
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.985), rgba(8, 14, 20, 0.98)),
    radial-gradient(circle at 86% 18%, rgba(214, 161, 93, 0.12), transparent 31%),
    radial-gradient(circle at 14% 90%, rgba(110, 201, 214, 0.055), transparent 28%);
}

.strikeout-prop-hero {
  background:
    linear-gradient(180deg, rgba(10, 17, 25, 0.985), rgba(8, 14, 22, 0.98)),
    radial-gradient(circle at 86% 18%, rgba(110, 201, 214, 0.13), transparent 31%),
    radial-gradient(circle at 14% 90%, rgba(92, 229, 178, 0.055), transparent 28%);
}

.total-bases-prop-hero {
  background:
    linear-gradient(180deg, rgba(11, 17, 24, 0.985), rgba(8, 14, 21, 0.98)),
    radial-gradient(circle at 86% 18%, rgba(92, 229, 178, 0.1), transparent 31%),
    radial-gradient(circle at 14% 90%, rgba(214, 161, 93, 0.075), transparent 28%);
}

.hits-prop-hero {
  background:
    linear-gradient(180deg, rgba(10, 17, 24, 0.985), rgba(8, 14, 21, 0.98)),
    radial-gradient(circle at 84% 18%, rgba(110, 201, 214, 0.11), transparent 31%),
    radial-gradient(circle at 14% 90%, rgba(92, 229, 178, 0.07), transparent 28%);
}

.prop-board-copy h1 {
  max-width: 11ch;
}

.prop-board-meter {
  border-bottom: 1px solid var(--obs-line);
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.prop-board-meter span {
  background: rgba(180, 199, 224, 0.12);
  display: block;
  height: 5px;
  overflow: hidden;
  position: relative;
}

.prop-board-meter span::after {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.9));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fill, 0%);
}

.prop-board-meter-amber span::after {
  background: linear-gradient(90deg, var(--obs-amber), rgba(110, 201, 214, 0.86));
}

.prop-board-meter strong {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.95;
}

.prop-board-meter em {
  color: var(--obs-muted);
  font-style: normal;
}

.prop-board-stat-grid strong {
  font-size: 14px;
}

.prop-board-date-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.prop-board-rail {
  background: rgba(9, 15, 22, 0.94);
  border: 1px solid var(--obs-line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.prop-board-rail a {
  border-right: 1px solid rgba(180, 199, 224, 0.09);
  color: var(--obs-muted);
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 16px 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 850;
}

.prop-board-rail a:last-child {
  border-right: 0;
}

.prop-board-rail-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prop-board-rail a:hover,
.prop-board-rail a:focus-visible {
  background: rgba(110, 201, 214, 0.055);
  color: var(--obs-ink);
}

.prop-board-rail span {
  color: rgba(237, 241, 245, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 0.85;
}

.prop-board-panel {
  border-radius: 0;
  border-color: var(--obs-line);
  border-top: 0;
  margin: 0;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(12, 21, 32, 0.96), rgba(9, 16, 25, 0.96)),
    radial-gradient(circle at 92% 6%, rgba(110, 201, 214, 0.055), transparent 28%);
}

.prop-board-panel.panel-emphasis {
  background:
    linear-gradient(180deg, rgba(13, 23, 33, 0.97), rgba(10, 17, 26, 0.96)),
    radial-gradient(circle at 88% 0%, rgba(214, 161, 93, 0.075), transparent 30%);
}

.prop-board-section-head h2 {
  color: var(--obs-ink);
}

.prop-board-panel .summary-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(5, 10, 16, 0.28);
}

.prop-board-panel .summary-chip {
  border: 0;
  border-right: 1px solid rgba(180, 199, 224, 0.09);
  border-radius: 0;
  background: transparent;
}

.prop-board-panel .summary-chip:last-child {
  border-right: 0;
}

.prop-board-panel .hr-hitter-card,
.prop-board-panel .value-play-card,
.prop-board-panel .tb-board-card,
.prop-board-panel .analytics-card,
.prop-board-panel .path-card {
  border-radius: 0;
  border-color: rgba(180, 199, 224, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 15, 24, 0.84), rgba(6, 12, 19, 0.84)),
    radial-gradient(circle at 100% 0%, rgba(110, 201, 214, 0.07), transparent 36%);
}

.prop-board-panel .hr-hitter-card h3,
.prop-board-panel .value-play-card h3,
.prop-board-panel .tb-board-card h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.prop-board-panel .hr-book-row {
  border-radius: 0;
  border-color: rgba(180, 199, 224, 0.1);
  background: rgba(5, 10, 16, 0.22);
}

.prop-board-panel .hr-book-row-best {
  border-color: rgba(214, 161, 93, 0.34);
  background: rgba(214, 161, 93, 0.08);
}

.prop-board-panel .tb-board-card-over {
  border-color: rgba(92, 229, 178, 0.22);
}

.prop-board-panel .tb-board-card-under {
  border-color: rgba(214, 161, 93, 0.22);
}

.prop-board-panel .projection-table-wrap {
  background: rgba(6, 11, 17, 0.34);
  border-color: rgba(180, 199, 224, 0.11);
}

.prop-board-panel .projection-table th,
.prop-board-panel .projection-table td {
  padding: 12px;
}

.combo-analyzer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.combo-analyzer-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
}

.combo-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.combo-family-grid {
  display: grid;
  gap: 18px;
}

.combo-search-shell,
.combo-prop-browser {
  display: grid;
  gap: 16px;
}

.combo-search-shell {
  margin-bottom: 22px;
}

.combo-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 16px;
}

.combo-search-input-wrap {
  display: grid;
  gap: 8px;
}

.combo-player-search {
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background: rgba(10, 22, 38, 0.78);
  color: var(--text);
  font-size: 15px;
}

.combo-player-search::placeholder {
  color: var(--muted);
}

.combo-search-meta {
  display: grid;
  align-content: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.62);
}

.combo-player-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.combo-player-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background: rgba(12, 24, 39, 0.9);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.combo-player-chip:hover,
.combo-player-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(63, 181, 255, 0.3);
  background: rgba(63, 181, 255, 0.08);
}

.combo-player-chip-active {
  border-color: rgba(92, 229, 178, 0.34);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.92), rgba(12, 24, 39, 0.86)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.12), transparent 56%);
}

.combo-market-controls {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.54);
}

.combo-market-control {
  display: grid;
  gap: 8px;
}

.combo-market-select {
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background: rgba(10, 22, 38, 0.82);
  color: var(--text);
  font-size: 14px;
}

.combo-prop-browser-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.combo-prop-list {
  display: grid;
  gap: 12px;
}

.combo-prop-option {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.combo-prop-option-selected {
  border-color: rgba(92, 229, 178, 0.34);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.92), rgba(8, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.1), transparent 50%);
}

.combo-prop-option-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.combo-prop-option-head h4 {
  margin: 4px 0 0;
}

.combo-add-button {
  width: fit-content;
}

.combo-family-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.92);
  background: linear-gradient(180deg, rgba(12, 24, 39, 0.88), rgba(9, 18, 31, 0.78));
}

.combo-family-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.combo-family-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(63, 181, 255, 0.1);
  border: 1px solid rgba(63, 181, 255, 0.2);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.combo-family-list {
  display: grid;
  gap: 12px;
}

.combo-leg-option {
  display: block;
  cursor: pointer;
}

.combo-leg-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.combo-leg-option-body {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.62);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.combo-leg-option:hover .combo-leg-option-body,
.combo-leg-checkbox:focus-visible + .combo-leg-option-body {
  transform: translateY(-1px);
  border-color: rgba(63, 181, 255, 0.28);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.combo-leg-checkbox:checked + .combo-leg-option-body {
  border-color: rgba(92, 229, 178, 0.38);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.92), rgba(8, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.1), transparent 50%);
  box-shadow: 0 0 0 1px rgba(92, 229, 178, 0.08), 0 18px 30px rgba(0, 0, 0, 0.18);
}

.combo-leg-option-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.combo-leg-option-top h4 {
  margin: 0 0 4px;
}

.combo-leg-option-subline,
.combo-leg-option-support,
.combo-correlation-row span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.combo-leg-option-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.combo-leg-option-metrics span,
.combo-selected-item span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 12px;
}

.combo-selected-list,
.combo-correlation-table {
  display: grid;
  gap: 12px;
}

.fangorn-hero,
.fangorn-panel,
.fangorn-section,
.fangorn-pick-card,
.fangorn-parlay-card {
  background:
    linear-gradient(180deg, rgba(12, 24, 39, 0.9), rgba(8, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.08), transparent 54%);
}

.fangorn-summary-ribbon {
  margin-bottom: 16px;
}

.page-nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fangorn-section-stack {
  display: grid;
  gap: 20px;
}

.fangorn-top-signals {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.fangorn-top-signals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  align-items: start;
}

.fangorn-top-signal-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(14, 27, 45, 0.96), rgba(10, 18, 31, 0.88)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.08), transparent 52%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 28px rgba(0, 0, 0, 0.16);
}

.fangorn-top-signal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.fangorn-top-signal-head h3 {
  margin: 0 0 4px;
}

.fangorn-top-signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.fangorn-daily-summary-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.82);
  background: rgba(8, 18, 31, 0.58);
}

.fangorn-daily-summary-bar span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 12px;
}

.fangorn-agreement-explainer {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.82);
  background: rgba(8, 18, 31, 0.54);
}

.fangorn-agreement-explainer h3 {
  margin: 0 0 6px;
}

.fangorn-agreement-explainer p:last-child {
  margin-bottom: 0;
}

.fangorn-confidence-compare-note {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  background: rgba(63, 181, 255, 0.06);
}

.fangorn-confidence-compare-note h3 {
  margin: 0 0 6px;
}

.fangorn-confidence-compare-note p:last-child {
  margin-bottom: 0;
}

.fangorn-agreement-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fangorn-section {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 77, 0.88);
}

.fangorn-section-head,
.fangorn-parlay-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.fangorn-section-head p,
.fangorn-pick-subline,
.fangorn-insight,
.fangorn-parlay-leg span {
  color: var(--muted);
}

.fangorn-section-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fangorn-pick-grid,
.fangorn-parlay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: start;
  grid-auto-rows: auto;
}

.fangorn-pick-card,
.fangorn-parlay-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  align-self: start;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.fangorn-pick-card > *,
.fangorn-parlay-card > * {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.fangorn-pick-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-direction: column;
}

.fangorn-pick-top-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-left: 0;
  min-width: 0;
}

.fangorn-pick-top h4,
.fangorn-parlay-head h3 {
  margin: 0 0 4px;
}

.fangorn-player-copy {
  min-width: 0;
}

.fangorn-player-copy h4,
.fangorn-player-copy .fangorn-pick-subline {
  overflow-wrap: anywhere;
}

.fangorn-rank-chip,
.fangorn-parlay-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background: rgba(63, 181, 255, 0.1);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.fangorn-pick-card-boosted {
  border-color: rgba(92, 229, 178, 0.22);
  box-shadow: 0 0 0 1px rgba(92, 229, 178, 0.08) inset;
}

.fangorn-consensus-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(92, 229, 178, 0.28);
  background: rgba(92, 229, 178, 0.12);
  color: #a5efd2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fangorn-pick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.fangorn-pick-meta-primary {
  margin-top: 2px;
}

.fangorn-pick-meta-secondary {
  margin-top: -4px;
}

.fangorn-pick-meta span,
.fangorn-parlay-leg span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  line-height: 1.25;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.fangorn-agreement-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.fangorn-agreement-pill-consensus {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.28);
}

.fangorn-agreement-pill-supported {
  color: #b5e5ff;
  background: rgba(63, 181, 255, 0.12);
  border-color: rgba(63, 181, 255, 0.26);
}

.fangorn-agreement-pill-mixed {
  color: #d8e4fb;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.fangorn-agreement-pill-upside {
  color: #ecd7ff;
  background: rgba(184, 142, 255, 0.12);
  border-color: rgba(184, 142, 255, 0.26);
}

.fangorn-agreement-pill-caution {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.12);
  border-color: rgba(255, 183, 77, 0.24);
}

.fangorn-best-use-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.fangorn-best-use-pill-single {
  color: #9af0cf;
  background: rgba(92, 229, 178, 0.14);
  border-color: rgba(92, 229, 178, 0.3);
}

.fangorn-best-use-pill-upside {
  color: #efd9ff;
  background: rgba(184, 142, 255, 0.14);
  border-color: rgba(184, 142, 255, 0.3);
}

.fangorn-best-use-pill-parlay {
  color: #b6e6ff;
  background: rgba(63, 181, 255, 0.14);
  border-color: rgba(63, 181, 255, 0.28);
}

.fangorn-best-use-pill-careful {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.14);
  border-color: rgba(255, 183, 77, 0.26);
}

.fangorn-best-use-pill-lean {
  color: #d8e4fb;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.fangorn-play-tier-pill,
.fangorn-exposure-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.fangorn-play-tier-pill-core {
  color: #9af0cf;
  background: rgba(92, 229, 178, 0.14);
  border-color: rgba(92, 229, 178, 0.3);
}

.fangorn-play-tier-pill-standard {
  color: #b6e6ff;
  background: rgba(63, 181, 255, 0.14);
  border-color: rgba(63, 181, 255, 0.28);
}

.fangorn-play-tier-pill-upside {
  color: #efd9ff;
  background: rgba(184, 142, 255, 0.14);
  border-color: rgba(184, 142, 255, 0.3);
}

.fangorn-play-tier-pill-caution {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.14);
  border-color: rgba(255, 183, 77, 0.26);
}

.fangorn-exposure-pill-full {
  color: #d9fff0;
  background: rgba(92, 229, 178, 0.08);
  border-color: rgba(92, 229, 178, 0.2);
}

.fangorn-exposure-pill-standard {
  color: #d7eeff;
  background: rgba(63, 181, 255, 0.08);
  border-color: rgba(63, 181, 255, 0.2);
}

.fangorn-exposure-pill-half {
  color: #f3e2ff;
  background: rgba(184, 142, 255, 0.08);
  border-color: rgba(184, 142, 255, 0.2);
}

.fangorn-exposure-pill-light {
  color: #ffe5b9;
  background: rgba(255, 183, 77, 0.08);
  border-color: rgba(255, 183, 77, 0.2);
}

.fangorn-pick-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.fangorn-hybrid-confidence-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-direction: column;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.fangorn-hybrid-confidence-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  flex: 1 1 220px;
}

.fangorn-hybrid-confidence-copy strong {
  font-size: 16px;
}

.fangorn-hybrid-confidence-note {
  color: var(--muted);
  font-size: 12px;
}

.fangorn-hybrid-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fangorn-hybrid-pill-high {
  color: #9af0cf;
  background: rgba(92, 229, 178, 0.14);
}

.fangorn-hybrid-pill-playable {
  color: #b6e6ff;
  background: rgba(63, 181, 255, 0.14);
}

.fangorn-hybrid-pill-risky {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.14);
}

.fangorn-anchor-confidence-row {
  border-color: rgba(63, 181, 255, 0.12);
  background: rgba(63, 181, 255, 0.04);
}

.fangorn-anchor-pill-high {
  color: #9af0cf;
  background: rgba(92, 229, 178, 0.14);
}

.fangorn-anchor-pill-playable {
  color: #b6e6ff;
  background: rgba(63, 181, 255, 0.14);
}

.fangorn-anchor-pill-risky {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.14);
}

.fangorn-disagreement-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-direction: column;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.fangorn-disagreement-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.fangorn-exposure-map-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.fangorn-exposure-map-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.fangorn-exposure-map-pill-full {
  color: #d9fff0;
  background: rgba(92, 229, 178, 0.08);
  border-color: rgba(92, 229, 178, 0.2);
}

.fangorn-exposure-map-pill-standard {
  color: #d7eeff;
  background: rgba(63, 181, 255, 0.08);
  border-color: rgba(63, 181, 255, 0.2);
}

.fangorn-exposure-map-pill-reduced {
  color: #fff0c9;
  background: rgba(255, 205, 107, 0.08);
  border-color: rgba(255, 205, 107, 0.22);
}

.fangorn-exposure-map-pill-caution {
  color: #ffd9bf;
  background: rgba(255, 139, 92, 0.1);
  border-color: rgba(255, 139, 92, 0.24);
}

.fangorn-exposure-map-pill-research {
  color: #ddd9ff;
  background: rgba(150, 134, 255, 0.08);
  border-color: rgba(150, 134, 255, 0.22);
}

.fangorn-exposure-map-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  flex: 1 1 220px;
}

.fangorn-damage-row,
.valinor-damage-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fangorn-damage-row {
  margin-top: -4px;
}

.valinor-damage-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.damage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.damage-badge-prominent {
  font-size: 12px;
  padding: 7px 11px;
}

.damage-badge-subtle {
  opacity: 0.92;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.trust-badge-prominent {
  font-size: 12px;
  padding: 7px 11px;
}

.trust-badge-subtle {
  opacity: 0.9;
}

.trust-premium-trust {
  color: #d9fff0;
  background: rgba(92, 229, 178, 0.1);
  border-color: rgba(92, 229, 178, 0.2);
}

.trust-downgraded-trust {
  color: #ffd9bf;
  background: rgba(255, 139, 92, 0.1);
  border-color: rgba(255, 139, 92, 0.24);
}

.trust-watchlist-trust,
.trust-neutral-trust {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.damage-elite-damage {
  color: #d9fff0;
  background: rgba(92, 229, 178, 0.1);
  border-color: rgba(92, 229, 178, 0.2);
}

.damage-strong-damage {
  color: #dceeff;
  background: rgba(63, 181, 255, 0.1);
  border-color: rgba(63, 181, 255, 0.2);
}

.damage-moderate-damage {
  color: #ffe8bf;
  background: rgba(255, 183, 77, 0.1);
  border-color: rgba(255, 183, 77, 0.2);
}

.damage-low-damage {
  color: #d9e1ef;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.fangorn-disagreement-pill,
.fangorn-disagreement-use {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.fangorn-disagreement-pill-aligned {
  color: #9af0cf;
  background: rgba(92, 229, 178, 0.14);
  border-color: rgba(92, 229, 178, 0.28);
}

.fangorn-disagreement-pill-moderate {
  color: #ffd9a3;
  background: rgba(255, 183, 77, 0.14);
  border-color: rgba(255, 183, 77, 0.28);
}

.fangorn-disagreement-pill-high {
  color: #ffb7b3;
  background: rgba(255, 107, 107, 0.14);
  border-color: rgba(255, 107, 107, 0.28);
}

.fangorn-disagreement-use-full {
  color: #d9fff0;
  background: rgba(92, 229, 178, 0.08);
  border-color: rgba(92, 229, 178, 0.2);
}

.fangorn-disagreement-use-reduced {
  color: #ffe5b9;
  background: rgba(255, 183, 77, 0.08);
  border-color: rgba(255, 183, 77, 0.2);
}

.fangorn-disagreement-use-careful {
  color: #ffd0cc;
  background: rgba(255, 107, 107, 0.08);
  border-color: rgba(255, 107, 107, 0.2);
}

.fangorn-insight {
  margin: 0;
  line-height: 1.6;
}

.fangorn-market-stack {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.fangorn-market-group {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(8, 18, 31, 0.56);
  border: 1px solid rgba(34, 50, 77, 0.72);
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.fangorn-market-group-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
}

.fangorn-market-note {
  color: var(--muted);
  font-size: 12px;
}

.fangorn-book-list {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.fangorn-book-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.fangorn-book-row-best {
  border-color: rgba(92, 229, 178, 0.28);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.72), rgba(12, 24, 39, 0.82)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.08), transparent 54%);
}

.fangorn-book-cell {
  color: var(--muted);
  font-size: 12px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fangorn-book-name {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
  font-weight: 600;
}

.fangorn-book-name strong {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(92, 229, 178, 0.16);
  border: 1px solid rgba(92, 229, 178, 0.2);
  color: var(--accent-2);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fangorn-parlay-legs {
  display: grid;
  gap: 10px;
}

.fangorn-parlay-leg {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(8, 18, 31, 0.58);
  border: 1px solid rgba(34, 50, 77, 0.78);
}

.model-card,
.model-identity-hero {
  background:
    linear-gradient(180deg, rgba(12, 24, 39, 0.9), rgba(8, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.1), transparent 54%);
}

.palantir-hero,
.palantir-panel {
  background:
    linear-gradient(180deg, rgba(13, 24, 39, 0.96), rgba(10, 20, 33, 0.9)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.06), transparent 56%);
}

.palantir-spotlight {
  border-color: rgba(63, 181, 255, 0.2);
  background: rgba(9, 19, 33, 0.54);
}

.palantir-hero-copy {
  max-width: 72ch;
  line-height: 1.65;
}

.palantir-summary-ribbon,
.palantir-summary-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.palantir-summary-strip {
  margin-bottom: 18px;
}

.palantir-anchor-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.82);
  background: rgba(8, 18, 31, 0.5);
}

.palantir-anchor-note h3 {
  margin: 0 0 6px;
}

.palantir-anchor-note p:last-child {
  margin-bottom: 0;
}

.palantir-anchor-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.palantir-anchor-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.palantir-board-list,
.palantir-confidence-strip,
.palantir-guidance-list,
.palantir-legend-list {
  display: grid;
  gap: 14px;
}

.palantir-row-card,
.palantir-guidance-card,
.palantir-signal-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.84);
  background: rgba(8, 18, 31, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.palantir-row-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.palantir-row-head h3,
.palantir-guidance-card h2,
.palantir-signal-card h3 {
  margin: 0 0 4px;
}

.palantir-row-subline,
.palantir-guidance-item p,
.palantir-legend-item p {
  color: var(--muted);
}

.palantir-row-subline,
.palantir-guidance-item p,
.palantir-legend-item p:last-child {
  margin-bottom: 0;
}

.palantir-row-price {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.palantir-row-price strong {
  font-size: 22px;
  line-height: 1;
}

.palantir-row-price span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.palantir-row-meta,
.palantir-row-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.palantir-line-list {
  display: grid;
  gap: 8px;
}

.palantir-line-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 12px;
}

.palantir-line-item.primary {
  border-color: rgba(92, 229, 178, 0.2);
  background: rgba(92, 229, 178, 0.08);
  color: var(--text);
}

.palantir-line-item strong {
  font-size: 13px;
  color: var(--text);
}

.palantir-row-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: var(--muted);
}

.palantir-signals-grid,
.palantir-guidance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.palantir-confidence-strip {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.palantir-signal-card-high {
  border-color: rgba(92, 229, 178, 0.24);
  background:
    linear-gradient(180deg, rgba(10, 26, 24, 0.92), rgba(8, 18, 31, 0.62)),
    rgba(8, 18, 31, 0.5);
}

.palantir-support-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.palantir-support-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.palantir-support-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.palantir-support-pill-strong-support {
  color: #b6f2d8;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.24);
}

.palantir-support-pill-moderate-support {
  color: #d6ebff;
  background: rgba(63, 181, 255, 0.12);
  border-color: rgba(63, 181, 255, 0.22);
}

.palantir-support-pill-weak-support {
  color: #ffe5b3;
  background: rgba(255, 183, 77, 0.12);
  border-color: rgba(255, 183, 77, 0.22);
}

.palantir-dominance-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.palantir-dominance-pill-logistic-aligned {
  color: #c8f5e0;
  background: rgba(92, 229, 178, 0.08);
  border-color: rgba(92, 229, 178, 0.18);
}

.palantir-dominance-pill-balanced {
  color: #d7e9ff;
  background: rgba(63, 181, 255, 0.08);
  border-color: rgba(63, 181, 255, 0.18);
}

.palantir-dominance-pill-model-lift {
  color: #ffe5b3;
  background: rgba(255, 183, 77, 0.08);
  border-color: rgba(255, 183, 77, 0.18);
}

.palantir-guidance-item,
.palantir-legend-item {
  display: grid;
  gap: 6px;
}

.palantir-confidence-pill,
.palantir-signal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.palantir-confidence-pill-high {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.24);
}

.palantir-confidence-pill-playable {
  color: #b6e6ff;
  background: rgba(63, 181, 255, 0.12);
  border-color: rgba(63, 181, 255, 0.24);
}

.palantir-confidence-pill-watch {
  color: #ffe1b0;
  background: rgba(255, 183, 77, 0.12);
  border-color: rgba(255, 183, 77, 0.24);
}

.palantir-confidence-pill-low {
  color: #d8e4fb;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.palantir-signal-pill {
  color: #d7eeff;
  background: rgba(63, 181, 255, 0.08);
  border-color: rgba(63, 181, 255, 0.18);
}

.model-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.model-status-wrap {
  margin-bottom: 10px;
}

.model-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.model-status-chip-stable {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.24);
}

.model-status-chip-advanced {
  color: #d7e9ff;
  background: rgba(63, 181, 255, 0.1);
  border-color: rgba(63, 181, 255, 0.22);
}

.model-status-chip-experimental {
  color: #ffd59d;
  background: rgba(255, 189, 96, 0.12);
  border-color: rgba(255, 189, 96, 0.24);
}

.model-identity-copy,
.model-spotlight-copy {
  line-height: 1.7;
}

.combo-analysis-stack,
.combo-leg-analysis-list {
  display: grid;
  gap: 14px;
}

.combo-analysis-block,
.combo-leg-analysis-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.56);
}

.combo-leg-analysis-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.combo-leg-analysis-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.combo-leg-analysis-head h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.combo-selected-item,
.combo-correlation-row,
.combo-diagnostic-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.85);
  background: rgba(8, 18, 31, 0.6);
}

.combo-diagnostic-card small {
  color: var(--muted);
  line-height: 1.5;
}

.combo-result-grid,
.combo-diagnostics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.combo-profile-strip,
.combo-mini-context-grid,
.combo-deep-context-list {
  display: grid;
  gap: 12px;
}

.combo-profile-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.combo-mini-context-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.combo-deep-context-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combo-signal-groups,
.combo-signal-block,
.combo-saved-list {
  display: grid;
  gap: 12px;
}

.combo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.combo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.combo-analysis-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.combo-analysis-badge-positive {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.24);
}

.combo-analysis-badge-neutral {
  color: #d7e9ff;
  background: rgba(63, 181, 255, 0.1);
  border-color: rgba(63, 181, 255, 0.22);
}

.combo-analysis-badge-caution {
  color: #ffd59d;
  background: rgba(255, 189, 96, 0.12);
  border-color: rgba(255, 189, 96, 0.24);
}

.combo-chip-positive {
  color: #a5efd2;
  background: rgba(92, 229, 178, 0.12);
  border-color: rgba(92, 229, 178, 0.24);
}

.combo-chip-risk {
  color: #ffd59d;
  background: rgba(255, 189, 96, 0.12);
  border-color: rgba(255, 189, 96, 0.24);
}

.combo-save-notice {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(92, 229, 178, 0.28);
  background: rgba(92, 229, 178, 0.08);
  color: var(--text);
}

.combo-restore-notice {
  border-color: rgba(63, 181, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(10, 24, 43, 0.94), rgba(8, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.14), transparent 54%);
}

.combo-profile-chip,
.combo-mini-context {
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.58);
}

.combo-deep-context {
  display: grid;
  gap: 8px;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.58);
}

.combo-deep-context p {
  margin: 0;
  color: #d5e5ff;
  line-height: 1.65;
  font-size: 14px;
}

.combo-profile-chip strong,
.combo-mini-context strong {
  color: #f7fbff;
  font-size: 16px;
}

.combo-profile-chip small {
  color: var(--muted);
  line-height: 1.45;
}

.combo-profile-chip-positive,
.combo-mini-context-positive {
  border-color: rgba(92, 229, 178, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.9), rgba(8, 18, 31, 0.74)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.11), transparent 52%);
}

.combo-profile-chip-caution,
.combo-mini-context-caution {
  border-color: rgba(255, 189, 96, 0.24);
  background:
    linear-gradient(180deg, rgba(36, 24, 7, 0.88), rgba(8, 18, 31, 0.76)),
    radial-gradient(circle at top right, rgba(255, 189, 96, 0.12), transparent 54%);
}

.combo-diagnostic-card-positive,
.combo-deep-context-positive {
  border-color: rgba(92, 229, 178, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 31, 29, 0.9), rgba(8, 18, 31, 0.74)),
    radial-gradient(circle at top right, rgba(92, 229, 178, 0.11), transparent 52%);
}

.combo-diagnostic-card-caution,
.combo-deep-context-caution {
  border-color: rgba(255, 189, 96, 0.24);
  background:
    linear-gradient(180deg, rgba(36, 24, 7, 0.88), rgba(8, 18, 31, 0.76)),
    radial-gradient(circle at top right, rgba(255, 189, 96, 0.12), transparent 54%);
}

.combo-diagnostic-card-neutral,
.combo-deep-context-neutral {
  border-color: rgba(63, 181, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(10, 24, 43, 0.92), rgba(8, 18, 31, 0.78)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.12), transparent 54%);
}

.combo-saved-card {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 77, 0.88);
  background: rgba(8, 18, 31, 0.58);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.combo-saved-card:hover,
.combo-saved-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(63, 181, 255, 0.3);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.combo-saved-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.combo-analysis-copy {
  color: #d5e5ff;
  line-height: 1.7;
  font-size: 15px;
}

.combo-correlation-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combo-correlation-row strong {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .betting-snapshot-grid,
  .combo-card-metrics,
  .single-leg-metrics {
    grid-template-columns: 1fr;
  }

  .tb-board-metrics {
    grid-template-columns: 1fr;
  }

  .value-play-grid,
  .hr-hitter-group-grid,
  .combo-card-grid,
  .single-leg-board-grid,
  .betting-product-grid,
  .betting-command-strip,
  .betting-desk-hero,
  .betting-lane-grid,
  .betting-parlay-draft-grid,
  .combo-analyzer-layout {
    grid-template-columns: 1fr;
  }

  .betting-desk-instrument {
    border-left: 0;
    border-top: 1px solid rgba(180, 199, 224, 0.1);
    padding-left: 0;
    padding-top: 22px;
  }

  .betting-lane-card,
  .betting-parlay-draft {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.1);
    min-height: 0;
  }

  .betting-lane-card:last-child,
  .betting-parlay-draft:last-child {
    border-bottom: 0;
  }

  .betting-desk-section-head,
  .betting-preview-head {
    flex-direction: column;
  }

  .futures-section-rail,
  .futures-market-grid {
    grid-template-columns: 1fr;
  }

  .futures-section-rail a {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.09);
  }

  .futures-section-rail a:last-child {
    border-bottom: 0;
  }

  .futures-market-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .futures-desk-copy h1 {
    font-size: clamp(42px, 13vw, 54px);
    max-width: 11ch;
  }

  .futures-desk-table {
    min-width: 860px;
  }

  .market-watch-rail,
  .market-watch-quality-grid,
  .market-watch-lane-summary,
  .market-watch-family-grid {
    grid-template-columns: 1fr;
  }

  .market-watch-rail a,
  .market-watch-quality-grid article,
  .market-watch-lane-summary article,
  .market-watch-family-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.09);
  }

  .market-watch-rail a:last-child,
  .market-watch-quality-grid article:last-child,
  .market-watch-lane-summary article:last-child,
  .market-watch-family-grid article:last-child {
    border-bottom: 0;
  }

  .market-watch-copy h1 {
    font-size: clamp(42px, 13vw, 54px);
    max-width: 11ch;
  }

  .market-watch-callout {
    border-left: 0;
    border-top: 1px solid rgba(110, 201, 214, 0.24);
    padding-left: 0;
    padding-top: 14px;
    text-align: left;
  }

  .market-watch-table {
    min-width: 720px;
  }

  .market-watch-board-table {
    min-width: 980px;
  }

  .prop-board-rail {
    grid-template-columns: 1fr;
  }

  .prop-board-rail a {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.09);
  }

  .prop-board-rail a:last-child {
    border-bottom: 0;
  }

  .prop-board-copy h1 {
    font-size: clamp(42px, 13vw, 54px);
    max-width: 11ch;
  }

  .prop-board-panel .summary-row {
    grid-template-columns: 1fr;
  }

  .prop-board-panel .summary-chip {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.09);
  }

  .prop-board-panel .summary-chip:last-child {
    border-bottom: 0;
  }

  .hr-primary-row {
    grid-template-columns: 1fr;
  }

  .hr-book-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .value-play-metrics {
    grid-template-columns: 1fr;
  }

  .combo-analyzer-sidebar {
    position: static;
  }

  .combo-result-grid,
  .combo-diagnostics,
  .combo-profile-strip,
  .combo-mini-context-grid,
  .combo-deep-context-list,
  .combo-correlation-row,
  .combo-search-row {
    grid-template-columns: 1fr;
  }

  .palantir-anchor-note,
  .palantir-row-head {
    flex-direction: column;
  }

  .palantir-anchor-chips,
  .palantir-row-price {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .fangorn-top-signal-head,
  .fangorn-pick-top,
  .fangorn-hybrid-confidence-row,
  .fangorn-market-group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fangorn-pick-top-right,
  .fangorn-top-signal-tags {
    justify-content: flex-start;
    margin-left: 0;
  }

  .fangorn-disagreement-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .fangorn-disagreement-tags {
    justify-content: flex-start;
  }

  .fangorn-book-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  .hr-book-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .betting-ecosystem-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    scrollbar-width: thin;
  }

  .betting-nav-link {
    min-width: 136px;
  }

  .betting-hero {
    min-height: 0;
  }

  .betting-hero-copy h1 {
    max-width: none;
    font-size: clamp(40px, 12vw, 50px);
  }

  .betting-command-card {
    grid-template-columns: 1fr;
  }

  .single-leg-card,
  .combo-leg {
    grid-template-columns: 1fr;
  }

  .value-play-card,
  .hr-hitter-card,
  .single-leg-board-panel,
  .betting-product-card,
  .combo-card {
    padding: 18px;
  }

  .fangorn-pick-card,
  .fangorn-parlay-card,
  .fangorn-top-signal-card {
    padding: 16px;
  }

  .palantir-row-card,
  .palantir-guidance-card,
  .palantir-signal-card {
    padding: 16px;
  }

  .fangorn-pick-meta span,
  .fangorn-agreement-pill,
  .fangorn-best-use-pill,
  .fangorn-play-tier-pill,
  .fangorn-exposure-pill,
  .fangorn-exposure-map-pill,
  .damage-badge,
  .fangorn-disagreement-pill,
  .fangorn-disagreement-use,
  .fangorn-consensus-pill,
  .fangorn-hybrid-pill {
    font-size: 11px;
    padding: 6px 9px;
  }

  .fangorn-book-row {
    grid-template-columns: 1fr;
  }

  .value-play-meta span {
    width: 100%;
    justify-content: flex-start;
  }
}

.valinor-hero {
  background:
    linear-gradient(135deg, rgba(12, 18, 33, 0.97), rgba(20, 25, 48, 0.92)),
    radial-gradient(circle at top right, rgba(123, 157, 255, 0.12), transparent 30%);
}

.valinor-summary-ribbon,
.valinor-summary-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.valinor-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.valinor-intro-note {
  padding: 18px 20px;
  border: 1px solid rgba(123, 157, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18, 25, 45, 0.72), rgba(13, 20, 36, 0.78));
}

.valinor-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.valinor-card,
.valinor-lab-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(123, 157, 255, 0.16);
  background: linear-gradient(135deg, rgba(13, 20, 37, 0.9), rgba(18, 26, 45, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.valinor-card-head,
.valinor-lab-head,
.valinor-gap-row,
.valinor-meta-row,
.valinor-lab-grid,
.valinor-price-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.valinor-price-box {
  min-width: 96px;
  flex-direction: column;
  align-items: flex-end;
  color: var(--muted);
}

.valinor-price-box strong,
.valinor-gap-pill strong {
  color: var(--text);
}

.valinor-meta-row,
.valinor-gap-row,
.valinor-lab-grid {
  color: var(--muted);
  font-size: 14px;
}

.valinor-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.valinor-gap-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(123, 157, 255, 0.2);
  background: rgba(123, 157, 255, 0.12);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.valinor-lab-list,
.valinor-dl-grid {
  display: grid;
  gap: 16px;
}

.valinor-lab-list {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.valinor-dl-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.valinor-dl-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 720px) {
  .valinor-metric-grid {
    grid-template-columns: 1fr;
  }
}

.fangorn-identity-note {
  margin-top: 12px;
  max-width: 64ch;
}

.palantir-support-badges {
  gap: 8px;
}

.palantir-support-pill,
.palantir-dominance-pill {
  opacity: 0.88;
  font-size: 12px;
}

.palantir-signal-card-high .palantir-row-metrics .summary-chip:first-child,
.palantir-row-card .palantir-row-metrics .summary-chip:first-child {
  border-color: rgba(63, 181, 255, 0.34);
  background: rgba(63, 181, 255, 0.12);
}

.valinor-card {
  gap: 16px;
}

.valinor-damage-row-compact {
  margin-top: -4px;
}

.valinor-card-head {
  align-items: flex-end;
}

.valinor-price-box {
  min-width: 88px;
  font-size: 13px;
  color: rgba(150, 168, 200, 0.88);
}

.valinor-price-box strong {
  font-size: 15px;
  font-weight: 700;
  color: rgba(237, 244, 255, 0.92);
}

.valinor-line-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}

.valinor-line-list .palantir-line-item {
  color: rgba(150, 168, 200, 0.92);
}

.valinor-line-list .palantir-line-item strong {
  font-size: 13px;
  font-weight: 700;
  color: rgba(237, 244, 255, 0.92);
}

.valinor-lab-card,
.palantir-row-card,
.palantir-signal-card,
.fangorn-pick-card {
  gap: 16px;
}

.fangorn-pick-grid,
.palantir-board-list,
.palantir-confidence-strip,
.valinor-board-grid,
.valinor-lab-list {
  gap: 20px;
}
.projection-note-card {
  min-height: 0;
}

.projection-context-note {
  margin-top: 1rem;
}

.projection-mini-grid {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
  color: var(--muted-text, #6b7280);
  font-size: 0.92rem;
}

.projection-hub-links {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.analytics-observatory-layout {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: start;
  border: 1px solid var(--obs-line);
  border-top: 0;
  background: rgba(8, 14, 21, 0.72);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.analytics-section-rail {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 0;
  min-height: calc(100vh - 86px);
  padding: 24px 0;
  border-right: 1px solid var(--obs-line);
  background:
    linear-gradient(180deg, rgba(10, 16, 24, 0.96), rgba(8, 14, 21, 0.94)),
    radial-gradient(circle at top left, rgba(110, 201, 214, 0.05), transparent 40%);
}

.analytics-section-rail .eyebrow {
  margin: 0 20px 12px;
  color: var(--obs-muted);
}

.analytics-section-rail a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-left: 2px solid transparent;
  color: #99a7b6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.analytics-section-rail a:hover,
.analytics-section-rail a:focus-visible,
.analytics-section-rail a.active {
  border-left-color: var(--obs-cyan);
  color: var(--obs-ink);
  background: rgba(110, 201, 214, 0.06);
}

.analytics-workspace {
  min-width: 0;
}

.analytics-observatory-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.38fr);
  gap: 36px;
  align-items: stretch;
  min-height: 410px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--obs-line);
  background:
    linear-gradient(180deg, rgba(12, 18, 26, 0.985), rgba(9, 15, 22, 0.97)),
    radial-gradient(circle at 82% 18%, rgba(110, 201, 214, 0.08), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(214, 161, 93, 0.06), transparent 30%);
  box-shadow: none;
}

.analytics-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
}

.analytics-hero-copy .eyebrow {
  color: var(--obs-amber);
}

.analytics-hero-copy h1 {
  max-width: 14ch;
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.analytics-hero-copy .hero-lede {
  max-width: 70ch;
  color: #aeb9c8;
  font-size: 16px;
}

.analytics-hero-instrument {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border-left: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(15, 24, 34, 0.58);
}

.analytics-hero-instrument .hero-link {
  margin: 2px 0 4px;
  color: var(--obs-cyan);
  font-size: clamp(44px, 4vw, 62px);
  line-height: 0.9;
}

.analytics-instrument-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.analytics-instrument-grid div {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.analytics-instrument-grid span,
.analytics-calibration-note {
  color: var(--obs-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.analytics-instrument-grid strong {
  color: var(--obs-ink);
  font-size: 26px;
  line-height: 1;
}

.analytics-calibration-note {
  padding-top: 14px;
  border-top: 1px solid rgba(180, 199, 224, 0.1);
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0.05em;
}

.analytics-map-strip-observatory {
  margin: 0;
  padding: 22px;
  border-bottom: 1px solid var(--obs-line);
  background: rgba(9, 15, 22, 0.38);
}

.analytics-map-strip-observatory .analytics-map-card {
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.74), rgba(10, 17, 25, 0.72)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.055), transparent 50%);
}

.analytics-map-strip-observatory .analytics-map-card-primary {
  border-color: rgba(110, 201, 214, 0.28);
}

.analytics-map-strip-observatory .analytics-map-step {
  border-radius: 0;
}

.analytics-current-build {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.analytics-workspace > .panel {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.analytics-workspace > .panel + .panel {
  border-top: 0;
}

.analytics-workspace .projection-table-wrap {
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(6, 11, 17, 0.28);
}

.analytics-workspace .projection-table {
  font-family: "Segoe UI", sans-serif;
}

.analytics-workspace .projection-table th,
.analytics-workspace .projection-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(180, 199, 224, 0.09);
  color: #dbe4ee;
}

.analytics-workspace .projection-table th {
  color: rgba(143, 155, 170, 0.9);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.analytics-workspace .projection-table tbody tr:hover {
  background: rgba(110, 201, 214, 0.045);
}

.analytics-workspace .table-subtext {
  color: rgba(143, 155, 170, 0.86);
}

.analytics-workspace .projection-pill,
.analytics-workspace .archive-pill {
  border-radius: 0;
}

.standings-observatory-hero {
  min-height: 390px;
}

.standings-hero-copy h1 {
  max-width: 15ch;
}

.standings-hero-instrument .hero-link {
  color: var(--obs-cyan);
}

.standings-workspace > .standings-league-panel {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.standings-workspace > .standings-league-panel + .standings-league-panel {
  border-top: 0;
}

.standings-league-panel {
  background:
    linear-gradient(180deg, rgba(13, 24, 39, 0.95), rgba(9, 15, 22, 0.94)),
    radial-gradient(circle at 86% 10%, rgba(110, 201, 214, 0.055), transparent 34%);
}

.standings-league-head {
  align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(180, 199, 224, 0.1);
}

.standings-league-note,
.standings-favorite {
  color: rgba(143, 155, 170, 0.92);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.standings-division-grid {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 20px;
}

.standings-division-card {
  display: grid;
  gap: 16px;
  margin-bottom: 0;
  padding: 20px;
  border-radius: 0;
  border-color: rgba(180, 199, 224, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.78), rgba(10, 17, 25, 0.7)),
    radial-gradient(circle at top right, rgba(110, 201, 214, 0.055), transparent 50%);
  box-shadow: none;
}

.standings-division-head {
  align-items: flex-start;
  margin-bottom: 0;
}

.standings-division-card h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.standings-division-card .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
}

.standings-table-wrap {
  border-color: rgba(180, 199, 224, 0.11);
  background: rgba(6, 11, 17, 0.3);
}

.standings-table {
  min-width: 980px;
}

.standings-table th,
.standings-table td {
  padding: 12px 12px;
}

.standings-table td:nth-child(2),
.standings-table td:nth-child(3),
.standings-table td:nth-child(4) {
  color: var(--obs-ink);
  font-weight: 800;
}

.standings-table .odds-bar {
  height: 7px;
  margin-bottom: 5px;
  border-radius: 0;
  background: rgba(180, 199, 224, 0.08);
}

.standings-table .odds-bar-fill {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.85));
}

.analytics-map-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.analytics-map-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(34, 50, 77, 0.86);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(12, 24, 39, 0.94), rgba(9, 18, 31, 0.84)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 58%);
  color: var(--text);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.analytics-map-card:hover,
.analytics-map-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(63, 181, 255, 0.34);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.analytics-map-card-primary {
  border-color: rgba(63, 181, 255, 0.3);
  background:
    linear-gradient(145deg, rgba(11, 32, 49, 0.96), rgba(10, 23, 41, 0.86)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.14), transparent 58%);
}

.analytics-map-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(63, 181, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #7fdfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.analytics-map-card h2 {
  margin: 2px 0 6px;
  font-size: clamp(18px, 1.35vw, 22px);
}

.analytics-map-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.standings-workspace .standings-division-grid {
  grid-template-columns: 1fr;
}

.team-dossier-hero {
  min-height: 410px;
}

.team-dossier-copy h1 {
  max-width: 12ch;
}

.team-october-instrument .hero-link {
  color: var(--obs-cyan);
  font-size: clamp(50px, 5.5vw, 78px);
  letter-spacing: -0.06em;
}

.team-dossier-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.team-dossier-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(180, 199, 224, 0.12);
  color: rgba(215, 229, 248, 0.9);
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.team-odds-stack {
  gap: 14px;
}

.team-odds-stack > div {
  padding: 12px;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.team-odds-stack .odds-bar {
  height: 7px;
  margin: 6px 0;
  border-radius: 0;
  background: rgba(180, 199, 224, 0.08);
}

.team-odds-stack .odds-bar-fill {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.85));
}

.team-dossier-workspace > .team-dossier-grid,
.team-dossier-workspace > .team-depth-grid {
  margin: 0;
}

.team-dossier-grid,
.team-depth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 0;
}

.team-dossier-workspace .panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.team-dossier-workspace .panel + .panel,
.team-depth-grid + .team-dossier-grid {
  border-top: 0;
}

.team-contributors-panel,
.team-staff-panel {
  border-left: 1px solid var(--obs-line) !important;
}

.team-talent-panel,
.team-depth-panel,
.team-contributors-panel,
.team-staff-panel {
  background:
    linear-gradient(180deg, rgba(13, 24, 39, 0.95), rgba(9, 15, 22, 0.94)),
    radial-gradient(circle at 86% 10%, rgba(110, 201, 214, 0.052), transparent 34%);
}

.team-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-metric-grid .summary-chip {
  border-radius: 0;
  background: rgba(8, 14, 21, 0.58);
}

.team-contributors-grid,
.team-staff-grid {
  gap: 18px;
}

.team-contributors-grid > div,
.team-staff-grid > div {
  padding: 14px;
  border: 1px solid rgba(180, 199, 224, 0.1);
  background: rgba(6, 11, 17, 0.24);
}

.team-table-wrap {
  border-color: rgba(180, 199, 224, 0.11);
  background: rgba(6, 11, 17, 0.3);
}

.team-depth-table {
  min-width: 620px;
}

.team-depth-table td:first-child {
  color: var(--obs-cyan);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.team-depth-table td:nth-child(3),
.team-depth-table td:nth-child(4) {
  color: var(--obs-ink);
  font-weight: 800;
}

.awards-observatory-hero {
  min-height: 390px;
}

.awards-hero-copy h1 {
  max-width: 15ch;
}

.awards-hero-instrument .hero-link {
  color: var(--obs-cyan);
}

.awards-race-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.awards-workspace .awards-race-card {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(13, 24, 39, 0.95), rgba(9, 15, 22, 0.94)),
    radial-gradient(circle at 86% 10%, rgba(110, 201, 214, 0.052), transparent 34%);
}

.awards-race-grid .awards-race-card:nth-child(even) {
  border-left: 1px solid var(--obs-line);
}

.awards-race-grid .awards-race-card:nth-child(n + 3) {
  border-top: 0;
}

.awards-race-head {
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(180, 199, 224, 0.1);
}

.awards-race-head h2 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.awards-favorite {
  color: rgba(143, 155, 170, 0.92);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
}

.awards-table-wrap {
  border-color: rgba(180, 199, 224, 0.11);
  background: rgba(6, 11, 17, 0.3);
}

.awards-table {
  min-width: 620px;
}

.awards-table th,
.awards-table td {
  padding: 12px;
}

.awards-table td:nth-child(2) {
  color: var(--obs-muted);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.awards-table .odds-bar {
  height: 8px;
  margin-bottom: 6px;
  border-radius: 0;
  background: rgba(180, 199, 224, 0.08);
}

.awards-table .odds-bar-fill {
  background: linear-gradient(90deg, var(--obs-cyan), rgba(92, 229, 178, 0.85));
}

.awards-table .odds-bar-ghost {
  background: linear-gradient(90deg, rgba(214, 161, 93, 0.38), rgba(214, 161, 93, 0.08));
}

.leaders-observatory-hero {
  min-height: 410px;
}

.leaders-hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  max-width: 16ch;
}

.btn-primary,
.btn-secondary {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--obs-cyan), rgba(92, 229, 178, 0.88));
  color: #061018;
}

.btn-secondary {
  background: rgba(8, 18, 31, 0.72);
  border: 1px solid rgba(114, 222, 238, 0.28);
  color: var(--obs-ink);
}

.hero-actions:has(.btn-primary),
.hero-actions:has(.btn-secondary) {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  padding: 0;
}

.leaders-hero-instrument {
  align-self: stretch;
}

.leaders-stat-console {
  border-bottom: 1px solid var(--obs-line);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.leaders-stat-console label {
  color: var(--obs-muted);
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.leaders-select-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.leaders-select-row select,
.leaders-select-row button {
  background: rgba(8, 14, 22, 0.84);
  border: 1px solid rgba(180, 199, 224, 0.18);
  border-radius: 14px;
  color: var(--obs-ink);
  min-height: 42px;
}

.leaders-select-row select {
  padding: 0 38px 0 14px;
}

.leaders-select-row button {
  color: var(--obs-cyan);
  cursor: pointer;
  font-weight: 850;
  padding: 0 18px;
}

.leaders-instrument-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leaders-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leaders-workspace .leaders-board-card {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 0;
  padding: 28px;
}

.leaders-board-grid .leaders-board-card:nth-child(even) {
  border-left: 1px solid var(--obs-line);
}

.leaders-board-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.leaders-board-head h2 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.04em;
  margin: 0;
}

.leaders-favorite {
  border-left: 1px solid rgba(114, 222, 238, 0.45);
  min-width: 150px;
  padding-left: 14px;
  text-align: right;
}

.leaders-favorite span,
.leaders-favorite em {
  color: var(--obs-muted);
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.leaders-favorite strong {
  color: var(--obs-ink);
  display: block;
  font-size: 13px;
  margin: 5px 0;
}

.leaders-favorite em {
  color: var(--obs-cyan);
}

.leaders-table-wrap {
  background: rgba(6, 11, 17, 0.34);
  border-color: rgba(180, 199, 224, 0.11);
}

.leaders-table {
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.leaders-table th,
.leaders-table td {
  padding: 12px;
}

.leaders-table th:nth-child(1),
.leaders-table td:nth-child(1) {
  width: 66px;
}

.leaders-table th:nth-child(2),
.leaders-table td:nth-child(2) {
  width: 34%;
}

.leaders-table th:nth-child(3),
.leaders-table td:nth-child(3) {
  width: 112px;
}

.leaders-table th:nth-child(4),
.leaders-table td:nth-child(4) {
  width: 25%;
}

.leaders-table th:nth-child(5),
.leaders-table td:nth-child(5) {
  width: 25%;
}

.leaders-rank {
  color: rgba(232, 238, 246, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.leaders-team {
  display: block;
  margin-top: 4px;
}

.leaders-pill {
  background: rgba(114, 222, 238, 0.12);
  border-color: rgba(114, 222, 238, 0.34);
  color: var(--obs-ink);
}

.leaders-table .projection-whisker {
  height: 12px;
  margin-bottom: 6px;
  min-width: 112px;
  position: relative;
}

.leaders-table .projection-whisker-line {
  background: linear-gradient(90deg, rgba(114, 222, 238, 0.18), rgba(114, 222, 238, 0.7));
}

.leaders-table .projection-whisker-mid {
  background: var(--obs-ink);
}

.leaders-table .odds-bar {
  height: 8px;
  margin-bottom: 6px;
}

.leaders-table .odds-bar-fill {
  background: linear-gradient(90deg, var(--obs-amber), var(--obs-cyan));
}

.leaders-empty-card {
  border-radius: 0;
}

.scorecard-observatory-hero {
  min-height: 420px;
}

.scorecard-hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  max-width: 17ch;
}

.scorecard-hero-instrument {
  align-self: stretch;
}

.scorecard-status-orb {
  align-items: center;
  border-bottom: 1px solid var(--obs-line);
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.scorecard-status-orb span {
  align-self: start;
  border-radius: 999px;
  display: block;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.scorecard-status-orb.is-waiting span {
  background: var(--obs-amber);
  box-shadow: 0 0 22px rgba(214, 161, 93, 0.38);
}

.scorecard-status-orb.is-live span {
  background: var(--obs-cyan);
  box-shadow: 0 0 22px rgba(114, 222, 238, 0.45);
}

.scorecard-status-orb strong,
.scorecard-status-orb em {
  display: block;
  grid-column: 2;
}

.scorecard-status-orb strong {
  color: var(--obs-ink);
  font-size: 16px;
}

.scorecard-status-orb em {
  color: var(--obs-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.scorecard-instrument-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scorecard-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scorecard-workspace .scorecard-table-card,
.scorecard-waiting-panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 0;
  padding: 28px;
}

.scorecard-live-grid .scorecard-table-card:nth-child(even) {
  border-left: 1px solid var(--obs-line);
}

.scorecard-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(180, 199, 224, 0.1);
}

.scorecard-panel-head h2 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  margin: 0;
}

.scorecard-panel-head > span {
  color: var(--obs-cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
}

.scorecard-table-wrap {
  background: rgba(6, 11, 17, 0.34);
  border-color: rgba(180, 199, 224, 0.11);
}

.scorecard-table {
  min-width: 620px;
}

.scorecard-table th,
.scorecard-table td {
  padding: 12px;
}

.scorecard-table td:nth-child(3),
.scorecard-table td:nth-child(4),
.scorecard-table td:nth-child(5) {
  color: var(--obs-ink);
  font-weight: 850;
}

.scorecard-waiting-panel {
  background:
    linear-gradient(180deg, rgba(12, 21, 32, 0.96), rgba(9, 16, 25, 0.96)),
    radial-gradient(circle at 90% 0%, rgba(214, 161, 93, 0.08), transparent 34%);
}

.scorecard-waiting-copy {
  color: #b7c2d0;
  font-size: 16px;
  line-height: 1.65;
  max-width: 76ch;
  margin: 0 0 22px;
}

.scorecard-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(180, 199, 224, 0.11);
  background: rgba(6, 11, 17, 0.26);
}

.scorecard-method-grid article {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid rgba(180, 199, 224, 0.1);
}

.scorecard-method-grid article:last-child {
  border-right: 0;
}

.scorecard-method-grid span {
  color: rgba(237, 241, 245, 0.42);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-style: italic;
  margin-bottom: 28px;
}

.scorecard-method-grid h3 {
  color: var(--obs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.scorecard-method-grid p {
  color: var(--obs-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.projection-division-grid,
.projection-awards-grid,
.projection-leader-grid,
.projection-staff-grid,
.projection-contributors-grid,
.projection-metric-grid {
  display: grid;
  gap: 18px;
}

.projection-division-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.projection-awards-grid,
.projection-leader-grid {
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}

.projection-staff-grid,
.projection-contributors-grid,
.projection-metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.projection-subpanel {
  border: 1px solid rgba(34, 50, 77, 0.9);
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(14, 26, 43, 0.92), rgba(9, 19, 33, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.projection-subpanel h3 {
  margin-bottom: 14px;
}

.projection-table-compact th,
.projection-table-compact td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.projection-odds-stack {
  display: grid;
  gap: 12px;
}

.odds-bar-stack {
  display: grid;
  gap: 6px;
}

.odds-bar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.odds-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(34, 50, 77, 0.85);
}

.odds-bar-fill,
.odds-bar-ghost {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
}

.odds-bar-fill {
  background: linear-gradient(90deg, rgba(63, 181, 255, 0.95), rgba(92, 229, 178, 0.9));
  box-shadow: 0 0 18px rgba(63, 181, 255, 0.18);
}

.odds-bar-ghost {
  background: linear-gradient(90deg, rgba(237, 244, 255, 0.24), rgba(237, 244, 255, 0.08));
}

.projection-whisker {
  display: grid;
  gap: 6px;
  min-width: 140px;
}

.projection-whisker-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.projection-whisker-track {
  position: relative;
  height: 12px;
}

.projection-whisker-line {
  position: absolute;
  top: 5px;
  height: 2px;
  border-radius: 999px;
  background: rgba(150, 168, 200, 0.9);
}

.projection-whisker-mid {
  position: absolute;
  top: 1px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(63, 181, 255, 1), rgba(92, 229, 178, 1));
  box-shadow: 0 0 14px rgba(63, 181, 255, 0.18);
}

.futures-table-stack {
  display: grid;
  gap: 20px;
}

.futures-table-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(34, 50, 77, 0.9);
  background:
    linear-gradient(180deg, rgba(12, 24, 39, 0.9), rgba(10, 18, 31, 0.82)),
    radial-gradient(circle at top right, rgba(63, 181, 255, 0.08), transparent 55%);
}

.futures-subhead {
  margin-bottom: 0;
}

.futures-table {
  min-width: 920px;
}

.futures-uncertainty {
  display: inline-block;
  max-width: 160px;
}

.futures-section-note {
  margin: -6px 0 12px;
  color: #d4deeb;
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signal-pill-accent {
  border-color: rgba(92, 229, 178, 0.28);
  background: rgba(92, 229, 178, 0.12);
  color: #d9fff0;
}

.signal-pill-watch {
  border-color: rgba(246, 193, 90, 0.3);
  background: rgba(246, 193, 90, 0.12);
  color: #ffe8ad;
}

.signal-pill-muted {
  border-color: rgba(148, 166, 190, 0.24);
  background: rgba(148, 166, 190, 0.1);
  color: #d4deeb;
}

.projection-contributor-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 50, 77, 0.62);
}

.projection-contributor-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.projection-contributor-row:first-child {
  padding-top: 0;
}

.projection-contributor-meta {
  display: grid;
  gap: 4px;
}

.projection-contributor-value {
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
}

.projection-pill-subtle {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(63, 181, 255, 0.22);
  background: rgba(63, 181, 255, 0.08);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.projection-team-header {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.projection-team-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 18, 31, 0.62);
  border: 1px solid rgba(34, 50, 77, 0.9);
  color: var(--text);
}

.projection-empty-note {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .analytics-observatory-layout {
    grid-template-columns: 1fr;
  }

  .analytics-section-rail {
    position: static;
    display: flex;
    min-height: 0;
    overflow-x: auto;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--obs-line);
  }

  .analytics-section-rail .eyebrow {
    display: none;
  }

  .analytics-section-rail a {
    flex: 0 0 auto;
    min-height: 44px;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }

  .analytics-section-rail a:hover,
  .analytics-section-rail a:focus-visible,
  .analytics-section-rail a.active {
    border-left-color: transparent;
    border-bottom-color: var(--obs-cyan);
  }

  .analytics-observatory-hero {
    grid-template-columns: 1fr;
  }

  .analytics-hero-instrument {
    border-left: 0;
    border-top: 1px solid rgba(180, 199, 224, 0.1);
  }

  .analytics-map-strip {
    grid-template-columns: 1fr;
  }

  .team-dossier-grid,
  .team-depth-grid {
    grid-template-columns: 1fr;
  }

  .team-contributors-panel,
  .team-staff-panel {
    border-left: 0 !important;
  }

  .team-metric-grid {
    grid-template-columns: 1fr;
  }

  .awards-race-grid {
    grid-template-columns: 1fr;
  }

  .awards-race-grid .awards-race-card:nth-child(even) {
    border-left: 0;
  }

  .leaders-board-grid {
    grid-template-columns: 1fr;
  }

  .leaders-board-grid .leaders-board-card:nth-child(even) {
    border-left: 0;
  }

  .leaders-board-head {
    flex-direction: column;
  }

  .leaders-favorite {
    border-left: 0;
    border-top: 1px solid rgba(114, 222, 238, 0.32);
    padding-left: 0;
    padding-top: 12px;
    text-align: left;
    width: 100%;
  }

  .leaders-select-row {
    grid-template-columns: 1fr;
  }

  .scorecard-live-grid,
  .scorecard-method-grid {
    grid-template-columns: 1fr;
  }

  .scorecard-live-grid .scorecard-table-card:nth-child(even) {
    border-left: 0;
  }

  .scorecard-method-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 199, 224, 0.1);
    min-height: 0;
  }

  .scorecard-method-grid article:last-child {
    border-bottom: 0;
  }

  .scorecard-panel-head {
    flex-direction: column;
  }

  .scorecard-panel-head > span {
    text-align: left;
  }

  .projection-awards-grid,
  .projection-leader-grid,
  .projection-division-grid {
    grid-template-columns: 1fr;
  }
}
