.elp-modal,
.elp-modal *{box-sizing:border-box}
.elp-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:30px 18px;color:var(--elp-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.elp-modal.is-open{display:flex}
.elp-backdrop{position:fixed;inset:0;background:var(--elp-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.elp-dialog{position:relative;width:min(var(--elp-width),calc(100vw - 36px));min-height:640px;background:var(--elp-bg);border-radius:var(--elp-radius);box-shadow:var(--elp-shadow);overflow:hidden;outline:none;margin:auto;border:1px solid rgba(30,50,37,.06)}
.elp-content{position:relative;z-index:2;width:min(670px,calc(100% - 70px));margin:0 auto;padding:62px 0 42px}
.elp-close{position:absolute;top:28px;right:30px;z-index:5;width:54px;height:54px;border:0;border-radius:50%;background:#fff;box-shadow:0 5px 18px rgba(25,35,29,.11);cursor:pointer;transition:.2s ease}
.elp-close:hover{transform:rotate(4deg) scale(1.03)}
.elp-close span{position:absolute;left:50%;top:50%;width:24px;height:2px;background:#1e2326;border-radius:2px}
.elp-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.elp-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
.elp-top-decor{position:absolute;left:-52px;top:-86px;width:250px;height:250px;border-radius:50%;background:linear-gradient(145deg,rgba(34,113,56,.10),rgba(34,113,56,.015));z-index:1}
.elp-top-decor:after{content:"";position:absolute;left:88px;top:112px;width:82px;height:58px;background-image:radial-gradient(circle,var(--elp-primary) 2.2px,transparent 2.6px);background-size:21px 21px;opacity:.16}
.elp-decor-image{position:absolute;right:0;top:115px;width:min(190px,23%);height:auto;max-height:270px;object-fit:contain;object-position:right center;z-index:1;pointer-events:none}
.elp-brand{text-align:center;margin-bottom:54px}
.elp-logo{display:block;max-width:360px;max-height:100px;width:auto;height:auto;margin:0 auto 12px;object-fit:contain}
.elp-brand-fallback{display:inline-flex;align-items:center;gap:12px;font-size:38px;font-weight:800;line-height:1.1}
.elp-brand-mark{display:inline-flex;width:54px;color:var(--elp-primary)}
.elp-brand-mark svg{width:100%;height:auto}
.elp-brand p{margin:0;color:#383d44;font-size:18px;letter-spacing:.01em}
.elp-login-copy{text-align:center;margin-bottom:38px}
.elp-login-copy h2{margin:0 0 12px;font-size:43px;line-height:1.15;letter-spacing:-.03em;color:var(--elp-text);font-weight:800}
.elp-login-copy p{max-width:560px;margin:0 auto;color:#4f555e;font-size:21px;line-height:1.6}
.elp-field-wrap{position:relative;margin-bottom:22px}
.elp-field-wrap input{display:block;width:100%;height:88px;padding:0 70px 0 78px;border:1.5px solid var(--elp-border);border-radius:15px;background:#fff;color:var(--elp-text);font-size:20px;outline:none;transition:border-color .2s,box-shadow .2s}
.elp-field-wrap input::placeholder{color:#b2b7bf;opacity:1}
.elp-field-wrap input:focus{border-color:var(--elp-primary);box-shadow:0 0 0 4px rgba(35,114,56,.10)}
.elp-field-icon{position:absolute;left:28px;top:50%;transform:translateY(-50%);display:flex;width:29px;color:var(--elp-primary)}
.elp-field-icon svg,.elp-password-toggle svg{display:block;width:100%;height:auto}
.elp-password-toggle{position:absolute;right:25px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:transparent;color:#7d838c;padding:4px;cursor:pointer}
.elp-password-toggle.is-active{color:var(--elp-primary)}
.elp-form-options{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:29px 0 38px;font-size:18px}
.elp-form-options a{color:var(--elp-primary);text-decoration:none;font-weight:700}
.elp-checkbox{display:flex;align-items:center;gap:14px;cursor:pointer;user-select:none}
.elp-checkbox input{position:absolute;opacity:0;pointer-events:none}
.elp-checkmark{position:relative;width:30px;height:30px;border:2px solid #a7adb6;border-radius:6px;background:#fff;flex:0 0 auto}
.elp-checkbox input:checked + .elp-checkmark{border-color:var(--elp-primary);background:var(--elp-primary)}
.elp-checkbox input:checked + .elp-checkmark:after{content:"";position:absolute;left:8px;top:3px;width:8px;height:15px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.elp-submit-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:84px;border:0;border-radius:14px;background:var(--elp-primary);color:#fff;font-size:24px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;box-shadow:none}
.elp-submit-button:hover{background:var(--elp-primary-hover);transform:translateY(-1px)}
.elp-submit-button:disabled{opacity:.72;cursor:wait;transform:none}
.elp-button-arrow{position:absolute;right:29px;width:37px;display:flex}
.elp-button-arrow svg{width:100%;height:auto}
.elp-status{display:none;margin:-12px 0 18px;padding:12px 15px;border-radius:10px;font-size:14px;line-height:1.45}
.elp-status.is-visible{display:block}
.elp-status-error{background:#fff0f0;color:#b42318;border:1px solid #f6c7c7}
.elp-status-success{background:#ecfdf3;color:#067647;border:1px solid #abefc6}
.elp-status-info{display:block;background:#eef7f0;color:var(--elp-primary);border:1px solid rgba(35,114,56,.16);margin:0 0 25px}
.elp-access-box{display:grid;grid-template-columns:86px 1fr;gap:26px;margin-top:38px;padding:32px 32px 28px;border:1px solid #dce8df;border-radius:17px;background:linear-gradient(135deg,rgba(35,114,56,.035),rgba(35,114,56,.012))}
.elp-access-icon{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:50%;background:#eaf3ec;color:var(--elp-primary)}
.elp-access-icon svg{width:44px;height:auto}
.elp-access-content h3{margin:2px 0 9px;font-size:23px;line-height:1.25;color:var(--elp-text)}
.elp-access-content p{margin:0 0 23px;color:#555c65;font-size:17px;line-height:1.55}
.elp-access-button{display:grid;grid-template-columns:27px 1fr 30px;align-items:center;gap:13px;width:100%;min-height:64px;padding:12px 20px;border:1.8px solid var(--elp-primary);border-radius:11px;color:var(--elp-primary);font-size:17px;font-weight:700;text-decoration:none;background:#fff;transition:.2s ease}
.elp-access-button:hover{background:var(--elp-primary);color:#fff}
.elp-access-button-icon,.elp-access-arrow{display:flex}
.elp-access-button svg{width:100%;height:auto}
.elp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:37px;padding-top:31px;border-top:1px solid #d8dde1}
.elp-feature{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:0 23px;border-right:1px solid #d8dde1}
.elp-feature:first-child{padding-left:0}
.elp-feature:last-child{border-right:0;padding-right:0}
.elp-feature-icon{display:flex;color:var(--elp-primary);width:42px;height:42px}
.elp-feature-icon svg,.elp-feature-icon img{display:block;width:100%;height:100%;object-fit:contain}
.elp-feature h4{margin:0 0 6px;font-size:15px;line-height:1.25;color:var(--elp-text)}
.elp-feature p{margin:0;color:#555c65;font-size:13px;line-height:1.5}
.elp-footer-line{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;min-height:66px;padding:15px 28px;background:rgba(255,255,255,.78);border-top:1px solid rgba(25,40,30,.05);color:#777e88;font-size:15px;text-align:center}
.elp-footer-lock{display:flex;width:20px;color:#77a986}
.elp-footer-lock svg{width:100%;height:auto}
.elp-trigger-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--elp-primary,#237238);color:#fff;padding:14px 24px;font:inherit;font-weight:700;cursor:pointer}
body.elp-no-scroll{overflow:hidden!important}

@media(max-width:780px){
  .elp-modal{padding:12px}
  .elp-dialog{width:100%;border-radius:22px}
  .elp-content{width:calc(100% - 34px);padding:44px 0 28px}
  .elp-close{width:44px;height:44px;top:18px;right:18px}
  .elp-close span{width:20px}
  .elp-top-decor{width:190px;height:190px;left:-80px;top:-85px}
  .elp-top-decor:after{left:95px;top:110px}
  .elp-decor-image{top:105px;width:26%;opacity:.55}
  .elp-brand{margin-bottom:35px;padding:0 48px}
  .elp-logo{max-width:255px;max-height:80px}
  .elp-brand-fallback{font-size:26px}
  .elp-brand-mark{width:40px}
  .elp-brand p{font-size:14px}
  .elp-login-copy{margin-bottom:26px}
  .elp-login-copy h2{font-size:33px}
  .elp-login-copy p{font-size:17px;line-height:1.5}
  .elp-field-wrap{margin-bottom:15px}
  .elp-field-wrap input{height:68px;border-radius:12px;font-size:17px;padding-left:62px;padding-right:58px}
  .elp-field-icon{left:22px;width:25px}
  .elp-password-toggle{right:18px;width:31px}
  .elp-form-options{margin:20px 0 28px;font-size:15px;gap:12px}
  .elp-checkmark{width:25px;height:25px}
  .elp-checkbox{gap:9px}
  .elp-checkbox input:checked + .elp-checkmark:after{left:7px;top:3px;width:6px;height:12px}
  .elp-submit-button{height:66px;font-size:20px;border-radius:12px}
  .elp-button-arrow{right:22px;width:30px}
  .elp-access-box{grid-template-columns:1fr;gap:14px;padding:24px 20px 20px;margin-top:28px}
  .elp-access-icon{width:60px;height:60px}
  .elp-access-content h3{font-size:21px}
  .elp-access-content p{font-size:15px}
  .elp-access-button{font-size:14px;padding:10px 14px;grid-template-columns:24px 1fr 25px}
  .elp-features{grid-template-columns:1fr;gap:18px;margin-top:28px;padding-top:25px}
  .elp-feature,.elp-feature:first-child,.elp-feature:last-child{padding:0;border-right:0}
  .elp-feature{grid-template-columns:42px 1fr}
  .elp-feature h4{font-size:15px}
  .elp-feature p{font-size:13px}
  .elp-footer-line{font-size:12px;padding:14px 20px}
}

@media(max-width:470px){
  .elp-form-options{align-items:flex-start;flex-direction:column}
  .elp-form-options a{align-self:flex-end;margin-top:-3px}
  .elp-login-copy h2{font-size:29px}
  .elp-decor-image{display:none}
}

/* Dedicated full login page */
.elp-page-shell,
.elp-page-shell *{box-sizing:border-box}
.elp-page-shell{display:flex;align-items:center;justify-content:center;width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);padding:42px 18px;background:var(--elp-page-bg,#f3f6f3);color:var(--elp-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.elp-page-dialog{width:min(var(--elp-width),calc(100vw - 36px));margin:0 auto}
.elp-trigger-button{text-decoration:none}
.elp-trigger-button:hover{color:#fff;text-decoration:none;background:var(--elp-primary-hover,#195c2b)}
body.elp-standalone-login-page{margin:0;background:var(--elp-page-bg,#f3f6f3)}
body.elp-standalone-login-page .elp-page-shell{margin-left:0}

@media(max-width:780px){
  .elp-page-shell{padding:12px}
  .elp-page-dialog{width:100%;border-radius:22px}
}

/* Fixed mobile bottom navigation (visible from 0px to 768px only) */
.elp-mobile-bottom-nav,
.elp-mobile-bottom-nav *{box-sizing:border-box}
.elp-mobile-bottom-nav{display:none}

@media (max-width:768px){
  body.elp-mobile-nav-enabled{padding-bottom:calc(var(--elp-nav-height,76px) + var(--elp-nav-gap,10px) + env(safe-area-inset-bottom,0px) + 12px)!important}
  .elp-mobile-bottom-nav{display:block;position:fixed;left:var(--elp-nav-gap,10px);right:var(--elp-nav-gap,10px);bottom:calc(var(--elp-nav-gap,10px) + env(safe-area-inset-bottom,0px));z-index:999998;margin:0!important;padding:0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1}
  .elp-mobile-bottom-nav-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%;height:var(--elp-nav-height,76px);padding:5px 8px;background:var(--elp-nav-bg,#fff);border:1px solid var(--elp-nav-border,#e3e8e4);border-radius:var(--elp-nav-radius,12px);box-shadow:var(--elp-nav-shadow,0 -7px 28px rgba(18,31,22,.15));overflow:hidden}
  .elp-mobile-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:0;padding:5px 6px 8px;color:var(--elp-nav-text,#17191d)!important;text-decoration:none!important;background:transparent!important;border:0!important;border-radius:10px!important;box-shadow:none!important;outline:none;transition:color .2s ease,transform .2s ease}
  .elp-mobile-nav-item:hover,.elp-mobile-nav-item:focus{color:var(--elp-nav-active,#237238)!important;text-decoration:none!important}
  .elp-mobile-nav-item:focus-visible{outline:2px solid var(--elp-nav-active,#237238);outline-offset:-2px}
  .elp-mobile-nav-icon{display:flex;align-items:center;justify-content:center;width:38px;height:34px;padding:5px;border-radius:999px;color:currentColor;transition:background-color .2s ease,transform .2s ease}
  .elp-mobile-nav-icon svg,.elp-mobile-nav-icon img{display:block;width:var(--elp-nav-icon-size,23px);height:var(--elp-nav-icon-size,23px);max-width:none;max-height:none;object-fit:contain;filter:none}
  .elp-mobile-nav-label{display:block;max-width:100%;overflow:hidden;color:currentColor;font-size:12px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
  .elp-mobile-nav-item.is-active{color:var(--elp-nav-active,#237238)!important}
  .elp-mobile-nav-item.is-active .elp-mobile-nav-icon{background:var(--elp-nav-active-bg,#eef7f0);transform:translateY(-1px)}
  .elp-mobile-nav-item.is-active .elp-mobile-nav-label{font-weight:700}
  .elp-mobile-nav-item.is-active:after{content:"";position:absolute;left:50%;bottom:3px;width:28px;height:2px;border-radius:999px;background:var(--elp-nav-active,#237238);transform:translateX(-50%)}
}

@media (min-width:769px){
  .elp-mobile-bottom-nav{display:none!important}
}

/* v1.5 compact premium popup — scoped so the dedicated login page keeps its existing layout */
.elp-modal,
.elp-modal *{box-sizing:border-box}
.elp-modal{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  font-family:var(--elp-popup-font,inherit);
  transition:opacity var(--elp-popup-duration,250ms) ease,visibility 0s linear var(--elp-popup-duration,250ms)
}
.elp-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s
}
.elp-backdrop{
  position:fixed;
  inset:0;
  overflow:hidden;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none
}
.elp-backdrop:before,
.elp-backdrop:after{
  content:"";
  position:absolute;
  inset:-10px;
  pointer-events:none
}
.elp-backdrop:before{
  background-image:var(--elp-popup-background-image);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:var(--elp-popup-background-position,center center);
  filter:blur(var(--elp-popup-blur,1px));
  transform:scale(1.02)
}
.elp-backdrop:after{background:var(--elp-popup-overlay,rgba(16,28,20,.34))}
.elp-popup-dialog{
  z-index:2;
  width:min(var(--elp-popup-card-width,500px),calc(100vw - 32px));
  min-height:0;
  max-height:calc(100dvh - 32px);
  margin:0;
  overflow:hidden;
  border:1px solid rgba(25,45,32,.08);
  border-radius:var(--elp-popup-card-radius,12px);
  background:var(--elp-bg,#fff);
  box-shadow:var(--elp-popup-card-shadow,0 18px 55px rgba(18,31,22,.20));
  opacity:0;
  transform:scale(.985) translateY(3px);
  transition:opacity var(--elp-popup-duration,250ms) ease,transform var(--elp-popup-duration,250ms) ease
}
.elp-modal.is-open .elp-popup-dialog{opacity:1;transform:scale(1) translateY(0)}
.elp-popup-dialog[aria-busy="true"] .elp-close{opacity:.45;cursor:wait}
.elp-popup-scroll{
  max-height:calc(100dvh - 32px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(35,114,56,.28) transparent
}
.elp-popup-scroll::-webkit-scrollbar{width:7px}
.elp-popup-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(35,114,56,.25)}
.elp-popup-content{position:relative;padding:calc(var(--elp-popup-content-padding,32px) - 2px) var(--elp-popup-content-padding,32px) calc(var(--elp-popup-content-padding,32px) - 4px)}
.elp-popup-dialog .elp-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:rgba(247,249,247,.92);
  box-shadow:none;
  color:#4e5550;
  cursor:pointer;
  transition:background-color .22s ease,color .22s ease,transform .22s ease
}
.elp-popup-dialog .elp-close:hover{background:#edf4ee;color:var(--elp-primary);transform:none}
.elp-popup-dialog .elp-close:focus-visible{outline:3px solid rgba(35,114,56,.22);outline-offset:2px}
.elp-popup-dialog .elp-close span{width:16px;height:1.8px;background:currentColor}
.elp-popup-brand{display:flex;justify-content:center;margin:0 42px 12px}
.elp-popup-brand-row{display:inline-flex;align-items:center;justify-content:center;gap:9px;max-width:100%;white-space:nowrap}
.elp-popup-logo{display:block;width:auto;max-width:calc(var(--elp-popup-logo-height,36px) * 1.45);height:var(--elp-popup-logo-height,36px);max-height:var(--elp-popup-logo-height,36px);object-fit:contain}
.elp-popup-logo-fallback{display:flex;width:39px;height:39px;color:var(--elp-primary)}
.elp-popup-logo-fallback svg{width:100%;height:100%}
.elp-popup-brand-name{overflow:hidden;color:var(--elp-text);font-size:22px;font-weight:750;line-height:1.15;letter-spacing:-.025em;text-overflow:ellipsis}
.elp-popup-brand-name::first-letter{text-transform:uppercase}
.elp-popup-copy{text-align:center;margin:0 0 20px}
.elp-popup-copy h2{margin:0 0 6px;color:var(--elp-text);font-size:var(--elp-popup-heading-size,27px);font-weight:750;line-height:1.18;letter-spacing:-.025em}
.elp-popup-copy p{max-width:390px;margin:0 auto;color:var(--elp-muted);font-size:var(--elp-popup-intro-size,14px);line-height:1.48}
.elp-popup-form,.elp-reset-form{margin:0}
.elp-popup-dialog .elp-form-field{margin:0 0 8px}
.elp-popup-dialog .elp-form-field>label{display:block;margin:0 0 5px;color:#313632;font-size:var(--elp-popup-label-size,13px);font-weight:650;line-height:1.3;text-align:left}
.elp-popup-dialog .elp-field-wrap{position:relative;margin:0}
.elp-popup-dialog .elp-field-wrap input{
  display:block;
  width:100%;
  height:var(--elp-popup-input-height,50px);
  margin:0;
  padding:0 48px 0 44px;
  border:1px solid #d8ddda;
  border-radius:var(--elp-popup-input-radius,7px);
  background:#fff;
  box-shadow:0 1px 3px rgba(20,36,25,.04);
  color:var(--elp-text);
  font:inherit;
  font-size:14px;
  line-height:1;
  text-align:left;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease
}
.elp-popup-dialog .elp-field-wrap input::placeholder{color:#a3aaa5;opacity:1;text-align:left}
.elp-popup-dialog .elp-field-wrap input:hover{border-color:#c3cbc5}
.elp-popup-dialog .elp-field-wrap input:focus{border-color:var(--elp-primary);box-shadow:0 0 0 3px rgba(35,114,56,.10)}
.elp-popup-dialog .elp-form-field.is-invalid .elp-field-wrap input{border-color:#cf3d3d;box-shadow:0 0 0 3px rgba(207,61,61,.08)}
.elp-popup-dialog .elp-field-icon{left:14px;width:20px;color:#657068}
.elp-popup-dialog .elp-field-icon svg{width:20px;height:20px}
.elp-popup-dialog .elp-password-toggle{
  right:8px;
  width:36px;
  height:36px;
  padding:8px;
  border-radius:7px;
  color:#89908b;
  transition:color .2s ease,background-color .2s ease
}
.elp-popup-dialog .elp-password-toggle:hover{color:var(--elp-primary);background:#f0f6f1}
.elp-popup-dialog .elp-password-toggle:focus-visible{outline:2px solid var(--elp-primary);outline-offset:1px}
.elp-popup-dialog .elp-field-error{min-height:17px;margin:3px 0 0;color:#b42318;font-size:11.5px;line-height:1.3;text-align:left}
.elp-popup-dialog .elp-form-options{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;margin:3px 0 16px;color:#454b47;font-size:12.5px;line-height:1.3}
.elp-popup-dialog .elp-checkbox{display:flex;align-items:center;gap:8px;min-width:0}
.elp-popup-dialog .elp-checkmark{width:18px;height:18px;border-width:1.5px;border-radius:4px}
.elp-popup-dialog .elp-checkbox input:focus-visible + .elp-checkmark{outline:3px solid rgba(35,114,56,.18);outline-offset:2px}
.elp-popup-dialog .elp-checkbox input:checked + .elp-checkmark:after{left:5px;top:1px;width:5px;height:10px;border-width:0 2px 2px 0}
.elp-popup-dialog .elp-forgot-link{
  flex:0 0 auto;
  margin:0;
  padding:3px 0;
  border:0;
  border-bottom:1px solid transparent;
  background:transparent;
  color:var(--elp-primary);
  font:inherit;
  font-weight:650;
  line-height:1.2;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease
}
.elp-popup-dialog .elp-forgot-link:hover{color:var(--elp-primary-hover);border-bottom-color:currentColor}
.elp-popup-dialog .elp-forgot-link:focus-visible{outline:2px solid var(--elp-primary);outline-offset:3px;border-radius:2px}
.elp-popup-dialog .elp-submit-button{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:var(--elp-popup-button-height,50px);
  min-height:var(--elp-popup-button-height,50px);
  padding:0 52px;
  border:0;
  border-radius:var(--elp-popup-input-radius,7px);
  background:var(--elp-primary);
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .24s ease,transform .24s ease,opacity .24s ease
}
.elp-popup-dialog .elp-submit-button:focus-visible{outline:3px solid rgba(35,114,56,.28);outline-offset:3px}
.elp-popup-dialog .elp-submit-button:disabled{opacity:.78;cursor:wait;transform:none}
.elp-popup-dialog .elp-button-arrow{right:16px;width:23px;height:23px;align-items:center;justify-content:center}
.elp-popup-dialog .elp-button-arrow svg{width:22px;height:22px}
.elp-button-spinner{
  position:absolute;
  left:17px;
  width:17px;
  height:17px;
  border:2px solid rgba(255,255,255,.42);
  border-top-color:#fff;
  border-radius:50%;
  opacity:0;
  animation:elp-spin .75s linear infinite
}
.elp-submit-button.is-loading .elp-button-spinner{opacity:1}
@keyframes elp-spin{to{transform:rotate(360deg)}}
.elp-popup-dialog .elp-status{display:none;margin:10px 0 0;padding:9px 11px;border-radius:6px;font-size:11.5px;line-height:1.4;text-align:left}
.elp-popup-dialog .elp-status.is-visible{display:block}
.elp-popup-dialog .elp-status-error{border:1px solid #f3bebe;background:#fff2f2;color:#a92828}
.elp-popup-dialog .elp-status-success{border:1px solid #b9e3c2;background:#effaf1;color:#126329}
.elp-popup-dialog .elp-status-info{margin:0 0 14px}
.elp-popup-account-link{margin-bottom:0}
.elp-popup-access-box{margin-top:var(--elp-popup-section-gap,18px);padding-top:17px;border-top:1px solid #e5e9e6;text-align:center}
.elp-popup-access-heading{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 0 6px}
.elp-popup-access-icon{display:flex;width:24px;height:24px;color:#5ca56d}
.elp-popup-access-icon svg{width:100%;height:100%}
.elp-popup-access-heading h3{margin:0;color:var(--elp-text);font-size:15px;font-weight:700;line-height:1.25}
.elp-popup-access-box>p{max-width:365px;margin:0 auto 13px;color:var(--elp-muted);font-size:12.5px;line-height:1.45}
.elp-popup-dialog .elp-access-button{
  display:grid;
  grid-template-columns:20px minmax(0,1fr) 20px;
  align-items:center;
  gap:9px;
  width:100%;
  min-height:46px;
  padding:8px 13px;
  border:1px solid var(--elp-primary);
  border-radius:var(--elp-popup-input-radius,7px);
  background:#fff;
  color:var(--elp-primary);
  font-size:12.5px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  transition:background-color .24s ease,border-color .24s ease,color .24s ease,transform .24s ease
}
.elp-popup-dialog .elp-access-button:focus-visible{outline:3px solid rgba(35,114,56,.20);outline-offset:3px}
.elp-popup-dialog .elp-access-button-icon,.elp-popup-dialog .elp-access-arrow{width:20px;height:20px;align-items:center;justify-content:center}
.elp-popup-dialog .elp-access-button svg{width:19px;height:19px}
.elp-popup-reset-view[hidden],.elp-popup-login-view[hidden]{display:none!important}
.elp-popup-dialog .elp-back-to-login{
  display:block;
  margin:12px auto 0;
  padding:4px 6px;
  border:0;
  border-bottom:1px solid transparent;
  background:transparent;
  color:var(--elp-primary);
  font:inherit;
  font-size:12.5px;
  font-weight:650;
  cursor:pointer
}
.elp-popup-dialog .elp-back-to-login:hover{border-bottom-color:currentColor}
.elp-popup-dialog .elp-back-to-login:focus-visible{outline:2px solid var(--elp-primary);outline-offset:2px}
body.elp-no-scroll{overflow:hidden!important}

@media (hover:hover) and (pointer:fine){
  .elp-popup-dialog .elp-submit-button:hover{background:var(--elp-primary-hover);transform:translateY(-1px)}
  .elp-popup-dialog .elp-access-button:hover{border-color:var(--elp-primary-hover);background:#eef7f0;color:var(--elp-primary-hover);transform:translateY(-1px)}
}

@media (max-width:600px){
  .elp-modal{padding:12px}
  .elp-popup-dialog{width:min(var(--elp-popup-card-width,500px),calc(100vw - 24px));max-height:calc(100dvh - 24px);border-radius:min(var(--elp-popup-card-radius,12px),14px)}
  .elp-popup-scroll{max-height:calc(100dvh - 24px)}
  .elp-popup-content{padding:27px 22px 23px}
  .elp-popup-dialog .elp-close{top:9px;right:9px;width:36px;height:36px}
  .elp-popup-brand{margin:0 35px 11px}
  .elp-popup-brand-name{font-size:20px}
  .elp-popup-logo{max-width:47px;height:33px;max-height:33px}
  .elp-popup-copy h2{font-size:25px}
  .elp-popup-copy p{font-size:13px}
}

@media (max-width:390px){
  .elp-popup-content{padding:26px 16px 20px}
  .elp-popup-brand-row{gap:6px}
  .elp-popup-brand-name{font-size:18px}
  .elp-popup-logo{max-width:41px;height:30px;max-height:30px}
  .elp-popup-copy h2{font-size:23px}
  .elp-popup-dialog .elp-form-options{gap:8px;font-size:11.5px}
  .elp-popup-dialog .elp-access-button{font-size:11.5px}
}

@media (prefers-reduced-motion:reduce){
  .elp-modal,.elp-popup-dialog,.elp-popup-dialog *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.elp-popup-brand-primary{color:var(--elp-primary)}
.elp-popup-brand-secondary{margin-left:.22em;color:var(--elp-text)}

/* v1.6 branded three-step password-reset flow */
.elp-reset-page-shell,
.elp-reset-page-shell *{box-sizing:border-box}
.elp-reset-page-shell{
  width:100%;
  min-height:100dvh;
  padding:28px 18px 42px;
  background:var(--elp-reset-page-bg,#fbfcfb);
  color:var(--elp-text,#17191d);
  font-family:var(--elp-popup-font,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)
}
body.elp-standalone-reset-page{margin:0;background:var(--elp-reset-page-bg,#fbfcfb)}
body.elp-standalone-reset-page .elp-reset-page-shell{min-height:100dvh}
.elp-reset-progress{
  display:grid;
  grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr) 72px minmax(0,1fr);
  align-items:center;
  width:min(1050px,100%);
  margin:0 auto 26px;
  color:#5e675f
}
.elp-reset-progress-item{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0}
.elp-reset-progress-item>span{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
  width:30px;height:30px;border-radius:50%;
  background:#dfe6e0;color:#6c746e;font-size:15px;font-weight:800;
  transition:background-color .25s ease,color .25s ease,box-shadow .25s ease
}
.elp-reset-progress-item strong{overflow:hidden;font-size:15px;line-height:1.25;font-weight:750;white-space:nowrap;text-overflow:ellipsis}
.elp-reset-progress-arrow{display:flex;align-items:center;justify-content:center;color:#c6cec8}
.elp-reset-progress-arrow svg{width:48px;height:24px}
.elp-reset-progress.is-step-1 [data-step="1"]>span,
.elp-reset-progress.is-step-2 [data-step="1"]>span,
.elp-reset-progress.is-step-2 [data-step="2"]>span,
.elp-reset-progress.is-step-3 .elp-reset-progress-item>span{background:#179347;color:#fff;box-shadow:0 3px 8px rgba(23,147,71,.18)}
.elp-reset-progress.is-step-1 [data-step="1"],
.elp-reset-progress.is-step-2 [data-step="2"],
.elp-reset-progress.is-step-3 [data-step="3"]{color:#151a16}
.elp-reset-progress.is-step-2 .elp-reset-progress-arrow:first-of-type,
.elp-reset-progress.is-step-3 .elp-reset-progress-arrow{color:#179347}
.elp-reset-card{
  width:min(var(--elp-reset-card-width,390px),100%);
  min-height:575px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid #dce3dd;
  border-radius:var(--elp-reset-card-radius,10px);
  background:#fff;
  box-shadow:var(--elp-reset-card-shadow,0 8px 26px rgba(19,42,27,.10))
}
.elp-reset-brand{
  display:flex;align-items:center;justify-content:center;
  min-height:74px;padding:18px 28px;
  border-bottom:1px solid #e0e5e1;
  background:#fff
}
.elp-reset-brand>img{display:block;width:auto;max-width:220px;height:auto;max-height:54px;object-fit:contain}
.elp-reset-brand-lockup{display:inline-flex;align-items:center;gap:10px}
.elp-reset-brand-lockup>img{display:block;width:42px;height:42px;object-fit:contain}
.elp-reset-brand-lockup>span{display:flex;flex-direction:column;line-height:1}
.elp-reset-brand-lockup strong{font-size:21px;line-height:1;font-weight:850;letter-spacing:2px;color:#353b37}
.elp-reset-brand-lockup small{margin-top:6px;font-size:9px;line-height:1;font-weight:850;letter-spacing:4px;color:var(--elp-primary,#237238)}
.elp-reset-card-body{padding:25px 34px 29px}
.elp-reset-card-copy{margin:0 0 21px;text-align:left}
.elp-reset-card h1,.elp-reset-card h2{margin:0;color:#141814;font-weight:800;letter-spacing:-.025em}
.elp-reset-card h1{font-size:22px;line-height:1.2}
.elp-reset-card h2{font-size:20px;line-height:1.25}
.elp-reset-card p{color:#4f5751}
.elp-reset-card-copy p{margin:6px 0 0;font-size:13px;line-height:1.5}
.elp-reset-card .elp-form-field{margin:0 0 13px}
.elp-reset-card .elp-form-field>label{display:block;margin:0 0 7px;color:#262b27;font-size:12.5px;font-weight:750;line-height:1.3;text-align:left}
.elp-reset-card .elp-field-wrap{position:relative;margin:0}
.elp-reset-card .elp-field-wrap input{
  display:block;width:100%;height:44px;margin:0;padding:0 46px 0 14px;
  border:1px solid #cfd6d1;border-radius:6px;background:#fff;
  color:#171b18;font:inherit;font-size:14px;line-height:1;outline:none;
  box-shadow:0 1px 2px rgba(22,40,27,.03);
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease
}
.elp-reset-card .elp-field-wrap input:focus{border-color:var(--elp-primary,#237238);box-shadow:0 0 0 3px rgba(35,114,56,.10)}
.elp-reset-card .elp-form-field.is-invalid .elp-field-wrap input{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.08)}
.elp-reset-card .elp-field-icon{left:13px;width:19px;color:var(--elp-primary,#237238)}
.elp-reset-card .elp-field-icon+input{padding-left:43px}
.elp-reset-card .elp-password-toggle{
  right:6px;width:34px;height:34px;padding:8px;border:0;border-radius:6px;background:transparent;
  color:#747c76;cursor:pointer;transition:color .2s ease,background-color .2s ease
}
.elp-reset-card .elp-password-toggle:hover{color:var(--elp-primary,#237238);background:#eef6ef}
.elp-reset-card .elp-password-toggle:focus-visible{outline:2px solid var(--elp-primary,#237238);outline-offset:1px}
.elp-reset-card .elp-field-error{min-height:18px;margin:5px 0 0;color:#e12d2d;font-size:12px;line-height:1.35;text-align:left}
.elp-reset-card .elp-field-error:empty{min-height:0;margin-top:0}
.elp-reset-requirements{display:grid;gap:6px;margin:4px 0 17px;padding:0;list-style:none}
.elp-reset-requirements li{display:flex;align-items:center;gap:9px;color:#69716b;font-size:12px;line-height:1.3}
.elp-reset-requirements li span{display:flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#d5ddd7;color:#fff}
.elp-reset-requirements li span svg{width:11px;height:11px}
.elp-reset-requirements li.is-met{color:#4f5751}
.elp-reset-requirements li.is-met span{background:#189348}
.elp-reset-strength{margin:0 0 18px}
.elp-reset-strength>strong{display:block;margin:0 0 8px;color:#272c28;font-size:12.5px;line-height:1.3}
.elp-reset-strength-bars{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.elp-reset-strength-bars span{display:block;height:3px;border-radius:999px;background:#d7ddd8;opacity:.55;transition:opacity .2s ease,background-color .2s ease}
.elp-reset-strength-bars span:nth-child(1){background:#ef5350}
.elp-reset-strength-bars span:nth-child(2){background:#cfd5d0}
.elp-reset-strength-bars span:nth-child(3){background:#159247}
.elp-reset-strength[data-elp-strength="1"] .elp-reset-strength-bars span:nth-child(1),
.elp-reset-strength[data-elp-strength="2"] .elp-reset-strength-bars span:nth-child(-n+2),
.elp-reset-strength[data-elp-strength="3"] .elp-reset-strength-bars span{opacity:1}
.elp-reset-strength-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:7px;font-size:11px;line-height:1.2;text-align:center}
.elp-reset-strength-labels span:nth-child(1){color:#ef3f3f}
.elp-reset-strength-labels span:nth-child(2){color:#777f79}
.elp-reset-strength-labels span:nth-child(3){color:#168d44}
.elp-reset-card .elp-submit-button,
.elp-reset-primary-link{
  position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:46px;min-height:46px;
  padding:0 44px;border:0;border-radius:6px;background:var(--elp-primary,#237238);color:#fff!important;
  font:inherit;font-size:15px;font-weight:750;line-height:1;text-align:center;text-decoration:none!important;
  box-shadow:none;cursor:pointer;transition:background-color .22s ease,transform .22s ease,opacity .22s ease
}
.elp-reset-card .elp-submit-button:hover:not(:disabled),.elp-reset-primary-link:hover{background:var(--elp-primary-hover,#195c2b);transform:translateY(-1px)}
.elp-reset-card .elp-submit-button:focus-visible,.elp-reset-primary-link:focus-visible{outline:3px solid rgba(35,114,56,.24);outline-offset:3px}
.elp-reset-card .elp-submit-button:disabled{background:#7fc38f;opacity:.82;cursor:not-allowed;transform:none}
.elp-reset-card .elp-button-arrow{right:15px;width:21px;height:21px}
.elp-reset-card .elp-button-spinner{left:15px}
.elp-reset-save-hint{margin:9px 0 0!important;color:#737b75!important;font-size:11.5px!important;line-height:1.4!important;text-align:left}
.elp-reset-card .elp-status{margin:10px 0 0;padding:9px 10px;border-radius:6px;font-size:12px;line-height:1.4}
.elp-reset-card-heading{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;margin-bottom:22px}
.elp-reset-heading-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#edf8ed;color:var(--elp-primary,#237238)}
.elp-reset-heading-icon svg{width:26px;height:26px}
.elp-reset-card-heading h1{font-size:19px}
.elp-reset-card-heading p{margin:6px 0 0;font-size:12.5px;line-height:1.5}
.elp-reset-centered-body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;text-align:center}
.elp-reset-centered-body>h1{margin-top:18px;font-size:21px}
.elp-reset-centered-body>p{max-width:300px;margin:13px auto 27px;font-size:13px;line-height:1.55}
.elp-reset-success-mark,.elp-reset-invalid-mark{
  display:flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:50%;
  background:#edf8ed;color:#168f45
}
.elp-reset-success-mark svg,.elp-reset-invalid-mark svg{width:45px;height:45px}
.elp-reset-invalid-mark{background:#fff2f0;color:#d93d35}
.elp-reset-request-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;text-align:center;outline:none}
.elp-reset-request-success[hidden]{display:none}
.elp-reset-request-success h1,.elp-reset-request-success h2{margin-top:18px}
.elp-reset-request-success p{margin:12px auto 25px;font-size:13px;line-height:1.55}
.elp-reset-complete-mark{
  position:relative;display:flex;align-items:center;justify-content:center;width:112px;height:112px;border-radius:50%;
  background:#edf8e9;color:#159247
}
.elp-reset-complete-mark>svg{width:76px;height:76px;border:4px solid currentColor;border-radius:50%;padding:15px}
.elp-sparkle{position:absolute;color:#49b56d;font-size:18px;font-weight:800;line-height:1}
.elp-sparkle-one{left:-6px;top:16px}.elp-sparkle-two{right:-8px;bottom:18px}.elp-sparkle-three{right:5px;top:4px}
.elp-reset-stage-success .elp-reset-centered-body{min-height:500px;padding-top:35px;padding-bottom:30px}
.elp-reset-stage-success .elp-reset-primary-link{margin-top:2px}
.elp-reset-security-notice{
  display:grid;grid-template-columns:50px 1fr;align-items:center;gap:12px;width:100%;
  margin:32px 0 20px;padding:17px 18px;border:1px solid #d7e7d8;border-radius:8px;
  background:linear-gradient(135deg,#f4fbf1,#f2f9ec);text-align:left
}
.elp-reset-security-notice>span{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#dff2df;color:#168f45}
.elp-reset-security-notice>span svg{width:25px;height:25px}
.elp-reset-security-notice p{margin:0!important;color:#3f4841!important;font-size:12px!important;line-height:1.5!important}
.elp-reset-auto-redirect{
  display:grid;grid-template-columns:45px 1fr;align-items:center;gap:12px;width:100%;
  padding-top:19px;border-top:1px solid #dfe5e0;text-align:left
}
.elp-reset-auto-redirect>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#f0f2f0;color:#555e57}
.elp-reset-auto-redirect>span svg{width:25px;height:25px}
.elp-reset-auto-redirect p{margin:0!important;color:#424a44!important;font-size:12px!important;line-height:1.45!important}
.elp-reset-stage-form[hidden],.elp-reset-stage-success[hidden]{display:none}

/* Polished email-sent state inside the popup */
.elp-popup-reset-success{min-height:310px;padding:12px 8px 5px}
.elp-popup-reset-success .elp-reset-success-mark{width:72px;height:72px}
.elp-popup-reset-success .elp-reset-success-mark svg{width:42px;height:42px}
.elp-popup-reset-success h2{margin:17px 0 0;font-size:23px;line-height:1.25}
.elp-popup-reset-success p{max-width:360px;margin:10px auto 22px;color:var(--elp-muted,#60656f);font-size:13px;line-height:1.55}
.elp-popup-reset-success .elp-back-to-login{margin-top:0}

@media(max-width:780px){
  .elp-reset-page-shell{padding:20px 14px 34px}
  .elp-reset-progress{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);margin-bottom:20px}
  .elp-reset-progress-item{gap:7px}
  .elp-reset-progress-item>span{width:27px;height:27px;font-size:13px}
  .elp-reset-progress-item strong{font-size:12px;white-space:normal;text-align:center}
  .elp-reset-progress-arrow svg{width:28px}
  .elp-reset-card{min-height:0}
  .elp-reset-card-body{padding:24px 26px 27px}
  .elp-reset-centered-body{min-height:470px}
}
@media(max-width:520px){
  .elp-reset-page-shell{padding:14px 10px 26px}
  .elp-reset-progress{grid-template-columns:1fr 18px 1fr 18px 1fr;gap:3px}
  .elp-reset-progress-item{flex-direction:column;gap:5px}
  .elp-reset-progress-item strong{font-size:10px;line-height:1.2}
  .elp-reset-progress-arrow svg{width:18px}
  .elp-reset-brand{min-height:68px;padding:15px 20px}
  .elp-reset-card-body{padding:22px 20px 24px}
  .elp-reset-card h1{font-size:20px}
  .elp-reset-centered-body{min-height:440px}
  .elp-reset-security-notice{grid-template-columns:42px 1fr;padding:14px}
  .elp-reset-security-notice>span{width:40px;height:40px}
  .elp-reset-complete-mark{width:98px;height:98px}
  .elp-reset-complete-mark>svg{width:66px;height:66px}
}
.elp-reset-progress.is-step-2 .elp-reset-progress-arrow:nth-child(2),
.elp-reset-progress.is-step-3 .elp-reset-progress-arrow:nth-child(2),
.elp-reset-progress.is-step-3 .elp-reset-progress-arrow:nth-child(4){color:#179347}
