/* Safe Haven Launch Features 1-5 */
.shf-sortbar,.shf-card,.shf-section,.shf-report-reason-box{
  background:rgba(17,17,17,.92);
  border:1px solid rgba(212,175,55,.25);
  border-radius:18px;
  padding:14px;
  margin:14px 0;
}
.shf-sortbar{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.shf-sortbar a,.shf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(212,175,55,.35);
  border-radius:999px;
  padding:9px 13px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  background:#111;
}
.shf-sortbar a.active,.shf-btn.primary{
  background:linear-gradient(135deg,#d93016,#f6a21a);
  border-color:transparent;
}
.shf-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:14px;
}
.shf-muted{color:#aaa;font-size:13px}
.shf-stat{display:inline-flex;margin:4px 8px 4px 0;color:#d4af37;font-weight:900}
.shf-report-reason-box label{display:block;font-weight:900;margin-bottom:8px;color:#d4af37}
.shf-report-reason-box select,.shf-report-reason-box textarea{
  width:100%;
  background:#080808;
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:12px;
  margin-bottom:10px;
}
.shf-report-reason-box textarea{min-height:90px;resize:vertical}
.shf-privacy-reminder{
  margin-top:7px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.25);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.shf-notification-group h2,.shf-section h2{margin-top:0;color:#d4af37}
.shf-list{display:flex;flex-direction:column;gap:10px}
.shf-item{padding:12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
