.elementor-702 .elementor-element.elementor-element-a970fb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-702 .dialog-message{width:373px;height:455px;align-items:flex-start;}#elementor-popup-modal-702{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-702 .dialog-close-button{display:flex;}#elementor-popup-modal-702 .dialog-widget-content{animation-duration:1.2s;background-color:#38383800;}#elementor-popup-modal-702 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-702 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-a970fb7 *//* ===============================
   LOGIN – CARD GLASSMORPHISM
================================ */

/* CARD PRINCIPAL */
.tfx-login-card {
  width: 100%;
  max-width: 360px;
  min-height: 415px;
  margin: 0 auto;

  /* GLASSMORPHISM */
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.10);



  /* CENTRALIZA CONTEÚDO */
  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
}

/* ===============================
   LOGIN – NETFLIX STYLE (FORM)
================================ */

#teteuflix-login-form {
  width: 100%;
  max-width: 360px;
  padding: 48px 40px 44px;

  display: flex;
  flex-direction: column;
  gap: 18px;

  border-radius: 20px;
}

/* TÍTULO */
#teteuflix-login-form::before {
  content: "Entrar na TETEUFLIX";
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #ffffff;
}

/* SUBTÍTULO */
#teteuflix-login-form::after {
  content: "Acesse sua conta para continuar";
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.65);
}

/* INPUTS */
#teteuflix-login-form input {
  height: 48px;
  padding: 0 14px;

  background: #111;
  border: 1px solid #333;
  border-radius: 8px;

  color: #fff;
  font-size: 14px;
}

#teteuflix-login-form input::placeholder {
  color: rgba(255,255,255,0.45);
}

#teteuflix-login-form input:focus {
  outline: none;
  border-color: #e50914;
  background: #000;
}

/* BOTÃO */
#teteuflix-login-form button {
  margin-top: 8px;
  height: 48px;

  background: #e50914;
  border: none;
  border-radius: 8px;

  color: #fff;
  font-size: 15px;
  font-weight: 600;

  cursor: pointer;
}

#teteuflix-login-form button:hover {
  background: #f6121d;
}

/* MENSAGEM */
.teteuflix-message {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  text-align: center;
}

/* ===============================
   LOGIN – ESTADO LOGADO
================================ */

.tfx-login-logged-card {
  width: 100%;
  max-width: 320px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 12px;
  text-align: center;
}

/* AVATAR */
.tfx-login-avatar {
  position: relative;
}

.tfx-login-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
  background: #222;
}

/* BADGE */
.tfx-login-badge {
  position: absolute;
  top: -8px;
  right: -8px;

  background: #1ed760;
  color: #000;
  font-size: 11px;
  font-weight: 600;

  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

/* NOME */
.tfx-login-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

/* CTA */
.tfx-login-cta {
  margin-top: 8px;

  display: inline-block;
  width: 100%;

  padding: 12px 0;
  border-radius: 10px;

  background: #e50914;
  color: #ffffff;
  text-decoration: none;

  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.tfx-login-cta:hover {
  background: #f6121d;
}
.tfx-login-cta-mentoria {
  margin-top: 10px;
  background: linear-gradient(135deg, #8b0000, #e50914);
  box-shadow: 0 0 18px rgba(229,9,20,0.55);
  animation: tfxPulse 2s infinite;
}

@keyframes tfxPulse {
  0%   { box-shadow: 0 0 12px rgba(229,9,20,0.4); }
  50%  { box-shadow: 0 0 26px rgba(229,9,20,0.9); }
  100% { box-shadow: 0 0 12px rgba(229,9,20,0.4); }
}/* End custom CSS */