.live-body {
  margin: 0;
  min-height: 100dvh;
  background: #05070d;
  color: #eef2ff;
  overflow-x: hidden;
}
.live-chrome {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 0.75rem 1rem 0;
  pointer-events: none;
}
.live-chrome a,
.live-chrome .live-chips {
  pointer-events: auto;
}
.live-nav { margin-bottom: 0.5rem; font-size: 0.9rem; }
.live-hero h1 {
  font-size: 1.35rem;
  margin: 0.15rem 0;
  letter-spacing: -0.02em;
}
.live-hero .lede {
  opacity: 0.8;
  margin: 0.25rem 0 0.5rem;
  font-size: 0.92rem;
}
.live-policy {
  font-size: 0.75rem;
  opacity: 0.7;
  margin: 0 0 0.55rem;
}
.live-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}
.live-chip {
  font-size: 0.72rem;
  font-weight: 650;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(12,16,28,0.85);
  backdrop-filter: blur(6px);
}
.live-chip.sent-focused { border-color: #4cc9f0; color: #9fe7fb; }
.live-chip.sent-go { border-color: #06d6a0; color: #7dffce; }
.live-chip.sent-calm { border-color: #8d99ae; color: #c5cbd6; }
.live-chip.sent-urgent { border-color: #ef476f; color: #ff9fb4; }
.live-chip.sent-cautious { border-color: #ffd166; color: #ffe3a1; }
.live-hint {
  font-size: 0.72rem;
  opacity: 0.55;
  margin: 0 0 0.35rem;
}
.live-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  touch-action: none;
}
.live-ticker-wrap {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(5,7,13,0.92) 40%);
  padding: 1.6rem 0 0.65rem;
}
.live-ticker {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
  width: max-content;
  animation: live-marquee 42s linear infinite;
  font-size: 0.78rem;
  opacity: 0.85;
  padding: 0 1rem;
}
.live-ticker span {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}
.live-ticker .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #06d6a0;
  display: inline-block;
}
.live-updated {
  position: fixed;
  right: 0.75rem;
  bottom: 2.1rem;
  z-index: 3;
  font-size: 0.65rem;
  opacity: 0.45;
  margin: 0;
  pointer-events: none;
}
@keyframes live-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .live-hero h1 { font-size: 1.15rem; }
  .live-hint { display: none; }
}
