/* DVIIOS RECUPERACAO DE SENHA 10.1.1 — padrão visual atual */
:root{
  --rcv-black:#05070a;
  --rcv-ink:#121721;
  --rcv-text:#283347;
  --rcv-muted:#68758a;
  --rcv-line:#dbe2ec;
  --rcv-soft:#f6f8fb;
  --rcv-gold:#c69b3c;
  --rcv-blue:#2478df;
  --rcv-green:#35a874;
  --rcv-purple:#a968d8;
  --rcv-red:#e43d4f;
  --rcv-success:#23835d;
  --rcv-danger:#b52d39;
}

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

body.auth-recovery-v101{
  color:var(--rcv-ink);
  font-family:Manrope,Inter,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

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

.recovery-v101{
  width:100%;
  height:100dvh;
  min-height:700px;
  display:grid;
  grid-template-columns:minmax(500px,48%) minmax(530px,52%);
  overflow:hidden;
  background:#fff;
}

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

.recovery-v101__story{
  position:relative;
  min-width:0;
  height:100dvh;
  overflow:hidden;
  background:var(--rcv-black);
}

.recovery-v101__story::before{
  content:"";
  position:absolute;
  z-index:5;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--rcv-blue) 0 25%,var(--rcv-green) 25% 50%,var(--rcv-purple) 50% 75%,var(--rcv-red) 75%);
}

.recovery-v101__photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  filter:saturate(.82) contrast(1.04);
}

.recovery-v101__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,7,10,.37),rgba(5,7,10,.08) 38%,rgba(5,7,10,.93) 100%),
    linear-gradient(90deg,rgba(5,7,10,.28),transparent 64%);
}

.recovery-v101__story-top{
  position:absolute;
  z-index:4;
  top:clamp(28px,4vw,48px);
  left:clamp(30px,4vw,58px);
  right:clamp(30px,4vw,58px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.recovery-v101__brand{
  display:inline-flex;
  align-items:center;
}

.recovery-v101__brand img{
  width:auto;
  height:auto;
  object-fit:contain;
  object-position:left center;
}

.recovery-v101__brand--light img{
  width:clamp(245px,23vw,330px);
  max-height:67px;
}

.recovery-v101__brand--dark img{
  width:min(285px,62vw);
  max-height:59px;
}

.recovery-v101__safe-badge{
  min-height:34px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.3);
  border-radius:8px;
  background:rgba(5,7,10,.4);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  backdrop-filter:blur(8px);
}

.recovery-v101__story-copy{
  position:absolute;
  z-index:3;
  left:clamp(30px,4vw,58px);
  right:clamp(30px,4vw,58px);
  bottom:clamp(92px,12vh,142px);
  color:#fff;
}

.recovery-v101__eyebrow,
.recovery-v101__heading>span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}

.recovery-v101__eyebrow{color:#d0d7e1}

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

.recovery-v101__story-copy h1{
  max-width:760px;
  margin:16px 0 14px;
  color:#fff;
  font-size:clamp(43px,4.3vw,66px);
  line-height:1.015;
  letter-spacing:-.062em;
}

.recovery-v101__story-copy h1 strong{
  color:#efc86c;
  font-weight:800;
}

.recovery-v101__story-copy>p{
  max-width:700px;
  margin:0;
  color:#c3ccd7;
  font-size:14px;
  line-height:1.68;
}

.recovery-v101__steps,
.recovery-v101__rules{
  margin-top:25px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.2);
  border-bottom:1px solid rgba(255,255,255,.2);
}

.recovery-v101__steps>span,
.recovery-v101__rules>span{
  min-width:0;
  padding:15px 13px 15px 0;
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  border-right:1px solid rgba(255,255,255,.17);
}

.recovery-v101__steps>span+span,
.recovery-v101__rules>span+span{padding-left:13px}

.recovery-v101__steps>span:last-child,
.recovery-v101__rules>span:last-child{border-right:0}

.recovery-v101__steps b,
.recovery-v101__rules i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,200,108,.7);
  border-radius:7px;
  color:#efc86c;
  font-size:9px;
  font-style:normal;
  font-weight:800;
}

.recovery-v101__steps div,
.recovery-v101__rules div{display:grid;gap:3px}

.recovery-v101__steps strong,
.recovery-v101__rules strong{font-size:10px}

.recovery-v101__steps small,
.recovery-v101__rules small{
  color:#aeb8c5;
  font-size:8px;
  line-height:1.35;
}

.recovery-v101__story-footer{
  position:absolute;
  z-index:3;
  left:clamp(30px,4vw,58px);
  right:clamp(30px,4vw,58px);
  bottom:27px;
  display:flex;
  align-items:center;
  gap:15px;
  color:#929dab;
  font-size:9px;
  font-weight:700;
}

.recovery-v101__story-footer i{
  flex:1;
  height:1px;
  background:rgba(255,255,255,.18);
}

.recovery-v101__panel{
  min-width:0;
  height:100dvh;
  background:#fff;
}

.recovery-v101__panel-inner{
  width:min(100%,720px);
  height:100dvh;
  margin:auto;
  padding:clamp(25px,3.8vh,44px) clamp(38px,5vw,76px) 20px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

.recovery-v101__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.recovery-v101__back{
  min-height:38px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  border:1px solid #cdd5e0;
  border-radius:8px;
  color:#425169;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}

.recovery-v101__back:hover,
.recovery-v101__back:focus-visible{
  border-color:#7f8da1;
  background:#f7f9fc;
  outline:none;
}

.recovery-v101__card{
  width:min(100%,530px);
  align-self:center;
  justify-self:center;
  padding:13px 0;
}

.recovery-v101__heading>span{color:#68758a}

.recovery-v101__heading h2{
  margin:13px 0 0;
  color:var(--rcv-ink);
  font-size:clamp(35px,4vh,49px);
  line-height:1.02;
  letter-spacing:-.058em;
}

.recovery-v101__heading p{
  max-width:520px;
  margin:12px 0 0;
  color:var(--rcv-muted);
  font-size:12px;
  line-height:1.6;
}

.recovery-v101__alert{
  margin-top:17px;
  padding:12px 14px;
  border-radius:9px;
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:10px;
  font-size:11px;
  line-height:1.42;
}

.recovery-v101__alert>svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.recovery-v101__alert div{display:grid;gap:3px}
.recovery-v101__alert strong{font-size:11px}
.recovery-v101__alert--success{border:1px solid #b9dfd1;border-left:4px solid var(--rcv-success);background:#f0fbf7;color:#1d6d50}
.recovery-v101__alert--error{border:1px solid #edc7cc;border-left:4px solid var(--rcv-danger);background:#fff5f6;color:#8c2731}

.recovery-v101__form{
  margin-top:22px;
  display:grid;
  gap:7px;
}

.recovery-v101__form--reset{gap:8px}

.recovery-v101__form>label{
  color:var(--rcv-text);
  font-size:10px;
  font-weight:800;
}

.recovery-v101__form--reset>label:not(:first-of-type){
  margin-top:6px;
}

.recovery-v101__field{position:relative}

.recovery-v101__field>svg{
  position:absolute;
  z-index:2;
  left:14px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%);
  fill:none;
  stroke:#7d899b;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}

.recovery-v101__field input{
  width:100%;
  height:52px;
  padding:0 14px 0 43px;
  border:1px solid #cbd4e0;
  border-radius:9px;
  background:#fff;
  color:var(--rcv-text);
  font-size:12px;
  outline:none;
  transition:border-color .18s,background .18s;
}

.recovery-v101__field--password input{padding-right:80px}
.recovery-v101__field input::placeholder{color:#9ba6b5}
.recovery-v101__field input:hover{border-color:#a8b4c4}

.recovery-v101__field input:focus{
  border-color:#465973;
  background:#fbfcfe;
}

.recovery-v101__toggle{
  position:absolute;
  z-index:3;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  padding:7px 0;
  border:0;
  background:transparent;
  color:#2d3c52;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
}

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

.recovery-v101__submit:hover{
  background:#171c24;
  border-color:#171c24;
  transform:translateY(-1px);
}

.recovery-v101__submit svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:var(--rcv-gold);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.recovery-v101__security{
  margin-top:14px;
  padding:11px 13px;
  border:1px solid var(--rcv-line);
  border-radius:9px;
  background:var(--rcv-soft);
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.recovery-v101__security>svg{
  flex:none;
  width:21px;
  height:21px;
  fill:none;
  stroke:var(--rcv-success);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.recovery-v101__security div{display:grid;gap:2px}
.recovery-v101__security strong{font-size:10px}
.recovery-v101__security span{color:var(--rcv-muted);font-size:9px;line-height:1.45}

.recovery-v101__help{
  margin:17px 0 0;
  color:var(--rcv-muted);
  font-size:10px;
  text-align:center;
}

.recovery-v101__help a{
  color:#205fac;
  font-weight:800;
}

.recovery-v101__requirements{
  margin-top:8px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.recovery-v101__requirements span{
  min-height:27px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  border:1px solid var(--rcv-line);
  border-radius:7px;
  background:var(--rcv-soft);
  color:#5f6d81;
  font-size:8px;
  font-weight:700;
}

.recovery-v101__invalid{
  margin-top:21px;
  padding:18px;
  border:1px solid #edc7cc;
  border-left:4px solid var(--rcv-danger);
  border-radius:10px;
  background:#fff5f6;
  display:grid;
  grid-template-columns:29px minmax(0,1fr);
  gap:12px;
  color:#8c2731;
}

.recovery-v101__invalid>svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.recovery-v101__invalid div{display:grid;gap:7px}
.recovery-v101__invalid strong{font-size:12px}
.recovery-v101__invalid p{margin:0;font-size:10px;line-height:1.5}
.recovery-v101__invalid a{
  width:max-content;
  margin-top:3px;
  color:#7b202a;
  font-size:10px;
  font-weight:800;
  text-decoration:underline;
}

.recovery-v101__footer{
  padding-top:13px;
  border-top:1px solid var(--rcv-line);
  color:#8994a4;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:9px;
}

@media(max-width:1120px){
  .recovery-v101{
    grid-template-columns:minmax(460px,46%) minmax(520px,54%);
  }

  .recovery-v101__story-copy h1{font-size:46px}

  .recovery-v101__story-top,
  .recovery-v101__story-copy,
  .recovery-v101__story-footer{
    left:33px;
    right:33px;
  }

  .recovery-v101__brand--light img{width:250px}
}

@media(min-width:821px) and (max-height:760px){
  .recovery-v101{min-height:640px}
  .recovery-v101__story-copy{bottom:73px}
  .recovery-v101__story-copy h1{margin-top:10px;font-size:40px}
  .recovery-v101__story-copy>p{font-size:12px}
  .recovery-v101__steps,
  .recovery-v101__rules{margin-top:14px}
  .recovery-v101__steps>span,
  .recovery-v101__rules>span{padding-top:10px;padding-bottom:10px}
  .recovery-v101__panel-inner{padding-top:20px;padding-bottom:13px}
  .recovery-v101__card{padding:5px 0}
  .recovery-v101__heading h2{font-size:34px}
  .recovery-v101__heading p{margin-top:8px}
  .recovery-v101__form{margin-top:14px}
  .recovery-v101__field input{height:45px}
  .recovery-v101__submit{min-height:46px;margin-top:8px}
  .recovery-v101__security{margin-top:8px;padding:8px 11px}
  .recovery-v101__help{margin-top:10px}
}

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

  .recovery-v101{
    height:auto;
    min-height:100dvh;
    display:block;
    overflow:visible;
  }

  .recovery-v101__story{
    height:auto;
    min-height:660px;
  }

  .recovery-v101__story-copy{bottom:75px}
  .recovery-v101__story-footer{bottom:24px}

  .recovery-v101__panel,
  .recovery-v101__panel-inner{
    height:auto;
    min-height:auto;
  }

  .recovery-v101__panel-inner{
    width:100%;
    padding:27px 24px 22px;
    display:block;
  }

  .recovery-v101__top{margin-bottom:50px}
  .recovery-v101__card{margin:auto;padding:0 0 48px}
}

@media(max-width:560px){
  .recovery-v101__story{min-height:710px}

  .recovery-v101__story-top{
    left:22px;
    right:22px;
  }

  .recovery-v101__safe-badge{display:none}
  .recovery-v101__brand--light img{width:min(255px,70vw)}

  .recovery-v101__story-copy{
    left:22px;
    right:22px;
    bottom:64px;
  }

  .recovery-v101__story-copy h1{font-size:39px}
  .recovery-v101__story-copy>p{font-size:13px}

  .recovery-v101__steps,
  .recovery-v101__rules{grid-template-columns:1fr}

  .recovery-v101__steps>span,
  .recovery-v101__steps>span+span,
  .recovery-v101__rules>span,
  .recovery-v101__rules>span+span{
    padding:10px 0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }

  .recovery-v101__steps>span:last-child,
  .recovery-v101__rules>span:last-child{border-bottom:0}

  .recovery-v101__story-footer{display:none}

  .recovery-v101__panel-inner{padding-inline:20px}

  .recovery-v101__top{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:42px;
  }

  .recovery-v101__brand--dark img{width:min(255px,72vw)}
  .recovery-v101__heading h2{font-size:37px}

  .recovery-v101__footer{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(prefers-reduced-motion:reduce){
  .recovery-v101__field input,
  .recovery-v101__submit{transition:none}
}
