/* DVIIOS ENTRAR 10.1.0 — acesso central com logo oficial atual */
:root{
  --auth10-black:#05070a;
  --auth10-night:#0b0e13;
  --auth10-ink:#121721;
  --auth10-text:#253044;
  --auth10-muted:#677287;
  --auth10-line:#dbe1ea;
  --auth10-soft:#f6f8fb;
  --auth10-gold:#c69b3c;
  --auth10-blue:#2478df;
  --auth10-green:#35a874;
  --auth10-purple:#a968d8;
  --auth10-red:#e43d4f;
  --auth10-danger:#bd2d37;
}

html:has(body.auth-login-page),
body.auth-body.auth-login-page{
  width:100%;
  min-height:100%;
  margin:0;
  overflow:hidden;
  background:#fff;
}

body.auth-login-page .dviios-menu-solucoes-v15,
body.auth-login-page [class*="signup-products"]{
  display:none!important;
}

.auth-v10{
  width:100%;
  height:100dvh;
  min-height:700px;
  display:grid;
  grid-template-columns:minmax(520px,1.06fr) minmax(470px,.94fr);
  overflow:hidden;
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--auth10-ink);
}

.auth-v10 *{box-sizing:border-box}
.auth-v10 a{text-decoration:none}
.auth-v10 img{display:block;max-width:100%}
.auth-v10 button,.auth-v10 input{font:inherit}

.auth-v10__story{
  position:relative;
  min-width:0;
  height:100dvh;
  padding:34px clamp(34px,4vw,62px) 28px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto auto;
  gap:25px;
  overflow:hidden;
  background:
    linear-gradient(118deg,rgba(255,255,255,.025),transparent 36%),
    var(--auth10-black);
  color:#fff;
}

.auth-v10__story::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--auth10-blue) 0 25%,var(--auth10-green) 25% 50%,var(--auth10-purple) 50% 75%,var(--auth10-red) 75%);
}

.auth-v10__story::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-210px;
  top:14%;
  border:1px solid rgba(255,255,255,.055);
  border-radius:50%;
  pointer-events:none;
}

.auth-v10__story-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.auth-v10__brand{
  display:inline-flex;
  align-items:center;
  line-height:1;
}

.auth-v10__brand-image{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
}

.auth-v10__brand-image--light{
  width:clamp(245px,24vw,330px);
  max-height:67px;
  object-position:left center;
}

.auth-v10__brand-image--dark{
  width:min(270px,72vw);
  max-height:58px;
  object-position:left center;
}

.auth-v10__back{
  min-height:38px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.auth-v10__back:hover,
.auth-v10__back:focus-visible{
  border-color:rgba(255,255,255,.65);
  background:rgba(255,255,255,.06);
  outline:none;
}

.auth-v10__story-copy{
  position:relative;
  z-index:2;
  align-self:center;
  max-width:750px;
  padding-top:18px;
}

.auth-v10__eyebrow,
.auth-v10__heading>span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}

.auth-v10__eyebrow{color:#b8c1d0}

.auth-v10__eyebrow::before,
.auth-v10__heading>span::before{
  content:"";
  width:21px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--auth10-blue),var(--auth10-green),var(--auth10-purple),var(--auth10-red));
}

.auth-v10__story-copy h1{
  max-width:720px;
  margin:16px 0 13px;
  color:#fff;
  font-size:clamp(45px,4.7vw,70px);
  line-height:1.015;
  letter-spacing:-.062em;
}

.auth-v10__story-copy h1 em{
  color:#f0c767;
  font-style:normal;
}

.auth-v10__story-copy p{
  max-width:690px;
  margin:0;
  color:#abb4c3;
  font-size:14px;
  line-height:1.68;
}

.auth-v10__products{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid #292f39;
  border-radius:14px;
  overflow:hidden;
  background:#0c1016;
}

.auth-v10__product{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:84px;
  padding:12px;
  border-right:1px solid #292f39;
}

.auth-v10__product:last-child{border-right:0}

.auth-v10__product::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
}

.auth-v10__product.is-nexo::before{background:var(--auth10-blue)}
.auth-v10__product.is-flow::before{background:var(--auth10-green)}
.auth-v10__product.is-vitrine::before{background:var(--auth10-purple)}
.auth-v10__product.is-pulso::before{background:var(--auth10-red)}

.auth-v10__product-image{
  width:58px;
  height:58px;
  overflow:hidden;
  border-radius:9px;
  background:#1b2028;
}

.auth-v10__product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.auth-v10__product span,
.auth-v10__product small{
  display:block;
  min-width:0;
}

.auth-v10__product span{
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.auth-v10__product small{
  margin-top:4px;
  color:#8994a4;
  font-size:9px;
  line-height:1.35;
}

.auth-v10__story-footer{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:16px;
  color:#727d8d;
  font-size:9px;
  font-weight:700;
  letter-spacing:.04em;
}

.auth-v10__story-footer i{
  flex:1;
  height:1px;
  background:#292f39;
}

.auth-v10__panel{
  min-width:0;
  height:100dvh;
  background:#fff;
}

.auth-v10__panel-inner{
  width:min(100%,660px);
  height:100dvh;
  margin:auto;
  padding:clamp(25px,4vh,48px) clamp(34px,5vw,76px) 22px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

.auth-v10__mobile-top{display:none}

.auth-v10__card{
  width:min(100%,470px);
  align-self:center;
  justify-self:center;
  padding:18px 0;
}

.auth-v10__heading>span{
  color:#637086;
}

.auth-v10__heading h2{
  margin:13px 0 0;
  color:var(--auth10-ink);
  font-size:clamp(36px,4.1vh,50px);
  line-height:1;
  letter-spacing:-.058em;
}

.auth-v10__heading p{
  margin:13px 0 0;
  color:var(--auth10-muted);
  font-size:14px;
  line-height:1.58;
}

.auth-v10__alert{
  margin-top:20px;
  padding:13px 14px;
  border:1px solid #edc7ca;
  border-left:4px solid var(--auth10-danger);
  border-radius:9px;
  background:#fff5f5;
  color:#8c252c;
  font-size:12px;
  line-height:1.45;
}

.auth-v10__form{
  margin-top:26px;
  display:grid;
  gap:9px;
}

.auth-v10__form>label,
.auth-v10__label-row label{
  color:var(--auth10-text);
  font-size:11px;
  font-weight:800;
}

.auth-v10__label-row{
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

.auth-v10__label-row a{
  color:#205fac;
  font-size:11px;
  font-weight:800;
}

.auth-v10__field{position:relative}

.auth-v10__field>svg{
  position:absolute;
  z-index:2;
  left:16px;
  top:50%;
  width:19px;
  height:19px;
  transform:translateY(-50%);
  fill:none;
  stroke:#7b8798;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}

.auth-v10__field input{
  width:100%;
  height:56px;
  padding:0 49px;
  border:1px solid #cbd3df;
  border-radius:10px;
  background:#fff;
  color:var(--auth10-text);
  font-size:13px;
  outline:none;
  transition:border-color .18s,background .18s;
}

.auth-v10__field input::placeholder{color:#9aa5b5}
.auth-v10__field input:hover{border-color:#a9b5c6}

.auth-v10__field input:focus{
  border-color:#435771;
  background:#fbfcfe;
}

.auth-v10__field--password input{padding-right:85px}

.auth-v10__password-toggle{
  position:absolute;
  z-index:3;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  padding:7px 0;
  border:0;
  background:transparent;
  color:#24334a;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.auth-v10__submit{
  width:100%;
  min-height:56px;
  margin-top:12px;
  padding:0 18px;
  border:1px solid var(--auth10-black);
  border-radius:10px;
  background:var(--auth10-black);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-weight:800;
  cursor:pointer;
  transition:background .18s,border-color .18s,transform .18s;
}

.auth-v10__submit::after{
  content:"";
  position:absolute;
}

.auth-v10__submit:hover{
  background:#151a22;
  border-color:#151a22;
  transform:translateY(-1px);
}

.auth-v10__submit svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:var(--auth10-gold);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.auth-v10__security{
  margin-top:17px;
  padding:14px 15px;
  border:1px solid var(--auth10-line);
  border-radius:11px;
  background:var(--auth10-soft);
  display:flex;
  align-items:flex-start;
  gap:11px;
}

.auth-v10__security>svg{
  flex:none;
  width:22px;
  height:22px;
  fill:none;
  stroke:#2c8f65;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.auth-v10__security div{display:grid;gap:3px}
.auth-v10__security strong{font-size:11px}
.auth-v10__security span{color:var(--auth10-muted);font-size:10px;line-height:1.45}

.auth-v10__support{
  margin-top:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:var(--auth10-muted);
  font-size:11px;
}

.auth-v10__support a{
  color:#205fac;
  font-weight:800;
}

.auth-v10__footer{
  padding-top:14px;
  border-top:1px solid var(--auth10-line);
  color:#8993a2;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:9px;
}

@media(max-width:1180px){
  .auth-v10{
    grid-template-columns:minmax(470px,1fr) minmax(450px,.94fr);
  }

  .auth-v10__story{
    padding-inline:34px;
  }

  .auth-v10__product{
    grid-template-columns:44px minmax(0,1fr);
    gap:9px;
    padding:10px;
  }

  .auth-v10__product-image{
    width:44px;
    height:44px;
  }
}

@media(min-width:821px) and (max-height:760px){
  .auth-v10{
    min-height:620px;
  }

  .auth-v10__story{
    padding-top:23px;
    padding-bottom:18px;
    gap:16px;
  }

  .auth-v10__story-copy h1{
    margin-top:11px;
    font-size:43px;
  }

  .auth-v10__story-copy p{
    font-size:12px;
  }

  .auth-v10__product{
    min-height:68px;
  }

  .auth-v10__panel-inner{
    padding-top:20px;
    padding-bottom:14px;
  }

  .auth-v10__card{
    padding:8px 0;
  }

  .auth-v10__heading h2{font-size:36px}
  .auth-v10__heading p{margin-top:9px;font-size:12px}
  .auth-v10__form{margin-top:17px;gap:6px}
  .auth-v10__field input{height:49px}
  .auth-v10__submit{min-height:49px;margin-top:8px}
  .auth-v10__security{margin-top:10px;padding:10px 12px}
  .auth-v10__support{margin-top:10px}
}

@media(max-width:820px){
  html:has(body.auth-login-page),
  body.auth-body.auth-login-page{
    overflow:auto;
  }

  .auth-v10{
    height:auto;
    min-height:100dvh;
    display:block;
    overflow:visible;
  }

  .auth-v10__story{
    height:auto;
    min-height:auto;
    padding:28px 24px 25px;
    display:block;
  }

  .auth-v10__story-top{
    margin-bottom:44px;
  }

  .auth-v10__story-copy{
    padding:0;
  }

  .auth-v10__story-copy h1{
    font-size:clamp(39px,10vw,55px);
  }

  .auth-v10__products{
    margin-top:30px;
    grid-template-columns:repeat(2,1fr);
  }

  .auth-v10__product:nth-child(2){border-right:0}
  .auth-v10__product:nth-child(-n+2){border-bottom:1px solid #292f39}

  .auth-v10__story-footer{
    margin-top:22px;
  }

  .auth-v10__panel,
  .auth-v10__panel-inner{
    height:auto;
    min-height:auto;
  }

  .auth-v10__panel-inner{
    width:100%;
    padding:26px 24px 22px;
    display:block;
  }

  .auth-v10__mobile-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:52px;
  }

  .auth-v10__mobile-top>a:last-child{
    color:#526075;
    font-size:11px;
    font-weight:800;
  }

  .auth-v10__card{
    margin:auto;
    padding:0 0 48px;
  }
}

@media(max-width:520px){
  .auth-v10__story-top .auth-v10__back{display:none}

  .auth-v10__story-copy h1{
    font-size:39px;
  }

  .auth-v10__story-copy p{
    font-size:13px;
  }

  .auth-v10__products{
    grid-template-columns:1fr;
  }

  .auth-v10__product,
  .auth-v10__product:nth-child(2){
    border-right:0;
    border-bottom:1px solid #292f39;
  }

  .auth-v10__product:last-child{border-bottom:0}

  .auth-v10__product{
    grid-template-columns:52px 1fr;
  }

  .auth-v10__product-image{
    width:52px;
    height:52px;
  }

  .auth-v10__panel-inner{
    padding-inline:21px;
  }

  .auth-v10__mobile-top{
    margin-bottom:43px;
  }

  .auth-v10__heading h2{
    font-size:37px;
  }

  .auth-v10__support,
  .auth-v10__footer{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(prefers-reduced-motion:reduce){
  .auth-v10__field input,
  .auth-v10__submit{
    transition:none;
  }
}

@media(max-width:520px){
  .auth-v10__brand-image--light{
    width:min(255px,72vw);
  }

  .auth-v10__brand-image--dark{
    width:min(238px,68vw);
  }
}
