.Schedule-module__la3fqq__whiteWrapper{background:var(--bg-card-solid);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);z-index:3;border-radius:12px;flex-direction:column;max-width:1400px;margin:0 auto;display:flex;position:relative;overflow:hidden}.Schedule-module__la3fqq__backgroundOverlay{z-index:1;pointer-events:none;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.Schedule-module__la3fqq__scanlineHorizontal{background:linear-gradient(90deg,transparent,var(--bg-scanline),transparent);width:100%;height:2px;animation:8s linear infinite Schedule-module__la3fqq__scanlineMove;position:absolute;top:0;left:0}@keyframes Schedule-module__la3fqq__scanlineMove{0%{top:0}to{top:100%}}.Schedule-module__la3fqq__cornerTopLeft,.Schedule-module__la3fqq__cornerTopRight,.Schedule-module__la3fqq__cornerBottomLeft,.Schedule-module__la3fqq__cornerBottomRight{border-color:var(--border-corner);border-style:solid;width:40px;height:40px;position:absolute}.Schedule-module__la3fqq__cornerTopLeft{border-width:1px 0 0 1px;top:6rem;left:2rem}.Schedule-module__la3fqq__cornerTopRight{border-width:1px 1px 0 0;top:6rem;right:2rem}.Schedule-module__la3fqq__cornerBottomLeft{border-width:0 0 1px 1px;bottom:2rem;left:2rem}.Schedule-module__la3fqq__cornerBottomRight{border-width:0 1px 1px 0;bottom:2rem;right:2rem}.Schedule-module__la3fqq__eventSection{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.58rem;font-weight:600}.Schedule-module__la3fqq__calendarHeader{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:2rem;padding:2rem;display:flex}.Schedule-module__la3fqq__monthNav{align-items:center;gap:1.5rem;display:flex}.Schedule-module__la3fqq__monthTitle{font-family:var(--font-mono);text-align:center;text-transform:uppercase;min-width:280px;color:var(--text-primary);letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.Schedule-module__la3fqq__navButton{background:var(--bg-main);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Schedule-module__la3fqq__navButton:hover{background:var(--bg-surface);border-color:var(--border-strong);color:var(--text-primary)}.Schedule-module__la3fqq__legend{font-size:.7rem;font-family:var(--font-mono);background:var(--bg-main);border:1px solid var(--border-subtle);border-radius:8px;gap:1.5rem;padding:.5rem 1rem;display:flex}.Schedule-module__la3fqq__legendItem{color:var(--text-primary);align-items:center;gap:.8rem;font-weight:800;display:flex}.Schedule-module__la3fqq__statusDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.Schedule-module__la3fqq__liveDot{box-shadow:var(--glow-success);background:var(--accent-success)!important}.Schedule-module__la3fqq__soonDot{background:var(--accent-warning)!important}.Schedule-module__la3fqq__scheduledDot{background:var(--accent-violet)!important}.Schedule-module__la3fqq__grid{background:var(--border-subtle);grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;width:100%;display:grid}.Schedule-module__la3fqq__dayHeader{background:var(--bg-main);text-align:center;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;padding:1rem;font-size:.75rem;font-weight:700}.Schedule-module__la3fqq__dayCell{background:var(--bg-main);cursor:pointer;flex-direction:column;gap:.4rem;min-width:0;height:160px;padding:.75rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.Schedule-module__la3fqq__moreIndicator{font-family:var(--font-mono);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.25rem;margin-top:auto;padding-top:.2rem;font-size:.62rem;font-weight:700;display:flex}.Schedule-module__la3fqq__moreIndicator:hover{text-decoration:underline}.Schedule-module__la3fqq__isSelected{box-shadow:inset 0 0 0 2px var(--accent-primary);background:var(--bg-surface)!important}.Schedule-module__la3fqq__notCurrentMonth{background:var(--bg-surface)}.Schedule-module__la3fqq__notCurrentMonth .Schedule-module__la3fqq__dayNumber,.Schedule-module__la3fqq__notCurrentMonth .Schedule-module__la3fqq__event:not(:hover){opacity:.3}.Schedule-module__la3fqq__dayNumber{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.Schedule-module__la3fqq__isToday{background:var(--bg-card-subtle)}.Schedule-module__la3fqq__isToday .Schedule-module__la3fqq__dayNumber{color:var(--accent-primary);font-weight:800}.Schedule-module__la3fqq__desktopEvents{flex-direction:column;gap:.5rem;display:flex}.Schedule-module__la3fqq__mobileEventIndicator{justify-content:center;gap:3px;margin-top:auto;display:none}.Schedule-module__la3fqq__indicatorDot{border-radius:50%;width:5px;height:5px}.Schedule-module__la3fqq__indicatorLive{background:var(--accent-success)!important}.Schedule-module__la3fqq__indicatorSoon{background:var(--accent-warning)!important}.Schedule-module__la3fqq__indicatorPlanned{background:var(--accent-violet)!important}.Schedule-module__la3fqq__indicatorMuted{background:var(--accent-slate)!important}.Schedule-module__la3fqq__event{background:var(--bg-surface);cursor:pointer;border:1px solid var(--border-subtle);border-left:3px solid var(--accent-violet);opacity:.5;filter:grayscale(.8);border-radius:4px;flex-direction:column;gap:2px;min-width:0;padding:.5rem .6rem;font-size:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Schedule-module__la3fqq__eventTitle{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);width:100%;max-width:100%;font-size:.7rem;font-weight:700;display:block;overflow:hidden}.Schedule-module__la3fqq__eventTimeRow{justify-content:space-between;align-items:center;gap:.5rem;margin-top:2px;display:flex}.Schedule-module__la3fqq__eventTime{font-family:var(--font-mono);color:var(--text-secondary);font-size:.55rem;font-weight:500;transition:all .2s}.Schedule-module__la3fqq__statusIndicator{font-family:var(--font-mono);letter-spacing:.5px;flex-shrink:0;align-items:center;gap:6px;font-size:.5rem;font-weight:800;display:flex}.Schedule-module__la3fqq__statusDot_mini{background:currentColor;border-radius:50%;width:4px;height:4px}.Schedule-module__la3fqq__pulseDot{animation:1.5s ease-in-out infinite Schedule-module__la3fqq__pulse-mini}@keyframes Schedule-module__la3fqq__pulse-mini{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}.Schedule-module__la3fqq__eventPlanned{border-left-color:var(--accent-violet)!important;opacity:1!important;filter:none!important}.Schedule-module__la3fqq__eventLive{background:rgba(var(--rgb-success),.08);border-color:rgba(var(--rgb-success),.3);z-index:10;border-left-color:var(--accent-success)!important;opacity:1!important;filter:none!important}[data-theme=light] .Schedule-module__la3fqq__eventLive{background:rgba(var(--rgb-success),.12);border-color:rgba(var(--rgb-success),.5);box-shadow:0 0 10px rgba(var(--rgb-success),.1)}.Schedule-module__la3fqq__eventLive .Schedule-module__la3fqq__eventTitle,.Schedule-module__la3fqq__eventLive .Schedule-module__la3fqq__statusIndicator{color:var(--accent-success)}.Schedule-module__la3fqq__eventSoon{background:rgba(var(--rgb-orange),.08);border-color:rgba(var(--rgb-orange),.3);z-index:5;border-left-color:var(--accent-warning)!important;opacity:1!important;filter:none!important}[data-theme=light] .Schedule-module__la3fqq__eventSoon{background:rgba(var(--rgb-orange),.12);border-color:rgba(var(--rgb-orange),.5)}.Schedule-module__la3fqq__eventSoon .Schedule-module__la3fqq__eventTitle,.Schedule-module__la3fqq__eventSoon .Schedule-module__la3fqq__statusIndicator{color:var(--accent-warning)}.Schedule-module__la3fqq__eventMuted{opacity:.65!important;filter:none!important;background:var(--bg-surface)!important;border-color:var(--border-subtle)!important;border-left-color:var(--accent-slate)!important;box-shadow:none!important}.Schedule-module__la3fqq__eventMuted .Schedule-module__la3fqq__eventTitle,.Schedule-module__la3fqq__eventMuted .Schedule-module__la3fqq__eventTime,.Schedule-module__la3fqq__eventMuted .Schedule-module__la3fqq__sessionId{color:var(--text-muted)!important}.Schedule-module__la3fqq__statusLabelCanceled{font-weight:800;display:inline;color:var(--accent-error)!important}.Schedule-module__la3fqq__statusLabelRescheduled{font-weight:800;display:inline;color:var(--accent-warning)!important}.Schedule-module__la3fqq__event:hover{background:var(--bg-main);border-color:var(--accent-primary);z-index:100;width:max-content;min-width:100%;max-width:300px;overflow:visible;transform:translateY(-2px);box-shadow:10px 10px 20px #00000026;opacity:1!important;filter:grayscale(0)!important}.Schedule-module__la3fqq__event:hover .Schedule-module__la3fqq__eventTitle{white-space:normal;word-break:break-word;overflow:visible}.Schedule-module__la3fqq__event:hover .Schedule-module__la3fqq__eventTime{color:var(--text-primary);font-size:.65rem;font-weight:700}.Schedule-module__la3fqq__eventLive:hover{border-color:var(--accent-success)}.Schedule-module__la3fqq__eventSoon:hover{border-color:var(--accent-warning)}.Schedule-module__la3fqq__mobileAgenda{display:none}@media (max-width:900px){.Schedule-module__la3fqq__cornerTopLeft{top:1.5rem;left:.5rem}.Schedule-module__la3fqq__cornerTopRight{top:1.5rem;right:.5rem}.Schedule-module__la3fqq__cornerBottomLeft{bottom:.5rem;left:.5rem}.Schedule-module__la3fqq__cornerBottomRight{bottom:.5rem;right:.5rem}.Schedule-module__la3fqq__calendarHeader{flex-direction:column;gap:1.5rem;padding:1.5rem}.Schedule-module__la3fqq__monthTitle{min-width:auto;font-size:1.25rem}.Schedule-module__la3fqq__whiteWrapper{border-left:none;border-right:none;border-radius:0}.Schedule-module__la3fqq__grid{grid-template-columns:repeat(7,1fr);gap:1px;padding:0}.Schedule-module__la3fqq__dayHeader{letter-spacing:0;padding:.5rem;font-size:.6rem}.Schedule-module__la3fqq__dayCell{height:55px;min-height:unset;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.25rem .15rem;display:flex}.Schedule-module__la3fqq__dayCell .Schedule-module__la3fqq__dayNumber{margin-bottom:0;font-size:.78rem;line-height:1}.Schedule-module__la3fqq__desktopEvents{display:none}.Schedule-module__la3fqq__mobileEventIndicator{margin-top:0;display:flex;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.Schedule-module__la3fqq__mobileAgenda{background:var(--bg-surface);border-top:1px solid var(--border-subtle);flex-direction:column;padding:2rem 1.5rem;display:flex}.Schedule-module__la3fqq__agendaHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Schedule-module__la3fqq__agendaHeader h3{font-family:var(--font-inter),sans-serif;font-size:1.1rem;font-weight:700}.Schedule-module__la3fqq__agendaCount{font-family:var(--font-ibm-plex-mono),monospace;background:var(--bg-main);color:var(--accent-primary);border-radius:4px;padding:2px 8px;font-size:.65rem}.Schedule-module__la3fqq__agendaList{flex-direction:column;gap:1rem;display:flex}.Schedule-module__la3fqq__agendaItem{background:var(--bg-main);border:1px solid var(--border-subtle);border-radius:8px;display:flex;overflow:hidden}.Schedule-module__la3fqq__agendaAccent{background:var(--accent-violet);flex-shrink:0;width:6px}.Schedule-module__la3fqq__agendaAccentLive{background:var(--accent-success)!important}.Schedule-module__la3fqq__agendaAccentSoon{background:var(--accent-warning)!important}.Schedule-module__la3fqq__agendaAccentPlanned{background:var(--accent-violet)!important}.Schedule-module__la3fqq__agendaAccentMuted{background:var(--accent-slate)!important}.Schedule-module__la3fqq__agendaContent{flex:1;min-width:0;padding:1rem}.Schedule-module__la3fqq__agendaContent .Schedule-module__la3fqq__eventTime{font-size:.85rem}.Schedule-module__la3fqq__agendaContent .Schedule-module__la3fqq__statusIndicator{gap:8px;font-size:.75rem}.Schedule-module__la3fqq__agendaContent .Schedule-module__la3fqq__statusDot_mini{width:6px;height:6px}.Schedule-module__la3fqq__emptyAgenda{text-align:center;color:var(--text-muted);padding:3rem;font-size:.9rem;font-style:italic}}@media (max-width:768px){.Schedule-module__la3fqq__cornerTopLeft{top:.5rem;left:.5rem}.Schedule-module__la3fqq__cornerTopRight{top:.5rem;right:.5rem}.Schedule-module__la3fqq__cornerBottomLeft{bottom:.5rem;left:.5rem}.Schedule-module__la3fqq__cornerBottomRight{bottom:.5rem;right:.5rem}}@media (max-width:900px){.Schedule-module__la3fqq__agendaContent .Schedule-module__la3fqq__eventSection{margin-top:4px;margin-bottom:2px;font-size:.7rem}}.Schedule-module__la3fqq__popupBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;width:100vw;height:100vh;animation:.2s ease-out Schedule-module__la3fqq__fadeIn;position:fixed;top:0;left:0}.Schedule-module__la3fqq__popupSidebar{background:var(--bg-card-solid);border-left:1px solid var(--border-subtle);z-index:1001;flex-direction:column;width:440px;max-width:100%;height:100vh;animation:.35s cubic-bezier(.16,1,.3,1) Schedule-module__la3fqq__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #00000059}@keyframes Schedule-module__la3fqq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Schedule-module__la3fqq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Schedule-module__la3fqq__popupHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Schedule-module__la3fqq__popupHeaderTitleBlock{flex-direction:column;gap:.25rem;display:flex}.Schedule-module__la3fqq__popupSubtitle{font-family:var(--font-mono);color:var(--accent-primary);letter-spacing:.5px;font-size:.65rem;font-weight:700}.Schedule-module__la3fqq__popupTitle{font-family:var(--font-mono);text-transform:uppercase;color:var(--text-primary);font-size:1.2rem;font-weight:800}.Schedule-module__la3fqq__popupClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.2rem;transition:all .2s;display:flex}.Schedule-module__la3fqq__popupClose:hover{background:var(--bg-surface);color:var(--text-primary)}.Schedule-module__la3fqq__popupContent{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.Schedule-module__la3fqq__popupEventCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-left:4px solid var(--accent-violet);border-radius:8px;flex-direction:column;gap:.8rem;padding:1.2rem;transition:all .25s;display:flex}.Schedule-module__la3fqq__popupEventLive{border-left-color:var(--accent-success);background:rgba(var(--rgb-success),.04);border-color:rgba(var(--rgb-success),.25)}.Schedule-module__la3fqq__popupEventSoon{border-left-color:var(--accent-warning);background:rgba(var(--rgb-orange),.04);border-color:rgba(var(--rgb-orange),.25)}.Schedule-module__la3fqq__popupEventMuted{opacity:.7;border-left-color:var(--accent-slate)}.Schedule-module__la3fqq__popupEventHeader{flex-direction:column;gap:.25rem;display:flex}.Schedule-module__la3fqq__popupEventTitle{color:var(--text-primary);font-size:1.05rem;font-weight:800;line-height:1.25}.Schedule-module__la3fqq__popupEventSection{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-weight:700}.Schedule-module__la3fqq__popupEventStatusRow{align-items:center;gap:.6rem;display:flex}.Schedule-module__la3fqq__statusLabel{font-family:var(--font-mono);text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.58rem;font-weight:800}.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__live{background:rgba(var(--rgb-success),.15);color:var(--accent-success)}.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__soon{background:rgba(var(--rgb-orange),.15);color:var(--accent-warning)}.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__planned{color:var(--accent-violet);background:#9333ea26}.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__past,.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__canceled,.Schedule-module__la3fqq__statusLabel.Schedule-module__la3fqq__rescheduled{color:var(--text-muted);background:#ffffff14}.Schedule-module__la3fqq__popupEventTerm{color:var(--text-muted);font-size:.7rem;font-weight:500}.Schedule-module__la3fqq__popupEventDetails{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;padding:.8rem 0;display:flex}.Schedule-module__la3fqq__popupDetailRow{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.82rem;display:flex}.Schedule-module__la3fqq__popupDetailRow i{color:var(--text-muted);text-align:center;width:14px;font-size:.8rem}.Schedule-module__la3fqq__popupEventFooter{justify-content:flex-end;margin-top:.2rem;display:flex}.Schedule-module__la3fqq__popupEnrollButton{background:var(--accent-primary);border:1px solid var(--accent-primary);color:var(--bg-main);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border-radius:4px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.Schedule-module__la3fqq__popupEnrollButton:hover{transform:translateY(-2px)}.Schedule-module__la3fqq__canceledNotice{font-family:var(--font-mono);color:var(--accent-error);align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;display:flex}.Schedule-module__la3fqq__popupEmptyState{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Schedule-module__la3fqq__popupEmptyState i{color:var(--border-strong);font-size:2.5rem}.Schedule-module__la3fqq__popupEmptyState p{text-align:center;font-size:.9rem;font-style:italic}.Schedule-module__la3fqq__legendContainer{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Schedule-module__la3fqq__scheduleInfo{font-family:var(--font-mono);color:var(--text-secondary);opacity:.85;letter-spacing:.25px;align-items:center;gap:.5rem;margin-right:.25rem;font-size:.62rem;font-weight:500;display:flex}.Schedule-module__la3fqq__scheduleInfo i{color:var(--accent-primary);font-size:.72rem}@media (max-width:900px){.Schedule-module__la3fqq__legendContainer{align-items:center;gap:.75rem}.Schedule-module__la3fqq__scheduleInfo{margin-right:0}}
