/* =========================
   LOGIN LAZUEDU — LIGHT + ROXO
   ========================= */

body.lazu-login-page--light{
  --lazu-purple: #6311c2;
  --bg: #ffffff;
  --card: #ffffff;
  --border: rgba(18,18,18,.10);
  --text: rgba(12,12,16,.92);
  --muted: rgba(12,12,16,.62);

  background:
    radial-gradient(900px 520px at 20% 10%, rgba(99,17,194,.14), transparent 60%),
    radial-gradient(700px 480px at 85% 25%, rgba(99,17,194,.10), transparent 55%),
    var(--bg);

  color: var(--text);
}

/* Container */
.lazu-login{
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
}

/* Card */
.lazu-login__card{
  width: min(420px, 100%);
  padding: 26px 22px 22px;
  border-radius: 22px;

  background: var(--card);
  border: 1px solid var(--border);
  box-shadow:
    0 16px 50px rgba(0,0,0,.10);

  position: relative;
}

/* Logo */
.lazu-login__logo{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  text-decoration: none;
}
.lazu-login__logo img{
  height: 18px;
  width: auto;
  display: block;
}

/* Titles */
.lazu-login__title{
  margin: 0 0 4px;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.3px;
}
.lazu-login__subtitle{
  margin: 0 0 18px;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--muted);
}

/* Alert */
.lazu-alert{
  border-radius: 16px;
  padding: 12px 12px;
  margin: 0 0 14px;
  font-family: 'Gilroy', sans-serif;
}
.lazu-alert__title{
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 2px;
}
.lazu-alert__desc{
  font-weight: 600;
  font-size: 12px;
  opacity: .9;
}
.lazu-alert--error{
  background: rgba(239,68,68,.10);
  border: 1px solid rgba(239,68,68,.25);
  color: rgba(140, 16, 16, .95);
}

/* WP form cleanup */
body.lazu-login-page--light #loginform{
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.lazu-login-page--light #loginform p{ margin: 0 0 12px; }
body.lazu-login-page--light #loginform label{
  display: block;
  margin: 0 0 8px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .2px;
  color: rgba(12,12,16,.80);
}

/* Inputs */
body.lazu-login-page--light #loginform input[type="text"],
body.lazu-login-page--light #loginform input[type="password"]{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;

  border: 1px solid rgba(12,12,16,.14);
  background: rgba(12,12,16,.03);
  color: rgba(12,12,16,.92);

  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 14px;

  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background .15s ease;
}

body.lazu-login-page--light #loginform input[type="text"]:focus,
body.lazu-login-page--light #loginform input[type="password"]:focus{
  border-color: var(--lazu-purple);
  box-shadow: 0 0 0 3px rgba(99,17,194,.18);
  background: rgba(99,17,194,.04);
  transform: translateY(-1px);
}

/* Error state per field */
body.lazu-login-page--light #loginform input.is-error{
  border-color: rgba(239,68,68,.65) !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,.12) !important;
  background: rgba(239,68,68,.04) !important;
}

.lazu-field-hint{
  margin-top: 6px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgba(160, 12, 12, .95);
}

/* Password wrapper + button */
.lazu-passwrap{
  position: relative;
}
.lazu-passbtn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  border: 0;
  background: transparent;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 10px;
  border-radius: 999px;

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 12px;

  color: rgba(12,12,16,.70);
  transition: background .15s ease, transform .15s ease, color .15s ease;
}

.lazu-passbtn:hover{
  background: rgba(12,12,16,.06);
  color: rgba(12,12,16,.92);
  transform: translateY(-50%) scale(1.01);
}

.lazu-passbtn__icon{
  font-size: 14px;
  line-height: 1;
}
.lazu-passbtn__text{
  line-height: 1;
}

/* Remember */
body.lazu-login-page--light #loginform p.forgetmenot{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 14px;
}
body.lazu-login-page--light #loginform p.forgetmenot label{
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: rgba(12,12,16,.62);
}
body.lazu-login-page--light #loginform input[type="checkbox"]{
  width: 16px;
  height: 16px;
}

/* Submit */
body.lazu-login-page--light #loginform #wp-submit{
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: var(--lazu-purple);
  color: #fff;

  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 14px;

  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;

  box-shadow: 0 14px 34px rgba(99,17,194,.25);
}

body.lazu-login-page--light #loginform #wp-submit:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* Links */
.lazu-login__links{
  margin-top: 14px;
  text-align: center;
}
.lazu-login__links a{
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: rgba(12,12,16,.62);
  text-decoration: none;
}
.lazu-login__links a:hover{
  color: rgba(12,12,16,.92);
  text-decoration: underline;
}
/* =========================
   LOGIN — LOADER + OLHO SVG + CHECKBOX ROXO
   ========================= */

/* Botão do olho */
.lazu-passwrap { position: relative; }

.lazu-passbtn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 38px;
  height: 38px;
  padding: 0;

  border: 0;
  background: transparent;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
}

.lazu-passbtn:hover{
  background: rgba(12,12,16,.06);
  transform: translateY(-50%) scale(1.02);
}

.lazu-passbtn__img{
  width: 18px;
  height: 18px;
  display: block;
  opacity: .75;
  transition: opacity .15s ease;
}

.lazu-passbtn:hover .lazu-passbtn__img{ opacity: .95; }

/* Dá espaço no input pra não ficar por baixo do olho */
body.lazu-login-page--light #loginform input[type="password"]{
  padding-right: 52px;
}

/* Loader no submit (spinner dentro do botão) */
body.lazu-login-page--light #loginform #wp-submit.is-loading{
  position: relative;
  color: transparent !important;     /* esconde texto */
  cursor: default;
  opacity: .92;
}

body.lazu-login-page--light #loginform #wp-submit.is-loading::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;

  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.55);
  border-top-color: rgba(255,255,255,1);

  animation: lazuSpin .8s linear infinite;
}

@keyframes lazuSpin{
  to { transform: rotate(360deg); }
}

/* Checkbox circular roxo (Manter conectado) */
body.lazu-login-page--light #loginform input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px; /* circular */
  border: 2px solid rgba(99,17,194,.55);
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

body.lazu-login-page--light #loginform input[type="checkbox"]::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .12s ease;
  background: #fff;
}

body.lazu-login-page--light #loginform input[type="checkbox"]:checked{
  background: #6311c2;
  border-color: #6311c2;
  box-shadow: 0 0 0 3px rgba(99,17,194,.15);
}

body.lazu-login-page--light #loginform input[type="checkbox"]:checked::before{
  transform: scale(1);
}
/* =========================
   PASSO 2 — A11Y + SHAKE + REALCE DE ERRO
   ========================= */

/* Shake suave (app-like) */
@keyframes lazuShake {
  0%   { transform: translateX(0); }
  15%  { transform: translateX(-6px); }
  30%  { transform: translateX(6px); }
  45%  { transform: translateX(-4px); }
  60%  { transform: translateX(4px); }
  75%  { transform: translateX(-2px); }
  90%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

/* Quando tiver erro */
.lazu-login__card.has-error {
  border-color: rgba(239,68,68,.30) !important;
  box-shadow:
    0 16px 50px rgba(0,0,0,.10),
    0 0 0 4px rgba(239,68,68,.10);
}

/* Dispara shake */
.lazu-login__card.has-error.is-shaking {
  animation: lazuShake .38s ease;
}

/* Deixa o alerta “mais premium” (claro + elegante) */
.lazu-alert--error {
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.22);
  color: rgba(140, 16, 16, .95);
}

/* (Opcional) diminuir contraste do texto do erro pra ficar fino */
.lazu-alert--error .lazu-alert__desc {
  opacity: .95;
}
/* =========================
   PASSO 3 — CAPS LOCK + VALIDAÇÃO INSTANTÂNEA
   ========================= */

.lazu-caps {
  position: absolute;
  right: 54px;            /* deixa espaço pro botão do olho */
  top: 50%;
  transform: translateY(-50%);

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(99,17,194,.10);
  border: 1px solid rgba(99,17,194,.22);
  color: rgba(99,17,194,.95);

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .2px;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
}

.lazu-caps.is-on {
  opacity: 1;
  transform: translateY(-50%) translateY(-1px);
}

/* No mobile, fica mais compacta */
@media (max-width: 480px) {
  .lazu-caps {
    font-size: 10px;
    padding: 5px 9px;
    right: 52px;
  }
}
/* =========================
   LOGO — FLOAT SUAVE (APP-LIKE)
   ========================= */

@keyframes lazuFloat {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-4px) scale(1.015); }
  100% { transform: translateY(0) scale(1); }
}

.lazu-login__logo img {
  animation: lazuFloat 4.5s ease-in-out infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .lazu-login__logo img {
    animation: none;
  }
}

.lazu-login__logo img {
    filter: drop-shadow(0 8px 18px rgba(99,17,194,.18));
    border-radius: 0;
}
/* =========================
   FUNDO ROXO FORTE (LOGIN)
   com animação + depth
   ========================= */

.lazu-login-page--light{
  --lazu-purple: #6311c2;

  min-height: 100vh;

  /* roxo forte base */
  background-color: var(--lazu-purple);

  /* manchas mais claras por cima (depth) */
  background-image:
    radial-gradient(820px 520px at 12% 10%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(620px 420px at 88% 18%, rgba(255,255,255,.12), transparent 62%),
    radial-gradient(520px 360px at 52% 92%, rgba(0,0,0,.14), transparent 60%);

  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: lazuBgMove 20s ease-in-out infinite alternate;
}

@keyframes lazuBgMove{
  0%   { background-position: 0% 0%, 100% 0%, 50% 100%; }
  100% { background-position: 6% 5%, 94% 9%, 52% 96%; }
}

/* Noise premium por cima (mantém o que fizemos, mas calibrado p/ roxo forte) */
.lazu-login-page--light::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.030) 0px,
      rgba(255,255,255,.030) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,.020) 0px,
      rgba(0,0,0,.020) 1px,
      transparent 1px,
      transparent 3px
    );

  opacity: .35;
  mix-blend-mode: soft-light;
}

/* conteúdo acima do noise */
.lazu-login,
.lazu-login__logo,
.lazu-login__card{ position: relative; z-index: 1; }

/* acessibilidade */
@media (prefers-reduced-motion: reduce){
  .lazu-login-page--light{ animation: none; }
}


/* =========================
   LOGO FORA DO CARD
   ========================= */

.lazu-login {
  gap: 14px;             /* cria espaço entre logo e card */
}

/* Logo fora: central, com respiro */
.lazu-login__logo--outside{
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 2px;
}

.lazu-login__logo--outside img{
  height: 20px;          /* um pouco maior fora do card */
  width: auto;
  display: block;
}
/* =========================
   LOGIN — PACOTE C (Premium)
   1) Linha gradiente no topo do card
   2) Glass sutil no card
   3) Noise leve no fundo
   ========================= */

/* 3) Noise MUITO leve por cima do fundo (sem imagem externa) */
.lazu-login-page--light::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  /* noise via repeating gradients (bem leve) */
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,.018) 0px,
      rgba(0,0,0,.018) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,.012) 0px,
      rgba(0,0,0,.012) 1px,
      transparent 1px,
      transparent 3px
    );

  opacity: .35; /* ajuste fino */
  mix-blend-mode: soft-light;
}

/* garantir que conteúdo fique acima do noise */
.lazu-login,
.lazu-login__logo,
.lazu-login__card{
  position: relative;
  z-index: 1;
}

/* 2) Glass sutil no card */
.lazu-login__card{
  background: rgba(247,247,247) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(99,17,194,.10) !important;

  box-shadow:
    0 18px 60px rgba(0,0,0,.12),
    0 1px 0 rgba(255,255,255,.55) inset;
}

/* 1) Linha gradiente no topo do card (brand) */
.lazu-login__card::before{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  height: 3px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    rgba(99,17,194,0) 0%,
    rgba(99,17,194,.65) 20%,
    rgba(99,17,194,.95) 50%,
    rgba(99,17,194,.65) 80%,
    rgba(99,17,194,0) 100%
  );

  opacity: .9;
}

/* Ajuste de respiro por causa da linha no topo */
.lazu-login__title{
  margin-top: 10px !important;
}

/* Opcional: hover micro premium no card */
.lazu-login__card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lazu-login__card:hover{
  transform: translateY(-1px);
  box-shadow:
    0 22px 70px rgba(0,0,0,.14),
    0 1px 0 rgba(255,255,255,.60) inset;
  border-color: rgba(99,17,194,.14) !important;
}

/* Acessibilidade: menos movimento */
@media (prefers-reduced-motion: reduce){
  .lazu-login__card{ transition: none; }
  .lazu-login__card:hover{ transform: none; }
}

/* Logo acima do card — mais perto */
.lazu-login{
  gap: 6px;                 /* antes estava grande */
  padding-top: 10px;        /* dá um respiro no topo */
}

.lazu-login__logo--outside{
  margin-bottom: -4px;      /* aproxima do card (puxe para baixo) */
}

.lazu-login__logo--outside img{
  height: 20px;
}
.lazu-login__card{
  background: rgba(247,247,247) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}
/* =========================
   ÍCONES DENTRO DOS INPUTS
   ========================= */

.lazu-inputwrap{
  position: relative;
}

.lazu-inputicon{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: .75;
  pointer-events: none;
  filter: none; /* mantém o SVG como está */
}

/* espaço pro ícone */
body.lazu-login-page--light #loginform input[type="text"],
body.lazu-login-page--light #loginform input[type="password"]{
  padding-left: 44px !important;
}

/* =========================================================
   LAZU LOGIN — CSS CONSOLIDADO (produção)
   Página: /login  (body: .lazu-login-page--light)
   ========================================================= */

body.lazu-login-page--light{
  --lazu-purple: #6311c2;
  --lazu-text: #111;
  --lazu-muted: rgba(17,17,17,.68);
  --lazu-border: rgba(17,17,17,.10);
  --lazu-card: rgba(255,255,255,.88);

  min-height: 100vh;
}

/* =========================
   FUNDO ROXO FORTE + ANIMAÇÃO
   ========================= */
body.lazu-login-page--light{
  background-color: var(--lazu-purple);

  /* depth com manchas claras e sombra suave */
  background-image:
    radial-gradient(820px 520px at 12% 10%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(620px 420px at 88% 18%, rgba(255,255,255,.12), transparent 62%),
    radial-gradient(520px 360px at 52% 92%, rgba(0,0,0,.14), transparent 60%);

  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: lazuBgMove 20s ease-in-out infinite alternate;
}

@keyframes lazuBgMove{
  0%   { background-position: 0% 0%, 100% 0%, 50% 100%; }
  100% { background-position: 6% 5%, 94% 9%, 52% 96%; }
}

/* Noise premium por cima */
body.lazu-login-page--light::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.030) 0px,
      rgba(255,255,255,.030) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,.020) 0px,
      rgba(0,0,0,.020) 1px,
      transparent 1px,
      transparent 3px
    );

  opacity: .35;
  mix-blend-mode: soft-light;
}

/* conteúdo acima do noise */
.lazu-login,
.lazu-login__logo,
.lazu-login__card{
  position: relative;
  z-index: 1;
}

/* Acessibilidade: reduzir movimento */
@media (prefers-reduced-motion: reduce){
  body.lazu-login-page--light{ animation: none; }
}

/* =========================
   LAYOUT / ESPAÇAMENTO
   ========================= */
.lazu-login{
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px 16px 24px;
  gap: 6px; /* logo mais perto do card */
}

/* =========================
   LOGO FORA DO CARD + FLOAT
   ========================= */
.lazu-login__logo--outside{
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-bottom: -4px; /* aproxima do card */
}

.lazu-login__logo--outside img{
  height: 20px;
  width: auto;
  display: block;
  will-change: transform;
  animation: lazuFloat 4.5s ease-in-out infinite;
}

@keyframes lazuFloat{
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-4px) scale(1.015); }
  100% { transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .lazu-login__logo--outside img{ animation: none; }
}

/* =========================
   CARD (GLASS) + BRAND LINE
   ========================= */
.lazu-login__card{
  width: min(420px, 100%);
  padding: 22px 22px 18px;
  border-radius: 18px;

  background: var(--lazu-card) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,.22) !important;

  box-shadow:
    0 18px 60px rgba(0,0,0,.16),
    0 1px 0 rgba(255,255,255,.60) inset;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lazu-login__card:hover{
  transform: translateY(-1px);
  box-shadow:
    0 22px 70px rgba(0,0,0,.18),
    0 1px 0 rgba(255,255,255,.62) inset;
  border-color: rgba(255,255,255,.30) !important;
}

/* Linha gradiente topo */
.lazu-login__card::before{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(99,17,194,0) 0%,
    rgba(99,17,194,.55) 20%,
    rgba(99,17,194,.95) 50%,
    rgba(99,17,194,.55) 80%,
    rgba(99,17,194,0) 100%
  );
  opacity: .9;
}

/* Tipografia */
.lazu-login__title{
  margin: 14px 0 4px !important;
  color: var(--lazu-text) !important;
}

.lazu-login__subtitle{
  margin: 0 0 14px !important;
  color: var(--lazu-muted) !important;
}

/* =========================
   ALERTA DE ERRO
   ========================= */
.lazu-alert--error{
  border-radius: 14px;
  padding: 12px 12px;
  margin: 10px 0 12px;

  background: rgba(239,68,68,.10);
  border: 1px solid rgba(239,68,68,.24);
  color: rgba(140,16,16,.96);
}

.lazu-alert--error .lazu-alert__title{
  font-weight: 800;
  margin-bottom: 3px;
}

.lazu-alert--error .lazu-alert__desc{
  opacity: .96;
  font-weight: 600;
}

/* Shake + realce (passo 2) */
@keyframes lazuShake {
  0%{transform:translateX(0)}
  15%{transform:translateX(-6px)}
  30%{transform:translateX(6px)}
  45%{transform:translateX(-4px)}
  60%{transform:translateX(4px)}
  75%{transform:translateX(-2px)}
  90%{transform:translateX(2px)}
  100%{transform:translateX(0)}
}

.lazu-login__card.has-error{
  box-shadow:
    0 18px 60px rgba(0,0,0,.16),
    0 0 0 4px rgba(239,68,68,.10);
}

.lazu-login__card.has-error.is-shaking{
  animation: lazuShake .38s ease;
}

/* =========================
   FORM / INPUTS
   ========================= */

/* wrapper dos ícones (criado via JS) */
.lazu-inputwrap{ position: relative; }

.lazu-inputicon{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: .75;
  pointer-events: none;
}

/* inputs padrão do wp_login_form */
body.lazu-login-page--light #loginform input[type="text"],
body.lazu-login-page--light #loginform input[type="password"]{
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.75);

  color: var(--lazu-text);
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 14px;

  padding: 0 14px;
  padding-left: 44px; /* espaço pro ícone */

  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  outline: none;
}

/* espaço para o olho na senha */
body.lazu-login-page--light #loginform input[type="password"]{
  padding-right: 56px;
}

body.lazu-login-page--light #loginform input::placeholder{
  color: rgba(17,17,17,.45);
}

/* foco premium */
body.lazu-login-page--light #loginform input:focus{
  border-color: rgba(99,17,194,.55);
  box-shadow: 0 0 0 4px rgba(99,17,194,.14);
  transform: translateY(-1px);
}

/* erro por campo */
body.lazu-login-page--light #loginform input.is-error{
  border-color: rgba(239,68,68,.55);
  box-shadow: 0 0 0 4px rgba(239,68,68,.12);
}

/* hint abaixo do campo (criado via JS) */
.lazu-field-hint{
  margin-top: 6px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgba(140,16,16,.92);
}

/* =========================
   BOTÃO OLHO (mostrar/ocultar)
   ========================= */
.lazu-passwrap{ position: relative; }

.lazu-passbtn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  padding: 0;

  border: 0;
  background: transparent;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
}

.lazu-passbtn:hover{
  background: rgba(12,12,16,.06);
  transform: translateY(-50%) scale(1.02);
}

.lazu-passbtn__img{
  width: 18px;
  height: 18px;
  display: block;
  opacity: .75;
  transition: opacity .15s ease;
}

.lazu-passbtn:hover .lazu-passbtn__img{ opacity: .95; }

/* =========================
   CAPS LOCK PILL
   ========================= */
.lazu-caps{
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(99,17,194,.12);
  border: 1px solid rgba(99,17,194,.22);
  color: rgba(99,17,194,.95);

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .2px;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
}

.lazu-caps.is-on{
  opacity: 1;
  transform: translateY(-50%) translateY(-1px);
}

/* =========================
   "MANTER CONECTADO" — CHECKBOX CIRCULAR ROXO
   ========================= */
body.lazu-login-page--light #loginform .login-remember{
  margin: 10px 0 12px;
}

body.lazu-login-page--light #loginform input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(99,17,194,.55);
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

body.lazu-login-page--light #loginform input[type="checkbox"]::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .12s ease;
  background: #fff;
}

body.lazu-login-page--light #loginform input[type="checkbox"]:checked{
  background: var(--lazu-purple);
  border-color: var(--lazu-purple);
  box-shadow: 0 0 0 3px rgba(99,17,194,.15);
}
body.lazu-login-page--light #loginform input[type="checkbox"]:checked::before{
  transform: scale(1);
}

/* =========================
   BOTÃO "ENTRAR" + LOADER
   ========================= */
body.lazu-login-page--light #loginform #wp-submit{
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 0;
  cursor: pointer;

  background: var(--lazu-purple);
  color: #fff;

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  letter-spacing: .2px;

  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

body.lazu-login-page--light #loginform #wp-submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
}

body.lazu-login-page--light #loginform #wp-submit.is-loading{
  position: relative;
  color: transparent !important;
  cursor: default;
  opacity: .92;
}

body.lazu-login-page--light #loginform #wp-submit.is-loading::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.55);
  border-top-color: rgba(255,255,255,1);
  animation: lazuSpin .8s linear infinite;
}

@keyframes lazuSpin{ to { transform: rotate(360deg); } }

/* Links (esqueci senha) */
.lazu-login__links{
  margin-top: 12px;
  text-align: center;
}
.lazu-login__links a{
  color: rgba(99,17,194,.92);
  font-weight: 800;
  text-decoration: none;
}
.lazu-login__links a:hover{
  text-decoration: underline;
}
.elementor-kit-11 img{
    border-radius: 0px;
}
/* Avatar real + fallback com iniciais */
.lazu-avatar{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.lazu-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback com iniciais (fica por baixo da img) */
.lazu-avatar__fallback{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;

  background: rgba(99,17,194,.12);
  color: #6311c2;
}

/* Avatar real + fallback com iniciais */
.lazu-avatar{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.lazu-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback com iniciais (fica por baixo da img) */
.lazu-avatar__fallback{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;

  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;

  background: rgba(99,17,194,.12);
  color: #6311c2;
}

/* No topo escuro (se seu header for escuro), fica branco */
.lazu-topbar .lazu-avatar__fallback{
  background: rgba(255,255,255,.12);
  color: #fff;
}


  