/* Cookpit System — V11.66 Tela de Acesso Comercial */
.auth-activate-hint-v1166{
  margin:8px 0 0;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.45;
  text-align:center;
}
.auth-commercial-cta-v1166{
  position:relative;
  overflow:hidden;
  margin:18px 0 14px;
  padding:14px;
  border:1px solid rgba(94,255,13,.24);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(94,255,13,.10),rgba(166,77,255,.14),rgba(255,255,255,.035));
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  box-shadow:0 14px 50px rgba(94,255,13,.08);
}
.auth-commercial-cta-v1166:before{
  content:"";
  position:absolute;
  inset:-80% auto -80% -50%;
  width:42%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  animation:dhAuthCtaSweep1166 4.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes dhAuthCtaSweep1166{
  0%,55%{left:-55%;opacity:0}
  68%{opacity:1}
  100%{left:115%;opacity:0}
}
.auth-commercial-cta-v1166 strong,
.auth-commercial-cta-v1166 span{
  display:block;
  position:relative;
  z-index:1;
}
.auth-commercial-cta-v1166 strong{
  color:#fff;
  font-weight:900;
  font-size:14px;
  margin-bottom:3px;
}
.auth-commercial-cta-v1166 span{
  color:rgba(255,255,255,.62);
  font-size:12.5px;
  line-height:1.35;
}
.auth-commercial-cta-v1166 a{
  position:relative;
  z-index:1;
  text-decoration:none;
  color:#0b0b0b!important;
  background:var(--green,#5eff0d);
  border-radius:16px;
  padding:12px 15px;
  font-weight:950;
  font-size:13px;
  white-space:nowrap;
  box-shadow:0 0 0 1px rgba(255,255,255,.20) inset,0 10px 24px rgba(94,255,13,.22);
}
.access-blocked-box .access-blocked-title,
.access-blocked-box .access-blocked-message,
.access-blocked-box .access-blocked-meta{
  white-space:normal;
}
@media(max-width:560px){
  .auth-commercial-cta-v1166{
    grid-template-columns:1fr;
    text-align:center;
  }
  .auth-commercial-cta-v1166 a{
    width:100%;
    box-sizing:border-box;
  }
}
