.friday-clock fieldset { border:0; margin:0; padding:0; min-width:0; }
.fc-heading,.fc-toolbar,.fc-footer { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; padding:10px 0; }
.fc-heading strong { font-size:12px; color:#536975; }
.fc-toggle { display:flex; align-items:center; gap:8px; font-size:14px; margin:0; min-height:40px; }
.fc-toggle input { width:18px; height:18px; margin:0; accent-color:#08766c; }
.fc-toolbar button,.fc-footer button { width:auto; margin:0; min-height:42px; font-size:13px; }
.fc-toolbar output { font-size:13px; font-weight:700; color:#1e6350; }
.fc-row { display:grid; grid-template-columns:64px repeat(2,minmax(100px,1fr)) 100px 100px; gap:12px; align-items:center; padding:8px 0; border-bottom:1px solid #d4e0e5; }
.fc-row strong { font-size:13px; }
.fc-row label,.fc-windows label { display:grid; gap:3px; font-size:11px; margin:0; min-width:0; }
.fc-row input[type=time],.fc-windows input { width:100%; min-width:0; height:38px; margin:0; font-size:14px; box-sizing:border-box; }
.fc-row span { font-size:12px; color:#526b77; }
.fc-invalid { background:#fff0ee; }
.fc-attendance { margin-top:16px; }
.fc-windows { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; padding-top:10px; }
.fc-windows[hidden] { display:none; }
.fc-windows fieldset { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.fc-windows legend { font-size:13px; font-weight:700; margin-bottom:8px; }
.fc-footer { justify-content:flex-start; padding-top:16px; }
.fc-feedback { font-size:13px; padding-top:8px; overflow-wrap:anywhere; }
@media(max-width:600px) {
  .fc-row { grid-template-columns:46px repeat(2,minmax(0,1fr)); gap:6px 10px; }
  .fc-row [data-duration] { grid-column:2; }
  .fc-windows { grid-template-columns:1fr; }
  .fc-footer button { flex:1; }
}
