.schedule-page main{background:var(--paper)}.schedule-hero{padding:96px 6vw 56px;background:radial-gradient(circle at 85% 10%,rgba(112,244,239,.18),transparent 26rem),radial-gradient(circle at 12% 20%,rgba(255,60,166,.13),transparent 22rem)}.schedule-hero h1{max-width:820px;margin:0;font-family:var(--display);font-size:clamp(48px,7vw,92px);line-height:.92;letter-spacing:-.055em}.schedule-hero>p:last-child{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.schedule-tools{width:min(1180px,calc(100% - 12vw));margin:0 auto;padding:28px 0 18px}.schedule-tools label{display:grid;gap:8px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.schedule-tools input{min-height:52px;padding:0 16px;border:1px solid var(--line);border-radius:15px;background:var(--white);color:var(--ink);font-size:16px}.schedule-filter-row{display:flex;margin-top:14px;gap:8px;flex-wrap:wrap}.schedule-filter-row button{min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--muted);font-weight:800;cursor:pointer}.schedule-filter-row button.active,.schedule-filter-row button:hover{border-color:transparent;background:linear-gradient(110deg,var(--pink),var(--violet));color:#fff}.schedule-tools>[data-schedule-count]{margin:12px 0 0;color:var(--muted);font-size:13px;font-weight:750}.schedule-list{width:min(1180px,calc(100% - 12vw));margin:12px auto 70px;display:grid;gap:12px}.schedule-event{display:grid;grid-template-columns:180px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:0 12px 34px rgba(56,38,104,.07)}.schedule-date{padding:24px;display:flex;justify-content:center;flex-direction:column;background:linear-gradient(145deg,rgba(118,87,255,.13),rgba(255,60,166,.08))}.schedule-date strong{font-family:var(--display);font-size:24px}.schedule-date span{margin-top:8px;color:var(--muted);font-size:12px;font-weight:750}.schedule-event-copy{padding:22px 24px}.schedule-event-top{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.schedule-group{font-weight:900}.schedule-type{padding:5px 8px;border-radius:999px;background:rgba(118,87,255,.1);color:var(--violet);font-size:10px;font-weight:900;text-transform:uppercase}.schedule-event h2{margin:11px 0 7px;font-size:22px;line-height:1.15}.schedule-event-copy>p{margin:0;color:var(--muted)}.schedule-event-actions{display:flex;margin-top:16px;justify-content:space-between;align-items:center;gap:12px}.schedule-event-actions a{font-weight:850;color:var(--violet)}.schedule-event-actions small{color:var(--muted)}.schedule-empty,.schedule-note{width:min(900px,calc(100% - 32px));margin:0 auto 60px;padding:24px;border:1px solid var(--line);border-radius:18px}.schedule-empty{text-align:center}.schedule-empty p,.schedule-note p{margin:8px 0 0;color:var(--muted);line-height:1.6}html[data-theme="dark"] .schedule-page main{background:#0f0a1e}html[data-theme="dark"] .schedule-event,html[data-theme="dark"] .schedule-tools input,html[data-theme="dark"] .schedule-filter-row button,html[data-theme="dark"] .schedule-note,html[data-theme="dark"] .schedule-empty{background:#191329;border-color:rgba(255,255,255,.12);color:#f5f1ff}html[data-theme="dark"] .schedule-event-copy>p,html[data-theme="dark"] .schedule-date span,html[data-theme="dark"] .schedule-event-actions small,html[data-theme="dark"] .schedule-hero>p:last-child,html[data-theme="dark"] .schedule-tools label,html[data-theme="dark"] .schedule-tools>[data-schedule-count],html[data-theme="dark"] .schedule-note p{color:rgba(245,241,255,.72)}@media(max-width:720px){.schedule-hero{padding:72px 18px 36px}.schedule-hero h1{font-size:clamp(44px,14vw,62px)}.schedule-hero>p:last-child{font-size:15px}.schedule-tools,.schedule-list{width:calc(100% - 32px)}.schedule-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-filter-row button{width:100%;min-height:46px}.schedule-event{grid-template-columns:1fr}.schedule-date{padding:15px 17px}.schedule-date strong{font-size:20px}.schedule-date span{margin-top:4px}.schedule-event-copy{padding:17px}.schedule-event h2{font-size:19px}.schedule-event-actions{align-items:flex-start;flex-direction:column}.schedule-event-actions a{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(110deg,var(--pink),var(--violet));color:#fff}.schedule-tools input{font-size:16px}.schedule-list{margin-bottom:44px}}

/* Schedule group identity */
.schedule-event-top{min-height:0}.schedule-group{font-size:14px}.schedule-type{margin-left:2px}@media(max-width:720px){.schedule-event-top{gap:8px}}
