.report-profile-btn { border: 1px solid #554866; background: transparent; color: #b9b0c8; border-radius: 12px; padding: 12px 16px; font-weight: 700; }
.report-profile-btn:hover { border-color: #f45b7a; color: #fff; background: rgba(244,91,122,.09); }
.report-modal form { display: grid; gap: 14px; }
.report-modal label { display: grid; gap: 8px; color: #d8d1e5; font-weight: 700; }
.report-modal select, .report-modal textarea { width: 100%; border: 1px solid #342947; background: #0c0914; color: #fff; border-radius: 12px; padding: 13px; }
.report-modal textarea { min-height: 110px; resize: vertical; }
.report-summary strong { color: #ff7893; }
.report-card { border-color: #4b2940; }
.report-symbol { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(244,91,122,.12); color: #ff7893; font-size: 1.5rem; }
.report-reason { display: inline-flex; border-radius: 99px; padding: 5px 9px; background: rgba(244,91,122,.12); color: #ff9caf; font-size: .75rem; font-weight: 800; }
.report-card .admin-review-actions { min-width: 170px; }
.report-card .admin-review-actions button { width: 100%; }
.dismiss-report { border: 1px solid #524964; background: transparent; color: #d9d2e5; }
.verify-user { border: 1px solid #6f8cff; background: rgba(111,140,255,.1); color: #b9c7ff; }
.suspend-user { border: 1px solid #efb34d; background: rgba(239,179,77,.1); color: #ffd98e; }
.delete-user { border: 1px solid #ef5574; background: rgba(239,85,116,.11); color: #ff9cb0; }
.report-resolved { opacity: .66; }
@media(max-width:720px) { .report-card .admin-review-actions { min-width: 0; } .report-profile-btn { width: 100%; } }
