/* Issue #2 — report control + modal, and the 16+ attestation row. */

.fc-report-link {
  background: none;
  border: none;
  padding: 0.3rem 0.5rem;
  font: inherit;
  font-size: 0.78rem;
  color: var(--ink-2, #6b6760);
  text-decoration: underline;
  cursor: pointer;
}
.fc-report-link:hover { color: var(--ink-1, #2a2620); }

.fc-report-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(20, 18, 14, 0.55);
}
.fc-report-card {
  width: 100%;
  max-width: 380px;
  background: var(--paper-0, #fff);
  border-radius: 14px;
  padding: 1.25rem;
}
.fc-report-title { margin: 0 0 0.75rem; font-weight: 600; }
.fc-report-reason {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.fc-report-detail { width: 100%; margin: 0.5rem 0 0.75rem; resize: vertical; }
.fc-report-actions { display: flex; gap: 0.5rem; justify-content: flex-end; }
.fc-report-done { margin: 0.75rem 0 0; font-size: 0.85rem; color: var(--ink-2, #6b655c); }

/* 16+ attestation row on register / join forms */
.fc-attest {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.75rem 0;
  font-size: 0.85rem;
  color: var(--ink-2, #6b655c);
}
.fc-attest input { margin-top: 0.2rem; }
