/* Schedule library and responsive sidebar */
.sidebar-open{display:none;width:40px;height:40px;padding:0;font-size:20px}body.sidebar-is-collapsed .sidebar-open{display:grid;place-items:center}
.workspace{position:relative;transition:grid-template-columns .22s ease}.workspace.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr);gap:0}.workspace.sidebar-collapsed aside{transform:translateX(-115%);opacity:0;pointer-events:none}.sidebar-backdrop{display:none}aside{min-width:0;transition:transform .22s ease,opacity .18s ease}
.sidebar-head,.schedule-list-head{display:flex;align-items:center;justify-content:space-between}.sidebar-head{margin-bottom:17px}.sidebar-head>div{display:flex;flex-direction:column;gap:3px}.sidebar-head strong{font-size:18px}.sidebar-head button{width:34px;height:34px;padding:0;font-size:22px}.schedule-list-head{color:#809087;font-size:12px;margin:0 3px 9px}.schedule-list-head button{width:30px;height:30px;padding:0;font-size:18px}
.schedule-list{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;max-height:210px;overflow:auto}.schedule-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px;border:1px solid transparent;border-radius:9px;padding:5px;background:transparent}.schedule-item.active{background:#fff;border-color:#d6e2da;box-shadow:0 3px 12px #234c3510}.schedule-select{border:0;background:transparent;padding:7px;text-align:left;min-width:0}.schedule-select:hover{background:transparent}.schedule-select strong,.schedule-select small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-select strong{font-size:13px}.schedule-select small{font-size:11px;color:#8b9a92;margin-top:4px}.schedule-more{border:0;background:transparent;padding:5px 7px;color:#819187}
.semester{padding:18px}.semester h3{font-size:18px;margin:10px 0 6px;overflow-wrap:anywhere}.semester p{margin:0 0 14px}.manage-schedule{width:100%;font-size:12px;padding:8px;background:#f4f8f5}.local-note{display:flex;align-items:center;gap:4px}
.storage-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0}.storage-choice label{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #d7e1da;border-radius:10px;cursor:pointer;background:#fbfcfb}.storage-choice label:has(input:checked){border-color:#4f8f70;background:#edf5f0;box-shadow:0 0 0 1px #4f8f70}.storage-choice input{margin-top:3px;min-width:auto}.storage-choice strong,.storage-choice small{display:block}.storage-choice strong{font-size:13px}.storage-choice small{font-size:11px;color:#7e8f85;line-height:1.5;margin-top:4px}
.save-choice{border:1px solid #dce5df;border-radius:12px;padding:14px;margin-top:16px;background:#fafcfb}.save-choice .field{margin-top:0}.cloud-key-field[hidden]{display:none}#schedule-error{font-size:13px;color:#a25d39;min-height:20px}#schedule-delete{color:#ae5b51;margin-right:auto}.cloud-status{color:#54735f}.cloud-status.error{color:#a25d39}
@media(max-width:720px){.sidebar-open{display:grid;place-items:center}.brand{font-size:21px}.workspace,.workspace.sidebar-collapsed{display:block}.workspace aside,.workspace.sidebar-collapsed aside{display:block;position:fixed;z-index:30;left:0;top:0;bottom:0;width:min(310px,88vw);padding:22px 18px;background:#f5f7f8;overflow-y:auto;transform:translateX(-105%);opacity:1;pointer-events:auto;box-shadow:18px 0 50px #10251c35}.workspace.sidebar-opened aside{transform:translateX(0)}.workspace.sidebar-opened .sidebar-backdrop{display:block;position:fixed;z-index:29;inset:0;background:#162b2452;backdrop-filter:blur(2px)}.sidebar-head button{font-size:0}.sidebar-head button:after{content:'×';font-size:24px}.schedule-list{max-height:28vh}.storage-choice{grid-template-columns:1fr}.page-heading{gap:12px}.page-heading>div{min-width:0}}
