/*
 * EANK Login Final Harmony Hotfix v2630
 * Scope: /login only. Loaded after production-theme.css to override legacy public/auth styles.
 */
body.auth-production-body.route-login{
  --login-primary:#145c4c;
  --login-primary-hover:#0e4539;
  --login-accent:#D79744;
  --login-bg:#f7faf8;
  --login-surface:#ffffff;
  --login-surface-soft:#f4f8f5;
  --login-border:#dfe9e3;
  --login-text:#10231d;
  --login-heading:#0b241d;
  --login-muted:#63746d;
  --login-shadow:0 24px 70px rgba(16,35,29,.12);
  background:
    radial-gradient(circle at 86% 10%,rgba(20,92,76,.12),transparent 30rem),
    radial-gradient(circle at 12% 88%,rgba(215,151,68,.11),transparent 28rem),
    linear-gradient(180deg,var(--login-bg),#eef6f1)!important;
  color:var(--login-text)!important;
}

body.auth-production-body.route-login .auth-public-page,
body.auth-production-body.route-login .auth-public-login{
  min-height:100dvh!important;
  background:transparent!important;
  color:var(--login-text)!important;
}
body.auth-production-body.route-login .auth-public-shell{
  padding-block:clamp(1.4rem,3vw,3.3rem)!important;
}
body.auth-production-body.route-login .auth-public-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr)!important;
  align-items:stretch!important;
  gap:clamp(1.1rem,2.8vw,2rem)!important;
}
body.auth-production-body.route-login .auth-public-panel,
body.auth-production-body.route-login .auth-public-card{
  border-radius:32px!important;
  border:1px solid var(--login-border)!important;
  box-shadow:var(--login-shadow)!important;
  overflow:hidden!important;
}
body.auth-production-body.route-login .auth-public-panel{
  min-height:620px!important;
  padding:clamp(2rem,3.6vw,3.5rem)!important;
  background:
    radial-gradient(circle at 16% 14%,rgba(255,255,255,.14),transparent 18rem),
    radial-gradient(circle at 88% 84%,rgba(215,151,68,.23),transparent 19rem),
    linear-gradient(145deg,var(--login-primary),var(--login-primary-hover))!important;
  color:#fff!important;
}
body.auth-production-body.route-login .auth-public-brand,
body.auth-production-body.route-login .auth-public-copy,
body.auth-production-body.route-login .auth-public-benefits{position:relative!important;z-index:1!important;}
body.auth-production-body.route-login .auth-public-name,
body.auth-production-body.route-login .auth-public-copy h1{color:#fff!important;}
body.auth-production-body.route-login .auth-public-subtitle,
body.auth-production-body.route-login .auth-public-copy p{color:rgba(255,255,255,.78)!important;}
body.auth-production-body.route-login .auth-public-mark{
  background:#fff!important;
  border-radius:18px!important;
  box-shadow:0 16px 34px rgba(0,0,0,.16)!important;
}
body.auth-production-body.route-login .auth-public-copy h1{
  max-width:11.5em!important;
  margin-block:.85rem 1rem!important;
  font-size:clamp(1.8rem,3.1vw,2.65rem)!important;
  line-height:1.23!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
body.auth-production-body.route-login .auth-public-copy p{
  max-width:38rem!important;
  font-size:1rem!important;
  line-height:1.9!important;
}
body.auth-production-body.route-login .auth-public-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:.45rem!important;
  width:max-content!important;
  max-width:100%!important;
  border-radius:999px!important;
  padding:.46rem .82rem!important;
  color:var(--login-primary)!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.62)!important;
  font-weight:900!important;
  font-size:.84rem!important;
}
body.auth-production-body.route-login .auth-public-card .auth-public-kicker{
  color:var(--login-primary)!important;
  background:rgba(20,92,76,.08)!important;
  border-color:rgba(20,92,76,.12)!important;
}
body.auth-production-body.route-login .auth-public-benefits{
  display:grid!important;
  gap:.75rem!important;
  margin-top:auto!important;
}
body.auth-production-body.route-login .auth-public-benefits>div{
  display:flex!important;
  align-items:center!important;
  gap:.75rem!important;
  border:1px solid rgba(255,255,255,.17)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border-radius:18px!important;
  padding:.82rem .95rem!important;
  backdrop-filter:blur(12px)!important;
}
body.auth-production-body.route-login .auth-public-benefits i{
  width:2.25rem!important;
  height:2.25rem!important;
  border-radius:14px!important;
  display:inline-grid!important;
  place-items:center!important;
  background:rgba(215,151,68,.20)!important;
  color:#ffe0ad!important;
}
body.auth-production-body.route-login .auth-public-card{
  padding:clamp(1.45rem,3vw,2.45rem)!important;
  background:linear-gradient(180deg,var(--login-surface),var(--login-surface-soft))!important;
  color:var(--login-text)!important;
}
body.auth-production-body.route-login .auth-public-mobile-brand{
  color:var(--login-heading)!important;
  text-decoration:none!important;
  font-weight:950!important;
}
body.auth-production-body.route-login .auth-public-card-head h2{
  color:var(--login-heading)!important;
  font-size:clamp(1.45rem,2.35vw,2rem)!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
body.auth-production-body.route-login .auth-public-card-head p{
  color:var(--login-muted)!important;
  line-height:1.85!important;
}
body.auth-production-body.route-login .auth-public-form{
  display:grid!important;
  gap:1rem!important;
}
body.auth-production-body.route-login .auth-public-form .form-label{
  color:var(--login-heading)!important;
  font-weight:900!important;
  margin-bottom:.45rem!important;
}
body.auth-production-body.route-login .auth-input-wrap{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:54px!important;
  border:1px solid var(--login-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 1px 0 rgba(16,35,29,.03)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;
  overflow:hidden!important;
}
body.auth-production-body.route-login .auth-input-wrap:hover{border-color:rgba(20,92,76,.34)!important;}
body.auth-production-body.route-login .auth-input-wrap:focus-within{
  border-color:var(--login-primary)!important;
  box-shadow:0 0 0 .22rem rgba(20,92,76,.13)!important;
  background:#fff!important;
}
body.auth-production-body.route-login .auth-input-wrap>i{
  position:absolute!important;
  inset-inline-start:1rem!important;
  color:var(--login-primary)!important;
  opacity:.94!important;
  z-index:2!important;
}
body.auth-production-body.route-login .auth-input-wrap .form-control{
  min-height:52px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--login-text)!important;
  box-shadow:none!important;
  padding-inline-start:2.75rem!important;
  padding-inline-end:1rem!important;
  font-weight:800!important;
}
body.auth-production-body.route-login .auth-password-wrap .form-control{padding-inline-end:3.75rem!important;}
body.auth-production-body.route-login .auth-input-wrap .form-control::placeholder{color:rgba(99,116,109,.70)!important;font-weight:600!important;}
body.auth-production-body.route-login .auth-input-wrap .form-control:focus{box-shadow:none!important;background:transparent!important;color:var(--login-heading)!important;}
body.auth-production-body.route-login .auth-password-toggle{
  position:absolute!important;
  inset-inline-end:.52rem!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:2.45rem!important;
  height:2.45rem!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  display:inline-grid!important;
  place-items:center!important;
  background:rgba(20,92,76,.07)!important;
  color:var(--login-primary)!important;
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease!important;
  z-index:3!important;
}
body.auth-production-body.route-login .auth-password-toggle:hover,
body.auth-production-body.route-login .auth-password-toggle[aria-pressed="true"]{
  background:rgba(215,151,68,.16)!important;
  color:#8a5d21!important;
  border-color:rgba(215,151,68,.24)!important;
}
body.auth-production-body.route-login .auth-password-toggle:focus-visible{
  outline:0!important;
  box-shadow:0 0 0 .2rem rgba(20,92,76,.18)!important;
}
body.auth-production-body.route-login .auth-public-link,
body.auth-production-body.route-login .auth-public-foot a{
  color:var(--login-primary)!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.auth-production-body.route-login .auth-public-link:hover,
body.auth-production-body.route-login .auth-public-foot a:hover{text-decoration:underline!important;color:var(--login-primary-hover)!important;}
body.auth-production-body.route-login .auth-public-muted-link,
body.auth-production-body.route-login .auth-public-form a.text-secondary{
  color:var(--login-muted)!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.auth-production-body.route-login .auth-public-muted-link:hover,
body.auth-production-body.route-login .auth-public-form a.text-secondary:hover{color:var(--login-primary)!important;}
body.auth-production-body.route-login .auth-public-submit{
  min-height:54px!important;
  border:0!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--login-primary),var(--login-primary-hover))!important;
  color:#fff!important;
  font-weight:950!important;
  box-shadow:0 16px 34px rgba(20,92,76,.22)!important;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease!important;
}
body.auth-production-body.route-login .auth-public-submit:hover,
body.auth-production-body.route-login .auth-public-submit:focus{
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 20px 42px rgba(20,92,76,.28)!important;
}
body.auth-production-body.route-login .auth-public-submit:disabled,
body.auth-production-body.route-login .auth-public-submit.is-submitting{
  opacity:.74!important;
  cursor:wait!important;
  transform:none!important;
  box-shadow:0 10px 24px rgba(20,92,76,.16)!important;
}
body.auth-production-body.route-login .auth-public-foot{
  margin-top:1.25rem!important;
  padding-top:1rem!important;
  border-top:1px solid var(--login-border)!important;
  color:var(--login-muted)!important;
  text-align:center!important;
  font-weight:700!important;
}
body.auth-production-body.route-login .alert-danger{
  border:1px solid rgba(180,35,24,.18)!important;
  background:#fff1f0!important;
  color:#9f241c!important;
  font-weight:800!important;
}
body.auth-production-body.route-login .public-footer{
  background:transparent!important;
  color:var(--login-muted)!important;
  border-top:1px solid var(--login-border)!important;
}
body.auth-production-body.route-login .public-footer a{color:var(--login-primary)!important;}

[data-bs-theme="dark"] body.auth-production-body.route-login,
[data-theme="dark"] body.auth-production-body.route-login{
  --login-primary:#68b9a3;
  --login-primary-hover:#8bd3bf;
  --login-accent:#e0ad61;
  --login-bg:#08130f;
  --login-surface:#111f1a;
  --login-surface-soft:#0e1b17;
  --login-border:#28473e;
  --login-text:#eef7f3;
  --login-heading:#ffffff;
  --login-muted:#a7bbb3;
  --login-shadow:0 24px 70px rgba(0,0,0,.32);
  background:linear-gradient(180deg,#08130f,#0d1a16)!important;
}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-public-card,
[data-theme="dark"] body.auth-production-body.route-login .auth-public-card{background:linear-gradient(180deg,#13231e,#101d19)!important;border-color:rgba(255,255,255,.10)!important;}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-input-wrap,
[data-theme="dark"] body.auth-production-body.route-login .auth-input-wrap{background:#0f1d19!important;border-color:rgba(255,255,255,.13)!important;}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-input-wrap .form-control,
[data-theme="dark"] body.auth-production-body.route-login .auth-input-wrap .form-control{color:#eef7f3!important;}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-public-card .auth-public-kicker,
[data-theme="dark"] body.auth-production-body.route-login .auth-public-card .auth-public-kicker{background:rgba(104,185,163,.12)!important;color:#a7e3d4!important;border-color:rgba(104,185,163,.18)!important;}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-password-toggle,
[data-theme="dark"] body.auth-production-body.route-login .auth-password-toggle{background:rgba(104,185,163,.12)!important;color:#a7e3d4!important;}
[data-bs-theme="dark"] body.auth-production-body.route-login .auth-public-foot,
[data-theme="dark"] body.auth-production-body.route-login .auth-public-foot{border-color:rgba(255,255,255,.10)!important;}

@media(max-width:991.98px){
  body.auth-production-body.route-login .auth-public-page{min-height:auto!important;}
  body.auth-production-body.route-login .auth-public-shell{padding-block:.85rem!important;}
  body.auth-production-body.route-login .auth-public-grid{display:block!important;}
  body.auth-production-body.route-login .auth-public-card{border-radius:24px!important;padding:1.15rem!important;margin-block:.55rem!important;}
  body.auth-production-body.route-login .auth-public-card-head h2{font-size:1.55rem!important;}
  body.auth-production-body.route-login .auth-public-card-head p{font-size:.95rem!important;}
}
@media(max-width:575.98px){
  body.auth-production-body.route-login .auth-public-shell{padding-inline:.72rem!important;}
  body.auth-production-body.route-login .auth-public-card{border-radius:22px!important;box-shadow:0 14px 38px rgba(16,35,29,.10)!important;}
  body.auth-production-body.route-login .auth-public-form{gap:.9rem!important;}
  body.auth-production-body.route-login .auth-input-wrap{min-height:52px!important;border-radius:16px!important;}
  body.auth-production-body.route-login .auth-public-submit{min-height:52px!important;border-radius:16px!important;}
}
