:root{
  --danger:#be123c;
}
body.report-page{
  background:#fffaf2;
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Segoe UI",Roboto,Arial,sans-serif;
  margin:0;
}
.report-container{max-width:760px;margin:18px auto;padding:0 18px}
.report-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.08);padding:18px}
.report-card h1{margin:0 0 12px;font-size:24px}
.report-card p{margin:0 0 16px;color:#475569;line-height:1.6}
.report-form .pe-field{margin-bottom:14px}
.report-evidence{margin-top:10px;border:1px dashed #cbd5f5;padding:10px;border-radius:12px;background:#f8fafc}
.report-status{margin-top:12px;font-size:13px}
.report-status.error{color:#b91c1c}
