/* modules/reports/static/reports/style.css */

.reports-help {
  margin-top: 0;
  color: #64748b;
  font-size: 14px;
}

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

.reports-error {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
}

.reports-error[data-hidden="true"] {
  display: none;
}

.reports-profile-action { color: var(--danger, #dc2626); }
.reports-profile-modal[hidden] { display: none !important; }
.reports-profile-modal { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 16px; }
.reports-profile-modal-backdrop { position: absolute; inset: 0; background: rgb(15 23 42 / 55%); }
.reports-profile-modal-card { position: relative; width: min(100%, 520px); max-height: min(90vh, 720px); overflow: auto; border: 1px solid var(--border); border-radius: 16px; background: var(--surface, #fff); padding: 20px; box-shadow: 0 20px 50px rgb(15 23 42 / 25%); }
.reports-profile-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.reports-profile-modal-head h2 { margin: 0; color: var(--text); font-size: 20px; }
.reports-profile-modal-close { border: 0; border-radius: 999px; background: transparent; color: var(--text-muted, #64748b); cursor: pointer; font-size: 28px; line-height: 1; }
.reports-profile-modal-copy { margin: 8px 0 16px; color: var(--text-muted, #64748b); font-size: 14px; line-height: 1.45; }
.reports-profile-reasons { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.reports-profile-reasons legend, .reports-profile-note-label { display: block; margin-bottom: 8px; color: var(--text); font-weight: 700; }
.reports-profile-reasons label { color: var(--text); cursor: pointer; }
.reports-profile-note-label { margin-top: 18px; }
.reports-profile-modal textarea { width: 100%; box-sizing: border-box; resize: vertical; }
.reports-profile-error { min-height: 20px; margin: 8px 0 0; color: var(--danger, #dc2626); font-size: 14px; }
.reports-profile-modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }
body.reports-profile-modal-open { overflow: hidden; }
