.live-page {
    --live-surface: rgba(7, 14, 24, 0.86);
    --live-line: rgba(104, 220, 255, 0.2);
    --live-bright: #66e4ff;
    background: radial-gradient(circle at 82% 8%, rgba(0, 142, 255, 0.16), transparent 30rem), radial-gradient(circle at 12% 36%, rgba(0, 242, 255, 0.08), transparent 26rem), #02050d;
}
.live-page nav { background: rgba(2, 5, 13, 0.86); }
.live-page main { overflow: hidden; }
.broadcast-hero { min-height: 100vh; padding: 8.5rem clamp(1.25rem, 5vw, 5.5rem) 5rem; }
.broadcast-heading, .section-heading, .broadcast-shell, .calendar-layout, .replay-grid, .notify-section, .live-footer { width: min(100%, 1360px); margin-inline: auto; }
.broadcast-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 31rem); align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.eyebrow, .companion-label { color: var(--live-bright); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; }
.broadcast-dot { display: inline-block; width: 0.55rem; height: 0.55rem; margin-right: 0.55rem; border-radius: 50%; background: var(--live-bright); box-shadow: 0 0 18px rgba(102, 228, 255, 0.85); }
.broadcast-heading h1 { max-width: 10ch; margin-top: 0.7rem; color: #fff; font-family: var(--font-ethereal); font-size: clamp(3.7rem, 8vw, 8rem); font-weight: 300; line-height: 0.82; letter-spacing: -0.035em; }
.split-heading > p { color: rgba(255, 255, 255, 0.68); font-family: var(--font-ethereal); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; }
.broadcast-intro-carousel { --intro-step: 5rem; position: relative; height: var(--intro-step); overflow: hidden; border-left: 1px solid rgba(102, 228, 255, 0.35); }
.broadcast-intro-carousel::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2, 5, 13, 0.72), transparent 22%, transparent 78%, rgba(2, 5, 13, 0.72)); }
.broadcast-intro-track { animation: broadcast-phrases 16s cubic-bezier(0.76, 0, 0.24, 1) infinite; }
.broadcast-intro-track span { display: flex; height: var(--intro-step); align-items: center; padding: 0.25rem 0 0.25rem clamp(1.25rem, 2vw, 2rem); color: rgba(255, 255, 255, 0.72); font-family: var(--font-ethereal); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.22; }
.broadcast-intro-carousel:hover .broadcast-intro-track { animation-play-state: paused; }
@keyframes broadcast-phrases {
    0%, 18% { transform: translateY(0); }
    25%, 43% { transform: translateY(calc(var(--intro-step) * -1)); }
    50%, 68% { transform: translateY(calc(var(--intro-step) * -2)); }
    75%, 93% { transform: translateY(calc(var(--intro-step) * -3)); }
    100% { transform: translateY(calc(var(--intro-step) * -4)); }
}
.broadcast-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem); border: 1px solid var(--live-line); background: rgba(0, 0, 0, 0.5); box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48), 0 0 80px rgba(0, 170, 255, 0.08); }
.player-frame { position: relative; aspect-ratio: 16 / 9; min-width: 0; overflow: hidden; background: #000; }
.player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; }
.player-frame iframe.is-active { opacity: 1; }
.player-standby { position: absolute; inset: 0; display: grid; align-items: end; }
.player-standby[hidden] { display: none; }
.player-standby img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(0.7) brightness(0.58); }
.standby-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 6, 16, 0.95) 100%); }
.standby-copy { position: relative; z-index: 1; width: min(90%, 42rem); padding: clamp(1.5rem, 4vw, 3.5rem); }
.status-pill { display: inline-flex; padding: 0.45rem 0.8rem; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 999px; color: rgba(255, 255, 255, 0.85); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.standby-copy h2 { margin: 1rem 0 0.5rem; color: #fff; font-family: var(--font-ethereal); font-size: clamp(2.3rem, 5vw, 4.6rem); font-weight: 300; line-height: 0.95; }
.standby-copy p { max-width: 38rem; margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.74); }
.primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: 0.85rem 1.35rem; border: 1px solid var(--live-bright); border-radius: 999px; background: var(--live-bright); color: #001018; font: 700 0.77rem/1 var(--font-body); letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.primary-action:hover, .primary-action:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(102, 228, 255, 0.25); }
.broadcast-companion { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 3vw, 2.7rem); border-left: 1px solid var(--live-line); background: linear-gradient(160deg, rgba(12, 30, 47, 0.95), rgba(3, 8, 16, 0.98)); }
.next-broadcast { margin-top: 1.2rem; }
.next-broadcast time { color: rgba(255, 255, 255, 0.6); font-size: 0.85rem; }
.next-broadcast h3 { margin-top: 0.4rem; color: #fff; font-family: var(--font-ethereal); font-size: 1.8rem; font-weight: 400; }
.next-broadcast p, .quiet-state { color: rgba(255, 255, 255, 0.62); }
.quiet-state { font-family: var(--font-ethereal); font-size: 1.6rem; line-height: 1.35; }
.companion-rule { height: 1px; margin: 1rem 0 0; background: var(--live-line); }
.reciprocity-invitation { display: grid; grid-template-columns: minmax(16rem, 1fr) minmax(20rem, 1.2fr) auto; align-items: center; gap: clamp(1.25rem, 3vw, 3.5rem); width: min(100%, 1360px); margin: 1rem auto 0; padding: 1.5rem clamp(1.35rem, 3vw, 2.5rem); border: 1px solid rgba(102, 228, 255, 0.2); background: rgba(102, 228, 255, 0.045); }
.reciprocity-invitation h3 { margin: 0.65rem 0 0.55rem; color: #fff; font-family: var(--font-ethereal); font-size: 1.45rem; font-weight: 400; line-height: 1.15; }
.reciprocity-invitation > p { color: rgba(255, 255, 255, 0.62); font-size: 0.88rem; line-height: 1.65; }
.reciprocity-invitation a { display: inline-flex; gap: 0.5rem; color: var(--live-bright); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.companion-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; margin-top: 1.8rem; }
.companion-actions a, .companion-actions button, .text-action, .schedule-empty a { padding: 0; border: 0; border-bottom: 1px solid rgba(102, 228, 255, 0.45); background: none; color: var(--live-bright); font: 600 0.75rem/1.8 var(--font-body); letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.share-status { min-height: 1.5em; margin-top: 0.8rem; color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; }
.schedule-section { padding: 7rem clamp(1.25rem, 5vw, 5.5rem); background: rgba(1, 4, 10, 0.58); }
.calendar-archive { margin-top: 1.25rem; padding-top: 3rem; border-top: 1px solid rgba(102, 228, 255, 0.1); }
.calendar-archive .split-heading { grid-template-columns: 1fr; gap: 1.25rem; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.split-heading h2, .notify-copy h2 { margin-top: 0.7rem; color: #fff; font-family: var(--font-ethereal); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 300; line-height: 1; }
.calendar-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.7fr); gap: 1.25rem; }
.calendar-card, .upcoming-panel { border: 1px solid var(--live-line); background: var(--live-surface); }
.calendar-toolbar { display: grid; grid-template-columns: 3rem 1fr 3rem; align-items: center; padding: 1.25rem; border-bottom: 1px solid var(--live-line); }
.calendar-toolbar h3 { color: #fff; text-align: center; font-family: var(--font-ethereal); font-size: 1.65rem; font-weight: 400; }
.calendar-toolbar button { width: 2.65rem; height: 2.65rem; border: 1px solid var(--live-line); border-radius: 50%; background: transparent; color: #fff; font-size: 1.15rem; cursor: pointer; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { padding: 0.8rem 0; color: rgba(255, 255, 255, 0.46); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; min-height: 7.2rem; padding: 0.75rem; border-top: 1px solid rgba(102, 228, 255, 0.1); border-right: 1px solid rgba(102, 228, 255, 0.1); color: rgba(255, 255, 255, 0.7); }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.is-outside { color: rgba(255, 255, 255, 0.2); }
.calendar-day.is-today .day-number { display: inline-grid; width: 1.9rem; height: 1.9rem; place-items: center; border-radius: 50%; background: var(--live-bright); color: #001018; font-weight: 700; }
.calendar-day.has-event { background: rgba(102, 228, 255, 0.045); }
.event-marker { display: block; margin-top: 0.55rem; overflow: hidden; color: var(--live-bright); font-size: 0.72rem; text-overflow: ellipsis; white-space: nowrap; }
.upcoming-panel { padding: clamp(1.4rem, 3vw, 2.4rem); }
.upcoming-panel-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--live-line); }
.upcoming-panel-head span { color: rgba(255, 255, 255, 0.42); font-size: 0.7rem; }
.schedule-empty { display: grid; min-height: 26rem; align-content: center; justify-items: start; }
.schedule-empty > span { color: var(--live-bright); font-size: 1.5rem; }
.schedule-empty h3 { max-width: 12ch; margin: 1.2rem 0 0.8rem; color: #fff; font-family: var(--font-ethereal); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.schedule-empty p { margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.58); }
.event-row { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--live-line); }
.event-date { color: rgba(255, 255, 255, 0.55); font-size: 0.75rem; text-transform: uppercase; }
.event-date strong { display: block; margin-top: 0.35rem; color: var(--live-bright); font-size: 0.85rem; }
.event-copy h3 { color: #fff; font-family: var(--font-ethereal); font-size: 1.55rem; font-weight: 400; }
.event-copy p { margin: 0.4rem 0 0.8rem; color: rgba(255, 255, 255, 0.58); font-size: 0.9rem; }
.archive-empty { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; min-height: 19rem; padding: clamp(2rem, 5vw, 5rem); border: 1px solid var(--live-line); background: linear-gradient(120deg, rgba(102, 228, 255, 0.055), rgba(255, 255, 255, 0.01)); }
.archive-number { color: rgba(102, 228, 255, 0.22); font-family: var(--font-ethereal); font-size: clamp(5rem, 12vw, 10rem); line-height: 1; }
.archive-empty h3 { color: #fff; font-family: var(--font-ethereal); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.05; }
.archive-empty div p { margin-top: 0.9rem; color: rgba(255, 255, 255, 0.58); }
.replay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.calendar-archive .replay-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.replay-card { min-height: 24rem; border: 1px solid var(--live-line); overflow: hidden; }
.replay-card a { position: relative; display: grid; height: 100%; align-items: end; color: #fff; text-decoration: none; }
.replay-card img, .replay-image-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: linear-gradient(145deg, #0a2133, #02050d); }
.replay-card a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.replay-copy, .replay-index { position: relative; z-index: 1; }
.replay-index { position: absolute; top: 1rem; left: 1rem; color: var(--live-bright); }
.replay-copy { padding: 1.5rem; }
.replay-copy p, .replay-copy span { color: rgba(255,255,255,.58); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.replay-copy h3 { margin: .45rem 0 1rem; color: #fff; font-family: var(--font-ethereal); font-size: 1.8rem; font-weight: 400; }
.notify-section { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; margin-bottom: 7rem; padding: clamp(2.5rem, 6vw, 5.5rem); overflow: hidden; border: 1px solid rgba(102, 228, 255, 0.28); background: linear-gradient(120deg, rgba(0, 83, 139, 0.28), rgba(4, 12, 22, 0.96)); }
.notify-orbit { position: absolute; right: -8rem; width: 26rem; height: 26rem; border: 1px solid rgba(102,228,255,.17); border-radius: 50%; box-shadow: 0 0 90px rgba(0,170,255,.12); }
.notify-copy { position: relative; z-index: 1; }
.notify-copy h2 { max-width: 12ch; }
.notify-copy > p:last-child { max-width: 42rem; margin-top: 1rem; color: rgba(255,255,255,.66); }
.notify-section .primary-action { position: relative; z-index: 1; }
.live-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.4rem clamp(1.25rem, 4vw, 3.5rem); border-top: 1px solid var(--live-line); color: rgba(255,255,255,.45); font-size: .78rem; }

@media (max-width: 980px) {
    .broadcast-heading, .split-heading { grid-template-columns: 1fr; gap: 1.4rem; }
    .broadcast-shell, .calendar-layout { grid-template-columns: 1fr; }
    .broadcast-companion { border-top: 1px solid var(--live-line); border-left: 0; }
    .calendar-day { min-height: 5.6rem; }
    .replay-grid { grid-template-columns: repeat(2, 1fr); }
    .reciprocity-invitation { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .live-page nav { padding: 1rem 1.25rem; }
    .live-page .nav-cta { display: none; }
    .broadcast-hero { padding-top: 7rem; }
    .broadcast-heading h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
    .player-frame { aspect-ratio: 4 / 5; }
    .standby-copy p { display: none; }
    .calendar-day { min-height: 3.75rem; padding: 0.4rem; font-size: 0.78rem; }
    .event-marker { width: .42rem; height: .42rem; margin: .45rem auto 0; border-radius: 50%; background: var(--live-bright); color: transparent; }
    .calendar-weekdays span { font-size: 0; }
    .calendar-weekdays span::first-letter { font-size: .68rem; }
    .archive-empty { grid-template-columns: 1fr; gap: .5rem; }
    .replay-grid, .calendar-archive .replay-grid { grid-template-columns: 1fr; }
    .notify-section { grid-template-columns: 1fr; }
    .live-footer { grid-template-columns: 1fr; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
    .primary-action { transition: none; }
    .broadcast-intro-track { animation: none; }
}
