.schedule-page .account-main,
.schedule-page main {
    width: min(1480px, calc(100% - 64px));
    margin-inline: auto;
}
.schedule-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    padding: 72px 0 38px;
}
.schedule-hero > div:first-child { flex: 1; max-width: 1050px; }
.schedule-eyebrow,
.schedule-show-copy > p:first-child {
    color: #ff3fa8;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.schedule-hero h1 {
    margin: 10px 0 16px;
    color: #fff;
    font-size: clamp(2.8rem, 5.3vw, 5.5rem);
    line-height: .93;
    white-space: nowrap;
}
.schedule-hero h1 em { color: #ff3fa8; font-style: normal; }
.schedule-hero > div:first-child > p:last-child { max-width: 650px; color: #b4b8d0; font-size: 1.05rem; line-height: 1.7; }
.schedule-clock {
    min-width: 220px;
    border: 1px solid rgba(255, 63, 168, .28);
    border-radius: 18px;
    padding: 22px 26px;
    background: linear-gradient(145deg, rgba(26, 16, 48, .96), rgba(10, 13, 34, .96));
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}
.schedule-clock span,
.schedule-clock small { display: block; color: #a9adc7; font-size: .72rem; }
.schedule-clock strong { display: block; margin: 5px 0; color: #fff; font-size: 2.1rem; }
.schedule-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 16px 20px;
    background: rgba(12, 16, 39, .8);
}
.schedule-controls strong,
.schedule-controls span { display: block; }
.schedule-controls strong { color: #fff; font-size: .82rem; }
.schedule-controls span { margin-top: 3px; color: #9096b6; font-size: .7rem; }
.schedule-time-toggle { display: flex; gap: 5px; border-radius: 11px; padding: 4px; background: #070a1d; }
.schedule-time-toggle button {
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    padding: 0 15px;
    color: #999fbb;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}
.schedule-time-toggle button.active { color: #fff; background: linear-gradient(135deg, #ff3fa8, #942ce3); }
.schedule-live-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 40px;
}
.schedule-live-summary article {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 20px 24px 20px 50px;
    background: #0d1129;
}
.schedule-live-summary article::before { position: absolute; top: 27px; left: 24px; width: 9px; height: 9px; border-radius: 50%; background: #7f86a5; content: ""; }
.schedule-live-summary article.is-live::before { background: #ff3fa8; box-shadow: 0 0 18px #ff3fa8; }
.schedule-live-summary span,
.schedule-live-summary strong,
.schedule-live-summary small { display: block; }
.schedule-live-summary span { color: #ff69b8; font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.schedule-live-summary strong { margin: 4px 0; color: #fff; font-size: 1.15rem; }
.schedule-live-summary small { color: #9298b7; }
.schedule-day-tabs {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}
.schedule-day-tabs button {
    min-height: 66px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 10px;
    color: #9298b6;
    background: rgba(10, 14, 35, .92);
    cursor: pointer;
}
.schedule-day-tabs button span,
.schedule-day-tabs button strong { display: block; }
.schedule-day-tabs button span { font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.schedule-day-tabs button strong { margin-top: 4px; color: #d9dbea; font-size: .8rem; }
.schedule-day-tabs button[aria-selected="true"] { border-color: #ff3fa8; color: #ff7bc1; background: linear-gradient(145deg, rgba(255, 63, 168, .18), rgba(14, 17, 42, .96)); }
.week-schedule { padding-bottom: 90px; }
.schedule-day[hidden] { display: none; }
.schedule-day { overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; background: rgba(10, 14, 35, .82); }
.schedule-day.is-today { border-color: rgba(255, 63, 168, .38); }
.schedule-day > header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.schedule-day > header span { color: #ff3fa8; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.schedule-day > header h2 { margin: 3px 0 0; color: #fff; font-size: 1.35rem; }
.schedule-day > header time { color: #9da2bd; font-weight: 800; }
.schedule-day-list { display: grid; }
.schedule-show {
    display: grid;
    grid-template-columns: 72px 118px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 108px;
    border-left: 3px solid var(--show-color);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 12px 24px 12px 18px;
    transition: background .2s ease;
}
.schedule-show:last-child { border-bottom: 0; }
.schedule-show.is-live { background: linear-gradient(90deg, color-mix(in srgb, var(--show-color) 16%, transparent), transparent 64%); }
.schedule-show.is-next { background: rgba(255, 255, 255, .025); }
.schedule-show-art img { display: block; width: 72px; aspect-ratio: 1; border-radius: 11px; object-fit: cover; }
.schedule-show-time span,
.schedule-show-time time { display: block; }
.schedule-state { color: var(--show-color); font-size: .64rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.schedule-show-time time { margin-top: 7px; color: #fff; font-size: .9rem; font-weight: 850; }
.schedule-show-copy > p { margin: 0; }
.schedule-show-copy h3 { margin: 4px 0 6px; font-size: 1.25rem; }
.schedule-show-copy h3 a { color: #fff; text-decoration: none; }
.schedule-hosts { color: #afb3c9; font-size: .76rem; }
.schedule-hosts a { color: #e2b8d8; }
.schedule-description { max-width: 720px; margin-top: 8px !important; color: #898fab; font-size: .76rem; line-height: 1.5; }
.schedule-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.schedule-show-actions { display: flex; flex-direction: column; gap: 8px; min-width: 132px; }
.schedule-show-actions a { border: 1px solid rgba(255, 255, 255, .14); border-radius: 9px; padding: 9px 12px; color: #d9dbea; text-align: center; text-decoration: none; font-size: .7rem; font-weight: 850; }
.schedule-show-actions a:first-child { border-color: color-mix(in srgb, var(--show-color) 50%, transparent); color: #fff; background: color-mix(in srgb, var(--show-color) 12%, transparent); }
.schedule-show-actions a:hover { border-color: #ff3fa8; }
.schedule-empty-day { padding: 48px 24px; text-align: center; }
.schedule-empty-day strong { color: #fff; }
.schedule-empty-day p { margin: 6px 0 0; color: #8f95b2; }
@media (max-width: 850px) {
    .schedule-page main { width: min(100% - 28px, 1480px); }
    .schedule-hero { align-items: stretch; flex-direction: column; padding-top: 42px; }
    .schedule-clock { min-width: 0; }
    .schedule-day-tabs { grid-template-columns: repeat(7, minmax(92px, 1fr)); overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
    .schedule-show { grid-template-columns: 74px minmax(0, 1fr); gap: 14px; padding: 16px; }
    .schedule-show-art img { width: 74px; }
    .schedule-show-time { grid-column: 2; grid-row: 1; align-self: end; }
    .schedule-show-copy { grid-column: 1 / -1; }
    .schedule-show-actions { grid-column: 1 / -1; flex-direction: row; }
    .schedule-show-actions a { flex: 1; }
}
@media (max-width: 560px) {
    .schedule-hero h1 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
    .schedule-controls { align-items: stretch; flex-direction: column; }
    .schedule-time-toggle button { flex: 1; }
    .schedule-live-summary { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .schedule-show { transition: none; } }
