/* Autenticação neutra, clara e independente do tema salvo na conta. */
:root{
  color-scheme:light!important;
  --primary:#527584!important;
  --primary-2:#6e8c99!important;
  --accent:#8798a7!important;
  --primary-soft:#edf3f4!important;
  --bg:#f6f4ef!important;
  --surface:rgba(255,255,255,.97)!important;
  --surface-solid:#fff!important;
  --surface-2:#f4f6f6!important;
  --surface-3:#e5ebed!important;
  --text:#26323a!important;
  --muted:#6f7c84!important;
  --border:rgba(63,83,94,.14)!important;
  --shadow:0 28px 80px rgba(50,69,78,.13)!important;
  --shadow-sm:0 10px 28px rgba(50,69,78,.08)!important;
  --hero:linear-gradient(135deg,#527584,#7894a0)!important
}
html,body{min-height:100%}
body{
  background:
    radial-gradient(circle at 8% 0,rgba(112,147,158,.16),transparent 31rem),
    radial-gradient(circle at 94% 92%,rgba(177,158,132,.1),transparent 29rem),
    linear-gradient(180deg,#faf9f6 0%,#f1f3f2 100%)!important
}
.topbar{
  background:rgba(250,249,246,.91)!important;
  border-bottom:1px solid rgba(63,83,94,.1)!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px)
}
.auth-brand-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,#527584,#7894a0);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 10px 26px rgba(74,105,117,.22)
}
.auth-brand-mark svg,.auth-intro-mark svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.auth-shell main.container{
  display:grid;
  align-items:start;
  padding-top:clamp(34px,7vh,84px);
  padding-bottom:52px
}
.auth-shell main.container>.auth-layout{
  width:min(1040px,100%)!important;
  max-width:1040px!important;
  margin:0 auto!important;
  display:grid;
  grid-template-columns:minmax(300px,.88fr) minmax(380px,1.12fr);
  gap:0;
  overflow:hidden;
  border:1px solid rgba(63,83,94,.12);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow)
}
.auth-intro{
  position:relative;
  min-height:510px;
  padding:clamp(34px,5vw,58px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  color:#f8fbfc;
  background:
    radial-gradient(circle at 82% 10%,rgba(255,255,255,.22),transparent 13rem),
    radial-gradient(circle at 10% 92%,rgba(255,255,255,.12),transparent 17rem),
    linear-gradient(145deg,#547887 0%,#6f8d99 55%,#8ea4ad 100%)
}
.auth-intro:after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  right:-100px;
  bottom:-120px;
  border:36px solid rgba(255,255,255,.08);
  border-radius:50%
}
.auth-intro-mark{
  position:relative;
  z-index:1;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16)
}
.auth-intro-mark svg{width:31px;height:31px}
.auth-intro-copy{position:relative;z-index:1;margin:46px 0 auto}
.auth-intro-copy>span{
  display:block;
  margin-bottom:12px;
  color:rgba(255,255,255,.74);
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase
}
.auth-intro-copy h2{
  max-width:380px;
  margin:0;
  font-size:clamp(2rem,3.5vw,3rem);
  line-height:1.03;
  letter-spacing:-.055em
}
.auth-intro-copy p{
  max-width:390px;
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  font-size:.86rem;
  line-height:1.65
}
.auth-intro-points{position:relative;z-index:1;display:grid;gap:10px;margin-top:34px}
.auth-intro-points>div{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.78);font-size:.7rem}
.auth-intro-points i{width:7px;height:7px;flex:none;border-radius:50%;background:#e8f3f5;box-shadow:0 0 0 5px rgba(255,255,255,.1)}
.auth-shell .auth-form-card{
  min-height:510px;
  padding:clamp(32px,4.2vw,58px)!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important
}
.auth-shell .h1{color:#26323a;letter-spacing:-.045em}
.auth-shell .sub{max-width:520px;color:#718089}
.auth-shell .form{margin-top:3px;gap:14px}
.auth-shell .label{color:#596872;font-size:.71rem}
.auth-shell .btn,
.auth-shell .pill,
.auth-shell input,
.auth-shell .input,
.auth-shell select{border-radius:12px!important}
.auth-shell input,
.auth-shell .input,
.auth-shell select{
  min-height:48px;
  padding-inline:14px;
  background:#fbfcfc!important;
  border-color:rgba(63,83,94,.16)!important;
  box-shadow:none!important
}
.auth-shell input:focus,
.auth-shell .input:focus,
.auth-shell select:focus{
  border-color:#668a98!important;
  box-shadow:0 0 0 4px rgba(102,138,152,.13)!important
}
.auth-shell .btn-primary{
  min-height:48px;
  color:#fff!important;
  background:linear-gradient(135deg,#527584,#71909c)!important;
  border-color:transparent!important;
  box-shadow:0 12px 28px rgba(82,117,132,.2)!important
}
.auth-shell .btn-primary:hover{
  background:linear-gradient(135deg,#456977,#627f8b)!important;
  box-shadow:0 15px 32px rgba(82,117,132,.25)!important
}
.auth-shell .pill{
  color:#65747d!important;
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important
}
.auth-shell .pill:hover{color:#33444e!important;background:#edf2f3!important}
.auth-shell .tabs{
  margin:16px 0;
  padding:4px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#f2f5f5
}
.auth-shell .tab{border-radius:10px}
.auth-shell .tab.active{color:#466a78;background:#fff;box-shadow:0 5px 16px rgba(61,87,98,.1)}
.auth-shell .footer-note{color:#7b878e;line-height:1.55}

@media(max-width:820px){
  .auth-shell main.container{padding-top:24px;padding-bottom:34px}
  .auth-shell main.container>.auth-layout{grid-template-columns:1fr;border-radius:22px}
  .auth-intro{min-height:auto;padding:28px 28px 30px}
  .auth-intro-mark{width:46px;height:46px;border-radius:14px}
  .auth-intro-copy{margin:28px 0 0}
  .auth-intro-copy h2{max-width:560px;font-size:clamp(1.65rem,6vw,2.25rem)}
  .auth-intro-copy p{max-width:600px;margin-top:12px}
  .auth-intro-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:24px}
  .auth-intro-points>div{align-items:flex-start;font-size:.63rem}
  .auth-shell .auth-form-card{min-height:auto;padding:30px!important}
}

@media(max-width:760px){
  .auth-shell{padding-bottom:0!important}
  .auth-shell .topbar-inner{gap:10px;padding-inline:12px}
  .auth-shell .topbar .nav{
    position:static!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:0!important;
    display:flex!important;
    grid-template-columns:none!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important
  }
  .auth-shell .topbar .pill{
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    min-height:34px!important;
    padding:7px 8px!important;
    flex-direction:row!important;
    font-size:.62rem!important
  }
  .auth-shell .topbar .pill span{font-size:.62rem!important}
}

@media(max-width:560px){
  .auth-shell main.container{padding:14px 12px 24px}
  .auth-shell main.container>.auth-layout{border-radius:19px}
  .auth-intro{padding:23px 22px 24px}
  .auth-intro-copy{margin-top:22px}
  .auth-intro-copy p{font-size:.76rem;line-height:1.5}
  .auth-intro-points{grid-template-columns:1fr;gap:8px;margin-top:20px}
  .auth-shell .auth-form-card{padding:24px 20px 26px!important}
  .auth-shell .row-2,.auth-shell .row-3{grid-template-columns:1fr}
  .auth-shell .tabs{grid-template-columns:1fr 1fr}
  .auth-shell .brand strong{font-size:.78rem}
  .auth-shell .topbar .pill{padding-inline:6px!important}
}
