.access-section { margin-bottom: 18px; }
.access-section .section-heading { flex-wrap: wrap; }
.toolbar-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.toolbar-actions .button { min-height: 36px; }
.access-dialog { width: min(570px, calc(100% - 28px)); border: 1px solid #cfd9df; padding: 24px; max-height: calc(100dvh - 32px); overflow: auto; color: #17212b; }
.access-dialog::backdrop { background: #17212b88; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dialog-heading h2 { overflow-wrap: anywhere; }
.form-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 14px; }
.form-grid .field-label { min-width: 0; }
.assignment-field { margin: 20px 0 0; border: 1px solid #dbe2e6; padding: 12px; }
.assignment-field legend { padding: 0 6px; font-size: 13px; }
.assignment-field .remember-login { margin: 8px 0; }
.remember-login span { overflow-wrap: anywhere; }
.employee-shell { max-width: 1100px; padding: 24px; margin: auto; }
.employee-header { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-bottom: 1px solid #dbe2e6; padding-bottom: 18px; margin-bottom: 24px; }
.employee-header h1 { font-size: 22px; }
.employee-login { max-width: 360px; margin: 64px auto; }
.employee-login h2 { font-size: 22px; margin-bottom: 22px; }
.employee-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.employee-table { min-width: 0; table-layout: fixed; }
.employee-table th:last-child { width: 130px; }
.employee-table td { white-space: normal; overflow-wrap: anywhere; }
.employee-status { color: #68757e; font-size: 13px; min-height: 24px; margin: 10px 0; overflow-wrap: anywhere; }
.desktop-area { position: fixed; inset: 0; background: #202528; z-index: 20; display: flex; flex-direction: column; }
.desktop-toolbar { min-height: 52px; padding: 8px 16px; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.desktop-toolbar strong { overflow-wrap: anywhere; }
.desktop-viewport { flex: 1; min-height: 0; overflow: auto; outline: none; position: relative; touch-action: none; }
.desktop-message { color: #ffd792; padding: 0 16px; min-height: 24px; }
@media (max-width: 640px) {
  .form-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .employee-shell { padding: 18px 14px; }
  .employee-header { align-items: flex-start; }
  .employee-header h1 { font-size: 20px; }
  .employee-login { margin-top: 40px; }
  .employee-table th, .employee-table td { padding: 12px 8px; }
}
