.schedule-edit-form{flex-direction:column;gap:16px;max-width:560px;margin-top:32px;display:flex}.schedule-edit-sections{flex-direction:column;gap:24px;max-width:620px;margin-top:32px;display:flex}.slot-editor{background:var(--bg);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;padding:12px 16px;display:flex}.slot-editor__day{min-width:24px;font-weight:600}.slot-editor__time{color:var(--text-muted)}.slot-editor__time-input{width:110px;padding:6px 10px}.slot-editor__sep{color:var(--text-muted)}.slot-editor__btn-save{padding:6px 14px;font-size:.85rem}.slot-editor__btn-cancel{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem}.slot-editor__btn-edit{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.9rem}.slot-editor__btn-delete{color:var(--danger);cursor:pointer;background:0 0;border:none;font-size:.9rem}.slot-editor__empty{color:var(--text-dim);text-align:center;padding:20px 0}.topic-autocomplete{position:relative}.topic-autocomplete__selected{background:var(--accent-soft);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;display:flex}.topic-autocomplete__selected-text{flex:1;font-weight:500}.topic-autocomplete__clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem}.topic-autocomplete__dropdown{z-index:100;background:var(--bg-card);border:1px solid var(--border);box-shadow:0 8px 24px var(--black-a15);border-radius:10px;max-height:240px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.topic-autocomplete__option{cursor:pointer;border-bottom:1px solid var(--border);padding:10px 14px;font-size:.9rem;transition:background .15s}.topic-autocomplete__option:last-child{border-bottom:none}.topic-autocomplete__option:hover{background:var(--accent-soft)}.topic-autocomplete__option-grade{font-weight:500}.topic-autocomplete__empty{color:var(--text-muted);padding:10px 14px;font-size:.85rem}.create-slot{background:var(--bg);border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:12px;margin-bottom:12px;padding:12px 16px;display:grid}.create-slot .form-group{margin-bottom:0}.create-slot label{font-size:.8rem}.create-slot__remove{color:var(--danger);cursor:pointer;background:0 0;border:none;padding-bottom:6px;font-size:1.1rem}.create-slot__empty{color:var(--text-dim);text-align:center;padding:20px 0;font-size:.9rem}.create-slots-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.create-slots-header h3{color:var(--text);font-size:1rem}.create-slots-header .btn-add-slot{padding:6px 14px;font-size:.85rem}.create-period-tabs{flex-wrap:wrap;gap:10px;display:flex}.create-period-tab{border:1.5px solid var(--border);background:var(--bg);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:8px 18px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;transition:all .2s}.create-period-tab.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);font-weight:600}.create-custom-weeks{max-width:120px;margin-top:12px;margin-bottom:0}.create-summary{background:var(--accent-soft);border:1px solid var(--border-strong);color:var(--accent-dark);border-radius:12px;padding:14px 20px;font-size:.95rem}@media (max-width:600px){.create-slot{grid-template-columns:1fr 1fr}.create-slot__remove{grid-column:2;justify-self:end}}.icon--accent{color:var(--accent);margin-right:8px}.icon--info{margin-right:8px}.schedule-edit-content-placeholder{background:var(--bg);border:1px dashed var(--border);color:var(--text-muted);border-radius:10px;padding:14px 16px;font-size:.9rem}.schedule-edit-content-placeholder i{color:var(--accent);margin-right:8px}
