.scheduler-page{padding:22px}.scheduler-header,.scheduler-toolbar,.scheduler-layout,.scheduler-header-actions{display:flex}.scheduler-header{align-items:center;justify-content:space-between;margin-bottom:14px}.scheduler-header h1{margin:0 0 5px;font-size:21px}.scheduler-header p{margin:0;color:#8393a2;font-size:11px}.scheduler-header-actions{gap:8px}.scheduler-toolbar{gap:12px;margin-bottom:12px}.scheduler-toolbar label{display:grid;gap:5px;color:#82919f;font-size:10px}.scheduler-toolbar select,.scheduler-toolbar input,.scheduler-dialog input,.scheduler-dialog select{height:36px;border:1px solid #35434f;border-radius:7px;background:#0e151b;color:#dce5ed;padding:0 10px}.scheduler-layout{min-height:620px;gap:12px}.scheduler-sources{width:250px;flex:none;border:1px solid #2c3944;border-radius:10px;background:#111820}.scheduler-sources>header{display:flex;justify-content:space-between;padding:13px;border-bottom:1px solid #293641}.scheduler-sources>header span{color:#7f8f9e;font-size:9px}.scheduler-sources>input{width:calc(100% - 20px);margin:10px;padding:8px;border:1px solid #34414d;border-radius:7px;background:#0d141a;color:#dce5ed}.scheduler-source{margin:8px 10px;padding:10px;border:1px solid #303d48;border-radius:8px;background:#17212a;cursor:grab}.scheduler-source strong,.scheduler-source small{display:block}.scheduler-source strong{color:#e9eff4;font-size:11px}.scheduler-source small{margin-top:5px;color:#7f909f;font-size:9px}.scheduler-layout main{min-width:0;flex:1;overflow:auto}.scheduler-calendar{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));gap:8px}.scheduler-day{min-height:260px;border:1px solid #2c3944;border-radius:9px;background:#111820}.scheduler-day.drag-over{border-color:#826eff;background:#18172a}.scheduler-day>header{display:flex;justify-content:space-between;padding:9px;border-bottom:1px solid #26333e;color:#9cacba;font-size:10px}.scheduler-day-events{display:grid;gap:6px;padding:7px}.scheduler-event{width:100%;display:grid;gap:3px;padding:7px;border:0;border-left:3px solid #806cff;border-radius:6px;background:#211f3d;color:#ddd7ff;text-align:left;cursor:pointer}.scheduler-event time,.scheduler-event small{font-size:8px}.scheduler-event strong{font-size:10px}.scheduler-drop-hint{margin:7px;padding:10px;border:1px dashed #33424e;border-radius:6px;color:#60717f;text-align:center;font-size:9px}.scheduler-empty{padding:25px 12px;color:#758593;text-align:center;font-size:10px}.scheduler-modal{position:fixed;inset:0;z-index:190;display:grid;place-items:center;padding:18px;background:#05080de6}.scheduler-dialog{width:min(720px,100%);max-height:92vh;overflow:auto;border:1px solid #3a4854;border-radius:14px;background:#141b22}.scheduler-dialog>header,.scheduler-dialog>footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:15px 18px;border-bottom:1px solid #2b3741}.scheduler-dialog>header{justify-content:space-between}.scheduler-dialog>header h2{margin:0 0 4px}.scheduler-dialog>header p{margin:0;color:#82919f;font-size:10px}.scheduler-dialog>footer{border-top:1px solid #2b3741;border-bottom:0}.scheduler-dialog>footer .danger{margin-right:auto}.scheduler-dialog form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:18px}.scheduler-dialog .field{display:grid;gap:6px}.scheduler-dialog .field.full{grid-column:1/-1}.scheduler-weekdays>div,.scheduler-destinations{display:flex;flex-wrap:wrap;gap:8px}.scheduler-weekdays label,.scheduler-destinations label{display:flex;align-items:center;gap:5px;padding:7px;border:1px solid #303d48;border-radius:7px;color:#aebbc7;font-size:10px}.scheduler-weekdays input,.scheduler-destinations input{width:auto;height:auto}.scheduler-form-error{color:#ff9e99;font-size:11px}@media(max-width:900px){.scheduler-layout{flex-direction:column}.scheduler-sources{width:100%}.scheduler-calendar{grid-template-columns:repeat(2,minmax(145px,1fr))}}@media(max-width:560px){.scheduler-page{padding:14px}.scheduler-calendar{grid-template-columns:1fr}.scheduler-dialog form{grid-template-columns:1fr}.scheduler-dialog .field.full{grid-column:auto}}
.timing-week{display:grid;gap:7px}.timing-weekday{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:12px;padding:8px 10px;border:1px solid #2d3a46;border-radius:8px;background:#101820}.timing-weekday>span{color:#9d8dff;font-size:11px;font-weight:700;text-transform:uppercase}.timing-weekday>div{display:flex;flex-wrap:wrap;gap:7px}.timing-weekday strong{padding:5px 8px;border-radius:6px;background:#242044;color:#ddd7ff;font-size:11px}.timing-week.compact{min-width:310px}.timing-week.compact .timing-weekday{grid-template-columns:34px 1fr;padding:3px 6px;border:0;background:transparent}.timing-week.compact .timing-weekday strong{padding:2px 5px;font-size:9px}@media(max-width:720px){.timing-weekday{grid-template-columns:1fr}.timing-week.compact{min-width:220px}}
