/* 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;
  }
}


/* V72 inline authentication and public-search reCAPTCHA */
.mtp-auth-form .mtp-signup-recaptcha,
.mtp-name-search-form .mtp-signup-recaptcha{
  width:100%;
  margin:4px 0 2px;
  padding:12px;
  border:1px solid #d8e5de;
  border-radius:6px;
  background:#f8fbf9;
  box-shadow:0 1px 0 rgba(16,36,27,.03);
}
.mtp-auth-form .mtp-signup-recaptcha__heading,
.mtp-name-search-form .mtp-signup-recaptcha__heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
  color:#173428;
  font-size:12px;
  font-weight:850;
  line-height:1.35;
}
.mtp-auth-form .mtp-signup-recaptcha__heading::after,
.mtp-name-search-form .mtp-signup-recaptcha__heading::after{
  content:"Protected by Google reCAPTCHA";
  color:#66766e;
  font-size:10.5px;
  font-weight:700;
}
.mtp-auth-form .mtp-signup-recaptcha__widget,
.mtp-name-search-form .mtp-signup-recaptcha__widget,
.mtp-auth-form .grecaptcha-wrapper,
.mtp-name-search-form .grecaptcha-wrapper{
  width:100%;
  min-width:0;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
}
.mtp-auth-form .mtp-recaptcha-widget,
.mtp-name-search-form .mtp-recaptcha-widget{
  max-width:100%;
}
.mtp-auth-form .mtp-recaptcha-widget[data-mtp-recaptcha-state="verified"],
.mtp-name-search-form .mtp-recaptcha-widget[data-mtp-recaptcha-state="verified"]{
  outline:2px solid rgba(8,122,69,.18);
  outline-offset:3px;
}
.mtp-auth-form .mtp-recaptcha-widget[data-mtp-recaptcha-state="error"],
.mtp-name-search-form .mtp-recaptcha-widget[data-mtp-recaptcha-state="error"]{
  outline:2px solid rgba(198,40,40,.20);
  outline-offset:3px;
}
.mtp-auth-form .mtp-signup-recaptcha__status,
.mtp-name-search-form .mtp-signup-recaptcha__status{
  min-height:18px;
  margin:7px 0 0;
  color:#5a6a62;
  font-size:11.5px;
  font-weight:700;
  line-height:1.45;
}
.mtp-auth-form .mtp-signup-recaptcha__status.is-success,
.mtp-name-search-form .mtp-signup-recaptcha__status.is-success{color:#087a45;}
.mtp-auth-form .mtp-signup-recaptcha__status.is-error,
.mtp-name-search-form .mtp-signup-recaptcha__status.is-error{color:#c62828;}
@media(max-width:390px){
  .mtp-auth-form .mtp-signup-recaptcha,
  .mtp-name-search-form .mtp-signup-recaptcha{padding:10px 8px;overflow:hidden;}
  .mtp-auth-form .grecaptcha-wrapper,
  .mtp-name-search-form .grecaptcha-wrapper{transform-origin:left top;}
  .mtp-auth-form .mtp-recaptcha-widget,
  .mtp-name-search-form .mtp-recaptcha-widget{transform-origin:left top;}
}


/* ================================================================
   V73 — inline embedded Google reCAPTCHA / auth-aligned visual layer
   ================================================================ */
.mtp-signup-recaptcha,
.mtp-inline-recaptcha,
[data-mtp-inline-recaptcha]{
  --mtp-recaptcha-green:#087a43;
  --mtp-recaptcha-green-dark:#045b31;
  --mtp-recaptcha-soft:#eef8f2;
  --mtp-recaptcha-line:#d9e5de;
  --mtp-recaptcha-ink:#13251c;
  --mtp-recaptcha-muted:#66766d;
  width:100%;
  margin:14px 0!important;
  padding:13px!important;
  border:1px solid var(--mtp-recaptcha-line)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#fbfdfc 0%,var(--mtp-recaptcha-soft) 100%)!important;
  box-shadow:0 8px 24px rgba(5,45,30,.055)!important;
}
.mtp-signup-recaptcha__heading,
.mtp-recaptcha-inline-heading{
  min-height:34px;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 9px!important;
  color:var(--mtp-recaptcha-ink)!important;
}
.mtp-signup-recaptcha__heading>i,
.mtp-signup-recaptcha__heading>svg,
.mtp-recaptcha-inline-heading>i,
.mtp-recaptcha-inline-heading>svg{
  width:28px!important;
  height:28px!important;
  padding:6px!important;
  flex:0 0 28px!important;
  border-radius:9px!important;
  background:#dcf3e6!important;
  color:var(--mtp-recaptcha-green)!important;
}
.mtp-signup-recaptcha__heading span{min-width:0;display:grid;gap:1px;}
.mtp-signup-recaptcha__heading strong{font-size:12.5px!important;font-weight:850!important;line-height:1.2!important;color:var(--mtp-recaptcha-ink)!important;}
.mtp-signup-recaptcha__heading small{font-size:10px!important;line-height:1.35!important;color:var(--mtp-recaptcha-muted)!important;}
.mtp-signup-recaptcha__heading::after{
  content:"INLINE";
  margin-left:auto;
  padding:4px 7px;
  border:1px solid #c7e6d5;
  border-radius:999px;
  background:#fff;
  color:var(--mtp-recaptcha-green-dark);
  font-size:8px;
  font-weight:900;
  letter-spacing:.07em;
}
.mtp-signup-recaptcha :is(.grecaptcha-wrapper,.mtp-recaptcha-widget,.g-recaptcha),
.mtp-inline-recaptcha :is(.grecaptcha-wrapper,.mtp-recaptcha-widget,.g-recaptcha){
  width:100%!important;
}
.mtp-signup-recaptcha .grecaptcha-wrapper,
.mtp-inline-recaptcha .grecaptcha-wrapper{
  min-height:88px!important;
  margin:0!important;
  padding:5px!important;
  border:1px solid #e0e9e3!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(8,122,67,.02)!important;
}
.mtp-signup-recaptcha .mtp-recaptcha-widget,
.mtp-inline-recaptcha .mtp-recaptcha-widget{
  margin:0 auto!important;
  min-height:78px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.mtp-recaptcha-widget[data-mtp-recaptcha-state="loading"]{opacity:.72;}
.mtp-recaptcha-widget[data-mtp-recaptcha-state="ready"]{opacity:1;}
.mtp-recaptcha-widget[data-mtp-recaptcha-state="verified"]{outline:2px solid rgba(8,122,67,.15);outline-offset:2px;}
.mtp-recaptcha-widget[data-mtp-recaptcha-state="error"]{outline:2px solid rgba(180,35,24,.18);outline-offset:2px;}
.mtp-signup-recaptcha :is(.grecaptcha-message,.grecaptcha-error,.grecaptcha-loading,.grecaptcha-success){
  margin:8px 0 0!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
@media(max-width:380px){
  .mtp-signup-recaptcha,.mtp-inline-recaptcha,[data-mtp-inline-recaptcha]{padding:9px!important;border-radius:12px!important;}
  .mtp-signup-recaptcha .grecaptcha-wrapper,.mtp-inline-recaptcha .grecaptcha-wrapper{justify-content:flex-start!important;overflow-x:auto!important;}
}

/* V74 auth-modal reCAPTCHA: compact, stateful and iframe-safe. */
.mtp-auth-modal .mtp-signup-recaptcha,
.mtp-name-search-modal .mtp-signup-recaptcha{
  margin:10px 0!important;
  padding:11px!important;
  border-radius:11px!important;
  border-color:#ccddd3!important;
  background:#f7fbf8!important;
  box-shadow:none!important;
}
.mtp-auth-modal .mtp-signup-recaptcha__heading::after,
.mtp-name-search-modal .mtp-signup-recaptcha__heading::after{
  content:"Google security"!important;
  padding:3px 7px!important;
  border:1px solid #c6dfd0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#35604b!important;
  font-size:8px!important;
  letter-spacing:.04em!important;
}
.mtp-auth-modal .grecaptcha-wrapper,
.mtp-name-search-modal .grecaptcha-wrapper{
  min-height:82px!important;
  padding:2px!important;
  overflow:hidden!important;
  border:1px solid #dde8e1!important;
  border-radius:9px!important;
  background:#fff!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
.mtp-auth-modal .grecaptcha-wrapper[data-mtp-recaptcha-state="loading"],
.mtp-name-search-modal .grecaptcha-wrapper[data-mtp-recaptcha-state="loading"]{background:linear-gradient(100deg,#f5f8f6,#fff,#f5f8f6)!important;background-size:220% 100%!important;animation:mtpRecaptchaV74Loading 1.35s linear infinite!important}
.mtp-auth-modal .grecaptcha-wrapper.is-verified,
.mtp-name-search-modal .grecaptcha-wrapper.is-verified{border-color:#28a565!important;background:#f1fbf5!important;box-shadow:0 0 0 3px rgba(40,165,101,.1)!important}
.mtp-auth-modal .grecaptcha-wrapper.is-error,
.mtp-name-search-modal .grecaptcha-wrapper.is-error{border-color:#cf3b3b!important;background:#fff6f6!important;box-shadow:0 0 0 3px rgba(207,59,59,.08)!important}
@keyframes mtpRecaptchaV74Loading{to{background-position:-220% 0}}
@media(max-width:350px){.mtp-auth-modal .grecaptcha-wrapper,.mtp-name-search-modal .grecaptcha-wrapper{overflow:hidden!important}.mtp-auth-modal .mtp-recaptcha-widget,.mtp-name-search-modal .mtp-recaptcha-widget{transform:scale(.88)!important;transform-origin:left top!important;width:345px!important}}
@media(prefers-reduced-motion:reduce){.mtp-auth-modal .grecaptcha-wrapper[data-mtp-recaptcha-state="loading"],.mtp-name-search-modal .grecaptcha-wrapper[data-mtp-recaptcha-state="loading"]{animation:none!important}}
