
.credential-recovery-card .section-title {
  margin-bottom: 14px;
}

.credential-recovery-card .section-title p:not(.eyebrow) {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.credential-recovery-field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.credential-recovery-field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 11px;
  font: inherit;
}

.credential-reset-steps {
  display: grid;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8fbff;
  color: #20304a;
}

.credential-reset-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.credential-reset-form label {
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
}

.credential-reset-form input,
.credential-reset-form select {
  width: 100%;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #ffffff;
  font: inherit;
}

.password-generate-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.password-generate-row input {
  width: 100%;
}

.password-generate-row button {
  min-height: 34px;
}

.credential-reset-form .muted-note,
.credential-reset-form .message,
.credential-reset-form .bug-actions {
  grid-column: 1 / -1;
}

.credential-reset-form .bug-actions {
  margin-top: 4px;
}

.credential-reset-steps p {
  margin: 0;
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
}

.credential-notification-row {
  cursor: pointer;
}

.credential-notification-row:hover td {
  background: #eff6ff !important;
}

.muted-note {
  color: var(--muted) !important;
}

.lms-result-card {
  width: min(720px, calc(100vw - 32px));
  max-height: min(82vh, 720px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.lms-result-review {
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.bug-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.editor-bulk-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.dynamic-upload-grid {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
}

.disposition-modal-card {
  width: min(920px, calc(100vw - 42px));
  max-height: min(78vh, 680px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.disposition-modal-card .dynamic-upload-grid {
  min-height: 0;
  max-height: 48vh;
  overflow-y: auto;
}

.dynamic-upload-row {
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 118px minmax(190px, 1.2fr) auto;
  align-items: end;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fafd;
}

.dynamic-upload-row label {
  gap: 4px !important;
}

.dynamic-upload-row input,
.dynamic-upload-row button {
  min-height: 32px !important;
}

.dynamic-upload-row input[type="number"] {
  max-width: 104px;
}

.dynamic-upload-row input[type="file"] {
  padding: 5px 7px !important;
}

.table-toggle {
  width: 24px;
  min-height: 24px;
  padding: 0;
  margin-right: 8px;
  border-radius: 6px;
}

.boat-client-row td {
  font-weight: 900;
  background: #ffffff;
}

.boat-client-detail td {
  background: #f8fafd;
}

.nested-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.nested-data-table th,
.nested-data-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
