.turnstile-shell{
  width:100%;
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:14px 0 16px;
  padding:8px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#0e1512;
}
.turnstile-shell[data-state="verified"]{border-color:rgba(32,214,183,.55)}
.turnstile-shell[data-state="error"],
.turnstile-shell[data-state="expired"]{border-color:rgba(216,92,92,.72)}
.turnstile-shell>div,.turnstile-shell iframe{max-width:100%!important}
html[data-theme="light"] .turnstile-shell{
  background:#f6f8f7;
  border-color:rgba(10,23,18,.16);
}
@media(max-width:420px){
  .turnstile-shell{padding:5px;margin-block:12px 14px}
}

/* V31.3 portal-specific Turnstile fit */
.login-card .portal-turnstile{
  margin:12px 0 14px;
  min-height:78px;
  overflow:visible;
  background:color-mix(in srgb,var(--panel,#0b1118) 92%,transparent);
}
.login-card .portal-turnstile>div,
.login-card .portal-turnstile iframe{
  width:100%!important;
  max-width:100%!important;
}
html[data-theme="light"] .login-card .portal-turnstile{
  background:#f8fafc;
}
