.schedule-toolbar {display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:18px 0}
.schedule-toolbar label,.schedule-filter-selects label {display:grid;gap:6px;font-size:13px;font-weight:650;color:#43506a}
.schedule-toolbar input,.schedule-filter-selects select {border:1px solid #cbd3df;border-radius:8px;padding:10px;background:#fff;color:#172b4d;min-height:42px;font:inherit}
.schedule-toolbar input[type=number] {width:110px}
.schedule-search {flex:1;min-width:180px}
.schedule-weekday-filter {display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin:0 0 18px;color:#43506a;font-size:13px}
#scheduleWeekdayLabel {font-weight:650}
#scheduleWeekdays {display:flex;flex-wrap:wrap;gap:6px}
#scheduleWeekdays button {min-height:40px;padding:8px 14px;border:1px solid #cbd6e4;border-radius:8px;background:#fff;color:#254566;font:inherit;font-weight:650;cursor:pointer}
#scheduleWeekdays button:hover {background:#edf5fa;border-color:#88a8c0}
#scheduleWeekdays button[aria-pressed=true] {background:#0b5279;border-color:#0b5279;color:#fff}
#scheduleWeekdays button:focus-visible {outline:2px solid #0b5279;outline-offset:3px}
#scheduleWeekdayHint {font-size:12px;color:#68768a}
@media(max-width:600px){#scheduleWeekdays{width:100%}#scheduleWeekdays button{min-height:44px;padding:8px 12px}}
.schedule-filters {border:1px solid #dbe1e9;border-radius:12px;background:white;padding:15px 18px;margin-bottom:16px}
.schedule-filters summary {cursor:pointer;font-weight:700;color:#213653}
.schedule-filters summary span {font-size:12px;color:#68768a;font-weight:400;margin-left:8px}
.schedule-filter-grid {display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;margin-top:18px}
.schedule-filter-grid fieldset {min-width:0;margin:0;padding:0;border:0}
.schedule-filter-grid legend {font-size:13px;font-weight:700;padding:0;margin-bottom:10px}
.schedule-filter-grid legend small {font-size:11px;color:#6c788b;font-weight:400;margin-left:6px}
.schedule-picker {position:relative;min-width:0}
.schedule-picker summary {display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;border:1px solid #cbd3df;border-radius:8px;font-size:14px;font-weight:500;list-style:none;background:#fff}
.schedule-picker summary::-webkit-details-marker {display:none}
.schedule-picker summary .schedule-picker-caption {margin:0;font-size:14px;color:#213653;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.schedule-picker summary .schedule-picker-arrow {margin:0;color:#536279;font-size:18px;flex:none}
.schedule-picker[open] summary {border-color:#6485aa;box-shadow:0 0 0 3px #e8eff7}
.schedule-picker[open] .schedule-picker-arrow {transform:rotate(180deg)}
.schedule-picker-panel {position:absolute;z-index:15;left:0;right:0;top:calc(100% + 6px);padding:12px;background:#fff;border:1px solid #cbd6e4;border-radius:10px;box-shadow:0 10px 30px #20375526}
.schedule-picker-search {box-sizing:border-box;width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid #cbd3df;border-radius:7px;background:#fff;font:inherit;font-size:16px;color:#213653}
.schedule-picker-actions {display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0;color:#68768a;font-size:12px}
.schedule-picker-actions button {border:0;background:none;color:#275d8d;font:inherit;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;min-height:36px}
.schedule-picker-options {max-height:240px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;display:grid;gap:2px}
.schedule-picker-option {display:flex;align-items:center;gap:10px;padding:10px 8px;min-height:44px;box-sizing:border-box;border-radius:6px;font-size:14px;font-weight:400;color:#213653;cursor:pointer}
.schedule-picker-option[hidden],.schedule-picker-empty[hidden] {display:none}
.schedule-picker-option:hover,.schedule-picker-option:focus-within {background:#f0f5fa}
.schedule-picker-option:has(input:checked) {background:#eaf2fa}
.schedule-picker-option input {width:18px;height:18px;accent-color:#264e79;flex:none;margin:0}
.schedule-picker-empty {padding:12px 8px;color:#68768a;font-size:14px}
.schedule-picker-done {width:100%;margin-top:10px;min-height:40px}
.schedule-picker-chips {display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.schedule-picker-chips:empty {display:none}
.schedule-picker-chip {display:inline-flex;align-items:center;gap:8px;max-width:100%;min-height:32px;padding:5px 9px;border:1px solid #c7d9ec;border-radius:6px;background:#edf4fb;color:#244f78;font:inherit;font-size:13px;cursor:pointer;text-align:left}
.schedule-picker-chip span:first-child {overflow-wrap:anywhere;min-width:0}
.schedule-picker-chip span:last-child {font-size:18px;flex:none}
.schedule-picker-chip:hover {background:#dfeefa}
.schedule-picker :focus-visible,.schedule-picker-chip:focus-visible {outline:2px solid #275d8d;outline-offset:2px}
.schedule-check {display:flex!important;align-items:center;gap:8px;font-size:13px;font-weight:400!important}
.schedule-check input {accent-color:#264e79;width:16px;height:16px;flex:none}
.schedule-filter-selects {display:grid;gap:12px;align-content:start}
.schedule-summary {display:flex;gap:18px;flex-wrap:wrap;margin:18px 0;color:#536279;font-size:13px}
.schedule-summary strong {font-size:22px;color:#203755;margin-right:5px}
.schedule-period-title h2 {font-size:20px;margin:20px 0 7px}.schedule-period-title p {font-size:14px;line-height:1.5;color:#536279;margin:0 0 15px}
.schedule-review-summary {display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin:14px 0}
.schedule-review-summary>div {background:#fff;border:1px solid #d9e2ed;border-radius:10px;padding:14px}.schedule-review-summary strong {font-size:27px;display:block;color:#203755}.schedule-review-summary span {display:block;font-size:14px;color:#536279;margin-top:4px}
.schedule-progress {margin-top:10px}.schedule-completion,.schedule-report-due {display:inline-block;font-size:14px;font-weight:600;line-height:1.4;border-radius:5px;padding:4px 7px;background:#eef3f8;color:#3f5977}
.schedule-completion.completed {background:#e4f4eb;color:#226045}.schedule-completion.incomplete,.schedule-completion.time_unknown {background:#fff0ce;color:#805311}.schedule-completion.in_progress {background:#e2f0ff;color:#235c91}
.schedule-report-due {background:#fce8e8;color:#942e3a;margin-top:6px}.schedule-row-actions {display:grid;gap:8px}.schedule-row-actions button {font-size:14px}
.schedule-import-details {margin-top:22px;font-size:14px;color:#536279}.schedule-import-details>summary {cursor:pointer;padding:10px 0}
.schedule-toolbar select {min-height:40px;font:inherit;border:1px solid #ccd6e4;border-radius:8px;padding:8px;background:#fff;color:#203755;max-width:100%}
.schedule-source {font-size:12px;color:#68768a;line-height:1.65;margin:10px 0}
.schedule-warning {background:#fff6df;border:1px solid #ead3a0;color:#6b5122;border-radius:10px;padding:12px 15px;font-size:13px;line-height:1.55}
.schedule-day {margin:22px 0}
.schedule-day h2 {font-size:16px;margin-bottom:10px;display:flex;justify-content:space-between}
.schedule-day h2 span {font-size:12px;color:#6c788b;font-weight:400}
.schedule-row {display:grid;grid-template-columns:100px minmax(180px,2fr) minmax(130px,1fr) minmax(130px,1fr) 140px;gap:14px;align-items:center;padding:15px 16px;background:white;border:1px solid #e0e5ec;border-left:3px solid #c2d3e6;border-radius:10px;margin:8px 0;font-size:14px}
.schedule-row.private {border-left-color:#b3a0d5}
.schedule-row small {display:block;color:#68778a;font-size:12px;margin-top:5px;line-height:1.5}
.schedule-row strong {color:#213653}
.schedule-tag {display:inline-block;border-radius:5px;padding:3px 7px;background:#eef3f8;color:#466180;font-size:11px;margin-right:5px}
.schedule-tag.online {color:#276051;background:#e8f4ef}
.schedule-tag.review {color:#875c1d;background:#fff1d4}
.schedule-unassigned {color:#a54b3c;font-weight:600}
.schedule-planner {border:2px solid #9bafc9;background:#f6f9fd;border-radius:14px;padding:22px;margin-top:26px;scroll-margin-top:20px}
.schedule-results {display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:12px;margin-top:16px}
.schedule-result {background:#fff;border:1px solid #d9e1eb;border-radius:10px;padding:15px;min-width:0}
.schedule-result h3 {margin:0 0 7px;font-size:15px}.schedule-result p {font-size:13px;line-height:1.5;margin:8px 0}
.schedule-result.clear {border-top:3px solid #659584}.schedule-result.conflict {border-top:3px solid #c78172}.schedule-result.review {border-top:3px solid #cbac61}
.schedule-result details {font-size:12px;color:#526176;margin:10px 0}.schedule-result summary{cursor:pointer}
.schedule-result ul {padding-left:18px;line-height:1.7}
.schedule-ack {margin:15px 0;align-items:start;font-size:13px;line-height:1.55}
@media(max-width:950px){.schedule-row{grid-template-columns:85px 1fr 1fr}.schedule-row> :nth-child(4){grid-column:2}.schedule-filter-grid{grid-template-columns:1fr 1fr}.schedule-filter-selects{grid-column:1/-1;grid-template-columns:1fr 1fr}}
@media(max-width:600px){.schedule-filter-grid{grid-template-columns:1fr}.schedule-filter-selects{grid-template-columns:1fr}.schedule-row{grid-template-columns:78px 1fr;gap:10px}.schedule-row>:nth-child(n+3){grid-column:2}.schedule-toolbar label{flex:1;min-width:120px}.schedule-toolbar input{min-width:0;width:100%}.schedule-planner{padding:14px}}
