.schedule-section{background:#111413;border-top:1px solid #2d302f;border-bottom:1px solid #2d302f}.schedule-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.schedule-head .section-title{margin:0}.schedule-note{margin:0;color:#9b9e9c;font-size:12px}.schedule-rooms{display:flex;gap:8px;overflow-x:auto;margin-bottom:18px;padding-bottom:2px;scrollbar-width:none}.schedule-rooms::-webkit-scrollbar{display:none}.schedule-room{white-space:nowrap;border:1px solid #414543;background:#202322;color:#d8dad9;padding:12px 18px;text-transform:uppercase;font-size:11px;font-weight:800;cursor:pointer}.schedule-room.active{background:#e31522;border-color:#e31522;color:#fff}.schedule-days{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));gap:8px;min-width:1080px}.schedule-scroll{overflow-x:auto;padding-bottom:10px;scrollbar-color:#e31522 #252827;scrollbar-width:thin}.schedule-day{background:#1b1e1d;border:1px solid #303432;min-height:245px}.schedule-day h3{margin:0;padding:13px 12px;border-bottom:2px solid #e31522;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.schedule-list{display:flex;flex-direction:column;gap:7px;padding:10px}.schedule-class{background:#252927;border-left:3px solid #e31522;padding:10px 9px;min-height:62px}.schedule-time{display:block;color:#ed1c2b;font-size:13px;font-weight:900;margin-bottom:4px}.schedule-name{font-size:11px;line-height:1.35;color:#f0f1f0}.schedule-empty{padding:16px 10px;color:#6f7471;font-size:11px}@media(max-width:700px){.schedule-head{display:block}.schedule-note{margin-top:10px;line-height:1.45}.schedule-days{grid-template-columns:repeat(7,78vw);min-width:0}.schedule-day{min-height:210px}}
