
.rp168maw-mini{
  position:fixed; right:14px; bottom:154px; z-index:2147482000;
  width:58px; height:58px; padding:0; border:0; border-radius:50%;
  background:transparent; box-shadow:0 6px 18px rgba(0,0,0,.22);
  display:none; overflow:hidden; cursor:pointer;
}
.rp168maw-mini.show{display:block}
.rp168maw-mini img{width:58px;height:58px;display:block;object-fit:cover;border-radius:50%}

.rp168maw-wa-fab{
  position:fixed;right:14px;bottom:86px;z-index:2147481900;
  width:58px;height:58px;border:0;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#25D366;color:#fff;cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.rp168maw-wa-fab svg{width:34px;height:34px}

.rp168maw-modal{
  position:fixed;inset:0;z-index:2147483000;display:none;
  align-items:center;justify-content:center;padding:18px;
  background:rgba(18,25,32,.58);backdrop-filter:blur(3px);
}
.rp168maw-modal.is-open{display:flex}
.rp168maw-card{
  position:relative;width:min(430px,94vw);max-height:88vh;overflow:auto;
  background:#fff;border-radius:22px;padding:24px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);color:#202124;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.rp168maw-card h3{margin:0 36px 8px 0;font-size:22px}
.rp168maw-card p{color:#5f6368;line-height:1.5}
.rp168maw-card label{display:block;font-weight:700;margin:12px 0 6px}
.rp168maw-card input,.rp168maw-card textarea{
  width:100%;box-sizing:border-box;border:1px solid #d7dce1;border-radius:12px;padding:11px 12px;font:inherit;
}
.rp168maw-close{
  position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;
  background:#f1f3f4;font-size:22px;cursor:pointer;
}
.rp168maw-send{
  width:100%;border:0;border-radius:999px;background:#25D366;color:#fff;
  padding:13px 18px;font-size:16px;font-weight:800;cursor:pointer;margin-top:16px;
}
@media(min-width:701px){
  .rp168maw-mini{display:none!important}
}
