.live-shell {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: 0 auto 3rem;
}

.live-preview-note {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.75rem 1rem;
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid rgba(250, 70, 22, 0.26);
  border-radius: 12px;
}

.live-preview-note span {
  flex: 0 0 auto;
  padding: 0.28rem 0.5rem;
  color: #fff;
  background: var(--wruf-orange);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-preview-note p {
  margin: 0;
}

.live-preview-note strong {
  margin-left: auto;
  color: var(--wruf-blue);
  font-size: 0.72rem;
  white-space: nowrap;
}

.live-scoreboard {
  display: grid;
  grid-template-columns: 170px 1fr 55px 1fr 190px;
  gap: 1rem;
  align-items: stretch;
  overflow: hidden;
  padding: 1.35rem;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(250, 70, 22, 0.38), transparent 30%),
    linear-gradient(135deg, var(--wruf-blue), #122f55);
  border-left: 7px solid var(--wruf-orange);
  border-radius: 22px;
  box-shadow: var(--wruf-shadow);
}

.live-scoreboard__status,
.live-game-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-scoreboard__status span,
.live-team span,
.live-game-state span {
  color: var(--wruf-light-orange);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-scoreboard__status strong {
  margin-top: 0.35rem;
  font-size: 1.25rem;
}

.live-team {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.live-team span {
  grid-column: 1 / -1;
}

.live-team strong {
  font-size: 1.35rem;
}

.live-team b {
  font-size: 2.25rem;
}

.live-scoreboard__mark {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 900;
  text-transform: uppercase;
}

.live-game-state {
  text-align: right;
}

.live-game-state strong {
  margin: 0.25rem 0;
  font-size: 1.25rem;
}

.live-game-state small {
  color: rgba(255, 255, 255, 0.75);
}

.live-probability {
  margin: 0.8rem 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 14px;
}

.live-probability > div:first-child {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}

.live-probability > div:first-child span:last-child {
  text-align: right;
}

.live-probability strong {
  color: var(--wruf-blue);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.live-probability__track {
  height: 8px;
  margin-top: 0.55rem;
  overflow: hidden;
  background: var(--wruf-orange);
  border-radius: 999px;
}

.live-probability__track span {
  display: block;
  height: 100%;
  margin-left: auto;
  background: var(--wruf-blue);
  transition: width 250ms ease;
}

.live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.65fr);
  gap: 1rem;
  align-items: start;
}

.live-main-column,
.live-side-column {
  display: grid;
  gap: 1rem;
}

.live-panel {
  padding: 1.2rem;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 18px;
  box-shadow: var(--wruf-shadow);
}

.live-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.live-panel__header span {
  color: var(--wruf-orange);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-panel__header h2 {
  margin: 0.2rem 0 0;
  color: var(--wruf-blue);
}

.live-panel__header small {
  max-width: 230px;
  color: var(--wruf-muted);
  text-align: right;
}

.live-headline-list {
  display: grid;
  gap: 0.75rem;
}

.live-headline-list article {
  padding: 1rem;
  background: #f8fafc;
  border-left: 5px solid var(--wruf-orange);
  border-radius: 12px;
}

.live-headline-list article span {
  color: var(--wruf-orange);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-headline-list h3 {
  margin: 0.28rem 0;
  color: var(--wruf-blue);
  font-size: 1.05rem;
}

.live-headline-list p {
  margin: 0;
  color: var(--wruf-muted);
  font-size: 0.9rem;
}

.live-stat-list,
.live-player-list,
.live-drive-list {
  display: grid;
  gap: 0.55rem;
}

.live-stat-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 0.6rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(15, 35, 64, 0.08);
  text-align: center;
}

.live-stat-row strong:first-child {
  color: var(--wruf-orange);
}

.live-stat-row strong:last-child {
  color: var(--wruf-blue);
}

.live-stat-row span {
  color: var(--wruf-muted);
  font-size: 0.78rem;
}

.live-player-list article {
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 10px;
}

.live-player-list strong,
.live-player-list span {
  display: block;
}

.live-player-list strong {
  color: var(--wruf-blue);
}

.live-player-list span {
  margin-top: 0.2rem;
  color: var(--wruf-muted);
  font-size: 0.76rem;
}

.live-drive-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0.8rem;
  padding: 0.8rem;
  background: #f8fafc;
  border-radius: 10px;
}

.live-drive-list b {
  color: var(--wruf-blue);
}

.live-drive-list strong,
.live-drive-list span {
  display: block;
}

.live-drive-list span {
  color: var(--wruf-muted);
  font-size: 0.78rem;
}

.live-method-note {
  margin-top: 1rem;
  padding: 1rem;
  color: var(--wruf-muted);
  background: #fff7ed;
  border-left: 5px solid var(--wruf-orange);
  border-radius: 12px;
}

.live-shell[data-connection="stale"] .live-preview-note {
  border-color: #b91c1c;
}

@media (max-width: 1050px) {
  .live-scoreboard {
    grid-template-columns: 1fr 45px 1fr;
  }

  .live-scoreboard__status,
  .live-game-state {
    grid-column: 1 / -1;
    text-align: left;
  }

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

@media (max-width: 700px) {
  .live-preview-note,
  .live-panel__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .live-preview-note strong {
    margin-left: 0;
  }

  .live-scoreboard {
    grid-template-columns: 1fr;
  }

  .live-scoreboard__mark {
    display: none;
  }

  .live-team,
  .live-scoreboard__status,
  .live-game-state {
    grid-column: auto;
  }

  .live-panel__header small {
    text-align: left;
  }
}
