:root { --fh-radius: 1rem; }
body { background: #f5f7fb; }
.navbar-brand { font-weight: 700; letter-spacing: -.02em; }
.card { border: 0; border-radius: var(--fh-radius); box-shadow: 0 .35rem 1.5rem rgba(31,45,61,.08); }
.form-card { max-width: 760px; margin-inline: auto; }
.bio { white-space: pre-line; }
.question-row, .link-row { border: 1px solid var(--bs-border-color); border-radius: .75rem; padding: 1rem; background: #fff; }
.drag-handle { cursor: grab; user-select: none; }
.answer-value { white-space: pre-wrap; overflow-wrap: anywhere; }
.table td, .table th { vertical-align: middle; }
.badge-source { max-width: 16rem; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 575.98px) {
  .card-body { padding: 1.1rem; }
  .admin-actions .btn { width: 100%; }
  .table-responsive { border-radius: .75rem; }
}
