.briefing-board,
.shot-field,
.distance-ladder,
.score-ledger,
.differential-ladder,
.round-flow,
.record-vault article,
.answer-bars {
  border-radius: var(--p-radius-lg);
}


.briefing-board {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.briefing-board__command {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(112px, 0.76fr) minmax(0, 1.18fr);
  gap: 10px;
  min-height: 166px;
  padding: 12px;
  border: 1px solid rgba(105, 215, 155, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 24% 16%, rgba(105, 215, 155, 0.16), transparent 9rem),
    radial-gradient(circle at 86% 18%, rgba(231, 121, 99, 0.14), transparent 8rem),
    rgba(4, 18, 13, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(241, 246, 237, 0.05),
    0 22px 54px rgba(0, 0, 0, 0.18);
}

.briefing-board__decision {
  display: grid;
  align-content: end;
  min-width: 0;
  gap: 7px;
  padding: 4px;
}

.briefing-board__decision span,
.briefing-board__proofline span {
  color: var(--p-muted);
  font-size: 11px;
}

.briefing-board__decision strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--p-text);
  font-size: 34px;
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.96;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.briefing-board__decision--risk strong {
  font-size: 24px;
  letter-spacing: -0.06em;
}

.briefing-board__decision em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.24;
  text-overflow: ellipsis;
}

.briefing-board__map {
  align-self: center;
  width: 100%;
  min-width: 0;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}

.briefing-board__fairway,
.briefing-board__safe,
.briefing-board__danger,
.briefing-board__center-line {
  fill: none;
  stroke-linecap: round;
}

.briefing-board__fairway {
  stroke: rgba(184, 225, 202, 0.18);
  stroke-width: 18;
}

.briefing-board__safe {
  stroke: rgba(105, 215, 155, 0.72);
  stroke-width: 8;
}

.briefing-board__danger {
  stroke: rgba(231, 121, 99, 0.68);
  stroke-dasharray: 4 8;
  stroke-width: 5;
}

.briefing-board__center-line {
  stroke: rgba(184, 225, 202, 0.16);
  stroke-width: 1;
}

.briefing-board__center {
  fill: rgba(105, 215, 155, 0.08);
  stroke: rgba(184, 225, 202, 0.22);
}

.briefing-board__dot {
  stroke: rgba(248, 255, 250, 0.74);
  stroke-width: 1.5;
}

.briefing-board__dot--safe {
  fill: var(--p-mint);
}

.briefing-board__dot--risk {
  fill: var(--p-red);
}

.briefing-board__proofline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.briefing-board__proofline span {
  display: grid;
  gap: 3px;
  min-height: 50px;
  padding: 9px 11px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 16px;
  background: rgba(6, 24, 17, 0.58);
}

.briefing-board__proofline b {
  display: -webkit-box;
  overflow: hidden;
  color: var(--p-text);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.briefing-board__scoreline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--p-muted);
  font-size: 12px;
}

.briefing-board__scoreline div {
  display: flex;
  gap: 8px;
}

.briefing-board__scoreline i {
  padding: 8px 12px;
  border: 1px solid var(--p-line);
  border-radius: 999px;
  color: var(--p-text);
  font-style: normal;
}

.shot-field {
  padding: 16px;
  box-shadow:
    inset 0 1px 0 rgba(241, 246, 237, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.14);
}

.shot-field svg {
  width: 100%;
  height: 318px;
  overflow: visible;
}

.shot-field__grid {
  fill: none;
  stroke: rgba(184, 225, 202, 0.08);
  stroke-width: 1;
}

.shot-field__corridor {
  fill: rgba(105, 215, 155, 0.035);
  stroke: rgba(105, 215, 155, 0.28);
  stroke-width: 1.2;
}

.shot-field__danger-zone {
  fill: rgba(231, 121, 99, 0.05);
  stroke: rgba(231, 121, 99, 0.12);
  stroke-width: 1;
}

.shot-field__carry-band {
  fill: rgba(105, 215, 155, 0.07);
  stroke: rgba(105, 215, 155, 0.18);
  stroke-width: 1;
}

.shot-field__start-fan {
  fill: rgba(130, 174, 247, 0.07);
  stroke: rgba(130, 174, 247, 0.2);
  stroke-width: 1;
}

.shot-field__axis {
  stroke: rgba(236, 246, 239, 0.62);
  stroke-width: 1;
}

.shot-field__ring {
  fill: transparent;
  stroke: rgba(236, 246, 239, 0.2);
}

.shot-field__trace {
  fill: none;
  stroke: rgba(105, 215, 155, 0.5);
  stroke-dasharray: 3 5;
  stroke-linecap: round;
  stroke-width: 1.25;
}

.shot-field__order-trace {
  fill: none;
  opacity: 0.48;
  stroke: rgba(241, 246, 237, 0.34);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.shot-field__inspect-line {
  fill: none;
  stroke: rgba(229, 199, 95, 0.58);
  stroke-dasharray: 2 4;
  stroke-linecap: round;
  stroke-width: 1.3;
}

.shot-field__selected-halo {
  fill: rgba(229, 199, 95, 0.11);
  stroke: rgba(229, 199, 95, 0.56);
  stroke-dasharray: 2 4;
  stroke-width: 1.1;
  pointer-events: none;
}

.shot-field__mean {
  fill: rgba(105, 215, 155, 0.16);
  stroke: rgba(105, 215, 155, 0.78);
  stroke-width: 1.2;
}

.shot-field__density {
  fill: rgba(105, 215, 155, 0.055);
  stroke: rgba(105, 215, 155, 0.16);
  stroke-width: 1;
  pointer-events: none;
}

.shot-field__density--inner {
  fill: rgba(105, 215, 155, 0.08);
  stroke: rgba(105, 215, 155, 0.22);
}

.shot-field__svg-label {
  fill: rgba(219, 233, 222, 0.45);
  font-size: 8px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.shot-field__svg-label--center {
  fill: rgba(241, 246, 237, 0.58);
}

.shot-field__svg-label--selected {
  fill: rgba(229, 199, 95, 0.84);
}

.shot-field__svg-label--danger {
  fill: rgba(231, 121, 99, 0.48);
}

.shot-field__axis-title {
  fill: rgba(219, 233, 222, 0.36);
  font-size: 8px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.shot-field__axis-title--x {
  fill: rgba(219, 233, 222, 0.44);
}

.shot-field__dot {
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    r 180ms ease,
    stroke 180ms ease;
}

.shot-field__point {
  cursor: pointer;
  outline: none;
}

.shot-field__hit {
  fill: transparent;
  pointer-events: all;
}

.shot-field__point:hover .shot-field__dot,
.shot-field__point:focus-visible .shot-field__dot {
  stroke: rgba(241, 246, 237, 0.72);
  stroke-width: 1.2;
  filter: drop-shadow(0 0 7px rgba(105, 215, 155, 0.28));
}

.shot-field__dot--mint {
  fill: var(--p-mint);
}

.shot-field__dot--sky {
  fill: var(--p-blue);
}

.shot-field__dot--coral {
  fill: var(--p-red);
}

.shot-field__dot.is-selected {
  stroke: rgba(241, 246, 237, 0.9);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 9px rgba(229, 199, 95, 0.5));
}

.shot-field--delivery .shot-field__corridor {
  fill: rgba(130, 174, 247, 0.04);
  stroke: rgba(130, 174, 247, 0.35);
}

.shot-field--delivery .shot-field__density {
  fill: rgba(130, 174, 247, 0.055);
  stroke: rgba(130, 174, 247, 0.18);
}

.shot-field--delivery .shot-field__trace,
.shot-field--delivery .shot-field__mean {
  stroke: rgba(130, 174, 247, 0.78);
}

.shot-field--strike .shot-field__corridor {
  fill: rgba(229, 199, 95, 0.045);
  stroke: rgba(229, 199, 95, 0.34);
}

.shot-field--strike .shot-field__density {
  fill: rgba(229, 199, 95, 0.058);
  stroke: rgba(229, 199, 95, 0.2);
}

.shot-field--strike .shot-field__trace,
.shot-field--strike .shot-field__mean {
  stroke: rgba(229, 199, 95, 0.82);
}

.shot-field__labels,
.shot-field__drilldown,
.shot-field__instrument,
.differential-ladder__head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.shot-field__labels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: -14px;
}

.shot-field__labels span:last-child {
  text-align: right;
}

.shot-field__read {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shot-field__read article {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 15px;
  background: rgba(3, 14, 10, 0.44);
}

.shot-field__read span,
.shot-field__read em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shot-field__read strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--p-text);
  font-size: 13px;
  line-height: 1.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shot-field__legend,
.distance-ladder__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--p-muted);
  font-size: 10px;
}

.shot-field__legend span,
.distance-ladder__legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 18px;
}

.shot-field__legend i,
.distance-ladder__legend i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--p-blue);
}

.shot-field__legend .is-mint,
.distance-ladder__legend .is-safe {
  background: var(--p-mint);
}

.shot-field__legend .is-sky,
.distance-ladder__legend .is-watch {
  background: var(--p-yellow);
}

.shot-field__legend .is-coral,
.distance-ladder__legend .is-risk {
  background: var(--p-red);
}

.shot-field__sequence {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 0;
}

.shot-field__sequence > span {
  color: var(--p-muted);
  font-size: 10px;
  font-weight: 620;
  letter-spacing: 0.02em;
}

.shot-field__sequence > div {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 2px;
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 16px), transparent);
  mask-image: linear-gradient(90deg, #000 calc(100% - 16px), transparent);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.shot-field__sequence > div::-webkit-scrollbar {
  display: none;
}

.shot-field__sequence-dot {
  flex: 0 0 auto;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(184, 225, 202, 0.14);
  border-radius: 999px;
  background: rgba(3, 14, 10, 0.64);
  color: var(--p-muted);
  font-size: 9px;
  font-weight: 720;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.shot-field__sequence-dot--mint.is-active {
  border-color: rgba(105, 215, 155, 0.6);
  background: rgba(105, 215, 155, 0.18);
  color: var(--p-text);
  box-shadow: 0 0 0 1px rgba(105, 215, 155, 0.12), 0 0 16px rgba(105, 215, 155, 0.16);
}

.shot-field__sequence-dot--sky.is-active {
  border-color: rgba(130, 174, 247, 0.58);
  background: rgba(130, 174, 247, 0.17);
  color: var(--p-text);
  box-shadow: 0 0 0 1px rgba(130, 174, 247, 0.12), 0 0 16px rgba(130, 174, 247, 0.16);
}

.shot-field__sequence-dot--coral.is-active {
  border-color: rgba(231, 121, 99, 0.62);
  background: rgba(231, 121, 99, 0.17);
  color: var(--p-text);
  box-shadow: 0 0 0 1px rgba(231, 121, 99, 0.12), 0 0 16px rgba(231, 121, 99, 0.16);
}

.shot-field__sequence-dot:active,
.shot-field__sequence-dot.is-touching {
  transform: translateY(1px) scale(0.94);
}

.shot-field__inspect {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.shot-field__inspect button {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 8px;
  border: 1px solid var(--p-line);
  border-radius: 15px;
  background: rgba(4, 19, 14, 0.68);
  color: var(--p-text);
  font: inherit;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.shot-field__inspect button.is-active {
  border-color: rgba(229, 199, 95, 0.42);
  background: rgba(55, 44, 16, 0.34);
  box-shadow: inset 0 0 0 1px rgba(229, 199, 95, 0.1), 0 10px 24px rgba(0, 0, 0, 0.14);
}

.shot-field__inspect button:active,
.shot-field__inspect button.is-touching {
  transform: translateY(1px) scale(0.985);
}

.shot-field__inspect strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--p-text);
  font-size: 12px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shot-field__inspect em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shot-field__focus {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(105, 215, 155, 0.18);
  border-radius: 15px;
  background: rgba(5, 22, 16, 0.6);
}

.shot-field__focus span,
.shot-field__focus em {
  color: var(--p-muted);
  font-size: 11px;
  font-style: normal;
}

.shot-field__focus strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shot-field__drilldown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.shot-field__drilldown article {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 14px;
  background: rgba(2, 12, 9, 0.38);
}

.shot-field__drilldown span,
.shot-field__drilldown em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.05;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shot-field__drilldown strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 13px;
  line-height: 1.05;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shot-field__instrument article,
.differential-ladder__head article {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--p-line);
  border-radius: 16px;
  background: rgba(9, 35, 25, 0.72);
}

.shot-field__instrument strong,
.differential-ladder__head strong {
  font-size: 20px;
}

.shot-field__instrument strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.05;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shot-field__instrument em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chart-explain {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.chart-explain span {
  min-width: 0;
  padding: 5px 8px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 999px;
  background: rgba(4, 18, 13, 0.44);
  color: var(--p-muted);
  font-size: 10px;
  font-weight: 620;
  line-height: 1;
}

.chart-explain--shot {
  margin-top: 4px;
}

.chart-explain--score {
  margin: -2px 0;
}

.distance-ladder {
  padding: 16px;
  box-shadow:
    inset 0 1px 0 rgba(241, 246, 237, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.14);
}

.distance-ladder__plot {
  display: grid;
  gap: 11px;
  margin-top: 10px;
}

.distance-ladder__row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-inline: -6px;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

button.distance-ladder__row {
  cursor: pointer;
}

button.distance-ladder__row:active {
  transform: translateY(1px) scale(0.988);
}

button.distance-ladder__row.is-touching {
  transform: translateY(1px) scale(0.988);
}

.distance-ladder__row.is-active {
  border-color: rgba(218, 237, 225, 0.15);
  background: rgba(218, 237, 225, 0.045);
}

.distance-ladder__row em {
  grid-column: 2 / 3;
  margin-top: -6px;
  color: var(--p-dim);
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.distance-ladder__axis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 12px 42px 0 52px;
  color: var(--p-muted);
  font-size: 10px;
}

.distance-ladder__axis span:not(:first-child) {
  text-align: center;
}

.distance-ladder__read {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 16px;
  background: rgba(3, 14, 10, 0.42);
}

.distance-ladder__read strong {
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.12;
}

.distance-ladder__read span {
  color: var(--p-muted);
  font-size: 11px;
  line-height: 1.15;
}

.distance-ladder__row > div {
  position: relative;
  height: 1px;
  background: rgba(218, 237, 225, 0.48);
}

.distance-ladder__row > div::before,
.distance-ladder__row > div::after {
  position: absolute;
  top: -18px;
  bottom: -18px;
  width: 1px;
  content: "";
  background: rgba(218, 237, 225, 0.08);
}

.distance-ladder__row > div::before {
  left: 25%;
}

.distance-ladder__row > div::after {
  left: 75%;
}

.distance-ladder__row i {
  position: absolute;
  top: -7px;
  display: block;
  height: 14px;
  border-radius: 999px;
  background: var(--p-blue);
  transition:
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.distance-ladder__row b {
  position: absolute;
  top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border: 2px solid rgba(4, 18, 13, 0.96);
  border-radius: 999px;
  background: rgba(241, 246, 237, 0.9);
  box-shadow: 0 0 0 1px rgba(241, 246, 237, 0.32);
  content: "";
}

.distance-ladder__row.is-active i {
  transform: scaleY(1.16);
  box-shadow: 0 0 0 1px rgba(218, 237, 225, 0.32), 0 0 18px rgba(130, 174, 247, 0.28);
}

.distance-ladder__row.is-active b {
  background: var(--p-text);
  box-shadow: 0 0 0 1px rgba(241, 246, 237, 0.45), 0 0 15px rgba(105, 215, 155, 0.26);
}

.distance-ladder__row.is-safe i {
  background: var(--p-mint);
}

.distance-ladder__row.is-watch i {
  background: var(--p-yellow);
}

.distance-ladder__row.is-risk i {
  background: var(--p-red);
}

.distance-ladder__row strong {
  text-align: right;
}

.distance-ladder__selected {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.distance-ladder__selected article,
.distance-ladder__empty {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 15px;
  background: rgba(2, 12, 9, 0.36);
}

.distance-ladder__selected span,
.distance-ladder__selected em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.distance-ladder__selected strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.05;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.distance-ladder__empty {
  margin-top: 12px;
  color: var(--p-muted);
  font-size: 13px;
}

.bag-role-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bag-role-strip__item {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 10px;
  border: 1px solid var(--p-line);
  border-radius: 16px;
  background: rgba(7, 31, 22, 0.68);
}

.bag-role-strip__item span,
.bag-role-strip__item em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bag-role-strip__item strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.05;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bag-role-strip__item--anchor,
.bag-role-strip__item--stock {
  border-color: rgba(105, 215, 155, 0.3);
  background: rgba(15, 58, 39, 0.54);
}

.bag-role-strip__item--practice,
.bag-role-strip__item--check {
  border-color: rgba(231, 121, 99, 0.26);
}

.score-ledger {
  display: grid;
  gap: 14px;
  padding: 16px;
  box-shadow:
    inset 0 1px 0 rgba(241, 246, 237, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.14);
}

.score-ledger__lead {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 10px;
}

.score-ledger__lead article,
.round-flow__score article,
.round-plan__lead,
.round-plan__cells article {
  display: grid;
  gap: 7px;
  min-height: 96px;
  padding: 13px;
  border: 1px solid var(--p-line);
  border-radius: 18px;
  background: rgba(5, 22, 16, 0.72);
}

.score-ledger__lead strong,
.round-flow__score strong,
.round-plan__lead strong,
.round-plan__cells strong {
  color: var(--p-text);
  font-size: 26px;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.score-ledger__lead em,
.round-flow__score em,
.round-plan__lead em,
.round-plan__cells em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.score-ledger__leak {
  border-color: rgba(231, 121, 99, 0.3) !important;
}

.score-ledger__leak strong {
  color: var(--p-red);
}

.score-ledger__read {
  margin: -2px 2px 0;
  color: var(--p-muted);
  font-size: 13px;
  line-height: 1.35;
}

.score-ledger__proof {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 8px;
}

.score-ledger__proof article {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 15px;
  background: rgba(3, 14, 10, 0.42);
}

.score-ledger__proof span,
.score-ledger__proof em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.15;
  text-overflow: ellipsis;
}

.score-ledger__proof strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.score-ledger__insight {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border: 1px solid rgba(231, 121, 99, 0.22);
  border-radius: 16px;
  background: rgba(42, 15, 12, 0.24);
}

.score-ledger__insight span,
.score-ledger__insight em {
  color: var(--p-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
}

.score-ledger__insight strong {
  color: var(--p-text);
  font-size: 15px;
  line-height: 1.1;
}

.score-ledger__rounds article,
.score-ledger__round {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
  margin-inline: -8px;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--p-line);
  border-radius: 15px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.score-ledger__round {
  cursor: pointer;
}

.score-ledger__round:active {
  transform: translateY(1px) scale(0.988);
}

.score-ledger__round.is-touching {
  border-color: rgba(105, 215, 155, 0.18);
  background: rgba(105, 215, 155, 0.055);
  transform: translateY(1px) scale(0.988);
}

.score-ledger__rounds strong,
.score-ledger__rounds span {
  display: block;
}

.score-ledger__rounds span {
  margin-top: 3px;
  font-size: 12px;
}

.score-ledger__score {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.score-ledger__rounds em {
  display: inline-grid;
  min-width: 34px;
  min-height: 24px;
  place-items: center;
  border: 1px solid rgba(105, 215, 155, 0.42);
  border-radius: 999px;
  color: var(--p-mint);
  font-style: normal;
}

.score-ledger__score small {
  color: var(--p-muted);
  font-size: 11px;
}

.score-ledger__cost {
  display: grid;
  gap: 9px;
}

.score-ledger__cost button {
  display: grid;
  grid-template-columns: 28px minmax(86px, 0.86fr) minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-inline: -6px;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.score-ledger__cost button.is-lead {
  border-color: rgba(231, 121, 99, 0.2);
  background:
    radial-gradient(circle at 22% 50%, rgba(231, 121, 99, 0.1), transparent 44%),
    rgba(4, 20, 14, 0.74);
}

.score-ledger__cost button:active {
  transform: translateY(1px) scale(0.988);
}

.score-ledger__cost button.is-touching {
  border-color: rgba(231, 121, 99, 0.18);
  background: rgba(231, 121, 99, 0.055);
  transform: translateY(1px) scale(0.988);
}

.score-ledger__cost small {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(231, 121, 99, 0.22);
  border-radius: 999px;
  color: rgba(241, 246, 237, 0.64);
  font-size: 10px;
  font-weight: 680;
}

.score-ledger__cost span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.score-ledger__cost i {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(184, 225, 202, 0.1);
  box-shadow: inset 0 0 0 1px rgba(184, 225, 202, 0.08);
}

.score-ledger__cost i b {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--p-red), rgba(229, 199, 95, 0.82));
  box-shadow: 0 0 12px rgba(231, 121, 99, 0.16);
}

.score-ledger__cost button.is-lead i b {
  box-shadow: 0 0 18px rgba(231, 121, 99, 0.2);
}

.score-ledger__cost strong {
  color: var(--p-muted);
  font-size: 12px;
  font-weight: 560;
  text-align: right;
}

.round-flow {
  display: grid;
  gap: 13px;
  padding: 16px;
}

.round-flow__score {
  display: grid;
  grid-template-columns: 0.72fr 0.9fr 1.2fr;
  gap: 9px;
}

.round-flow__holes {
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  gap: 3px;
}

.round-flow__holes span {
  display: grid;
  height: 30px;
  place-items: center;
  border: 1px solid var(--p-line);
  border-radius: 999px;
  background: rgba(3, 17, 12, 0.7);
  color: var(--p-muted);
  font-size: 10px;
}

.round-flow__holes span.is-cost {
  border-color: rgba(231, 121, 99, 0.4);
  background: rgba(231, 121, 99, 0.12);
  color: var(--p-red);
}

.round-flow__holes span.is-gain {
  border-color: rgba(105, 215, 155, 0.38);
  background: rgba(105, 215, 155, 0.12);
  color: var(--p-mint);
}

.round-flow__transfer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.round-flow__next {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border: 1px solid rgba(105, 215, 155, 0.22);
  border-radius: 17px;
  background:
    radial-gradient(circle at 12% 0%, rgba(105, 215, 155, 0.12), transparent 42%),
    rgba(5, 22, 16, 0.62);
}

.round-flow__next span {
  color: var(--p-muted);
  font-size: 11px;
}

.round-flow__next strong {
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.2;
}

.round-flow__transfer article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid var(--p-line);
  border-radius: 17px;
  background: rgba(7, 31, 22, 0.65);
}

.round-flow__transfer strong {
  color: var(--p-text);
  font-size: 13px;
  line-height: 1.2;
}

.round-flow__leaks {
  display: grid;
  gap: 8px;
}

.round-flow__leaks article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding-top: 8px;
  border-top: 1px solid var(--p-line);
}

.round-flow__leaks article > span {
  color: var(--p-muted);
  font-size: 11px;
}

.round-flow__leaks strong {
  color: var(--p-text);
  font-size: 14px;
  line-height: 1.08;
}

.round-flow__leaks em {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: var(--p-muted);
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.round-flow__leaks b {
  color: var(--p-red);
  font-size: 13px;
  font-weight: 620;
  text-align: right;
}

.round-plan {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.round-plan__lead {
  min-height: 112px;
  border-color: rgba(105, 215, 155, 0.3);
  background:
    radial-gradient(circle at 70% 20%, rgba(105, 215, 155, 0.16), transparent 42%),
    rgba(6, 26, 18, 0.74);
}

.round-plan__lead strong {
  font-size: 38px;
}

.round-plan__cells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.round-plan__cells article {
  min-height: 82px;
}

.round-plan__cells article:nth-child(2) {
  border-color: rgba(231, 121, 99, 0.28);
}

.differential-ladder {
  display: grid;
  gap: 16px;
  padding: 16px;
}

.differential-ladder__cutline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -3px 2px -4px;
  color: var(--p-muted);
  font-size: 11px;
}

.differential-ladder__cutline em {
  color: var(--p-dim);
  font-style: normal;
}

.differential-ladder__bars {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--p-line);
}

.differential-ladder__bars div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
}

.differential-ladder__bars i {
  display: block;
  width: var(--score-width, 50%);
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--p-mint), var(--p-yellow));
}

.differential-ladder__bars div.is-counting i {
  box-shadow: 0 0 0 1px rgba(105, 215, 155, 0.58), 0 0 22px rgba(105, 215, 155, 0.2);
}

.differential-ladder__bars strong,
.differential-ladder__bars span {
  font-size: 11px;
}

.differential-ladder__bars strong {
  text-align: right;
}

.record-vault {
  display: grid;
  gap: 10px;
}

.record-vault__lead,
.record-vault article {
  display: grid;
  gap: 7px;
  padding: 13px;
  border-radius: 17px;
}

.record-vault__lead {
  min-height: 132px;
  align-content: end;
  border: 1px solid rgba(105, 215, 155, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(105, 215, 155, 0.18), transparent 8rem),
    rgba(5, 22, 16, 0.74);
}

.record-vault__lead strong {
  color: var(--p-text);
  font-size: 28px;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.record-vault__cells {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.record-vault article {
  min-height: 74px;
  border: 1px solid var(--p-line);
  background: rgba(5, 22, 16, 0.58);
}

.record-vault article strong {
  font-size: 20px;
}

.record-vault__lead span,
.record-vault em {
  color: var(--p-muted);
  font-size: 12px;
  font-style: normal;
}

.answer-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
  min-height: 90px;
  padding: 10px 24px 4px;
}

.answer-bars article {
  display: grid;
  justify-items: center;
  gap: 8px;
  height: 100%;
}

.answer-bars i {
  align-self: end;
  width: 42px;
  min-height: 24px;
  border-radius: 11px;
  background: var(--p-mint);
}

.answer-bars article:nth-child(2) i {
  background: var(--p-red);
}

.answer-bars article:nth-child(3) i {
  background: var(--p-blue);
}

.transfer-bridge {
  display: grid;
  gap: 10px;
  padding: 4px 0;
}

.transfer-bridge__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
}

.transfer-bridge__row span {
  color: var(--p-text);
}

.transfer-bridge__row i {
  display: block;
  height: 10px;
  overflow: hidden;
  border: 1px solid var(--p-line);
  border-radius: 999px;
  background: rgba(4, 18, 13, 0.7);
}

.transfer-bridge__row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--p-mint);
}

.transfer-bridge__row--coral b {
  background: var(--p-red);
}

.transfer-bridge__row--sky b {
  background: var(--p-blue);
}

.transfer-bridge__row strong {
  color: var(--p-muted);
  text-align: right;
}

.shot-field__sequence,
.shot-field__inspect,
.shot-field__drilldown,
.shot-field__instrument,
.shot-field__labels,
.score-ledger__rounds,
.score-ledger__insight,
.route-object--practice .source-pills {
  display: none;
}

.import-command-surface,
.practice-command-surface,
.home-command-surface,
.bag-command-surface,
.play-command-surface,
.coach-command-surface,
.route-empty-surface {
  display: grid;
  gap: 14px;
}


.instrument-frame {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(184, 225, 202, 0.13);
  border-radius: 23px;
  background:
    linear-gradient(180deg, rgba(3, 17, 12, 0.48), rgba(3, 17, 12, 0.2)),
    radial-gradient(circle at 50% 0%, rgba(105, 215, 155, 0.05), transparent 11rem);
}

.instrument-frame--sky {
  border-color: rgba(130, 174, 247, 0.16);
  background:
    linear-gradient(180deg, rgba(4, 18, 20, 0.54), rgba(3, 17, 12, 0.24)),
    radial-gradient(circle at 50% 0%, rgba(130, 174, 247, 0.065), transparent 11rem);
}

.instrument-frame--sand {
  border-color: rgba(229, 199, 95, 0.18);
}

.instrument-frame--coral {
  border-color: rgba(231, 121, 99, 0.17);
  background:
    linear-gradient(180deg, rgba(24, 13, 11, 0.5), rgba(3, 17, 12, 0.26)),
    radial-gradient(circle at 50% 0%, rgba(231, 121, 99, 0.06), transparent 11rem);
}

.instrument-frame__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.instrument-frame__head div {
  display: grid;
  gap: 3px;
}

.instrument-frame__head span,
.instrument-frame__head em,
.instrument-frame__foot {
  color: var(--p-muted);
  font-size: 11px;
}

.instrument-frame__head strong {
  color: var(--p-text);
  font-size: 17px;
  letter-spacing: -0.04em;
}

.instrument-frame__body {
  display: grid;
  gap: 10px;
}

.instrument-frame__body > .briefing-board,
.instrument-frame__body > .shot-field,
.instrument-frame__body > .distance-ladder,
.instrument-frame__body > .score-ledger,
.instrument-frame__body > .differential-ladder,
.instrument-frame__body > .round-flow {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.route-object--practice .instrument-frame,
.route-object--bag .instrument-frame,
.route-object--play .instrument-frame,
.route-object--coach .instrument-frame {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.route-object--practice .instrument-frame__head,
.route-object--bag .instrument-frame__head,
.route-object--play .instrument-frame__head,
.route-object--coach .instrument-frame__head {
  padding-inline: 4px;
}

.route-object--practice .instrument-frame__head strong,
.route-object--bag .instrument-frame__head strong,
.route-object--play .instrument-frame__head strong,
.route-object--coach .instrument-frame__head strong {
  font-size: 19px;
}

.instrument-frame__foot {
  display: grid;
  gap: 8px;
}

.chart-key,
.source-pills,
.evidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chart-key__item,
.source-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid rgba(184, 225, 202, 0.1);
  border-radius: 999px;
  background: rgba(3, 17, 12, 0.42);
  color: var(--p-muted);
  font-size: 10px;
  font-weight: 650;
}

.chart-key__item i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--p-muted);
}

.chart-key__item--mint i {
  background: var(--p-mint);
}

.chart-key__item--sky i {
  background: var(--p-blue);
}

.chart-key__item--sand i {
  background: var(--p-yellow);
}

.chart-key__item--coral i {
  background: var(--p-red);
}

.source-pill b {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  font-weight: 750;
}

.source-pill--measured b {
  color: var(--p-mint);
}

.source-pill--calculated b {
  color: var(--p-yellow);
}

.source-pill em {
  font-style: normal;
}

.source-pill--sparse {
  opacity: 0.72;
}

.metric-board {
  display: grid;
  gap: 10px;
}

.metric-board__group {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 20px;
  background: rgba(3, 17, 12, 0.36);
}

.metric-board__group header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--p-muted);
  font-size: 11px;
}

.metric-board__group header em {
  font-style: normal;
}

.metric-board__group > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.metric-board__group section {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.metric-board__group section span,
.metric-board__group section em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  text-overflow: ellipsis;
}

.metric-board__group section strong {
  overflow: hidden;
  color: var(--p-text);
  font-size: 15px;
  text-overflow: ellipsis;
}

.evidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evidence-strip__item {
  display: grid;
  min-width: 0;
  min-height: 74px;
  align-content: end;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(184, 225, 202, 0.12);
  border-radius: 17px;
  background: rgba(3, 17, 12, 0.44);
}

.evidence-strip__item span,
.evidence-strip__item em {
  overflow: hidden;
  color: var(--p-muted);
  font-size: 10px;
  line-height: 1.12;
  text-overflow: ellipsis;
}

.evidence-strip__item strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--p-text);
  font-size: 15px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.evidence-strip__item--mint {
  border-color: rgba(105, 215, 155, 0.22);
  background: rgba(105, 215, 155, 0.065);
}

.evidence-strip__item--sky {
  border-color: rgba(130, 174, 247, 0.2);
  background: rgba(130, 174, 247, 0.06);
}

.evidence-strip__item--sand {
  border-color: rgba(229, 199, 95, 0.22);
  background: rgba(229, 199, 95, 0.06);
}

.evidence-strip__item--coral {
  border-color: rgba(231, 121, 99, 0.24);
  background: rgba(231, 121, 99, 0.065);
}

@media (max-width: 430px) {
  .shot-field svg {
    height: 296px;
  }

  .shot-field__drilldown {
    display: none;
  }

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

  .shot-field__read article:last-child {
    display: none;
  }

  .shot-field__sequence {
    display: none;
  }

  .shot-field__inspect {
    display: none;
  }

  .score-ledger__rounds {
    display: none;
  }

  .instrument-frame {
    padding: 10px;
    border-radius: 20px;
  }

  .route-object--practice .instrument-frame,
  .route-object--bag .instrument-frame,
  .route-object--play .instrument-frame,
  .route-object--coach .instrument-frame {
    padding: 0;
  }

  .evidence-strip {
    gap: 7px;
  }

  .evidence-strip__item {
    min-height: 66px;
    padding: 8px;
    border-radius: 15px;
  }

  .evidence-strip__item strong {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .shot-field svg {
    height: 282px;
  }

  .evidence-strip__item:nth-child(n + 4) {
    display: none;
  }

  .source-pills {
    max-height: 61px;
    overflow: hidden;
  }
}

@media (max-width: 430px) and (max-height: 940px) {
  .coach-deep-stack {
    margin-top: 0;
  }
}
