/* MRPLEASE TOP VENTURES global Google reCAPTCHA styles - 2026-07-22 */
.grecaptcha-wrapper,
.mtp-recaptcha-widget,
.g-recaptcha{
  max-width:100%;
}
.grecaptcha-wrapper{
  width:100%;
  margin:16px auto;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:visible;
}
.grecaptcha-container,
.mtp-recaptcha-widget,
.g-recaptcha{
  min-height:78px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:visible;
}
.mtp-recaptcha-widget>div,
.g-recaptcha>div{
  max-width:100%;
}
.grecaptcha-message,
.grecaptcha-error,
.grecaptcha-loading,
.grecaptcha-success{
  margin:8px 0 0;
  font-size:.78rem;
  line-height:1.5;
  text-align:center;
}
.grecaptcha-message,
.grecaptcha-loading{
  color:#5e6d65;
}
.grecaptcha-error{
  color:#9f1d2c;
  font-weight:800;
}
.grecaptcha-success{
  color:#087247;
  font-weight:800;
}
.grecaptcha-hidden{
  display:none!important;
}
.mtp-human-gate{
  position:fixed;
  inset:0;
  z-index:7600;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(3,20,15,.92);
  transition:opacity .24s ease;
}
.mtp-human-gate.verified{
  opacity:0;
}
.mtp-human-gate-open .mtv-support-center,
.mtp-human-gate-open .auth-support{
  display:none!important;
}
.mtp-human-card{
  width:min(430px,100%);
  max-height:calc(100dvh - 28px);
  overflow:auto;
  padding:32px;
  background:#fff;
  color:#15231c;
  text-align:center;
  border-top:5px solid #087247;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  outline:0;
}
.mtp-human-card>img{
  width:64px;
  height:64px;
  object-fit:contain;
  margin:0 auto 12px;
}
.mtp-human-card h1{
  margin:5px 0 2px;
  color:#10261d;
  font-size:1.5rem;
  line-height:1.15;
}
.mtp-human-card>strong{
  display:block;
  color:#087247;
}
.mtp-human-card>p{
  color:#53645a;
}
.mtp-human-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.mtp-human-card button,
.mtp-human-card a.secondary{
  min-height:43px;
  padding:9px 18px;
  border:1px solid #087247;
  background:#fff;
  color:#087247;
  font:inherit;
  font-weight:850;
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.mtp-human-card button:focus-visible,
.mtp-human-card a.secondary:focus-visible,
.grecaptcha-wrapper:focus-within{
  outline:3px solid rgba(246,195,67,.85);
  outline-offset:3px;
}
.mtp-human-card small{
  display:block;
  margin-top:17px;
  color:#69766f;
  line-height:1.5;
}
.mtp-human-status{
  min-height:1.5em;
  color:#33443b;
  font-weight:700;
}
.admin-recaptcha-wrap{
  margin:14px 0;
}
.mtp-browser-check{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,44px);
  background:linear-gradient(180deg,#fff 0%,#f3fbf7 100%);
  color:#10231a;
  font-family:"Plus Jakarta Sans",Arial,sans-serif;
}
.mtp-browser-check[hidden]{
  display:none!important;
}
.mtp-browser-check__panel{
  width:min(100%,420px);
  text-align:center;
  outline:0;
}
.mtp-browser-check__loader{
  width:148px;
  height:148px;
  margin:0 auto 26px;
  position:relative;
  display:grid;
  place-items:center;
}
.mtp-browser-check__loader:before,
.mtp-browser-check__loader:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border:7px solid transparent;
}
.mtp-browser-check__loader:before{
  border-top-color:#087247;
  border-right-color:#087247;
  animation:mtpBrowserRing 1.05s cubic-bezier(.55,.05,.35,1) infinite;
}
.mtp-browser-check__loader:after{
  inset:14px;
  border-bottom-color:#14251c;
  border-left-color:#14251c;
  animation:mtpBrowserRingReverse 1.35s cubic-bezier(.55,.05,.35,1) infinite;
}
.mtp-browser-check__mark{
  position:relative;
  z-index:1;
  width:78px;
  height:78px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(8,114,71,.18);
  box-shadow:0 18px 45px rgba(8,114,71,.13);
  color:#087247;
  font-size:21px;
  font-weight:950;
  letter-spacing:.04em;
}
.mtp-browser-check__eyebrow{
  display:block;
  margin:0 0 8px;
  color:#087247;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mtp-browser-check h2{
  margin:0 0 10px;
  color:#10231a;
  font-size:clamp(25px,4vw,36px);
  line-height:1.12;
  font-weight:950;
}
.mtp-browser-check__status{
  min-height:1.6em;
  margin:0 auto;
  color:#425449;
  font-size:15px;
  line-height:1.55;
  font-weight:750;
}
.mtp-browser-check__message{
  margin:8px auto 0;
  max-width:390px;
  color:#52665a;
  line-height:1.6;
}
.mtp-browser-check__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:22px;
}
.mtp-browser-check__actions button,
.mtp-browser-check__actions a{
  min-height:44px;
  border-radius:6px;
  border:1px solid #087247;
  padding:9px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#087247;
  color:#fff;
  text-decoration:none;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}
.mtp-browser-check__actions a,
.mtp-browser-check__actions button.secondary{
  background:#fff;
  color:#087247;
}
.mtp-browser-check__actions button:focus-visible,
.mtp-browser-check__actions a:focus-visible{
  outline:3px solid rgba(246,195,67,.9);
  outline-offset:3px;
}
.mtp-browser-check.is-failed{
  background:#fff;
}
.mtp-browser-check.is-failed .mtp-browser-check__loader:before,
.mtp-browser-check.is-failed .mtp-browser-check__loader:after{
  animation:none;
  border-color:#dfe8e3;
}
.mtp-browser-check.is-failed .mtp-browser-check__mark{
  color:#9f1d2c;
}
.mtp-browser-check-open .mtv-support-center,
.mtp-browser-check-open .auth-support,
.mtp-browser-check-open .mtp-notification-banner-slot,
.mtp-browser-check-open [data-mtp-notification-banner],
.mtp-browser-check-open .mobile-menu,
.mtp-browser-check-open .mega-dropdown{
  visibility:hidden!important;
  pointer-events:none!important;
}
.mtp-recaptcha-challenge{
  position:fixed;
  inset:0;
  z-index:12080;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(5,20,14,.74);
}
.mtp-recaptcha-challenge__card{
  width:min(100%,390px);
  padding:28px 20px;
  text-align:center;
  background:#fff;
  color:#10231a;
  border:1px solid #dfe8e3;
  border-radius:8px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  outline:0;
}
.mtp-recaptcha-challenge__card h2{
  margin:0 0 8px;
  color:#10231a;
  font-size:22px;
  line-height:1.2;
}
.mtp-recaptcha-challenge__card p{
  margin:0 0 14px;
  color:#52665a;
  line-height:1.55;
}
.mtp-recaptcha-challenge__status{
  min-height:1.5em;
  margin:10px 0 0;
  color:#33443b;
  font-size:13px;
  font-weight:800;
}
.mtp-recaptcha-google-challenge-open .mtp-recaptcha-challenge,
.mtp-recaptcha-google-challenge-open .mtp-human-gate{
  background:rgba(5,20,14,.38);
  pointer-events:none;
}
.mtp-recaptcha-google-challenge-open .mtp-recaptcha-challenge__card,
.mtp-recaptcha-google-challenge-open .mtp-human-card{
  opacity:0;
  transform:translateY(-8px) scale(.98);
  pointer-events:none;
  transition:opacity .12s ease,transform .12s ease;
}
@keyframes mtpBrowserRing{
  to{transform:rotate(360deg)}
}
@keyframes mtpBrowserRingReverse{
  to{transform:rotate(-360deg)}
}
@media(max-width:600px){
  .mtp-human-card{
    padding:25px 16px;
  }
  .mtp-browser-check__loader{
    width:124px;
    height:124px;
    margin-bottom:22px;
  }
  .mtp-browser-check__mark{
    width:66px;
    height:66px;
    font-size:18px;
  }
  .grecaptcha-wrapper,
  .mtp-recaptcha-widget,
  .g-recaptcha{
    transform-origin:center;
  }
  .mtp-recaptcha-widget iframe,
  .g-recaptcha iframe{
    max-width:100%;
  }
}
@media(max-width:360px){
  .grecaptcha-wrapper{
    min-height:74px;
    overflow:visible;
  }
  .mtp-recaptcha-widget,
  .g-recaptcha{
    transform:scale(.92);
    height:74px;
    margin-left:-8px;
    margin-right:-8px;
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-human-gate,
  .mtp-browser-check,
  .mtp-browser-check__loader:before,
  .mtp-browser-check__loader:after{
    transition:none!important;
    animation:none!important;
  }
}
