.live-stream-section { background: linear-gradient(180deg,rgba(245,242,235,.96),rgba(255,255,255,.98)),#f5f2eb; }
.live-stream-section[hidden], [data-live-stream-nav][hidden] { display: none !important; }
.live-stream-description { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.live-stream-description p:last-child { margin-bottom: 0; }
.live-stream-player { width: min(100%,980px); margin: 2rem auto 0; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; background: #07122f; box-shadow: 0 26px 70px rgba(8,18,47,.2); }
.live-stream-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.live-stream-status { max-width: 760px; margin: 1rem auto 0; color: var(--muted); text-align: center; font-size: .95rem; }
.live-stream-status:empty { display: none; }
