:root {
  --navy: #07111f;
  --navy-2: #0d1c2e;
  --ink: #111827;
  --muted: #5b6675;
  --paper: #f4f6f8;
  --panel: #ffffff;
  --line: #d9e0e8;
  --line-dark: rgba(255, 255, 255, 0.16);
  --red: #e23d32;
  --red-dark: #a72c27;
  --gold: #f2b447;
  --gold-dark: #9f6b12;
  --teal: #0b9fa5;
  --blue: #2357a6;
  --silver: #b9c2cc;
  --bronze: #b2744f;
  --shadow: 0 20px 46px rgba(6, 15, 30, 0.14);
  --radius: 8px;
  color-scheme: light;
}

/* Pathway flywheel surfaces */

.start-pathway-hero,
.gear-hero,
.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.08), transparent 46%),
    linear-gradient(315deg, rgba(35, 87, 166, 0.08), transparent 42%),
    #fff;
}

.start-pathway-hero h1,
.gear-hero h1,
.account-hero h1 {
  max-width: 920px;
  margin: 7px 0 14px;
  color: var(--navy);
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.start-pathway-hero p,
.gear-hero p,
.account-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.start-pathway-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.start-pathway-proof .metric {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2px 14px;
  padding: 13px 16px;
  overflow: visible;
}

.start-pathway-proof .metric strong {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: clamp(28px, 3vw, 42px);
  white-space: nowrap;
}

.start-pathway-proof .metric span,
.start-pathway-proof .metric em {
  grid-column: 1;
}

.pathway-intake,
.pathway-result,
.pathway-connection-section,
.gear-checklist-section,
.ammo-source-section {
  margin-top: 20px;
}

.pathway-intake-form,
.pathway-connection-form {
  display: grid;
  gap: 18px;
}

.pathway-intake-form .primary-action,
.pathway-connection-form .primary-action {
  justify-self: start;
}

.pathway-connection-section {
  border-top: 5px solid var(--teal);
  background: linear-gradient(135deg, rgba(11, 159, 165, 0.07), transparent 48%), #fff;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.pathway-next-grid,
.pathway-entry-grid,
.gear-checklist-grid,
.account-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pathway-next-grid article,
.gear-checklist-grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.pathway-next-grid article > span,
.gear-checklist-grid article > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.pathway-next-grid h3,
.gear-checklist-grid h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 19px;
}

.pathway-next-grid p,
.gear-checklist-grid p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.pathway-next-grid button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--blue);
  border: 0;
  background: transparent;
  font-weight: 900;
  text-align: left;
}

.pathway-entry-grid {
  margin-top: 20px;
}

.pathway-entry-grid .board-section,
.account-safety-grid .board-section {
  margin: 0;
}

.pathway-entry-grid h2,
.account-safety-grid h2,
.gear-discipline-card h2,
.account-guardrails h2 {
  margin: 7px 0 10px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.05;
}

.pathway-entry-grid p,
.account-safety-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.discipline-gear-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.gear-discipline-card {
  margin: 0;
  border-top: 5px solid var(--red);
}

.gear-discipline-card.skeet {
  border-top-color: var(--blue);
}

.gear-discipline-card ul,
.account-guardrails ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.source-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gear-hero-aside { display: grid; gap: 15px; }
.gear-hero-aside > strong { color: var(--blue); font-size: 15px; }
.gear-hero-aside .primary-action { justify-self: start; }
.gear-source-note, .gear-rules-section, .gear-evidence-section, .gear-next-step { margin-top: 20px; }
.gear-source-note { border-left: 5px solid var(--blue); }
.gear-source-note p, .gear-discipline-card > p, .gear-evidence-section p { color: var(--muted); font-weight: 650; line-height: 1.65; }
.gear-source-note .source-action-row { margin-top: 16px; }
.gear-rule-list { display: grid; }
.gear-rule-list article { display: grid; grid-template-columns: minmax(140px,.8fr) minmax(0,2fr) minmax(145px,.6fr); gap: 18px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); }
.gear-rule-list h3, .gear-rule-list p { margin: 0; font-size: 14px; line-height: 1.6; }
.gear-rule-list h3 { color: var(--navy); }
.gear-rule-list p { color: var(--muted); font-weight: 650; }
.gear-rule-list a, .gear-evidence-section a, .gear-checklist-section .review-note a { color: var(--blue); font-weight: 800; }
.gear-rule-list a { font-size: 13px; }
.gear-evidence-section details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.gear-evidence-section summary { cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 850; line-height: 1.5; }
.gear-evidence-section details p { margin-bottom: 0; }
.gear-guide-shell { max-width: 1240px; margin: 0 auto; padding: 24px 24px 64px; }
.gear-guide-shell .board-section { padding: 28px; }
.gear-guide-header, .gear-guide-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 24px; }
.gear-guide-header { justify-content: space-between; }
.gear-guide-header a { display: flex; align-items: center; gap: 12px; color: var(--blue); font-weight: 850; text-decoration: none; }
.gear-guide-header a:first-child { color: var(--navy); font-size: 20px; }
.gear-guide-header img { width: 42px; height: 42px; }
.gear-guide-footer { margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.gear-guide-footer a { color: var(--blue); }
.gear-guide-body { background: var(--paper); }
.gear-visual-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gear-visual-intro h1 { margin: 10px 0 16px; font-size: clamp(36px,5vw,64px); line-height: 1; letter-spacing: -.05em; color: var(--navy); }
.gear-visual-intro p { color: var(--muted); font-size: 17px; font-weight: 650; margin: 0; }
.gear-intro-actions { display: grid; gap: 16px; justify-items: start; }
.gear-jump-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.gear-jump-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.gear-core-section .gear-image-link { max-width: 760px; margin: 0 auto; }
.gear-scope-note { padding: 14px 18px; border-left: 3px solid var(--red); color: var(--muted); font-size: 14px; line-height: 1.6; background: white; }
.gear-core-section { margin-top: 20px; scroll-margin-top: 24px; }
.gear-core-section > h2 { margin: 10px 0 12px; color: var(--navy); font-size: clamp(28px,3.5vw,42px); line-height: 1.1; letter-spacing: -.03em; }
.gear-core-lead { color: var(--muted); line-height: 1.6; }
.gear-difference-grid, .gear-ammo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.gear-difference-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.gear-difference-card h3 { display: flex; align-items: center; gap: 12px; font-size: 18px; color: var(--navy); margin: 0; padding: 18px; }
.gear-difference-card h3 > span { color: var(--muted); font-size: 13px; }
.gear-discipline-row { display: grid; gap: 7px; padding: 16px 18px; background: #f2f5fa; border-left: 4px solid var(--navy); }
.gear-discipline-row.skeet { background: #fff5f5; border-color: #b91c32; }
.gear-discipline-row > span { font-size: 11px; font-weight: 850; letter-spacing: .08em; color: var(--navy); }
.gear-discipline-row.skeet > span, .gear-ammo-card.skeet .eyebrow { color: #a21b30; }
.gear-discipline-row strong { color: var(--navy); font-size: 18px; line-height: 1.3; }
.gear-discipline-row p { font-size: 14px; line-height: 1.5; color: var(--muted); margin: 0; }
.gear-core-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.gear-core-note a { color: var(--blue); font-weight: 750; }
.gear-mass-banner { margin-top: 24px; display: flex; align-items: center; gap: 24px; padding: 24px; background: var(--navy); color: white; border-radius: 12px; }
.gear-mass-banner > strong { font-size: 76px; line-height: 1; letter-spacing: -.06em; flex-shrink: 0; }
.gear-mass-banner > strong span { font-size: 30px; letter-spacing: 0; margin-left: 6px; }
.gear-mass-banner b { font-size: 18px; }
.gear-mass-banner p { color: #dce5f2; font-size: 14px; line-height: 1.5; margin: 8px 0 0; }
.gear-ammo-card { padding: 24px; background: #f2f5fa; border-top: 4px solid var(--navy); border-radius: 12px; }
.gear-ammo-card.skeet { background: #fff5f5; border-color: #b91c32; }
.gear-ammo-card h3 { color: var(--navy); font-size: 24px; margin: 10px 0; }
.gear-ammo-card p { color: var(--muted); font-size: 14px; line-height: 1.5; margin-bottom: 0; }
.gear-pellet-sample { display: flex; align-items: center; gap: 16px; height: 100px; }
.gear-pellet-sample i { display: block; width: 48px; height: 48px; border-radius: 50%; background: radial-gradient(circle at 30% 25%,#e9edf1,#697688 65%,#263448); box-shadow: 0 4px 8px #13233c18; }
.gear-pellet-sample.small i { width: 36px; height: 36px; }
.gear-shot-example { font-size: 34px; color: var(--navy); letter-spacing: -.03em; }
.gear-ammo-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.gear-ammo-facts > div { display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.gear-ammo-facts strong { color: var(--navy); font-size: 15px; }
.gear-ammo-facts span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.gear-visual-library { margin-top: 20px; }
.gear-visual-card { margin: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gear-visual-card figcaption { padding: 22px 24px 0; }
.gear-visual-card h2 { margin: 8px 0 0; color: var(--navy); font-size: 25px; line-height: 1.15; }
.gear-image-link { display: block; background: white; }
.gear-image-link img { display: block; width: 100%; height: auto; object-fit: contain; }
.gear-visual-library > .gear-visual-card .gear-image-link { max-width: 880px; margin: 0 auto; }
.gear-visual-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 20px; }
.gear-visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 14px 24px; }
.gear-visual-caption p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; font-weight: 650; }
.gear-visual-caption a { color: var(--blue); font-size: 13px; font-weight: 850; flex-shrink: 0; min-height: 44px; display: inline-flex; align-items: center; }
.gear-art-note { margin: 14px 4px 20px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.gear-reviewed { color: var(--muted); font-size: 12px; line-height: 1.5; }
.gear-disclosure { border-top: 1px solid var(--line); }
.gear-disclosure summary { cursor: pointer; padding: 20px 0; color: var(--navy); font-size: 16px; line-height: 1.5; }
.gear-disclosure summary span { display: block; color: var(--muted); font-size: 13px; font-weight: 550; margin: 4px 0 0 20px; }
.gear-disclosure-body { padding: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.gear-disclosure-body h3 { color: var(--navy); font-size: 16px; margin: 20px 0 6px; }
.gear-disclosure-body p { margin: 6px 0 15px; }
.gear-disclosure-body a { color: var(--blue); font-weight: 750; }
.gear-disclosure-body .source-action-row { margin-top: 16px; }
.gear-question-list { display: grid; gap: 12px; padding-left: 24px; }
.gear-question-list strong { color: var(--navy); }
.gear-pocket-reference .section-heading { flex-wrap: wrap; gap: 12px; }
.gear-pocket-reference h2, .gear-next-step h2 { color: var(--navy); }
.gear-image-link:focus-visible, .gear-disclosure summary:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
@media (max-width: 760px) {
  .gear-rule-list article { grid-template-columns: 1fr; gap: 7px; }
  .gear-guide-shell { padding: 16px 14px 40px; }
  .gear-guide-shell .board-section { padding: 20px; }
  .gear-guide-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gear-visual-intro { align-items: flex-start; flex-direction: column; gap: 18px; }
  .gear-visual-pair { grid-template-columns: 1fr; }
  .gear-difference-grid, .gear-ammo-grid, .gear-ammo-facts { grid-template-columns: 1fr; }
  .gear-mass-banner { align-items: flex-start; flex-direction: column; gap: 16px; padding: 20px; }
  .gear-visual-card figcaption { padding: 18px 18px 0; }
  .gear-visual-card h2 { font-size: 22px; }
  .gear-visual-caption { align-items: flex-start; flex-direction: column; padding: 12px 18px; gap: 2px; }
}

.source-action-row .ghost-action {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

.commerce-disclosure {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #62400d;
  border: 1px solid rgba(242, 180, 71, 0.45);
  border-radius: var(--radius);
  background: rgba(242, 180, 71, 0.12);
  font-size: 13px;
  line-height: 1.5;
}

.account-mode-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #eef2f6;
}

.account-mode-toggle button {
  min-height: 46px;
  padding: 0 16px;
  color: var(--muted);
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-weight: 900;
}

.account-mode-toggle button.active {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.16);
}

.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
  margin-top: 20px;
}

.account-layout > .board-section {
  margin: 0;
}

.account-form {
  display: grid;
  gap: 18px;
}

.account-form .primary-action {
  justify-self: start;
}

.account-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.account-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.account-consent a {
  color: var(--blue);
}

.account-guardrails ul {
  padding: 0;
  list-style: none;
}

.account-guardrails li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.account-guardrails li svg {
  color: var(--teal);
}

.account-safety-grid {
  margin-top: 20px;
}

/* SCTP team-launch pathway: reuse the established cards, colors, and type. */
.team-hero-actions {
  margin-top: 22px;
}

.team-launch-facts {
  display: grid;
  gap: 10px;
}

.team-launch-facts article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: center;
  padding: 18px;
  color: #fff;
  border-top: 3px solid var(--red);
  border-radius: var(--radius);
  background: var(--navy-2);
}

.team-launch-facts article:nth-child(2) { border-top-color: var(--blue); }
.team-launch-facts article:nth-child(3) { border-top-color: var(--gold); }
.team-launch-facts span { font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.team-launch-facts strong { grid-column: 2; grid-row: 1 / 3; font-size: clamp(24px, 3vw, 38px); line-height: 1; white-space: nowrap; }
.team-launch-facts em { font-size: 12px; font-style: normal; color: #c3cdd9; }

.board-section.team-source-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  border-left: 4px solid var(--blue);
  background: #edf3fa;
}

.team-source-note > div { color: var(--blue); padding-top: 2px; }
.team-source-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.team-source-note strong { color: var(--navy); }

.team-steps-section,
.team-official-section,
.team-readiness-section,
.team-readiness-result,
.team-olympic-callout {
  margin-top: 20px;
}

.team-step-grid,
.team-readiness-actions,
.team-official-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.team-step-grid article,
.team-readiness-actions article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.team-step-grid article > span,
.team-readiness-actions article > span { color: var(--red); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.team-step-grid h3,
.team-readiness-actions h3 { margin: 8px 0; color: var(--navy); font-size: 19px; line-height: 1.2; }
.team-step-grid p,
.team-readiness-actions p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.6; }
.team-readiness-actions .section-link { margin-top: 14px; }

.board-section.team-olympic-callout { border-top: 5px solid var(--gold); }
.team-olympic-callout p { max-width: 960px; color: var(--muted); font-weight: 650; line-height: 1.65; }
.team-olympic-callout h2 { color: var(--navy); margin: 8px 0; }
.team-olympic-callout .source-action-row { margin-top: 20px; }

.team-official-grid > a {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  text-decoration: none;
  transition: border-color .15s, background .15s;
}

.team-official-grid > a:hover,
.team-official-grid > a:focus-visible { border-color: var(--blue); background: #eef4fc; }
.team-official-grid > a > span { color: var(--blue); }
.team-official-grid strong { color: var(--navy); font-size: 19px; }
.team-official-grid em { color: var(--muted); font-size: 14px; font-style: normal; font-weight: 650; line-height: 1.55; }

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

.team-readiness-grid label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  cursor: pointer;
}

.team-readiness-grid input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.board-section.team-readiness-result { border-top: 5px solid var(--teal); }
.board-section.team-network-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.team-network-cta h2 { margin: 7px 0; color: var(--navy); }
.team-network-cta p { margin: 0; color: var(--muted); line-height: 1.5; }
.team-network-cta .primary-action { flex-shrink: 0; }

@media (max-width: 1060px) {
  .start-pathway-hero,
  .gear-hero,
  .account-hero,
  .account-layout {
    grid-template-columns: 1fr;
  }

  .pathway-next-grid,
  .pathway-entry-grid,
  .account-safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-step-grid,
  .team-official-grid,
  .team-readiness-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .board-section.team-network-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .start-pathway-hero,
  .gear-hero,
  .account-hero {
    gap: 18px;
  }

  .pathway-next-grid,
  .pathway-entry-grid,
  .discipline-gear-grid,
  .gear-checklist-grid,
  .account-safety-grid {
    grid-template-columns: 1fr;
  }

  .start-pathway-proof .metric {
    min-height: 76px;
  }

  .pathway-intake-form .primary-action,
  .pathway-connection-form .primary-action,
  .account-form .primary-action,
  .source-action-row > * {
    width: 100%;
    justify-content: center;
  }

  .nav-button {
    min-width: 106px;
  }

  .team-step-grid,
  .team-official-grid,
  .team-readiness-grid,
  .team-readiness-actions { grid-template-columns: 1fr; }
  .team-readiness-section .primary-action,
  .team-network-cta .primary-action { width: 100%; justify-content: center; }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.18) 0 11%, transparent 11% 20%, rgba(255, 255, 255, 0.04) 20% 28%, transparent 28%),
    linear-gradient(90deg, rgba(35, 87, 166, 0.15), transparent 32%, rgba(242, 180, 71, 0.12) 76%, transparent),
    var(--navy);
}

.boot-screen {
  min-height: 100vh;
  grid-column: 1 / -1;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 249, 0.9)),
    var(--paper);
  text-align: center;
}

.boot-screen span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.boot-screen strong {
  font-size: clamp(34px, 8vw, 72px);
  line-height: 0.96;
}

.boot-screen em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(242, 180, 71, 0.92);
  outline-offset: 3px;
}

svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
}

.rail {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: #f7fbff;
  background:
    linear-gradient(145deg, rgba(226, 61, 50, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    #07111f;
  border-right: 1px solid var(--line-dark);
}

.flag-mark {
  width: 54px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(7, 17, 31, 0.16);
  background: white;
  box-shadow: 0 8px 18px rgba(7, 17, 31, 0.16);
}

.flag-mark svg,
.org-emblem svg,
.elite-logo-img,
.pathway-targets {
  width: 100%;
  height: 100%;
  display: block;
  flex: 0 0 auto;
}

.flag-mark.topbar-flag {
  width: 46px;
  height: 29px;
}

.flag-mark.partner-flag {
  width: 46px;
  height: 29px;
}

.flag-mark.rail-chip {
  width: 30px;
  height: 19px;
}

.brand {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.org-logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
}

.elite-shotgun-logo {
  justify-content: center;
  overflow: hidden;
}

.elite-shotgun-logo.badge {
  width: 58px;
  height: 58px;
  padding: 3px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(7, 17, 31, 0.12);
}

.elite-shotgun-logo.wordmark {
  width: min(100%, 204px);
  height: 74px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.24);
}

.elite-logo-img {
  object-fit: contain;
}

.brand-logo-link {
  justify-self: start;
  display: grid;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.brand-support {
  width: min(100%, 204px);
}

.brand-inspiration {
  width: min(100%, 224px);
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(240, 180, 71, 0.26);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-inspiration .elite-shotgun-logo.badge.rail-logo {
  width: 42px;
  height: 42px;
  padding: 2px;
  border-color: rgba(240, 180, 71, 0.32);
  box-shadow: none;
}

.brand-support-note {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #d7e2f0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-support-note b,
.brand-support-note em {
  font-style: normal;
}

.brand-support-note b {
  color: #f2b447;
}

.brand-inspiration .brand-support-note {
  display: grid;
  gap: 2px;
  text-transform: none;
}

.brand-inspiration .brand-support-note b {
  color: #f2b447;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-inspiration .brand-support-note em {
  color: #edf3fb;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
}

.org-emblem {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: white;
  box-shadow: 0 10px 22px rgba(7, 17, 31, 0.16);
}

.org-word,
.brand-title strong,
.brand-title span {
  display: block;
  line-height: 1.2;
}

.org-word strong {
  display: block;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.org-word em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rail-logo {
  color: white;
}

.rail-logo .org-emblem {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.rail-logo .org-word strong {
  font-size: 24px;
}

.rail-logo .org-word em {
  color: #d7e2f0;
  font-size: 12px;
}

.brand-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.rail-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.rail-partners > span,
.rail-partners > a {
  min-height: 28px;
  display: flex;
  align-items: center;
  place-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #eaf1fb;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
}

.chip-logo {
  color: white;
  gap: 5px;
}

.chip-logo .org-emblem {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  box-shadow: none;
}

.chip-logo .org-word strong {
  color: white;
  font-size: 10px;
}

.chip-logo .org-word em {
  display: none;
}

.chip-rings {
  width: 42px;
  height: 20px;
}

.brand-title strong {
  font-size: 18px;
  font-weight: 950;
}

.brand-title span {
  margin-top: 3px;
  color: #b8c5d8;
  font-size: 12px;
}

.nav-label-short {
  display: none;
}

.official-friendly-link {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy);
  text-decoration: none;
}

.official-friendly-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.official-friendly-link strong,
.official-friendly-link em {
  display: block;
  line-height: 1;
  font-style: normal;
}

.official-friendly-link strong {
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.official-friendly-link em {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.rail-official-link {
  color: #eaf1fb;
}

.rail-official-link em {
  display: none;
}

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

.nav-group {
  display: grid;
  gap: 6px;
}

.nav-group-label {
  padding: 0 12px;
  color: #8594a9;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: #c9d4e4;
  background: transparent;
  text-align: left;
}

.nav-button:hover,
.nav-button.active {
  color: white;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
}

.nav-button.active {
  box-shadow: inset 3px 0 0 var(--red);
}

.rail-stat {
  margin-top: auto;
  padding: 14px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.rail-stat span,
.rail-stat em {
  display: block;
  color: #aebbd0;
  font-size: 12px;
  font-style: normal;
}

.rail-stat strong {
  display: block;
  margin: 7px 0;
  color: white;
  font-size: 22px;
}

.rail-rights {
  display: grid;
  gap: 8px;
  padding: 12px 4px 0;
  color: #8fa0b9;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.rail-rights button {
  width: fit-content;
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d9e2ee;
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 900;
}

.workspace {
  min-width: 0;
  background:
    linear-gradient(180deg, #eef2f5 0, #f7f8fa 340px, #eef2f5 100%);
}

.site-rights-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1440px;
  margin: 8px auto 0;
  padding: 0 28px 24px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.site-rights-footer button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: white;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 72px;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(247, 248, 250, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.topbar-marks {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.06);
}

.topbar-wordmark {
  color: var(--navy);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar-logo {
  padding: 0 6px;
  border-left: 1px solid #e4e9f0;
}

.topbar-logo .org-emblem {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  box-shadow: none;
  border: 1px solid #e4e9f0;
}

.topbar-logo .org-word strong {
  font-size: 12px;
}

.topbar-logo .org-word em {
  font-size: 9px;
}

.topbar-official-link {
  min-height: 34px;
  padding-left: 6px;
  border-left: 1px solid #e4e9f0;
}

.topbar-olympic {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 6px;
  border-left: 1px solid #e4e9f0;
  color: var(--navy);
}

.topbar-olympic b {
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.pathway-motif-lockup {
  width: 86px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pathway-motif-lockup.chip-motif {
  width: 44px;
  height: 20px;
}

.pathway-targets {
  overflow: visible;
}

.pathway-target-flight {
  fill: none;
  stroke: rgba(100, 116, 139, 0.54);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 4 6;
}

.pathway-target-ring,
.pathway-target-mid {
  fill: rgba(255, 255, 255, 0.94);
  stroke: var(--target);
  stroke-width: 2.7;
}

.pathway-target-mid {
  fill: none;
  stroke-width: 1.35;
  opacity: 0.58;
}

.pathway-target-core {
  fill: var(--target);
}

.global-search,
.inline-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--muted);
}

.global-search {
  width: min(560px, 100%);
  min-height: 44px;
  padding: 0 13px;
}

.inline-search {
  min-height: 40px;
  padding: 0 11px;
}

.global-search input,
.inline-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.discipline-toggle {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.discipline-toggle button {
  min-width: 72px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 850;
}

.discipline-toggle button.active {
  color: white;
  background: var(--navy-2);
}

.discipline-label {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}

.discipline-label > span:last-child {
  min-width: 0;
}

.discipline-mark,
.discipline-mark-pair {
  flex: 0 0 auto;
}

.discipline-mark {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.discipline-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.discipline-mark .discipline-structure,
.discipline-mark .discipline-flight {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discipline-mark .discipline-flight {
  stroke-width: 1.85;
  opacity: 0.8;
}

.discipline-mark .discipline-clay {
  fill: currentColor;
}

.discipline-mark.trap {
  color: var(--red);
  background: #fff4f2;
}

.discipline-mark.skeet {
  color: var(--teal);
  background: #eefafa;
}

.discipline-mark-pair {
  position: relative;
  width: 32px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}

.discipline-mark-pair .discipline-mark {
  width: 20px;
  height: 20px;
}

.discipline-mark-pair .discipline-mark + .discipline-mark {
  margin-left: -8px;
}

.discipline-toggle .discipline-mark {
  width: 22px;
  height: 22px;
}

.discipline-toggle button.active .discipline-mark {
  color: white;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
}

.view-shell {
  min-width: 0;
  padding: 26px;
}

.hero-band {
  min-height: 520px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: 24px;
  padding: 34px;
  border-radius: var(--radius);
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.76) 48%, rgba(7, 17, 31, 0.28)),
    linear-gradient(180deg, rgba(7, 17, 31, 0.02), rgba(7, 17, 31, 0.36)),
    url("./assets/shotgun-heritage-field.png") center / cover;
  box-shadow: 0 28px 70px rgba(6, 15, 30, 0.26);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-pathway-motif {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 0;
  width: min(420px, 42vw);
  pointer-events: none;
  opacity: 0.92;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.hero-target-motif {
  width: 100%;
  height: 122px;
}

.hero-pathway-motif .pathway-target-flight {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.5;
}

.hero-pathway-motif .pathway-target-ring {
  fill: rgba(255, 255, 255, 0.97);
  stroke-width: 2.9;
}

.hero-pathway-motif .pathway-target-mid {
  stroke-width: 1.45;
}

.hero-inline-motif {
  width: min(188px, 48vw);
  height: 46px;
  display: block;
  margin: 10px 0 4px;
}

.hero-title-motif {
  width: 100%;
  height: 46px;
}

.hero-title-motif .pathway-target-flight {
  stroke: rgba(255, 255, 255, 0.46);
}

.hero-title-motif .pathway-target-ring {
  fill: rgba(255, 255, 255, 0.96);
}

.partner-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.partner-mark {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14px);
  text-decoration: none;
}

.partner-mark b,
.partner-mark em,
.partner-mark strong {
  display: block;
  line-height: 1;
}

.partner-mark b,
.partner-mark strong {
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.partner-mark em {
  color: #d8e3f2;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.partner-logo {
  color: white;
}

.elite-shotgun-logo.partner-logo {
  width: 46px;
  height: 46px;
  padding: 2px;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.18);
}

.partner-logo .org-emblem {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.18);
}

.partner-logo .org-word strong {
  color: white;
  font-size: 16px;
}

.partner-logo .org-word em {
  color: #d8e3f2;
}

.partner-official-link {
  color: white;
  background: rgba(226, 61, 50, 0.18);
}

.partner-official-link em {
  color: #d8e3f2;
}

.partner-motif {
  width: 96px;
  height: 38px;
  padding: 3px 0;
}

.partner-mark.elite-academy {
  border-color: rgba(240, 177, 54, 0.4);
  background: rgba(255, 255, 255, 0.13);
}

.partner-mark.elite-academy b {
  color: #f2b447;
}

.partner-mark.issf {
  background: rgba(29, 95, 174, 0.22);
}

.partner-mark.olympic {
  background: rgba(255, 255, 255, 0.14);
}

.partner-mark.flag-lockup {
  background: rgba(255, 255, 255, 0.13);
}

.ceremony-strip {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.ceremony-strip > span {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: #f9fbff;
  background: rgba(7, 17, 31, 0.34);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ceremony-logo {
  color: white;
}

.elite-shotgun-logo.ceremony-logo {
  width: 88px;
  height: 34px;
  padding: 3px 8px;
  box-shadow: none;
}

.ceremony-logo .org-emblem {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  box-shadow: none;
}

.ceremony-logo .org-word strong {
  color: white;
  font-size: 11px;
}

.ceremony-logo .org-word em {
  color: #cbd8ea;
  font-size: 8px;
}

.ceremony-strip > span:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ceremony-strip.pathway-loop > span,
.ceremony-strip.pathway-loop > span:nth-child(3) {
  display: grid;
  place-items: initial;
  align-content: center;
  justify-items: start;
  gap: 3px;
  padding: 12px 14px;
  text-transform: none;
  border-top: 3px solid rgba(255, 255, 255, 0.32);
}

.ceremony-strip.pathway-loop {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ceremony-strip.pathway-loop > span:nth-child(1) {
  border-top-color: #0072ce;
}

.ceremony-strip.pathway-loop > span:nth-child(2) {
  border-top-color: #f4c300;
}

.ceremony-strip.pathway-loop > span:nth-child(3) {
  border-top-color: #111827;
}

.ceremony-strip.pathway-loop > span:nth-child(4) {
  border-top-color: #009f3d;
}

.ceremony-strip.pathway-loop > span:nth-child(5) {
  border-top-color: #df0024;
}

.pathway-loop b,
.pathway-loop em {
  display: block;
  font-style: normal;
}

.pathway-loop b {
  color: white;
  font-size: 16px;
  line-height: 1;
}

.pathway-loop em {
  color: #cbd8ea;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-copy .eyebrow,
.profile-hero .eyebrow,
.medal-hero .eyebrow {
  color: #ffcc6a;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 900;
  max-width: 760px;
}

h2 {
  font-size: 22px;
  line-height: 1.12;
  font-weight: 850;
}

.hero-copy p {
  max-width: 570px;
  margin-top: 18px;
  color: #dbe5f1;
  font-size: 19px;
  line-height: 1.52;
}

.hero-inspiration {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(240, 180, 71, 0.3);
  border-radius: 999px;
  color: #edf3fb;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.hero-inspiration span {
  color: #f2b447;
  text-transform: uppercase;
}

.hero-inspiration strong {
  color: #fff;
  font-size: 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.event-source-chip {
  width: fit-content;
  display: inline-grid;
  gap: 2px;
  margin-top: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #eef3f8;
  font-style: normal;
}

.event-source-chip b { font-size: 10px; text-transform: uppercase; }
.event-source-chip em { margin: 0; color: var(--muted); font-size: 9px; font-style: normal; }
.event-source-chip.official { color: #744809; background: #ffe8b8; }
.event-source-chip.host { color: #0b5f62; background: #d7fbf4; }
.event-source-chip.community { color: var(--blue); background: #e8f0ff; }
.event-source-chip.curated { color: #5f536d; background: #eee9f5; }

.athlete-journey-section {
  background:
    linear-gradient(135deg, rgba(242, 180, 71, 0.1), rgba(35, 87, 166, 0.06)),
    white;
}

.athlete-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.athlete-journey-grid article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 184px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 22px rgba(7, 17, 31, 0.05);
}

.athlete-journey-grid article:nth-child(2) { border-top-color: var(--gold); }
.athlete-journey-grid article:nth-child(3) { border-top-color: var(--teal); }

.athlete-journey-grid span {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.athlete-journey-grid strong {
  color: var(--ink);
  font-size: 25px;
  line-height: 1.05;
}

.athlete-journey-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.next-step-actions,
.resource-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resource-bridge-actions {
  margin-top: 16px;
}

.resource-bridge-actions .primary-action,
.resource-bridge-actions .ghost-action {
  min-height: 40px;
}

.home-athlete-stories .section-heading > div {
  max-width: 760px;
}

.home-action-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: space-between;
  min-height: 206px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  text-align: left;
  box-shadow: 0 14px 32px rgba(7, 17, 31, 0.07);
  cursor: pointer;
}

.home-action-card:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 87, 166, 0.32);
}

.home-action-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--navy);
}

.home-action-icon svg {
  width: 22px;
  height: 22px;
}

.home-action-card.red .home-action-icon {
  background: var(--red);
}

.home-action-card.gold .home-action-icon {
  background: var(--gold);
}

.home-action-card.blue .home-action-icon {
  background: var(--blue);
}

.home-action-card.teal .home-action-icon {
  background: var(--teal);
}

.home-action-card strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.08;
}

.home-action-card em {
  max-width: 290px;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.42;
}

.home-action-card b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-action-card b svg {
  width: 16px;
  height: 16px;
}

.primary-action,
.ghost-action,
.section-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: var(--radius);
  padding: 0 14px;
  font-weight: 800;
  text-decoration: none;
}

.primary-action {
  color: white;
  border: 1px solid var(--red);
  background: var(--red);
}

.ghost-action {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.section-link {
  color: var(--navy);
  border: 1px solid var(--line);
  background: white;
  text-decoration: none;
}

.hero-scoreboard {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(8, 17, 31, 0.72);
  color: white;
}

.metric span,
.metric em {
  display: block;
}

.metric span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.metric strong {
  display: block;
  margin: 10px 0 4px;
  color: white;
  font-size: clamp(27px, 4vw, 40px);
  line-height: 0.95;
  font-weight: 900;
}

.metric em {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-style: normal;
}

.metric.red {
  box-shadow: inset 0 3px 0 var(--red);
}

.metric.gold {
  box-shadow: inset 0 3px 0 var(--gold);
}

.metric.teal {
  box-shadow: inset 0 3px 0 var(--teal);
}

.metric.blue {
  box-shadow: inset 0 3px 0 var(--blue);
}

.metric.silver {
  box-shadow: inset 0 3px 0 var(--silver);
}

.metric.bronze {
  box-shadow: inset 0 3px 0 var(--bronze);
}

.overview-grid,
.profile-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.overview-grid {
  align-items: start;
}

.span-8 {
  grid-column: span 8;
}

.span-4 {
  grid-column: span 4;
}

.span-6 {
  grid-column: span 6;
}

.span-12 {
  grid-column: span 12;
}

.board-section {
  min-width: 0;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.detail-load-panel {
  min-width: 0;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.detail-load-panel.loading {
  border-color: #dbeafe;
  background: #f8fbff;
}

.detail-load-panel.error {
  border-color: #fecaca;
  background: #fff7f7;
}

.overview-grid > .board-section {
  margin-top: 0;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.section-heading.compact {
  margin-bottom: 12px;
}

.section-heading > div {
  min-width: 0;
}

.training-radar-athlete {
  margin-top: 4px;
  color: var(--navy);
  font-size: clamp(21px, 4.2vw, 30px);
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.range-badge,
.year-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--navy-2);
  border: 1px solid var(--line);
  background: #f7fafc;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.range-badge .discipline-mark {
  width: 18px;
  height: 18px;
}

.discipline-meta-line {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.discipline-meta-line .discipline-label {
  gap: 4px;
}

.discipline-meta-line .discipline-mark {
  width: 14px;
  height: 14px;
}

.discipline-meta-line .meta-separator {
  opacity: 0.66;
}

.lead-capture-card {
  min-width: 0;
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr) auto;
  align-items: end;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(35, 87, 166, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(35, 87, 166, 0.08), rgba(242, 180, 71, 0.08)),
    white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.lead-capture-card.compact {
  margin-top: 12px;
}

.lead-capture-card strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
}

.lead-capture-card span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.lead-capture-card label {
  display: grid;
  gap: 4px;
}

.lead-capture-card label span {
  margin: 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.lead-capture-card input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 11px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.lead-capture-card button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: white;
  background: var(--navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
}

.lead-capture-card button svg {
  width: 17px;
  height: 17px;
}

.timeline-strip {
  height: 168px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(34px, 1fr);
  align-items: end;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 2px 2px;
}

.year-bar {
  min-width: 34px;
  height: 144px;
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 7px;
  border: 0;
  color: var(--muted);
  background: transparent;
}

.year-bar span {
  width: 100%;
  max-width: 22px;
  min-height: 14px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--red), var(--blue));
}

.year-bar b {
  writing-mode: vertical-rl;
  font-size: 11px;
  font-weight: 800;
}

.archive-story {
  display: grid;
  gap: 14px;
}

.archive-story-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(35, 87, 166, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(35, 87, 166, 0.08), rgba(47, 159, 160, 0.06));
}

.archive-story-copy strong {
  color: var(--navy);
  font-size: 15px;
}

.archive-story-copy span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.archive-era-list {
  display: grid;
  gap: 10px;
}

.archive-era-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(142px, 0.32fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.archive-era-title {
  display: grid;
  gap: 4px;
}

.archive-era-title strong {
  color: var(--ink);
  font-size: 14px;
}

.archive-era-title span,
.archive-era-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.archive-era-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.archive-era-track {
  width: var(--coverage);
  min-width: 42px;
  max-width: 100%;
  height: 16px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf4;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.08);
}

.archive-era-track i {
  min-width: 0;
  height: 100%;
}

.archive-era-track .trap,
.archive-story-legend .trap {
  background: var(--red);
}

.archive-era-track .skeet,
.archive-story-legend .skeet {
  background: var(--teal);
}

.archive-era-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.archive-story-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-story-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.archive-story-legend i {
  width: 22px;
  height: 8px;
  border-radius: 999px;
}

.archive-story-legend .discipline-mark.trap {
  color: var(--red);
  background: #fff4f2;
}

.archive-story-legend .discipline-mark.skeet {
  color: var(--teal);
  background: #eefafa;
}

.split-panel {
  display: grid;
  gap: 11px;
}

.split-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.split-row strong {
  color: var(--ink);
  font-size: 22px;
}

.split-track {
  height: 12px;
  border-radius: 999px;
  background: #e8edf2;
  overflow: hidden;
}

.split-track i {
  display: block;
  height: 100%;
}

.split-track .trap,
.tag.trap,
.discipline-pill.trap {
  background: var(--red);
  color: white;
}

.split-track .skeet,
.tag.skeet,
.discipline-pill.skeet {
  background: var(--teal);
  color: white;
}

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

.spotlight-card,
.surface-card,
.athlete-row,
.medal-card,
.event-card,
.honor-item,
.compare-profile {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.spotlight-card {
  min-height: 210px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink);
  text-align: left;
}

.spotlight-card:hover,
.athlete-row:hover,
.medal-card:hover,
.event-card:hover,
.honor-item:hover {
  border-color: rgba(226, 61, 50, 0.4);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.1);
  transform: translateY(-1px);
}

.discipline-pill,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  max-width: 100%;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.tag .discipline-mark,
.discipline-pill .discipline-mark {
  width: 16px;
  height: 16px;
  color: currentColor;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.18);
}

.tag.discipline-tag {
  padding-left: 6px;
}

.discipline-pill .discipline-label,
.tag .discipline-label {
  gap: 5px;
}

.tag {
  background: #eef2f5;
  color: var(--muted);
}

.tag.junior-current {
  color: #7a4b05;
  background: #fff0c2;
}

.tag.gold,
.medal-dot,
.tag.honor {
  color: #221604;
  background: #ffe0a0;
}

.tag.silver {
  color: #27313a;
  background: #e9eef4;
}

.tag.bronze {
  color: #321b0f;
  background: #eac0a7;
}

.tag.teal {
  color: white;
  background: var(--teal);
}

.tag.dark {
  color: white;
  background: rgba(255, 255, 255, 0.13);
}

.spotlight-card strong {
  font-size: 21px;
  line-height: 1.05;
}

.spotlight-card em,
.spotlight-card p,
.event-card em,
.medal-card em,
.athlete-row em,
.honor-item em,
.compare-profile em,
.method-grid p {
  color: var(--muted);
  font-style: normal;
}

.spotlight-card p {
  line-height: 1.4;
  font-size: 13px;
}

.mini-stats {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mini-stats span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #3f4955;
  background: #edf2f6;
  font-size: 11px;
  font-weight: 750;
}

.surface-card {
  grid-column: span 4;
  min-height: 172px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  gap: 9px;
}

.surface-card svg {
  width: 26px;
  height: 26px;
}

.surface-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.surface-card strong {
  color: var(--ink);
  font-size: 42px;
  line-height: 0.95;
}

.surface-card em {
  color: var(--muted);
  font-style: normal;
}

.discipline-card.trap {
  border-top: 4px solid var(--red);
}

.discipline-card.skeet {
  border-top: 4px solid var(--teal);
}

.discipline-card.junior {
  border-top: 4px solid var(--gold);
}

.directory-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.directory-panel {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 118px);
  overflow: hidden;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.directory-note {
  max-width: 240px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.athlete-list {
  max-height: calc(100vh - 212px);
  overflow: auto;
  display: grid;
  gap: 8px;
  padding-right: 2px;
}

.athlete-row {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  color: var(--ink);
  text-align: left;
}

.athlete-row.active {
  border-color: var(--red);
  background: #fff7f6;
}

.avatar,
.profile-avatar {
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  font-weight: 900;
}

.avatar {
  width: 42px;
  height: 42px;
  font-size: 13px;
}

.athlete-row strong,
.athlete-row em {
  display: block;
}

.athlete-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.athlete-row em {
  margin-top: 3px;
  font-size: 12px;
}

.athlete-row b {
  color: var(--red);
  font-size: 13px;
}

.profile {
  min-width: 0;
}

.profile-hero {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(420px, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 22px;
  padding: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.72), rgba(7, 17, 31, 0.28)),
    url("./assets/shotgun-heritage-field.png") center / cover;
}

.profile-identity {
  display: flex;
  align-items: end;
  gap: 18px;
  min-width: 0;
}

.profile-identity > div {
  min-width: 0;
  max-width: 100%;
}

.profile-avatar {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 24px;
}

.profile-avatar.small {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  font-size: 18px;
}

.profile-identity h1 {
  max-width: 100%;
  font-size: clamp(34px, 4.25vw, 58px);
  overflow-wrap: break-word;
  text-wrap: balance;
}

.profile-metrics {
  align-self: center;
}

.tagline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.alias-line {
  max-width: 720px;
  margin: 10px 0 0;
  color: #d6e1ef;
  font-size: 12px;
  line-height: 1.45;
}

.record-note-panel {
  align-self: start;
}

.record-note-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.record-note-list span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #f8fafc;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.record-note-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--red);
}

.pathway-grid {
  align-items: stretch;
}

.junior-pathway-card,
.pathway-next-card,
.talent-signal-panel {
  position: relative;
  overflow: hidden;
}

.junior-pathway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 8%, rgba(216, 72, 61, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(16, 53, 107, 0.05), transparent 48%);
}

.junior-pathway-card.historical {
  background:
    linear-gradient(135deg, rgba(15, 33, 58, 0.04), rgba(100, 116, 139, 0.06)),
    white;
}

.junior-pathway-card > *,
.pathway-next-card > *,
.talent-signal-panel > * {
  position: relative;
}

.pathway-context-note {
  margin: -4px 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

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

.pathway-summary div,
.pathway-insight-list span {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.pathway-summary strong,
.pathway-insight-list b {
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
}

.pathway-summary .pathway-stage-route strong {
  font-size: 18px;
  line-height: 1.08;
}

.pathway-summary span,
.pathway-insight-list em,
.pathway-insight-list small,
.pathway-year small {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pathway-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 1fr);
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.level-comparison-panel {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(16, 53, 107, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.level-comparison-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.level-comparison-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.level-comparison-head svg {
  width: 16px;
  height: 16px;
  color: var(--red);
}

.level-comparison-head em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.level-comparison-body {
  display: grid;
  grid-template-columns: minmax(244px, 0.86fr) minmax(0, 1.14fr);
  gap: 12px;
  align-items: stretch;
}

.level-radar-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(16, 53, 107, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(70, 163, 166, 0.12), transparent 52%),
    linear-gradient(145deg, rgba(5, 14, 29, 0.96), rgba(18, 50, 91, 0.94));
  color: white;
  overflow: hidden;
}

.level-radar-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.level-radar-title strong {
  color: white;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.08;
}

.level-radar-title span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.level-radar-svg {
  width: 100%;
  max-width: 310px;
  height: auto;
  justify-self: center;
  overflow: visible;
}

.radar-ring {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 255, 255, 0.17);
  stroke-width: 1;
}

.radar-ring.ring-3 {
  stroke: rgba(255, 255, 255, 0.32);
}

.radar-axis {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1;
}

.radar-target {
  fill: rgba(255, 213, 113, 0.08);
  stroke: rgba(255, 213, 113, 0.66);
  stroke-dasharray: 4 4;
  stroke-width: 1.7;
}

.radar-junior {
  fill: rgba(88, 166, 255, 0.08);
  stroke: rgba(147, 197, 253, 0.78);
  stroke-dasharray: 5 4;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.radar-national {
  fill: rgba(255, 213, 113, 0.07);
  stroke: rgba(255, 213, 113, 0.86);
  stroke-dasharray: 2 3;
  stroke-linejoin: round;
  stroke-width: 2;
}

.radar-athlete {
  fill: rgba(70, 163, 166, 0.36);
  stroke: #79f0f0;
  stroke-linejoin: round;
  stroke-width: 2.7;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.24));
}

.radar-dot {
  fill: #fff;
  stroke: #79f0f0;
  stroke-width: 1.8;
}

.radar-label {
  fill: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-anchor: middle;
  text-transform: uppercase;
}

.level-radar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
}

.level-radar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.level-radar-legend i {
  width: 20px;
  height: 4px;
  border-radius: 999px;
}

.level-radar-legend i.athlete {
  background: #79f0f0;
}

.level-radar-legend i.target {
  background: #ffd571;
}

.level-radar-legend i.junior {
  background: #93c5fd;
}

.level-radar-legend i.national {
  background: #ffd571;
}

.ability-help-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -2px 0 10px;
}

.ability-help-strip span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #475569;
  background: #eef3f8;
  font-size: 10px;
  font-weight: 900;
}

.cutline-source-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.cutline-source-strip span {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.cutline-source-strip b,
.cutline-source-strip em {
  display: block;
  font-style: normal;
}

.cutline-source-strip b {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.cutline-source-strip em {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ability-metric-card {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #dfe7ef;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: white;
}

.ability-metric-card.strength {
  border-left-color: var(--teal);
}

.ability-metric-card span,
.ability-metric-card b,
.ability-metric-card em,
.ability-metric-card small {
  font-style: normal;
}

.ability-metric-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ability-metric-card strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}

.ability-metric-card em {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.ability-target-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ability-target-lines small {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: #526070;
  background: #eef3f8;
  font-size: 10px;
  font-weight: 900;
}

.ability-metric-card b {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.ability-metric-card.strength b {
  color: var(--teal);
}

.ability-priority-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
}

.ability-priority-strip span,
.ability-priority-strip b {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.ability-priority-strip span {
  color: var(--red);
  text-transform: uppercase;
}

.ability-priority-strip b {
  padding: 0 9px;
  color: var(--ink);
  background: #fff1ef;
}

.ability-priority-strip b.strength {
  color: #10666a;
  background: #e4f7f7;
}

.level-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.level-card {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #dfe7ef;
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: white;
}

.level-card.above {
  border-left-color: var(--teal);
}

.level-card span,
.level-card b,
.level-card em {
  font-style: normal;
}

.level-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.level-card strong {
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.level-card b {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.level-card.above b {
  color: var(--teal);
}

.level-card em {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.pathway-year {
  min-height: 122px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 12px;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: white;
}

.pathway-year-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.pathway-year b {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
}

.pathway-year strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.pathway-year span,
.pathway-year em,
.pathway-year small {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.pathway-year-top span {
  max-width: 86px;
  color: var(--navy);
  text-align: right;
}

.pathway-year small {
  margin-top: -6px;
  color: var(--red);
  font-size: 10px;
  text-transform: uppercase;
}

.pathway-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.pathway-foot span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: #eef3f8;
  font-size: 12px;
  font-weight: 900;
}

.pathway-foot svg {
  width: 16px;
  height: 16px;
  color: var(--red);
}

.pathway-next-card {
  background:
    linear-gradient(180deg, #fffaf0, white 74%);
}

.pathway-insight-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.pathway-insight-list span {
  gap: 6px;
}

.pathway-insight-list small {
  line-height: 1.3;
  text-transform: none;
}

.pathway-insight-list .up b {
  color: #177a4a;
}

.pathway-insight-list .down b {
  color: var(--red);
}

.talent-signal-panel {
  border-color: rgba(16, 53, 107, 0.28);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 207, 112, 0.14), transparent 28%),
    linear-gradient(135deg, #07111f, #12284f 68%, #173568);
  color: white;
}

.talent-signal-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.talent-signal-main h2 {
  margin-top: 4px;
  color: white;
}

.talent-signal-main p {
  max-width: 620px;
  margin: 4px 0 0;
  color: #cbd7e7;
  font-size: 13px;
  line-height: 1.35;
}

.talent-signal-main > strong {
  width: 72px;
  height: 72px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #07111f;
  background: #ffcf70;
  font-weight: 950;
}

.talent-signal-main > strong b,
.talent-signal-main > strong em {
  font-style: normal;
  line-height: 1;
}

.talent-signal-main > strong b {
  font-size: 28px;
}

.talent-signal-main > strong em {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 900;
  opacity: 0.76;
}

.coach-signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.coach-signal-grid article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 126px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.coach-signal-grid span,
.coach-signal-grid strong,
.coach-signal-grid em {
  font-style: normal;
}

.coach-signal-grid span {
  color: #cbd7e7;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.coach-signal-grid strong {
  color: white;
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 950;
  line-height: 1.05;
}

.coach-signal-grid em {
  color: #dbe7f5;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.32;
}

.coach-signal-note {
  margin-top: 14px;
}

.coach-signal-note summary {
  width: fit-content;
  cursor: pointer;
  padding: 8px 11px;
  border-radius: 8px;
  color: #dbe7f5;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.coach-signal-note p {
  max-width: 880px;
  margin: 10px 0 0;
  color: #dbe7f5;
  font-size: 13px;
  line-height: 1.45;
}

.profile-metrics,
.medal-totals,
.foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-metrics .metric,
.medal-totals .metric,
.foundation-grid .metric {
  background: white;
  color: var(--ink);
  border-color: var(--line);
}

.profile-metrics .metric span,
.profile-metrics .metric em,
.medal-totals .metric span,
.medal-totals .metric em,
.foundation-grid .metric span,
.foundation-grid .metric em {
  color: var(--muted);
}

.profile-metrics .metric strong,
.medal-totals .metric strong,
.foundation-grid .metric strong {
  color: var(--ink);
}

.profile-metrics .metric {
  min-height: 104px;
  padding: 14px;
}

.profile-metrics .metric strong {
  font-size: clamp(28px, 3.1vw, 38px);
}

.growth-chart {
  min-height: 210px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(44px, 1fr);
  gap: 10px;
  align-items: end;
  overflow-x: auto;
  padding: 10px 2px 4px;
}

.growth-year,
.compare-year {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 8px;
  min-width: 42px;
}

.growth-stack {
  position: relative;
  width: 26px;
  min-height: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--red), var(--blue));
}

.growth-stack i {
  width: 9px;
  border-radius: 99px 99px 0 0;
  background: var(--gold);
}

.growth-year b,
.compare-year b {
  color: var(--muted);
  font-size: 11px;
}

.year-ledger {
  display: grid;
  gap: 8px;
  max-height: 430px;
  overflow: auto;
  padding-right: 4px;
}

.year-ledger-head,
.year-row {
  display: grid;
  grid-template-columns: 72px 74px 82px 76px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.year-ledger-head {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 7px;
  background: #eef3f8;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.year-row {
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
  background: #fff;
}

.year-row b {
  color: var(--navy);
  font-size: 18px;
}

.year-row > span {
  display: grid;
  gap: 2px;
}

.year-row > span em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.year-row > span strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.year-honors {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.year-honors em,
.year-honors i {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.team-honor-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid #dbe5ef;
  background: #f8fafc;
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.team-honor-chip.olympic,
.team-honor-card.olympic,
.team-archive-group.olympic {
  border-color: #f4c86a;
  background: #fff7df;
}

.team-honor-chip.national,
.team-honor-card.national,
.team-archive-group.national {
  border-color: #b8c8f2;
  background: #f2f6ff;
}

.team-honor-chip.junior,
.team-honor-card.junior,
.team-archive-group.junior {
  border-color: #9ed6db;
  background: #eefbfc;
}

.team-honor-chip.development,
.team-honor-card.development,
.team-archive-group.development {
  border-color: #d9c5f4;
  background: #f8f2ff;
}

.team-honor-chip.international,
.team-honor-card.international,
.team-archive-group.international {
  border-color: #cfe3b4;
  background: #f4fbea;
}

.team-honor-list {
  display: grid;
  gap: 9px;
  max-height: 430px;
  overflow: auto;
  padding-right: 4px;
}

.team-honor-card {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
}

.team-honor-card span,
.team-archive-group span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.team-honor-card strong,
.team-archive-group strong {
  color: var(--navy);
  font-size: 16px;
}

.team-honor-card em,
.team-archive-group em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.team-summary-panel p {
  color: var(--muted);
  line-height: 1.52;
}

.team-legacy-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-team-ledger .team-legacy-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-legacy-metric {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-top-width: 4px;
  border-radius: var(--radius);
  background: white;
}

.team-legacy-metric.olympic {
  border-top-color: var(--gold);
}

.team-legacy-metric.national {
  border-top-color: var(--blue);
}

.team-legacy-metric.junior {
  border-top-color: var(--red);
}

.team-legacy-metric.international {
  border-top-color: var(--teal);
}

.team-legacy-metric b {
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.team-legacy-metric em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.team-summary-label {
  margin: 14px 0 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.team-summary-list {
  display: grid;
  gap: 8px;
}

.team-summary-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.team-summary-row.olympic {
  border-left-color: var(--gold);
}

.team-summary-row.national {
  border-left-color: var(--blue);
}

.team-summary-row.junior {
  border-left-color: var(--red);
}

.team-summary-row.international {
  border-left-color: var(--teal);
}

.team-summary-row > span {
  grid-row: span 3;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--navy);
  background: #edf2f8;
  font-size: 12px;
  font-weight: 950;
}

.team-summary-mark {
  gap: 5px;
  padding: 5px;
}

.team-summary-mark b {
  line-height: 1;
}

.team-summary-logo.team-roster-flag {
  width: 34px;
  height: 21px;
}

.team-summary-logo.team-roster-motif {
  width: 42px;
  height: 20px;
}

.team-summary-logo.team-roster-usas {
  width: 44px;
  height: 22px;
  padding: 2px 4px;
}

.team-summary-logo.team-roster-generic {
  width: 30px;
  height: 21px;
}

.team-summary-row strong {
  min-width: 0;
  font-size: 13px;
  line-height: 1.15;
}

.team-summary-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.team-summary-row small {
  min-width: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.team-summary-action {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.elite-record-list {
  display: grid;
  gap: 9px;
  max-height: 480px;
  overflow: auto;
  padding-right: 4px;
}

.elite-record-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
  background: #ffffff;
}

.elite-record-card.gold {
  border-color: #f2c65f;
  background: #fff8e4;
}

.elite-record-card.silver {
  border-color: #cfd8e5;
  background: #f8fafc;
}

.elite-record-card.bronze {
  border-color: #ddb28a;
  background: #fff4ea;
}

.elite-record-card.olympic {
  border-color: #bdd1ff;
  background: #f4f7ff;
}

.elite-record-card.international {
  border-color: #cfe3b4;
  background: #f7fbef;
}

.elite-record-year {
  display: grid;
  align-content: start;
  gap: 6px;
}

.elite-record-year b {
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
}

.elite-record-year span {
  width: fit-content;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.elite-record-card strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.16;
}

.elite-record-card em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.elite-record-card a {
  display: inline-flex;
  margin-top: 7px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.team-archive {
  max-height: 520px;
  display: grid;
  gap: 10px;
  overflow: auto;
  padding-right: 4px;
}

.team-archive-group {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  padding: 13px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
}

.team-archive-group > div {
  display: grid;
  gap: 4px;
}

.team-archive-group p {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.team-archive-group button {
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid rgba(14, 28, 48, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.honor-list {
  display: grid;
  gap: 9px;
}

.honor-item {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px;
  color: var(--ink);
  text-align: left;
}

.honor-item span {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.honor-item.gold span {
  background: #ffe0a0;
}

.honor-item.silver span {
  background: #e9eef4;
}

.honor-item.bronze span {
  background: #eac0a7;
}

.result-table {
  --history-table-min-width: 1160px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #aebbd0 #eef2f6;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.result-table::-webkit-scrollbar {
  height: 10px;
}

.result-table::-webkit-scrollbar-track {
  background: #eef2f6;
  border-radius: 999px;
}

.result-table::-webkit-scrollbar-thumb {
  border: 2px solid #eef2f6;
  border-radius: 999px;
  background: #aebbd0;
}

.table-head,
.table-row {
  width: max(100%, var(--history-table-min-width));
  min-width: var(--history-table-min-width);
  display: grid;
  grid-template-columns: 58px 94px minmax(220px, 1fr) minmax(112px, 0.48fr) minmax(62px, 0.24fr) minmax(210px, 0.76fr) minmax(86px, 0.32fr);
  gap: 8px;
  align-items: center;
}

.table-head {
  min-height: 44px;
  padding: 0 14px;
  color: var(--muted);
  background: #f2f5f8;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.table-row {
  min-height: 58px;
  padding: 9px 14px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
}

.table-head > span,
.table-row > span {
  min-width: 0;
}

.table-head > span:nth-child(5),
.table-head > span:nth-child(6),
.table-head > span:nth-child(7),
.table-row > span:nth-child(5),
.table-row > span:nth-child(6),
.table-row > span:nth-child(7) {
  text-align: left;
}

.table-row > span:nth-child(7) {
  min-width: 0;
  overflow: hidden;
}

.table-row > span:nth-child(5),
.detail-row > span:nth-child(4) {
  min-width: 72px;
}

.result-entry {
  width: max(100%, var(--history-table-min-width));
  min-width: var(--history-table-min-width);
  border-top: 1px solid var(--line);
}

.result-entry:first-of-type {
  border-top: 0;
}

.result-entry .table-row {
  border-top: 0;
  cursor: pointer;
  list-style: none;
}

.result-entry .table-row::-webkit-details-marker {
  display: none;
}

.result-entry .table-row:hover {
  background: #fff8f1;
}

.table-row strong,
.table-row em {
  display: block;
}

.table-row em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.table-row .tag {
  min-height: 22px;
  white-space: normal;
  line-height: 1.15;
  padding-top: 4px;
  padding-bottom: 4px;
}

.medal-cell {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.medal-cell .tag {
  max-width: 100%;
  justify-content: center;
  padding: 4px 7px;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 10px;
  line-height: 1.05;
  white-space: normal;
}

.result-detail-panel {
  width: max(100%, var(--history-table-min-width));
  min-width: var(--history-table-min-width);
  display: grid;
  gap: 6px;
  padding: 10px 14px 14px 198px;
  background: #f8fafc;
}

.detail-row {
  min-height: 34px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(118px, 0.5fr) 56px minmax(62px, 0.22fr) minmax(210px, 0.74fr) minmax(86px, 0.3fr);
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #e6ebf1;
  border-radius: 6px;
  background: white;
  color: var(--muted);
  font-size: 12px;
}

.round-chip-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.round-stage {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 4px 5px;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
  background: #f8fbff;
  color: var(--ink);
  line-height: 1.1;
}

.round-stage b {
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.round-stage span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px;
}

.round-stage i,
.round-stage em {
  min-width: 20px;
  padding: 2px 3px;
  border-radius: 4px;
  background: white;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.round-stage em {
  color: var(--red);
}

.component-stage {
  background: #fff7ed;
  border-color: #fed7aa;
}

.component-stage i {
  min-width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.round-empty {
  color: var(--muted);
  font-size: 11px;
}

.medal-hero {
  min-height: 238px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius);
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.76), rgba(7, 17, 31, 0.36)),
    url("./assets/shotgun-heritage-field.png") center / cover;
}

.medal-hero h1 {
  max-width: 620px;
  font-size: clamp(32px, 4.8vw, 58px);
}

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

.medal-card {
  min-width: 0;
  min-height: 170px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--ink);
  text-align: left;
}

.medal-card.gold {
  border-top: 4px solid var(--gold);
}

.medal-card.silver {
  border-top: 4px solid var(--silver);
}

.medal-card.bronze {
  border-top: 4px solid var(--bronze);
}

.medal-card.honor {
  border-top: 4px solid var(--blue);
}

.medal-dot {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.medal-card strong,
.event-card strong {
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.medal-card p {
  color: var(--muted);
  line-height: 1.35;
  font-size: 13px;
  overflow-wrap: anywhere;
}

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

.archive-context-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(11, 159, 165, 0.25);
  border-radius: var(--radius);
  background: rgba(11, 159, 165, 0.08);
}

.archive-context-note strong {
  color: var(--ink);
  font-size: 14px;
}

.archive-context-note span {
  flex: 1;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.archive-context-note button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font-weight: 900;
  cursor: pointer;
}

.event-card {
  min-height: 178px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink);
  text-align: left;
  border-top: 4px solid var(--blue);
}

.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.event-detail-hero {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  align-items: end;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  color: white;
  background:
    linear-gradient(135deg, rgba(35, 87, 166, 0.65) 0 22%, transparent 22%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.74), rgba(7, 17, 31, 0.34)),
    url("./assets/shotgun-heritage-field.png") center / cover;
  box-shadow: var(--shadow);
}

.event-detail-hero .back-link {
  display: flex;
  width: fit-content;
  margin-bottom: 14px;
  color: white;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}

.event-detail-hero .back-link + .eyebrow {
  display: block;
}

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

.event-record-card {
  min-height: 136px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-content: start;
  align-items: center;
  gap: 8px 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  text-align: left;
}

.event-record-card:hover {
  border-color: rgba(226, 61, 50, 0.4);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.1);
  transform: translateY(-1px);
}

.event-record-card strong,
.event-record-card em,
.event-record-card .mini-stats {
  grid-column: 2;
}

.event-record-card .avatar {
  grid-row: 1 / span 3;
}

.event-record-card em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.event-record-card .mini-stats {
  margin-top: 2px;
}

.event-record-card .mini-stats .gold {
  background: #ffe0a0;
}

.event-record-card .mini-stats .silver {
  background: #e9eef4;
}

.event-record-card .mini-stats .bronze {
  background: #eac0a7;
}

.event-award-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.event-award-card {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(72px, 0.28fr) minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.event-award-card.silver {
  border-left-color: #aab4c1;
}

.event-award-card.bronze {
  border-left-color: #c9835a;
}

.event-award-card span {
  grid-row: 1 / span 2;
  align-self: stretch;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #ffe0a0;
  color: #653f00;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-award-card.silver span {
  background: #e9eef4;
  color: #475569;
}

.event-award-card.bronze span {
  background: #eac0a7;
  color: #6f3217;
}

.event-award-card strong,
.event-award-card em {
  min-width: 0;
}

.event-award-card em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.event-award-card b {
  grid-row: 1 / span 2;
  justify-self: end;
  font-size: 18px;
}

.event-award-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.event-award-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.event-award-group header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.event-award-group header strong {
  min-width: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.15;
}

.event-award-group header b {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: white;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-award-list {
  display: grid;
}

.event-award-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.event-award-row:last-child {
  border-bottom: 0;
}

.event-award-row:hover {
  background: #fbfdff;
}

.award-medal-chip {
  min-height: 52px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  border: 1px solid rgba(226, 61, 50, 0.12);
  border-radius: 9px;
  background: #fff3d4;
  color: #684100;
}

.event-award-row.silver .award-medal-chip {
  background: #eef2f7;
  color: #475569;
}

.event-award-row.bronze .award-medal-chip {
  background: #f4dac8;
  color: #7a3518;
}

.event-award-row.honor .award-medal-chip {
  background: #e6fbff;
  color: #0f6972;
}

.award-medal-chip b {
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.award-medal-chip em {
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.award-athlete {
  min-width: 0;
}

.award-athlete strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
}

.award-athlete em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.award-score {
  min-width: 78px;
  justify-self: end;
}

.award-score .score-pill {
  width: 100%;
}

.event-score-table .table-head,
.event-score-table .table-row {
  --history-table-min-width: 1240px;
  grid-template-columns: minmax(160px, 0.72fr) 94px minmax(126px, 0.42fr) minmax(70px, 0.22fr) minmax(240px, 0.9fr) minmax(92px, 0.34fr) minmax(110px, 0.38fr);
}

.event-score-table {
  --history-table-min-width: 1240px;
}

.event-score-table .result-detail-panel {
  padding-left: 14px;
}

.compare-selectors {
  display: flex;
  gap: 10px;
}

.compare-selectors select {
  width: 220px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
}

.compare-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compare-profile {
  min-height: 112px;
  padding: 16px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.compare-profile strong,
.compare-profile em {
  grid-column: 2;
}

.compare-profile .profile-avatar {
  grid-row: 1 / span 2;
}

.compare-profile.right {
  border-top: 4px solid var(--teal);
}

.compare-profile:not(.right) {
  border-top: 4px solid var(--red);
}

.compare-table {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.compare-metric {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 160px 160px;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-top: 1px solid var(--line);
}

.compare-metric:first-child {
  border-top: 0;
}

.compare-metric span {
  color: var(--muted);
  font-weight: 800;
}

.compare-metric strong {
  font-size: 19px;
}

.compare-timeline {
  min-height: 184px;
  margin-top: 16px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(46px, 1fr);
  align-items: end;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 2px 4px;
}

.compare-year span {
  height: 118px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.compare-year i {
  width: 13px;
  min-height: 8px;
  border-radius: 5px 5px 2px 2px;
}

.compare-year i.a {
  background: var(--red);
}

.compare-year i.b {
  background: var(--teal);
}

.data-foundation {
  min-height: 70vh;
}

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

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.method-grid > div {
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.method-grid h2 {
  margin-bottom: 8px;
  font-size: 20px;
}

.method-grid p {
  line-height: 1.52;
}

.rights-hero {
  background:
    linear-gradient(135deg, rgba(10, 26, 46, 0.05), rgba(47, 159, 160, 0.06)),
    white;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.rights-grid article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.05);
}

.rights-grid article:first-child {
  border-top-color: var(--red);
}

.rights-grid article:last-child {
  border-top-color: var(--gold);
}

.rights-grid svg {
  width: 24px;
  height: 24px;
  color: var(--red);
}

.rights-grid span,
.rights-table b {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.rights-grid strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.rights-grid em,
.terms-list p,
.rights-table em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.45;
}

.rights-table,
.terms-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.rights-table span,
.terms-list p {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.rights-table span.relationship-inspiration {
  border-color: rgba(240, 177, 54, 0.36);
  background:
    linear-gradient(135deg, rgba(240, 177, 54, 0.09), rgba(255, 255, 255, 0.94)),
    #fff;
}

.rights-table span.relationship-inspiration b {
  color: #9a5b0b;
}

.rights-table em {
  overflow-wrap: anywhere;
}

.empty-state {
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #f8fafc;
  text-align: center;
}

.missing-data {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  color: white;
  text-align: center;
}

.missing-data p {
  margin-top: 10px;
  color: #cbd5e1;
}

.hero-band,
.profile-hero,
.medal-hero,
.event-detail-hero {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-band {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98), rgba(7, 17, 31, 0.78) 50%, rgba(7, 17, 31, 0.28)),
    linear-gradient(180deg, rgba(7, 17, 31, 0.03), rgba(7, 17, 31, 0.38)),
    url("./assets/shotgun-heritage-field.png") center / cover;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: 78px;
  line-height: 1.08;
}

.hero-copy p,
.medal-hero p {
  max-width: 610px;
  color: #dbe5f1;
  font-size: 20px;
  line-height: 1.5;
}

.hero-scoreboard .metric {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(5, 14, 26, 0.72);
  backdrop-filter: blur(16px);
}

.archive-command {
  background:
    linear-gradient(180deg, rgba(35, 87, 166, 0.07), transparent 56%),
    white;
}

.leader-list {
  display: grid;
  gap: 8px;
}

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

.honor-team-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-top-width: 5px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, white, #fbfcfe);
}

.honor-team-card.skeet {
  border-top-color: var(--teal);
}

.honor-team-card.trap {
  border-top-color: var(--red);
}

.honor-team-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.honor-team-heading span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.honor-team-heading em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.honor-team-list {
  display: grid;
  gap: 8px;
}

.honor-team-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 42px minmax(92px, 0.72fr);
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.honor-team-row:hover {
  border-color: rgba(226, 61, 50, 0.36);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.07);
  transform: translateY(-1px);
}

.honor-team-rank {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #6b4308;
  background: #ffe0a0;
  font-size: 12px;
  font-weight: 950;
}

.honor-team-name {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.honor-team-name strong {
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.honor-team-name em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.honor-team-total {
  justify-self: center;
  color: var(--red);
  font-size: 17px;
}

.honor-team-medals {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.honor-team-medals i {
  min-width: 0;
  min-height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--ink);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.honor-team-medals .gold {
  background: #ffdfa0;
}

.honor-team-medals .silver {
  background: #e7edf4;
}

.honor-team-medals .bronze {
  background: #edc2a6;
}

.leader-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(150px, 1fr) minmax(120px, 0.7fr) 46px minmax(150px, 0.9fr);
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(90deg, white, #fbfcfe);
  text-align: left;
}

.leader-row:hover {
  border-color: rgba(226, 61, 50, 0.38);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.08);
  transform: translateY(-1px);
}

.leader-row > span:first-child {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #6b4308;
  background: #ffe0a0;
  font-size: 12px;
  font-weight: 950;
}

.leader-row strong {
  font-size: 15px;
}

.leader-row em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.leader-row > b {
  justify-self: center;
  color: var(--red);
  font-size: 18px;
}

.leader-row .medal-breakdown span {
  min-height: 42px;
  padding: 6px;
}

.leader-row .medal-breakdown b {
  font-size: 15px;
}

.score-pill {
  min-width: 64px;
  max-width: 100%;
  display: inline-grid;
  gap: 2px;
  padding: 5px 7px;
  border: 1px solid #dce5ee;
  border-radius: 7px;
  background: #f8fafc;
  color: var(--ink);
  text-align: left;
  line-height: 1.05;
}

.score-pill b {
  font-size: 13px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.score-pill em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.score-pill.component {
  border-color: #fed7aa;
  background: #fff7ed;
}

.score-pill.aggregate {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.score-pill.legacy {
  border-color: #d1d5db;
  background: #f3f4f6;
}

.profile-hero {
  min-height: 330px;
  grid-template-columns: minmax(0, 1.08fr) minmax(318px, 0.62fr);
  padding: 28px;
  background:
    radial-gradient(circle at 82% 22%, rgba(242, 180, 71, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.98), rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.42)),
    url("./assets/shotgun-heritage-field.png") center / cover;
}

.profile-cover {
  min-width: 0;
}

.profile-file-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ffcf70;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-identity {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.profile-identity h1 {
  font-size: clamp(40px, 3.65vw, 58px);
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.profile-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.profile-action-bar .primary-action,
.profile-action-bar .ghost-action {
  min-height: 38px;
  padding: 0 12px;
  font-size: 12px;
}

.pathway-next-steps {
  background:
    linear-gradient(135deg, rgba(35, 87, 166, 0.07), rgba(47, 159, 160, 0.06)),
    white;
}

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

.next-step-card {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: white;
}

.next-step-card svg {
  width: 22px;
  height: 22px;
  color: var(--red);
}

.next-step-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.next-step-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.next-step-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.next-step-card .section-link {
  width: fit-content;
  margin-top: 2px;
}

.profile-ledger .metric strong {
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 0.98;
}

.profile-ledger .metric.long-value strong {
  font-size: clamp(22px, 2vw, 26px);
  overflow-wrap: anywhere;
}

.profile-hero .profile-avatar {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  font-size: 21px;
}

.profile-ledger {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.ledger-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ledger-title b {
  color: var(--navy);
}

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

.profile-ledger .metric {
  min-height: 92px;
  background: white;
}

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

.medal-breakdown span {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 8px;
  border-radius: 7px;
  text-align: center;
}

.medal-breakdown b {
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

.medal-breakdown em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.medal-breakdown .gold {
  background: #ffe0a0;
}

.medal-breakdown .silver {
  background: #e9eef4;
}

.medal-breakdown .bronze {
  background: #eac0a7;
}

.athlete-row {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  position: relative;
  padding-right: 14px;
}

.athlete-row small {
  display: block;
  margin-top: 3px;
  color: #7a8796;
  font-size: 11px;
}

.athlete-row .result-count {
  min-width: 34px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--red);
  background: #fff1ef;
}

.athlete-medal-count {
  position: absolute;
  right: 12px;
  bottom: 7px;
  color: #806019;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.grouped-honors {
  max-height: 520px;
  overflow: auto;
  padding-right: 2px;
}

.honor-group {
  display: grid;
  gap: 8px;
}

.honor-group + .honor-group {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.honor-group h3,
.medal-group h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.honor-group h3 span,
.medal-group h3 span {
  color: var(--muted);
  font-size: 12px;
}

.honor-item {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 9px;
}

.honor-item span {
  grid-row: span 2;
  align-self: center;
}

.honor-item strong,
.honor-item em {
  min-width: 0;
  overflow-wrap: anywhere;
}

.result-table {
  background: white;
}

.table-row > span:nth-child(5) {
  align-self: center;
}

.medal-hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 180, 71, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.97), rgba(7, 17, 31, 0.76), rgba(7, 17, 31, 0.36)),
    url("./assets/shotgun-heritage-field.png") center / cover;
}

.medal-wall-groups {
  display: grid;
  gap: 20px;
}

.medal-group {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.medal-group.gold h3 {
  color: #6b4308;
}

.medal-group.silver h3 {
  color: #475569;
}

.medal-group.bronze h3 {
  color: #7c3a18;
}

.medal-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  gap: 8px 10px;
}

.medal-year {
  grid-column: 1 / -1;
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--muted);
  background: #eef2f6;
  font-size: 11px;
  font-weight: 900;
}

.medal-card-main {
  min-width: 0;
}

.medal-card-stats {
  grid-column: 1 / -1;
}

.medal-card .score-pill {
  min-width: 92px;
}

.event-award-card b {
  min-width: 86px;
}

.event-award-card b .score-pill {
  width: 100%;
}

.medal-wall-hero {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  align-items: stretch;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.97), rgba(7, 17, 31, 0.84) 52%, rgba(7, 17, 31, 0.54)),
    url("./assets/shotgun-heritage-field.png") center / cover;
  box-shadow: var(--shadow);
}

.medal-wall-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  min-width: 0;
}

.medal-wall-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(242, 180, 71, 0.44);
  border-radius: 999px;
  color: #ffe7b0;
  background: rgba(242, 180, 71, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.medal-wall-hero h1 {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(39px, 5.2vw, 68px);
  line-height: 0.94;
}

.medal-wall-copy p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.medal-search-panel {
  max-width: 560px;
  min-height: 54px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--muted);
}

.medal-search-panel input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.legacy-podium {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.legacy-feature-card {
  min-width: 0;
  min-height: 244px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: white;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.legacy-feature-card.rank-1 {
  min-height: 292px;
  border-color: rgba(242, 180, 71, 0.72);
  background: rgba(242, 180, 71, 0.16);
}

.legacy-feature-card.rank-2 {
  min-height: 264px;
  border-color: rgba(185, 194, 204, 0.7);
}

.legacy-rank {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--navy);
  background: #ffe1a6;
  font-size: 12px;
  font-weight: 950;
}

.legacy-feature-card strong {
  font-size: 24px;
  line-height: 1.05;
}

.legacy-feature-card em,
.legacy-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  line-height: 1.35;
}

.legacy-feature-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.legacy-feature-stats span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 850;
}

.legacy-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.legacy-tier-card {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-left-width: 5px;
  border-radius: var(--radius);
  background: white;
}

.legacy-tier-card.olympic {
  border-left-color: var(--gold);
}

.legacy-tier-card.international {
  border-left-color: var(--teal);
}

.legacy-tier-card.national {
  border-left-color: var(--blue);
}

.legacy-tier-card.archive {
  border-left-color: var(--red);
}

.legacy-tier-card span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.legacy-tier-card strong {
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.legacy-tier-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.wall-section {
  margin-top: 18px;
}

.olympic-medal-timeline {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 8px;
  scroll-snap-type: x proximity;
}

.olympic-medal-tick {
  min-width: 220px;
  scroll-snap-align: start;
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--line);
  border-top-width: 5px;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.olympic-medal-tick.gold {
  border-top-color: var(--gold);
}

.olympic-medal-tick.silver {
  border-top-color: var(--silver);
}

.olympic-medal-tick.bronze {
  border-top-color: var(--bronze);
}

.olympic-medal-tick span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.olympic-medal-tick b {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1d4;
  color: #5f3c06;
  font-size: 11px;
  text-transform: uppercase;
}

.olympic-medal-tick.silver b {
  background: #eef2f7;
  color: #475569;
}

.olympic-medal-tick.bronze b {
  background: #f4dac8;
  color: #7a3518;
}

.olympic-medal-tick strong {
  font-size: 18px;
  line-height: 1.12;
}

.olympic-medal-tick em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

.legacy-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  margin-top: 18px;
}

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

.world-stage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legacy-profile-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.legacy-profile-card:hover,
.olympic-medal-tick:hover,
.legacy-feature-card:hover,
.team-legacy-row:hover,
.team-roster-card:hover {
  border-color: rgba(226, 61, 50, 0.42);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.1);
  transform: translateY(-1px);
}

.legacy-profile-index {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: white;
  background: var(--navy);
  font-size: 12px;
  font-weight: 950;
}

.legacy-profile-main {
  min-width: 0;
}

.legacy-profile-main strong {
  display: block;
  font-size: 17px;
  line-height: 1.12;
}

.legacy-profile-main em,
.legacy-profile-main p {
  display: block;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.legacy-medal-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.legacy-medal-strip span {
  min-width: 40px;
  min-height: 34px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 7px;
  background: #f8fafc;
  color: var(--ink);
}

.legacy-medal-strip span.gold {
  background: #ffe5ad;
  color: #684100;
}

.legacy-medal-strip span.silver {
  background: #eef2f7;
  color: #475569;
}

.legacy-medal-strip span.bronze {
  background: #f2d4c1;
  color: #7a3518;
}

.legacy-medal-strip b {
  font-size: 15px;
  line-height: 1;
}

.legacy-medal-strip em {
  color: currentColor;
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.team-wall-panel {
  align-self: start;
}

.team-roster-book {
  display: grid;
  gap: 18px;
}

.team-roster-year {
  display: grid;
  gap: 10px;
}

.team-roster-year h3 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1;
}

.team-roster-year h3 span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

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

.team-roster-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  background: white;
}

.team-roster-card.olympic {
  border-left-color: var(--gold);
}

.team-roster-card.national {
  border-left-color: var(--blue);
}

.team-roster-card.junior {
  border-left-color: var(--red);
}

.team-roster-card.development,
.team-roster-card.international {
  border-left-color: var(--teal);
}

.team-roster-head {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.team-roster-identity {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.team-roster-identity b {
  min-height: 28px;
  min-width: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  background: #edf2f8;
  font-size: 13px;
  font-weight: 950;
}

.team-roster-head strong,
.team-roster-head em {
  display: block;
}

.team-roster-head strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.12;
}

.team-roster-head em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.28;
}

.team-roster-logo.team-roster-flag {
  width: 48px;
  height: 30px;
  border-radius: 4px;
  box-shadow: none;
}

.team-roster-logo.team-roster-motif {
  width: 62px;
  height: 30px;
}

.team-roster-logo.team-roster-usas {
  width: 66px;
  height: 30px;
  padding: 3px 6px;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 6px;
  background: white;
  box-shadow: none;
}

.team-roster-generic {
  width: 42px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: white;
  background: var(--navy);
}

.team-roster-generic svg {
  width: 18px;
  height: 18px;
}

.team-summary-row .team-summary-logo.team-roster-flag {
  width: 34px;
  height: 21px;
}

.team-summary-row .team-summary-logo.team-roster-motif {
  width: 42px;
  height: 20px;
}

.team-summary-row .team-summary-logo.team-roster-usas {
  width: 44px;
  height: 22px;
  padding: 2px 4px;
}

.team-summary-row .team-summary-logo.team-roster-generic {
  width: 30px;
  height: 21px;
}

.team-roster-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.team-roster-meta span {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.team-roster-meta b,
.team-roster-meta em {
  min-width: 0;
  display: block;
  overflow-wrap: anywhere;
}

.team-roster-meta b {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.team-roster-meta em {
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.team-roster-names {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.team-roster-names button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--ink);
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.team-roster-names button:hover {
  color: white;
  border-color: var(--navy);
  background: var(--navy);
}

.team-legacy-list {
  display: grid;
  gap: 8px;
}

.team-legacy-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 3px 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-left-width: 5px;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  text-align: left;
}

.team-legacy-row.olympic {
  border-left-color: var(--gold);
}

.team-legacy-row.national {
  border-left-color: var(--blue);
}

.team-legacy-row.junior {
  border-left-color: var(--red);
}

.team-legacy-row.international {
  border-left-color: var(--teal);
}

.team-legacy-row span {
  grid-row: span 3;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--navy);
  background: #edf2f8;
  font-weight: 950;
}

.team-legacy-row strong {
  font-size: 15px;
  line-height: 1.12;
}

.team-legacy-row em,
.team-legacy-row b {
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.domestic-archive-panel {
  background: #fbfcfe;
}

.domestic-medal-details summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--navy);
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

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

.domestic-medal-grid {
  margin-top: 14px;
}

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

.ranges-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% 58%;
  height: 220px;
  background:
    radial-gradient(circle, rgba(242, 180, 71, 0.22), transparent 66%),
    radial-gradient(circle at 30% 50%, rgba(35, 87, 166, 0.16), transparent 62%);
  pointer-events: none;
}

.range-owner-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid rgba(35, 87, 166, 0.18);
  border-radius: var(--radius);
  background: #f8fbff;
}

.range-owner-cta p {
  min-width: 240px;
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.ranges-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(420px, 1.08fr);
  gap: 18px;
  align-items: start;
}

.range-map-panel,
.ranges-directory,
.verified-range-strip {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.range-map-panel {
  padding: 22px;
  position: sticky;
  top: 92px;
}

.range-map-copy h2 {
  margin: 4px 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.95;
}

.range-map-copy p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.google-map-surface {
  position: relative;
  height: min(68vh, 520px);
  min-height: 360px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid #b8c9d4;
  background: #e6edf2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 16px 34px rgba(7, 17, 31, 0.12);
}

.google-map-surface::before {
  content: none;
}

.google-map-surface iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.range-atlas-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.range-atlas-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #d5e0e7;
  border-radius: 8px;
  color: #315064;
  background: #f7fafc;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.range-reset-button {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  border: 1px solid rgba(30, 75, 156, 0.24);
  border-radius: 8px;
  color: var(--blue);
  background: #f7fafc;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.range-reset-button:hover {
  border-color: rgba(30, 75, 156, 0.42);
  background: #eef5fb;
}

.range-atlas-surface {
  position: relative;
  height: min(66vh, 520px);
  min-height: 380px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #b8c9d4;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(232, 240, 244, 0.18)),
    #e7eef2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 16px 34px rgba(7, 17, 31, 0.12);
}

.range-real-map-surface {
  position: relative;
  height: min(66vh, 540px);
  min-height: 390px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #b8c9d4;
  border-radius: var(--radius);
  background: #dbe6ea;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 16px 34px rgba(7, 17, 31, 0.12);
}

.range-map-tiles {
  position: absolute;
  inset: 0;
}

.range-map-tile {
  position: absolute;
  display: block;
  max-width: none;
  user-select: none;
}

.range-real-map-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), inset 0 -80px 90px rgba(7, 17, 31, 0.05);
}

.range-map-attribution {
  position: absolute;
  right: 8px;
  bottom: 7px;
  z-index: 10;
  padding: 3px 6px;
  border-radius: 6px;
  color: #315064;
  background: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 800;
}

.range-atlas-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(49, 80, 100, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 80, 100, 0.1) 1px, transparent 1px);
  background-size: 12.5% 12.5%;
}

.range-atlas-grid::before,
.range-atlas-grid::after {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border: 1px solid rgba(49, 80, 100, 0.12);
  border-radius: 42% 58% 46% 54%;
}

.range-atlas-grid::after {
  inset: 20% 18%;
  border-style: dashed;
  opacity: 0.74;
}

.range-atlas-axis {
  position: absolute;
  z-index: 1;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #315064;
  background: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 1px 8px rgba(7, 17, 31, 0.08);
}

.range-atlas-axis.north {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.range-atlas-axis.west {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.range-atlas-axis.east {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.range-atlas-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(calc(-50% + var(--jx, 0px)), calc(-50% + var(--jy, 0px)));
  cursor: pointer;
}

.range-atlas-dot {
  position: absolute;
  inset: 3px;
  display: block;
  border: 2px solid white;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(30, 75, 156, 0.35), 0 6px 14px rgba(7, 17, 31, 0.22);
}

.range-atlas-marker:hover,
.range-atlas-marker:focus-visible,
.range-atlas-marker.selected {
  z-index: 8;
}

.range-atlas-marker.selected .range-atlas-dot {
  inset: 1px;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(226, 61, 50, 0.18), 0 10px 18px rgba(7, 17, 31, 0.24);
}

.range-atlas-label {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: max-content;
  max-width: min(260px, 58vw);
  display: none;
  padding: 9px 10px;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.18);
  text-align: left;
  transform: translateX(-50%);
}

.range-atlas-marker:hover .range-atlas-label,
.range-atlas-marker:focus-visible .range-atlas-label,
.range-atlas-marker.selected .range-atlas-label {
  display: grid;
  gap: 3px;
}

.range-atlas-label b {
  font-size: 12px;
  line-height: 1.1;
}

.range-atlas-label em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}

.range-atlas-marker.edge-left .range-atlas-label {
  left: 28px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.range-atlas-marker.edge-right .range-atlas-label {
  left: auto;
  right: 28px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.range-atlas-marker.edge-top:not(.edge-left):not(.edge-right) .range-atlas-label {
  top: 28px;
  bottom: auto;
  transform: translateX(-50%);
}

.range-atlas-marker.edge-bottom:not(.edge-left):not(.edge-right) .range-atlas-label {
  top: auto;
  bottom: 28px;
  transform: translateX(-50%);
}

.range-atlas-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 4px;
  color: var(--muted);
  text-align: center;
}

.range-atlas-selected,
.range-atlas-nearby {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.range-atlas-selected span,
.range-atlas-nearby > span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.range-atlas-selected strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
}

.range-atlas-selected em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-style: normal;
}

.range-google-panel {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.range-google-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.range-google-heading span {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.range-google-heading strong {
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.1;
  text-align: right;
}

.selected-google-map {
  height: 260px;
  min-height: 240px;
  margin-top: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 10px 24px rgba(7, 17, 31, 0.1);
}

.range-atlas-nearby > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.range-atlas-nearby button {
  min-width: 0;
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.range-atlas-nearby button:hover {
  border-color: rgba(30, 75, 156, 0.38);
  background: #eef5fb;
}

.range-atlas-nearby strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.range-atlas-nearby em {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-selected-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-selected-actions a,
.map-selected-actions span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.map-selected-actions a {
  color: var(--blue);
  text-decoration: none;
}

.ranges-directory {
  padding: 16px;
}

.range-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7f9fc;
}

.range-tabs button {
  border: 0;
  border-radius: 6px;
  padding: 12px 8px;
  color: var(--muted);
  background: transparent;
  font-weight: 900;
}

.range-tabs button strong,
.range-tabs button em {
  display: block;
  min-width: 0;
}

.range-tabs button strong {
  font-size: 13px;
  line-height: 1.08;
}

.range-tabs button em {
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  opacity: 0.78;
  text-transform: uppercase;
}

.range-tabs button.active {
  color: white;
  background: var(--navy);
  box-shadow: 0 10px 18px rgba(7, 17, 31, 0.14);
}

.range-scope-note {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.range-card-list,
.verified-range-grid {
  display: grid;
  gap: 10px;
}

.range-event-strip {
  margin-top: 18px;
}

.home-go-shoot {
  margin-top: 18px;
}

.range-event-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-team-archive details {
  margin-top: 8px;
}

.home-team-archive summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue);
  background: white;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.home-team-archive summary svg {
  width: 16px;
  height: 16px;
}

.home-team-archive details[open] summary {
  margin-bottom: 12px;
}

.go-shoot-lead h1 {
  max-width: 760px;
  margin: 4px 0 6px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
}

.go-shoot-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.go-shoot-quick-grid article {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  background: white;
}

.go-shoot-quick-grid span,
.official-source-badge {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.go-shoot-quick-grid strong {
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
}

.go-shoot-quick-grid em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.training-pathway-lead {
  background:
    linear-gradient(135deg, rgba(47, 159, 160, 0.11), rgba(35, 87, 166, 0.07)),
    white;
}

.training-loop-grid,
.training-range-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.training-loop-grid article,
.training-range-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.05);
}

.training-loop-grid article {
  min-height: 84px;
}

.training-loop-grid span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.training-loop-grid strong,
.training-range-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.training-loop-grid em,
.training-range-card em,
.training-range-card p,
.source-listed-note,
.training-empty span {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.source-listed-note {
  max-width: 980px;
  margin: -4px 0 12px;
}

.training-source-strip {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: -2px 0 12px;
  padding: 12px;
  border: 1px solid rgba(35, 87, 166, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(35, 87, 166, 0.06), rgba(47, 159, 160, 0.07)),
    white;
}

.training-source-logo {
  width: 44px;
  height: 44px;
  padding: 2px;
  border-color: rgba(240, 177, 54, 0.34);
  box-shadow: none;
}

.training-source-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.training-source-strip strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.15;
}

.training-source-strip span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.32;
}

.training-source-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.training-source-links a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(35, 87, 166, 0.22);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.training-source-links a svg {
  width: 14px;
  height: 14px;
}

.remote-coaching-section {
  background:
    linear-gradient(135deg, rgba(35, 87, 166, 0.08), rgba(242, 180, 71, 0.08)),
    white;
}

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

.remote-coaching-grid article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.05);
}

.remote-coaching-grid article:nth-child(2) {
  border-top-color: var(--gold);
}

.remote-coaching-grid article:nth-child(3) {
  border-top-color: var(--teal);
}

.remote-coaching-grid article:nth-child(4) {
  border-top-color: var(--red);
}

.remote-coaching-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.remote-coaching-grid strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.remote-coaching-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.remote-coaching-note {
  margin: 12px 0 0;
}

.training-athlete-panel .next-step-card:first-child {
  border-top-color: var(--teal);
}

.training-empty {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px dashed rgba(47, 159, 160, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(47, 159, 160, 0.08), white);
}

.training-empty strong {
  color: var(--ink);
  font-size: 18px;
}

.training-range-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--teal);
}

.training-range-card > span svg {
  width: 18px;
  height: 18px;
}

.official-event-strip {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(242, 180, 71, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fffaf0, white);
}

.go-shoot-subhead {
  margin-top: 18px;
}

.range-owner-cta-inline {
  margin: 16px 0 0;
}

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

.range-event-groups {
  display: grid;
  gap: 24px;
}

.range-event-group {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.range-event-group:first-child {
  border-top: 1px solid var(--line);
}

.range-event-group summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto auto 30px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.range-event-group summary::-webkit-details-marker {
  display: none;
}

.range-event-group summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: #f8fafc;
  font-size: 18px;
  font-weight: 900;
}

.range-event-group[open] summary {
  border-bottom: 1px solid var(--line);
}

.range-event-group[open] summary::after {
  content: "-";
}

.range-event-group-main {
  min-width: 0;
}

.range-event-group summary strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.05;
}

.range-event-group summary em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.range-event-group-preview {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.range-event-group summary b {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: white;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.range-event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.range-event-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.range-event-card.official {
  border-color: rgba(242, 180, 71, 0.56);
  box-shadow: inset 0 4px 0 rgba(242, 180, 71, 0.88), 0 12px 28px rgba(7, 17, 31, 0.06);
}

.range-event-card.archived {
  background: #f8fafc;
  box-shadow: none;
}

.range-event-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.range-event-card strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.official-source-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #6b4308;
  background: #ffe0a0;
}

.source-listed-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  margin-left: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #0b5f62;
  background: #d7fbf4;
  font-size: 11px;
  font-weight: 900;
}

.range-event-card em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.range-event-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.range-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.range-event-actions a,
.range-event-actions button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: #f8fafc;
  appearance: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.range-event-actions .email-action {
  color: var(--navy);
  text-transform: none;
}

.range-group-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 12px;
}

.range-group-actions button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  color: var(--blue);
  background: #f8fafc;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.range-group-actions button svg {
  width: 16px;
  height: 16px;
}

.range-event-archive {
  margin-top: 16px;
}

.range-event-archive summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.range-event-archive summary svg {
  width: 16px;
  height: 16px;
}

.range-event-archive[open] summary {
  margin-bottom: 12px;
}

.archive-grid {
  opacity: 0.9;
}

.range-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.range-card[open] {
  border-color: #b8c6d7;
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.09);
}

.range-card.selected {
  border-color: rgba(226, 61, 50, 0.5);
  box-shadow: 0 12px 28px rgba(226, 61, 50, 0.1);
}

.range-card summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  cursor: pointer;
  list-style: none;
}

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

.range-card-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--blue);
}

.range-card.selected .range-card-icon {
  background: var(--red);
}

.range-card summary strong,
.range-card summary em {
  display: block;
}

.range-card summary strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.1;
}

.range-card summary em {
  margin-top: 5px;
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  line-height: 1.25;
}

.range-map-button {
  justify-self: end;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--blue);
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.range-card.selected .range-map-button {
  color: var(--red-dark);
  border-color: rgba(226, 61, 50, 0.35);
  background: rgba(226, 61, 50, 0.07);
}

.range-detail {
  padding: 0 14px 16px 68px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.range-detail p {
  margin: 0 0 12px;
}

.range-officer-block {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 9px;
  row-gap: 2px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid rgba(35, 87, 166, 0.18);
  border-radius: 8px;
  background: #f4f8ff;
}

.range-officer-block span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: white;
  background: var(--blue);
}

.range-officer-block b {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
}

.range-officer-block em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

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

.range-contact-grid > span {
  min-width: 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
}

.range-contact-grid b {
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.range-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.range-actions button,
.range-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--blue);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.range-actions button {
  cursor: pointer;
}

.range-contact-grid a,
.range-sources a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.range-contact-grid a + a,
.range-sources a + a {
  margin-left: 10px;
}

.facility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.facility-tags .tag {
  white-space: normal;
  text-align: left;
}

.range-note {
  color: var(--muted);
}

.owner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  color: white;
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.42), transparent 30%),
    linear-gradient(120deg, rgba(242, 180, 71, 0.22), transparent 52%),
    var(--navy);
}

.owner-hero .eyebrow,
.owner-hero h1,
.owner-hero p {
  color: white;
}

.owner-hero h1 {
  max-width: 760px;
  margin: 6px 0 12px;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 0.98;
}

.owner-hero p {
  max-width: 760px;
  margin: 0;
  color: #dbe5f1;
  font-size: 18px;
  line-height: 1.5;
}

.owner-hero-panel {
  display: grid;
  gap: 12px;
}

.owner-process-grid,
.owner-form-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.owner-step {
  grid-column: span 4;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.owner-step b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: white;
  background: var(--red);
  font-size: 12px;
}

.owner-step strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.owner-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.owner-form {
  grid-column: span 6;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

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

.owner-field {
  grid-column: span 6;
  min-width: 0;
  display: grid;
  gap: 7px;
}

.owner-field.span-12 {
  grid-column: span 12;
}

.owner-field span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.owner-field input,
.owner-field select,
.owner-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #f8fafc;
  font-size: 14px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.owner-field input,
.owner-field select {
  min-height: 44px;
  padding: 0 12px;
}

.owner-field select[multiple] {
  min-height: 170px;
  padding: 8px;
}

.owner-field select[multiple] option {
  padding: 8px 9px;
  border-radius: 6px;
}

.owner-field textarea {
  resize: vertical;
  padding: 12px;
  line-height: 1.45;
}

.owner-field input:focus,
.owner-field select:focus,
.owner-field textarea:focus {
  border-color: rgba(35, 87, 166, 0.58);
  background: white;
  box-shadow: 0 0 0 3px rgba(35, 87, 166, 0.12);
}

.owner-submit {
  width: 100%;
  margin-top: 16px;
}

.hidden-field {
  display: none;
}

.submission-status {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f8fafc;
}

.submission-status strong {
  color: var(--ink);
  font-size: 14px;
}

.submission-status span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.submission-status.success {
  border-color: rgba(37, 139, 93, 0.28);
  background: #eefaf4;
}

.submission-status.error {
  border-color: rgba(179, 45, 45, 0.28);
  background: #fff1f1;
}

.quick-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  min-width: min(320px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 53, 107, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.quick-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-toast strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
}

.quick-toast span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.owner-review-link {
  width: 100%;
  justify-content: center;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.manager-login-section,
.manager-workspace-section {
  margin-top: 18px;
}

.manager-login-form,
.manager-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.manager-workspace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.manager-schedule-card {
  margin-top: 16px;
}

.manager-event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.manager-event-list-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 0 4px;
}

.manager-event-list-heading strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.manager-event-list-heading button,
.manager-event-actions button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.manager-event-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.manager-event-card span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.manager-event-card strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.15;
}

.manager-event-card em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.manager-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.manager-event-actions button:last-child {
  color: var(--red-dark);
  border-color: rgba(226, 61, 50, 0.28);
  background: rgba(226, 61, 50, 0.06);
}

.manager-event-actions button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.review-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 20px;
  align-items: stretch;
  color: white;
  background:
    linear-gradient(140deg, rgba(35, 87, 166, 0.45), transparent 42%),
    linear-gradient(35deg, rgba(226, 61, 50, 0.28), transparent 52%),
    var(--navy);
}

.review-hero > div:first-child {
  min-width: 0;
}

.review-hero .eyebrow,
.review-hero h1,
.review-hero p {
  color: white;
}

.review-hero h1 {
  max-width: 820px;
  margin: 6px 0 12px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 0.98;
}

.review-hero p {
  max-width: 780px;
  margin: 0;
  color: #dbe5f1;
  font-size: 17px;
  line-height: 1.5;
}

.review-hero-actions {
  min-width: 0;
  display: grid;
  align-content: end;
  gap: 10px;
}

.review-hero-actions .primary-action,
.review-hero-actions .ghost-action {
  width: 100%;
  justify-content: center;
}

.admin-session-chip {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.admin-action-grid,
.review-decision-grid,
.review-workflow-grid,
.review-template-layout {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.admin-action-grid,
.review-decision-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-workflow-grid,
.review-template-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-action-card,
.review-decision-card,
.review-checklist,
.review-submission-card,
.review-template-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.admin-action-card {
  display: grid;
  gap: 8px;
  border-top: 4px solid var(--red);
}

.admin-action-card svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.admin-action-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.1;
}

.admin-action-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.review-decision-card {
  border-top: 4px solid var(--blue);
}

.review-decision-card.approved {
  border-top-color: #258b5d;
}

.review-decision-card.approved_limited {
  border-top-color: var(--gold);
}

.review-decision-card.needs_info {
  border-top-color: var(--blue);
}

.review-decision-card.rejected {
  border-top-color: var(--red);
}

.review-decision-card strong,
.review-checklist h3,
.review-submission-head h3 {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.review-decision-card p,
.review-note,
.review-submission-head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.review-checklist ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.review-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.review-checklist svg {
  color: #258b5d;
}

.review-queue-section {
  margin-top: 18px;
}

.owner-invite-section {
  margin-top: 18px;
}

.owner-invite-layout,
.range-contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 16px;
}

.owner-invite-form,
.owner-invite-list,
.range-contact-form,
.range-contact-list {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.owner-invite-list {
  display: grid;
  gap: 10px;
}

.range-contact-section {
  margin-top: 18px;
}

.range-contact-list {
  display: grid;
  gap: 10px;
}

.owner-invite-card,
.range-contact-override-card {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(140px, 0.8fr) minmax(112px, auto) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.owner-invite-card {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.owner-invite-card.revoked {
  opacity: 0.68;
}

.owner-invite-card span,
.range-contact-override-card span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-invite-card strong,
.owner-invite-card b,
.range-contact-override-card strong,
.range-contact-override-card b {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.owner-invite-card em,
.owner-invite-card small,
.range-contact-override-card em,
.range-contact-override-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.owner-invite-card code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 9px;
  border: 1px solid rgba(35, 87, 166, 0.2);
  border-radius: 7px;
  color: var(--navy);
  background: white;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.range-contact-mini {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.range-contact-mini a {
  overflow-wrap: anywhere;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.owner-invite-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.owner-invite-actions a,
.owner-invite-actions button,
.range-contact-override-card button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: white;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.owner-invite-actions button {
  cursor: pointer;
}

.range-contact-override-card button {
  justify-content: center;
  cursor: pointer;
}

.owner-invite-actions button:disabled,
.range-contact-override-card button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.review-copy-status {
  margin-top: 14px;
}

.review-submission-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

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

.review-submission-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-copy-button {
  flex: 0 0 auto;
}

.review-status-stack {
  display: grid;
  justify-items: end;
  gap: 5px;
  min-width: 168px;
}

.review-status-stack small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.review-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--muted);
  background: #f2f5f8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-status-chip.approved {
  color: #16653f;
  background: #e6f7ef;
}

.review-status-chip.approved_limited {
  color: #7a530e;
  background: #fff3dc;
}

.review-status-chip.needs_info {
  color: #174487;
  background: #e9f0ff;
}

.review-status-chip.rejected {
  color: #96251f;
  background: #ffeded;
}

.review-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.review-field-grid div {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.review-field-grid span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-field-grid strong {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.review-json-preview {
  margin-top: 14px;
}

.review-json-preview summary {
  cursor: pointer;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.review-action-panel {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
}

.review-action-panel label {
  display: grid;
  gap: 7px;
}

.review-action-panel label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-action-panel textarea {
  width: 100%;
  min-width: 0;
  resize: vertical;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: white;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.review-action-panel textarea:focus {
  border-color: rgba(35, 87, 166, 0.58);
  box-shadow: 0 0 0 3px rgba(35, 87, 166, 0.12);
}

.review-action-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.review-decision-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.review-decision-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.review-decision-button.approved.active,
.review-decision-button.approved:hover {
  color: #16653f;
  border-color: rgba(37, 139, 93, 0.38);
  background: #e6f7ef;
}

.review-decision-button.approved_limited.active,
.review-decision-button.approved_limited:hover {
  color: #7a530e;
  border-color: rgba(242, 180, 71, 0.58);
  background: #fff3dc;
}

.review-decision-button.needs_info.active,
.review-decision-button.needs_info:hover {
  color: #174487;
  border-color: rgba(35, 87, 166, 0.42);
  background: #e9f0ff;
}

.review-decision-button.rejected.active,
.review-decision-button.rejected:hover {
  color: #96251f;
  border-color: rgba(226, 61, 50, 0.36);
  background: #ffeded;
}

.review-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.review-copy-disabled {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.review-template-card pre,
.review-json-preview pre {
  max-height: 360px;
  margin: 12px 0 0;
  padding: 14px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #07111f;
  color: #e7eef7;
  font-size: 12px;
  line-height: 1.45;
}

.admin-login-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 20px;
  align-items: stretch;
  color: white;
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.4), transparent 34%),
    linear-gradient(35deg, rgba(35, 87, 166, 0.34), transparent 60%),
    var(--navy);
}

.admin-login-hero .eyebrow,
.admin-login-hero h1,
.admin-login-hero p,
.admin-login-hero strong {
  color: white;
}

.admin-login-hero h1 {
  max-width: 780px;
  margin: 6px 0 12px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
}

.admin-login-hero p {
  max-width: 760px;
  margin: 0;
  color: #dbe5f1;
  font-size: 18px;
  line-height: 1.5;
}

.admin-lock-card {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.admin-lock-card svg {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.admin-lock-card strong {
  font-size: 22px;
}

.admin-lock-card span {
  color: #dbe5f1;
  font-size: 14px;
  line-height: 1.45;
}

.admin-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 18px;
  margin-top: 18px;
}

.admin-login-form,
.admin-setup-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.admin-login-form {
  display: grid;
  gap: 12px;
}

.admin-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.admin-login-actions .primary-action,
.admin-login-actions .ghost-action {
  min-height: 44px;
}

.admin-login-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.admin-setup-card h2 {
  margin: 4px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.admin-setup-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-setup-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.admin-setup-card li svg {
  color: #258b5d;
}

.admin-setup-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.range-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.range-contact-missing {
  color: var(--muted);
  font-weight: 800;
}

.verified-range-strip {
  padding: 22px;
}

.verified-range-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-hero {
  position: relative;
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  padding: 28px;
  border-radius: var(--radius);
  color: white;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.7) 0 16%, transparent 16% 28%, rgba(242, 180, 71, 0.22) 28% 40%, transparent 40%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.98), rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.46)),
    url("./assets/shotgun-heritage-field.png") center / cover;
  box-shadow: var(--shadow);
}

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

.live-hero.city-backdrop.suhl {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0 13%, rgba(221, 0, 0, 0.42) 13% 21%, rgba(255, 206, 0, 0.26) 21% 30%, transparent 30%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.38)),
    url("./assets/suhl-city-backdrop.svg") center bottom / cover no-repeat;
}

.live-hero p {
  max-width: 760px;
  margin-top: 14px;
  color: #dce6f2;
  font-size: 17px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.live-command {
  min-width: 260px;
  display: grid;
  justify-items: stretch;
  gap: 10px;
}

.live-command .section-link,
.live-command .primary-action {
  width: 100%;
}

.live-status {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: #f7fbff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.live-status i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(242, 180, 71, 0.18);
}

.live-status.ready i {
  background: #43c47a;
  box-shadow: 0 0 0 4px rgba(67, 196, 122, 0.18);
}

.live-status.error i {
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(226, 61, 50, 0.18);
}

.live-match-grid {
  align-items: stretch;
}

.live-match-grid > .span-8,
.live-match-grid > .span-4 {
  min-width: 0;
}

.team-match-card,
.team-match-queue {
  height: 100%;
  margin-top: 0;
}

.team-match-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(16, 42, 76, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(26, 125, 151, 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 42px rgba(16, 42, 76, 0.08);
  overflow: hidden;
}

.team-match-card > * {
  position: relative;
  z-index: 1;
}

.team-match-card.city-backdrop.suhl {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.88)),
    url("./assets/suhl-city-backdrop.svg") center bottom / cover no-repeat;
}

.team-match-card.city-backdrop.suhl::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(16, 42, 76, 0.11));
  pointer-events: none;
}

.match-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.competition-mark,
.match-logo-row .issf-logo,
.match-logo-row .flag-mark {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 42, 76, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(16, 42, 76, 0.1);
}

.competition-mark svg {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.competition-mark strong,
.competition-mark em {
  display: block;
  line-height: 1.05;
}

.competition-mark strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 950;
}

.competition-mark em {
  color: var(--red);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.suhl-hedgehog {
  background: linear-gradient(135deg, #fff8e8, #ffffff);
}

.suhl-hedgehog .hedgehog-back {
  fill: #925f2b;
}

.suhl-hedgehog .hedgehog-face {
  fill: #e6b76a;
}

.suhl-hedgehog .hedgehog-eye {
  fill: #07111f;
}

.suhl-hedgehog .hedgehog-nose,
.suhl-hedgehog .hedgehog-feet {
  fill: none;
  stroke: #07111f;
  stroke-width: 3;
  stroke-linecap: round;
}

.match-logo-row .issf-logo {
  min-width: 142px;
}

.match-logo-row .issf-logo .org-emblem {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}

.match-logo-row .issf-logo .org-word strong {
  color: var(--navy);
}

.match-logo-row .issf-logo .org-word em {
  color: var(--muted);
}

.match-logo-row .flag-mark {
  width: 86px;
  justify-content: center;
}

.match-logo-row .flag-mark svg {
  width: 58px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 14px rgba(16, 42, 76, 0.12);
}

.match-phase {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(26, 125, 151, 0.22);
  border-radius: 999px;
  background: #e9f7f7;
  color: #11646f;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
}

.match-phase.live {
  border-color: rgba(226, 61, 50, 0.25);
  background: #fff0ee;
  color: var(--red);
}

.match-phase.complete {
  border-color: rgba(100, 112, 128, 0.28);
  background: #f2f5f8;
  color: var(--muted);
}

.live-hero .match-phase {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #f7fbff;
}

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

.match-core div {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.match-core strong {
  min-width: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.05;
}

.match-core span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.match-official-title {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.team-match-card p,
.live-source-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.team-match-card .section-heading {
  align-items: flex-start;
}

.team-match-card h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.match-actions,
.live-source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.live-source-actions {
  margin-top: 12px;
}

.live-source-actions .live-status {
  color: var(--navy);
  background: #f7fafc;
  border-color: var(--line);
}

.live-source-actions .primary-action,
.live-source-actions .section-link {
  min-height: 38px;
}

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

.match-queue-list a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: inherit;
  text-decoration: none;
}

.match-queue-list a:hover {
  border-color: rgba(26, 125, 151, 0.35);
  background: #f4fbfc;
}

.match-queue-list strong,
.match-queue-list span,
.match-queue-list em {
  min-width: 0;
}

.match-queue-list strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.1;
}

.match-queue-list span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.match-queue-list em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.usa-jr-formation {
  margin-top: 16px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(226, 61, 50, 0.1), transparent 30%),
    linear-gradient(160deg, #ffffff, #f7fafc 62%, #eef5fb);
  box-shadow: var(--shadow);
}

.formation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  gap: 18px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.formation-hero h2 {
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(30px, 4.3vw, 58px);
  line-height: 0.98;
}

.formation-hero p {
  max-width: 680px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

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

.formation-metrics span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  text-align: center;
}

.formation-metrics strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}

.formation-metrics em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.formation-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.formation-card.skeet {
  border-top-color: var(--blue);
}

.formation-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.formation-card-head .discipline-mark {
  width: 44px;
  height: 44px;
}

.formation-card-head strong,
.formation-card-head em {
  display: block;
  min-width: 0;
}

.formation-card-head strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.08;
}

.formation-card-head em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.formation-card ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formation-card li {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.formation-card li b,
.formation-card li span,
.formation-card li em {
  min-width: 0;
}

.formation-card li b {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.14;
}

.formation-card li span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.formation-card li em {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 2px 7px;
  border-radius: 999px;
  background: #fff4e0;
  color: #8a4d07;
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.formation-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.formation-source span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 850px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.formation-source svg {
  flex: 0 0 auto;
  color: var(--red);
}

.formation-source a {
  color: var(--navy-2);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

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

.live-mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.live-tabs button,
.live-mode-tabs button,
.live-category-tabs button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fafc;
  color: var(--muted);
  font-weight: 850;
}

.live-tabs button.active,
.live-mode-tabs button.active,
.live-category-tabs button.active {
  border-color: var(--navy-2);
  background: var(--navy-2);
  color: white;
}

.live-mode-tabs button {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 8px 10px;
  text-align: left;
}

.live-mode-tabs button span,
.live-mode-tabs button em {
  display: block;
  min-width: 0;
}

.live-mode-tabs button span {
  font-size: 13px;
  font-weight: 950;
}

.live-mode-tabs button em {
  color: inherit;
  opacity: 0.68;
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
}

.live-focus-grid > .span-8,
.live-focus-grid > .span-4 {
  min-width: 0;
}

.live-focus-grid .board-section {
  height: 100%;
  margin-top: 0;
}

.live-leader-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.live-leader-card {
  min-height: 152px;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: var(--ink);
}

.live-leader-card.rank-1 {
  border-top-color: var(--gold);
  background: linear-gradient(180deg, #fff9e8, #ffffff);
}

.live-leader-card.rank-2 {
  border-top-color: var(--silver);
}

.live-leader-card.rank-3 {
  border-top-color: var(--bronze);
}

.live-leader-card .live-rank {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: white;
  background: var(--navy-2);
  font-size: 11px;
  font-weight: 950;
}

.live-leader-card strong {
  min-width: 0;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.08;
}

.live-leader-card em,
.live-leader-card small {
  min-width: 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.25;
}

.live-leader-card em {
  font-size: 11px;
}

.live-leader-card b {
  margin-top: 2px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.live-leader-card small {
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.live-round-trend {
  height: 34px;
  display: flex;
  align-items: end;
  gap: 3px;
  margin-top: 4px;
}

.live-round-trend i {
  width: 7px;
  min-height: 3px;
  border-radius: 3px 3px 1px 1px;
  background: var(--teal);
}

.live-round-trend i.empty {
  background: #d9e1ea;
}

.live-readiness-panel p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.live-readiness-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.live-readiness-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
}

.live-readiness-grid b {
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.live-readiness-grid em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.live-clock-card {
  margin-top: 0;
}

.live-clock-card .metric {
  min-height: 104px;
  background: var(--navy-2);
}

.live-stat-card {
  margin-top: 0;
}

.live-stat-card strong {
  font-size: 34px;
  line-height: 1;
}

.live-board .section-heading {
  align-items: flex-end;
}

.live-search {
  width: min(420px, 100%);
}

.live-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
}

.live-category-tabs button {
  min-width: 68px;
  padding: 0 12px;
}

.live-table-note {
  margin: -4px 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.live-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  scrollbar-color: #aebbd0 #eef2f6;
  scrollbar-width: thin;
}

.live-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.live-table-wrap::-webkit-scrollbar-track {
  background: #eef2f6;
}

.live-table-wrap::-webkit-scrollbar-thumb {
  border: 2px solid #eef2f6;
  border-radius: 999px;
  background: #aebbd0;
}

.live-table,
.live-medalist-table {
  width: 100%;
  min-width: 1480px;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--ink);
}

.live-table.mode-selection {
  min-width: 980px;
}

.live-table.mode-rounds {
  min-width: 1120px;
}

.live-table th,
.live-table td,
.live-medalist-table td {
  border-bottom: 1px solid var(--line);
  padding: 9px 8px;
  text-align: left;
  vertical-align: middle;
}

.live-table th {
  color: var(--muted);
  background: #f2f5f8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.live-table td {
  font-size: 13px;
}

.live-table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}

.live-table tbody tr.pending td {
  color: #7a8796;
  background: #f9fbfd;
}

.live-table tbody tr.source-held td {
  color: #665236;
  background: #fff8ed;
}

.live-table tbody tr.final-eight td {
  background: #fffbf0;
}

.live-table tbody tr.top-ten td {
  background: #f8fbff;
}

.live-table th:nth-child(1),
.live-table td:nth-child(1) {
  width: 56px;
  text-align: center;
  font-weight: 900;
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
}

.live-table th:nth-child(2),
.live-table td:nth-child(2) {
  width: 210px;
  position: sticky;
  left: 56px;
  z-index: 2;
  background: white;
  box-shadow: 1px 0 0 var(--line);
}

.live-table th:nth-child(1),
.live-table th:nth-child(2) {
  z-index: 3;
  background: #f2f5f8;
}

.live-table tbody tr:nth-child(even) td:nth-child(1),
.live-table tbody tr:nth-child(even) td:nth-child(2) {
  background: #fbfcfd;
}

.live-table tbody tr.final-eight td:nth-child(1),
.live-table tbody tr.final-eight td:nth-child(2) {
  background: #fffbf0;
}

.live-table tbody tr.top-ten td:nth-child(1),
.live-table tbody tr.top-ten td:nth-child(2) {
  background: #f8fbff;
}

.live-table tbody tr.pending td:nth-child(1),
.live-table tbody tr.pending td:nth-child(2) {
  background: #f9fbfd;
}

.live-table tbody tr.source-held td:nth-child(1),
.live-table tbody tr.source-held td:nth-child(2) {
  background: #fff8ed;
}

.live-table th:nth-child(3),
.live-table td:nth-child(3) {
  width: 96px;
}

.live-table th:nth-child(4),
.live-table td:nth-child(4),
.live-table th:nth-child(5),
.live-table td:nth-child(5),
.live-table th:nth-child(6),
.live-table td:nth-child(6) {
  width: 58px;
  text-align: center;
}

.live-table th:nth-child(n+7):nth-child(-n+16),
.live-table td:nth-child(n+7):nth-child(-n+16) {
  width: 46px;
  text-align: center;
}

.live-table th:nth-child(n+17),
.live-table td:nth-child(n+17) {
  width: 74px;
  text-align: center;
}

.live-table.mode-selection th:nth-child(4),
.live-table.mode-selection td:nth-child(4),
.live-table.mode-selection th:nth-child(n+5),
.live-table.mode-selection td:nth-child(n+5) {
  width: 78px;
  text-align: center;
}

.live-table.mode-selection th:nth-child(7),
.live-table.mode-selection td:nth-child(7),
.live-table.mode-selection th:nth-child(9),
.live-table.mode-selection td:nth-child(9) {
  width: 92px;
}

.live-table.mode-selection th:nth-child(3),
.live-table.mode-selection td:nth-child(3) {
  width: 92px;
}

.live-table.mode-rounds th:nth-child(n+7):nth-child(-n+16),
.live-table.mode-rounds td:nth-child(n+7):nth-child(-n+16) {
  width: 48px;
}

.live-table strong,
.live-table em,
.live-table td:nth-child(3) span {
  display: block;
}

.live-table td:nth-child(1) b,
.live-table td:nth-child(1) em {
  display: block;
}

.live-table td:nth-child(1) em {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.live-table strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.1;
}

.live-table em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}

.live-table em.source-warning {
  color: #986d21;
  font-weight: 900;
}

.live-round-cell {
  font-weight: 850;
}

.live-round-cell.empty {
  color: #a5b1bf;
}

.live-round-cell.hot {
  color: #086b42;
  background: #ecfdf3;
}

.live-round-cell.soft {
  color: #8a4d07;
  background: #fff7e8;
}

.live-total {
  color: var(--navy);
  font-weight: 950;
}

.medalist-wrap {
  max-height: 580px;
}

.live-medalist-table {
  min-width: 920px;
}

.live-medalist-table td {
  min-width: 86px;
  color: var(--ink);
  font-size: 13px;
}

.live-medalist-table .section-row td {
  color: var(--red);
  background: #fff4f2;
  font-weight: 950;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .result-table {
    --history-table-min-width: 1040px;
  }

  .event-score-table {
    --history-table-min-width: 1120px;
  }

  .spotlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .medal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .event-record-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-award-grid,
  .event-award-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .range-map-panel {
    position: relative;
    top: auto;
  }

  .verified-range-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .live-leader-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .table-head,
  .table-row {
    grid-template-columns: 44px 58px minmax(112px, 1fr) minmax(72px, 0.4fr) 72px minmax(132px, 0.62fr) 72px;
    gap: 6px;
    font-size: 12px;
  }

  .table-head,
  .table-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .result-detail-panel {
    padding-left: 128px;
  }

  .detail-row {
    grid-template-columns: minmax(124px, 1fr) minmax(70px, 0.38fr) 44px 72px minmax(132px, 0.62fr) 72px;
    gap: 6px;
  }

  .profile-hero {
    grid-template-columns: minmax(340px, 1.25fr) minmax(260px, 0.75fr);
  }

  .profile-avatar {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .profile-identity h1 {
    font-size: clamp(34px, 4vw, 54px);
  }
}

@media (max-width: 1060px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .rail {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    gap: 14px;
  }

  .nav-list {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    gap: 8px;
  }

  .nav-group {
    display: flex;
    gap: 6px;
  }

  .nav-group-label {
    display: none;
  }

  .nav-button {
    width: auto;
    flex: 0 0 auto;
    min-width: 132px;
  }

  .rail-stat {
    display: none;
  }

  .rail-rights {
    display: none;
  }

  .hero-band,
  .profile-hero,
  .medal-hero,
  .medal-wall-hero,
  .event-detail-hero,
  .live-hero,
  .owner-hero,
  .review-hero,
  .admin-login-hero,
  .directory-layout {
    grid-template-columns: 1fr;
  }

  .directory-panel {
    position: relative;
    top: auto;
    max-height: none;
  }

  .athlete-list {
    max-height: 360px;
  }

  .span-8,
  .span-6,
  .span-4,
  .span-12 {
    grid-column: span 12;
  }

  .owner-form,
  .owner-step {
    grid-column: span 12;
  }

  .admin-action-grid,
  .review-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-workflow-grid,
  .review-template-layout,
  .owner-invite-layout,
  .range-contact-layout,
  .manager-workspace-grid,
  .admin-login-layout {
    grid-template-columns: 1fr;
  }

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

  .lead-capture-card,
  .next-step-grid,
  .go-shoot-quick-grid {
    grid-template-columns: 1fr;
  }

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

  .legacy-tier-grid,
  .legacy-podium,
  .world-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-section-grid {
    grid-template-columns: 1fr;
  }

  .team-roster-grid {
    grid-template-columns: 1fr;
  }

  .honor-team-grid {
    grid-template-columns: 1fr;
  }

  .leader-row {
    grid-template-columns: 32px minmax(0, 1fr) 52px minmax(132px, 0.8fr);
  }

  .leader-row em {
    display: none;
  }

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

  .pathway-summary,
  .level-comparison-body,
  .ability-metric-grid,
  .level-comparison-grid,
  .coach-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talent-signal-main {
    grid-template-columns: 1fr auto;
  }

  .talent-signal-main .admin-session-chip {
    grid-column: 1 / -1;
    width: max-content;
  }
}

@media (max-width: 760px) {
  .rail {
    padding: 10px 12px;
    gap: 10px;
  }

  .brand {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    padding: 10px 12px;
  }

  .elite-shotgun-logo.wordmark.rail-logo {
    width: 118px;
    height: 44px;
    padding: 5px 6px;
  }

  .brand-title {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .brand-support {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .brand-inspiration {
    width: 100%;
    padding: 7px 8px;
  }

  .brand-support-note {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .brand-support .elite-shotgun-logo {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-inspiration .elite-shotgun-logo.badge.rail-logo {
    width: 38px;
    height: 38px;
  }

  .topbar {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: auto;
    padding: 10px 12px;
  }

  .discipline-toggle {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .discipline-toggle button {
    min-width: 0;
  }

  .view-shell {
    padding: 12px;
  }

  .training-source-strip {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
  }

  .remote-coaching-grid {
    grid-template-columns: 1fr;
  }

  .training-source-logo {
    width: 40px;
    height: 40px;
  }

  .training-source-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-rights-footer {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
    padding: 0 12px 20px;
  }

  .site-rights-footer button {
    width: 100%;
    justify-content: center;
  }

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

  .nav-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 6px;
  }

  .nav-group {
    display: contents;
  }

  .nav-button {
    min-height: 38px;
    min-width: 0;
    justify-content: center;
    gap: 5px;
    padding: 0 5px;
    font-size: 12px;
  }

  .nav-button svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .nav-button span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-label-full {
    display: none;
  }

  .nav-label-short {
    display: inline;
  }

  .hero-band,
  .profile-hero,
  .medal-hero,
  .medal-wall-hero,
  .live-hero,
  .owner-hero,
  .review-hero,
  .admin-login-hero {
    min-height: auto;
    padding: 16px;
  }

  .hero-band {
    gap: 12px;
    padding: 14px;
  }

  .hero-copy h1 {
    font-size: 37px;
    line-height: 1;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
  }

  .partner-marks {
    gap: 6px;
    margin-bottom: 12px;
  }

  .partner-mark {
    min-height: 36px;
    gap: 7px;
    padding: 5px 8px;
    border-radius: 8px;
  }

  .partner-mark b {
    font-size: 12px;
  }

  .partner-mark em,
  .partner-logo .org-word em,
  .partner-official-link em {
    display: none;
  }

  .elite-shotgun-logo.partner-logo {
    width: 34px;
    height: 34px;
    padding: 2px;
  }

  .partner-logo .org-emblem {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .partner-logo .org-word strong {
    font-size: 12px;
  }

  .partner-motif {
    width: 64px;
    height: 28px;
  }

  .hero-pathway-motif {
    top: 10px;
    right: 10px;
    width: 136px;
    opacity: 0.34;
  }

  .hero-target-motif {
    height: 60px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-actions .primary-action,
  .hero-actions .ghost-action {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .profile-action-bar .primary-action,
  .profile-action-bar .ghost-action,
  .lead-capture-card button {
    width: 100%;
    justify-content: center;
  }

  .lead-capture-card {
    padding: 12px;
  }

  .hero-scoreboard,
  .ceremony-strip {
    display: none;
  }

  .owner-hero h1,
  .review-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .go-shoot-lead h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  .pathway-summary,
  .cutline-source-strip,
  .level-comparison-body,
  .ability-metric-grid,
  .level-comparison-grid,
  .coach-signal-grid {
    grid-template-columns: 1fr;
  }

  .level-comparison-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pathway-track {
    grid-auto-columns: minmax(126px, 78%);
  }

  .talent-signal-main {
    grid-template-columns: 1fr;
  }

  .talent-signal-main > strong {
    width: 62px;
    height: 62px;
  }

  .talent-signal-main > strong b {
    font-size: 25px;
  }

  .owner-hero p,
  .review-hero p {
    font-size: 15px;
    line-height: 1.45;
  }

  .owner-hero-panel {
    display: none;
  }

  .review-hero-actions,
  .review-submission-head,
  .admin-login-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .review-status-stack {
    align-items: stretch;
    justify-items: stretch;
    min-width: 0;
  }

  .review-status-stack small {
    text-align: left;
  }

  .review-hero-actions .primary-action,
  .review-hero-actions .ghost-action,
  .admin-session-chip,
  .review-copy-button,
  .admin-login-actions .primary-action,
  .admin-login-actions .ghost-action {
    width: 100%;
    justify-content: center;
  }

  .live-command {
    min-width: 0;
  }

  .live-tabs {
    grid-template-columns: 1fr;
  }

  .live-mode-tabs {
    grid-template-columns: 1fr;
  }

  .live-summary-grid {
    grid-template-columns: 1fr;
  }

  .match-core {
    grid-template-columns: 1fr;
  }

  .team-match-card {
    padding: 16px;
  }

  .team-match-card .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .match-core strong {
    font-size: 18px;
  }

  .match-actions .section-link,
  .live-source-actions .live-status,
  .live-source-actions .primary-action,
  .live-source-actions .section-link {
    width: 100%;
    justify-content: center;
  }

  .usa-jr-formation {
    padding: 16px;
  }

  .formation-hero h2 {
    font-size: 34px;
  }

  .formation-metrics,
  .formation-grid {
    grid-template-columns: 1fr;
  }

  .formation-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .formation-source a {
    width: 100%;
    text-align: center;
  }

  .live-leader-grid {
    grid-template-columns: 1fr;
  }

  .live-leader-card {
    min-height: 116px;
  }

  .live-board .section-heading {
    align-items: flex-start;
  }

  h1 {
    font-size: 38px;
  }

  .home-action-grid,
  .athlete-journey-grid,
  .profile-metrics,
  .profile-ledger .profile-metrics,
  .medal-totals,
  .legacy-tier-grid,
  .legacy-podium,
  .legacy-profile-grid,
  .world-stage-grid,
  .foundation-grid,
  .method-grid,
  .compare-layout {
    grid-template-columns: 1fr;
  }

  .medal-wall-hero h1 {
    font-size: 39px;
    line-height: 0.98;
  }

  .medal-wall-copy p {
    font-size: 15px;
  }

  .medal-search-panel {
    min-height: 48px;
    margin-top: 16px;
  }

  .legacy-feature-card,
  .legacy-feature-card.rank-1,
  .legacy-feature-card.rank-2 {
    min-height: 176px;
  }

  .legacy-profile-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .legacy-medal-strip {
    grid-column: 2;
    justify-content: flex-start;
  }

  .overview-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .archive-story-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .archive-story-copy span {
    text-align: left;
  }

  .archive-era-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .team-legacy-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .home-team-ledger .team-legacy-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .honor-team-row {
    grid-template-columns: 30px minmax(0, 1fr) 40px;
  }

  .honor-team-medals {
    grid-column: 2 / -1;
  }

  .year-ledger-head {
    display: none;
  }

  .year-row {
    grid-template-columns: 64px repeat(3, minmax(42px, 1fr));
  }

  .year-honors {
    grid-column: 1 / -1;
  }

  .team-archive-group {
    grid-template-columns: 1fr;
  }

  .archive-context-note,
  .manager-event-list-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-context-note button,
  .manager-event-list-heading button {
    width: 100%;
  }

  .surface-card {
    grid-column: auto;
  }

  .spotlight-grid,
  .medal-grid,
  .event-grid,
  .event-record-grid,
  .event-award-grid,
  .event-award-board,
  .verified-range-grid,
  .range-event-grid,
  .range-event-grid.compact,
  .range-event-list,
  .manager-event-list {
    grid-template-columns: 1fr;
  }

  .range-event-group summary {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .range-event-group-preview,
  .range-event-group summary b {
    grid-column: 2;
    justify-self: flex-start;
  }

  .range-event-group summary::after {
    grid-column: 1 / -1;
    justify-self: flex-start;
  }

  .event-award-group header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .event-award-group header b {
    grid-column: 2;
    justify-self: flex-start;
  }

  .event-award-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .award-score {
    grid-column: 2;
    justify-self: flex-start;
  }

  .range-metrics {
    grid-template-columns: 1fr;
  }

  .google-map-surface {
    height: 320px;
  }

  .range-atlas-meta {
    grid-template-columns: 1fr;
  }

  .range-atlas-surface {
    height: 360px;
    min-height: 320px;
  }

  .range-real-map-surface {
    height: 380px;
    min-height: 340px;
  }

  .selected-google-map {
    height: 300px;
    min-height: 280px;
  }

  .range-atlas-nearby > div {
    grid-template-columns: 1fr;
  }

  .range-tabs {
    grid-template-columns: 1fr;
  }

  .range-card summary {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .range-detail {
    padding: 0 12px 14px;
  }

  .range-contact-grid {
    grid-template-columns: 1fr;
  }

  .range-owner-cta {
    align-items: stretch;
  }

  .range-owner-cta .primary-action {
    width: 100%;
  }

  .owner-process-grid,
  .owner-form-layout {
    grid-template-columns: 1fr;
  }

  .admin-action-grid,
  .review-decision-grid,
  .review-field-grid {
    grid-template-columns: 1fr;
  }

  .review-action-buttons {
    grid-template-columns: 1fr;
  }

  .review-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .owner-invite-card,
  .range-contact-override-card {
    grid-template-columns: 1fr;
  }

  .owner-invite-actions {
    justify-content: stretch;
  }

  .owner-invite-actions a,
  .owner-invite-actions button {
    width: 100%;
    justify-content: center;
  }

  .range-contact-override-card button {
    width: 100%;
  }

  .owner-field,
  .owner-field.span-12 {
    grid-column: 1 / -1;
  }

  .topbar-marks {
    display: none;
  }

  .ceremony-strip,
  .ceremony-strip {
    grid-template-columns: 1fr;
  }

  .rail-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .rail-partners > span {
    min-width: 0;
    overflow: hidden;
    gap: 4px;
    font-size: 9px;
  }

  .rail {
    max-width: 100vw;
  }

  .app-shell,
  .workspace {
    overflow-x: hidden;
  }

  .topbar,
  .discipline-toggle {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .discipline-toggle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .discipline-toggle button {
    padding: 0;
    font-size: 14px;
  }

  .chip-rings {
    width: 30px;
  }

  .rail-partners > span {
    padding: 0 4px;
  }

  .rail-partners > span b,
  .chip-logo .org-word {
    display: none;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .inline-search {
    width: 100%;
  }

  .result-table,
  .event-score-table {
    --history-table-min-width: 0px;
    overflow: visible;
  }

  .live-table-wrap {
    width: calc(100% + 24px);
    max-width: none;
    margin-right: -12px;
    margin-left: -12px;
    border-radius: 0;
  }

  .table-head {
    display: none;
  }

  .table-row {
    width: 100%;
    min-width: 0;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 8px 12px;
    padding: 12px;
  }

  .table-row > span:nth-child(2) {
    justify-self: end;
  }

  .table-row > span:nth-child(3),
  .table-row > span:nth-child(4),
  .table-row > span:nth-child(5),
  .table-row > span:nth-child(6),
  .table-row > span:nth-child(7) {
    grid-column: 1 / -1;
  }

  .result-detail-panel {
    width: 100%;
    min-width: 0;
    padding: 10px 12px 14px;
  }

  .result-entry {
    width: 100%;
    min-width: 0;
  }

  .detail-row {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .compare-selectors {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .compare-selectors select {
    width: 100%;
  }

  .compare-metric {
    grid-template-columns: 1fr 1fr;
    padding: 10px 14px;
  }

  .compare-metric span {
    grid-column: 1 / -1;
  }

  .profile-identity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-identity h1 {
    font-size: clamp(36px, 13vw, 52px);
    line-height: 0.95;
  }

  .profile-ledger {
    padding: 12px;
  }

  .ledger-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .leader-row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
  }

  .team-roster-head {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .team-roster-meta {
    grid-template-columns: 1fr;
  }

  .team-roster-names button {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .leader-row .medal-breakdown {
    display: none;
  }

}
