.gsrh-toggle{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:999998;
  background:#8236fd;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:12px 18px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.gsrh-toolbar{
  position:fixed;
  top:20px;
  right:20px;
  z-index:999999;
  background:#111;
  color:#fff;
  padding:12px 16px;
  border-radius:12px;
  display:flex;
  gap:10px;
  align-items:center;
  max-width:min(92vw, 520px);
}

.gsrh-hidden{display:none !important;}

.gsrh-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:1000000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.gsrh-modal-card{
  width:min(92vw, 480px);
  background:#fff;
  border-radius:18px;
  padding:20px;
  box-shadow:0 20px 80px rgba(0,0,0,.25);
}

.gsrh-modal-card input,
.gsrh-modal-card textarea,
.gsrh-modal-card select{
  width:100%;
  margin:8px 0;
  padding:10px 12px;
  border:1px solid #dcdcdc;
  border-radius:10px;
  box-sizing:border-box;
}

.gsrh-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:10px;
}

.gsrh-btn-primary,
.gsrh-btn-secondary{
  border:none;
  border-radius:10px;
  padding:10px 14px;
  cursor:pointer;
}

.gsrh-btn-primary{background:#8236fd;color:#fff;}
.gsrh-btn-secondary{background:#ececec;color:#111;}

#gsrh-pins{pointer-events:none;}

.gsrh-pin{
  position:fixed;
  transform:translate(-50%,-50%);
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  border:none;
  background:#8236fd;
  color:#fff;
  font-weight:900;
  z-index:999997;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  pointer-events:auto;
}

body.gsrh-review-mode * { cursor:crosshair !important; }
