.rr-modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45);
  display: none; z-index: 9998;
}
.rr-modal {
  position: fixed; inset: 0;
  display: none; align-items: center; justify-content: center;
  z-index: 9999;
}
.rr-card {
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  padding: 18px 20px; max-width: 600px; width: 90%;
}
.rr-title {font-size: 20px; margin-bottom: 10px;}
.rr-row {border-bottom:1px solid #eee; padding:8px 0;}
.rr-actions {display:flex; justify-content:flex-end; gap:10px; margin-top:12px;}
.rr-btn {padding:8px 14px; border:1px solid #ccc; border-radius:6px; cursor:pointer;}
.rr-btn.primary {background:#0ea5e9; color:#fff; border-color:#0ea5e9;}