.assign-button{margin-right:8px}.assignment-dialog{width:min(570px,calc(100vw - 32px));max-height:90vh;overflow:auto}.assignment-dialog h2{margin:0;font-size:22px}.assignment-setup{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px}.assignment-select{display:block;font-size:12px;font-weight:650;color:#526174}.assignment-select select,.assignment-select input{display:block;width:100%;margin-top:6px;border:1px solid #dce3ec;border-radius:7px;padding:10px;background:#fff;color:var(--ink);font:inherit;font-size:13px}.assignment-heading{display:flex;justify-content:space-between;align-items:center;margin:20px 0 9px;font-size:13px}.assignment-heading button{border:0;background:transparent;color:#416eec;font-size:12px;font-weight:700}.assignment-employees{border:1px solid var(--line);border-radius:9px;max-height:290px;overflow:auto}.assignment-person{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line);cursor:pointer}.assignment-person:first-child{border-top:0}.assignment-person input{accent-color:var(--blue)}.assignment-person strong,.assignment-person small{display:block}.assignment-person strong{font-size:12px}.assignment-person small{font-size:10px;color:var(--muted);margin-top:2px}.assignment-person small.assignment-planned{color:#315fd4;font-weight:700}.assignment-effective-note{margin:8px 0 0;color:var(--muted);font-size:10px}@media(max-width:720px){.assign-button{margin-right:0;margin-bottom:8px}.page-heading:has(.assign-button){flex-wrap:wrap}.assignment-dialog{padding:23px 18px}.assignment-setup{grid-template-columns:1fr}}
.schedule-effective-field { margin-top:2px; }
.employee-schedule-history {
  display:grid; gap:8px; margin-top:16px; padding-top:16px;
  border-top:1px solid var(--line);
}
.employee-schedule-history-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.employee-schedule-history-heading strong { color:#33465f; font-size:12px; }
.employee-schedule-history-heading small { color:var(--muted); font-size:10px; text-align:right; }
.employee-schedule-history-row {
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  min-height:54px; border:1px solid #e1e7ef; border-radius:10px;
  background:#fbfcfe; padding:10px 11px;
}
.employee-schedule-history-row.is-latest { border-color:#bdd0ff; background:#f6f8ff; }
.employee-schedule-history-row span,.employee-schedule-history-row strong,.employee-schedule-history-row small { display:block; }
.employee-schedule-history-row strong { color:#243851; font-size:12px; }
.employee-schedule-history-row small { margin-top:4px; color:#75859a; font-size:10px; }
.employee-schedule-history-row .row-button { flex:none; color:#b42335; background:#fff0f1; }
@media(max-width:600px){
  .employee-schedule-history-heading{align-items:flex-start;flex-direction:column}
  .employee-schedule-history-heading small{text-align:left}
}
