.bt-live-stage {
  background: #14231e;
  border: 1px solid #2f5948;
  color: #f7f3e9;
  margin: 1.6rem 0 2.1rem;
  padding: clamp(1.15rem, 3vw, 2rem);
}

.bt-live-stage__top {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 1fr);
}

.bt-live-stage__eyebrow {
  align-items: center;
  color: #f0c36b;
  display: inline-flex;
  font-family: var(--bt-sans, Arial, sans-serif);
  font-size: .76rem;
  font-weight: 800;
  gap: .45rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bt-live-stage__eyebrow i {
  background: #f05d45;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(240, 93, 69, .14);
  display: block;
  height: 8px;
  width: 8px;
}

.bt-live-stage h2 {
  color: #fffaf0;
  font-family: var(--bt-serif, Georgia, serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.05;
  margin: .55rem 0 .65rem;
}

.bt-live-stage__reading {
  color: #e8eee8;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.bt-live-stage__source {
  color: #b6c5bb;
  font-size: .78rem;
  line-height: 1.45;
  margin: .9rem 0 0;
}

.bt-live-stage__stats {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.bt-live-stage__stats div {
  background: #21362d;
  min-height: 106px;
  padding: .95rem;
}

.bt-live-stage__stats dt {
  color: #b6c5bb;
  font-family: var(--bt-sans, Arial, sans-serif);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.bt-live-stage__stats dd {
  color: #fffaf0;
  font-family: var(--bt-serif, Georgia, serif);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.05;
  margin: .45rem 0 0;
}

.bt-live-stage__stats small {
  color: #d7e1d9;
  font-family: var(--bt-sans, Arial, sans-serif);
  font-size: .75rem;
  font-weight: 700;
}

.bt-live-stage__map-wrap {
  border-top: 1px solid #365447;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.bt-live-stage__map-heading {
  align-items: baseline;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.bt-live-stage__map-heading strong {
  color: #fffaf0;
  font-family: var(--bt-serif, Georgia, serif);
  font-size: 1.15rem;
}

.bt-live-stage__map-heading span {
  color: #b6c5bb;
  font-size: .76rem;
}

.bt-live-stage__map {
  background: #f2eee5;
  border: 1px solid rgba(255,255,255,.18);
  min-height: 280px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.bt-live-stage__route { display: block; filter: url(#bt-route-shadow); height: auto; width: 100%; }
.bt-live-stage__route-base,
.bt-live-stage__route-done,
.bt-live-stage__route-next { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.bt-live-stage__route-base { stroke: #fff; stroke-width: 18; }
.bt-live-stage__route-done { stroke: #59645f; stroke-width: 11; }
.bt-live-stage__route-next { stroke: #dc7a20; stroke-width: 11; }
.bt-live-stage__route-pin circle { fill: #fff; stroke: #263b32; stroke-width: 4; }
.bt-live-stage__route-pin text { fill: #263b32; font: 800 13px var(--bt-sans, Arial, sans-serif); text-anchor: middle; }
.bt-live-stage__route-pin--finish circle { fill: #263b32; }
.bt-live-stage__route-pin--finish text { fill: #fff; }
.bt-live-stage__route-head > circle:last-child { fill: #d7262e; stroke: #fff; stroke-width: 4; }
.bt-live-stage__route-pulse { fill: rgba(215,38,46,.2); }
.bt-live-stage__group { cursor: help; }
.bt-live-stage__group circle { fill: #263b32; stroke: #fff; stroke-width: 4; }
.bt-live-stage__group.is-head circle { fill: #d7262e; }
.bt-live-stage__group text { fill: #263b32; font: 800 17px var(--bt-sans, Arial, sans-serif); paint-order: stroke; stroke: #f2eee5; stroke-width: 5px; }
.bt-live-stage__route-legend { align-items: center; color: #33483e; display: flex; flex-wrap: wrap; font-size: .74rem; gap: .6rem 1rem; padding: .15rem .35rem 0; }
.bt-live-stage__route-legend span { align-items: center; display: inline-flex; gap: .35rem; }
.bt-live-stage__route-legend i { border-radius: 99px; display: inline-block; height: 5px; width: 24px; }
.bt-live-stage__route-legend .is-done { background: #59645f; }
.bt-live-stage__route-legend .is-next { background: #dc7a20; }
.bt-live-stage__route-legend strong { color: #263b32; margin-left: auto; }

.bt-live-stage__profile-wrap {
  border-top: 1px solid #365447;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.bt-live-stage__profile {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.bt-live-stage__profile img {
  display: block;
  height: auto;
  width: 100%;
}

.bt-live-stage__profile i {
  background: #d7262e;
  bottom: 14.5%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(215,38,46,.25);
  left: var(--bt-live-progress);
  position: absolute;
  top: 9%;
  transform: translateX(-50%);
  width: 3px;
}

.bt-live-stage__profile b {
  background: #d7262e;
  color: #fff;
  font-size: .67rem;
  left: var(--bt-live-progress);
  padding: .22rem .38rem;
  position: absolute;
  top: 4%;
  transform: translateX(-50%);
}

.bt-live-stage__profile-status {
  color: #d7e1d9;
  font-size: .78rem;
  font-weight: 700;
  margin: .55rem 0 0;
}

@media (max-width: 600px) {
  .bt-live-stage__map { min-height: 190px; padding: .45rem; }
  .bt-live-stage__route-legend strong { flex-basis: 100%; margin-left: 0; }
  .bt-live-stage__profile b { font-size: .58rem; }
}

.bt-live-stage__waiting {
  display: grid;
  gap: .3rem;
}

.bt-live-stage__waiting span {
  color: #d7e1d9;
}

.bt-live-stage__finished ol {
  display: grid;
  gap: 1px;
  list-style: none;
  margin: 1rem 0;
  max-width: 38rem;
  padding: 0;
}

.bt-live-stage__finished li {
  align-items: center;
  background: #21362d;
  display: grid;
  gap: .8rem;
  grid-template-columns: 2rem 1fr;
  padding: .75rem .9rem;
}

.bt-live-stage__finished li span {
  color: #f0c36b;
  font-weight: 800;
}

.bt-live-stage__finished li strong,
.bt-live-stage__finished p {
  color: #f7f3e9;
}

.bt-live-stage__timeline {
  border-left: 2px solid var(--bt-accent, #b45309);
  list-style: none;
  margin: 1.2rem 0 2rem;
  padding: 0 0 0 1.2rem;
}

.bt-live-stage__timeline li {
  display: grid;
  gap: .7rem;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  margin: 0 0 1rem;
  position: relative;
}

.bt-live-stage__timeline li::before {
  background: var(--bt-surface, #fffdf8);
  border: 2px solid var(--bt-accent, #b45309);
  border-radius: 50%;
  content: '';
  height: 9px;
  left: -1.52rem;
  position: absolute;
  top: .32rem;
  width: 9px;
}

.bt-live-stage__timeline time {
  color: var(--bt-accent-dark, #7c3d06);
  font-family: var(--bt-sans, Arial, sans-serif);
  font-size: .82rem;
  font-weight: 800;
}

.bt-live-stage__timeline span,
.bt-live-stage__timeline-empty {
  color: var(--bt-text, #1f2933);
  line-height: 1.5;
}

@media (max-width: 680px) {
  .bt-live-stage__top {
    grid-template-columns: 1fr;
  }

  .bt-live-stage__map-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }
}
