.sr-pwstrength{background:#fff;border-radius:18px;box-shadow:0 24px 60px -34px rgba(4,16,10,.6);padding:clamp(20px,3vw,30px)}.sr-pwstrength__inputwrap{display:flex;position:relative}.sr-pwstrength__input{background:#f7f8f7;border:1px solid rgba(12,33,20,.16);border-radius:12px;color:#0c2114;font:inherit;font-size:1.05rem;padding:14px 70px 14px 16px;width:100%}.sr-pwstrength__input:focus{border-color:#06c79b;box-shadow:0 0 0 3px rgba(6,199,155,.18);outline:none}.sr-pwstrength__toggle{background:transparent;border:0;color:#1c5b77;cursor:pointer;font-family:var(--head,"Poppins",sans-serif);font-size:.82rem;font-weight:600;padding:6px 8px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.sr-pwstrength__bar{display:flex;gap:6px;margin:16px 0 8px}.sr-pwstrength__seg{background:#e6e3d8;border-radius:999px;flex:1;height:8px;transition:background .25s ease}.sr-pwstrength__bar[data-level="1"] .sr-pwstrength__seg:nth-child(-n+1),.sr-pwstrength__bar[data-level="2"] .sr-pwstrength__seg:nth-child(-n+2),.sr-pwstrength__bar[data-level="3"] .sr-pwstrength__seg:nth-child(-n+3),.sr-pwstrength__bar[data-level="4"] .sr-pwstrength__seg:nth-child(-n+4){background:#21c700}.sr-pwstrength__bar[data-level="1"] .sr-pwstrength__seg:nth-child(-n+1){background:#e06a3a}.sr-pwstrength__bar[data-level="2"] .sr-pwstrength__seg:nth-child(-n+2){background:#f0a92e}.sr-pwstrength__bar[data-level="3"] .sr-pwstrength__seg:nth-child(-n+3){background:#8fc740}.sr-pwstrength__label{color:#546b5b;font-family:var(--head,"Poppins",sans-serif);font-size:.9rem;font-weight:600;margin:0 0 16px}.sr-pwstrength__label[data-level="1"]{color:#b14a2a}.sr-pwstrength__label[data-level="2"]{color:#9a6a12}.sr-pwstrength__label[data-level="3"]{color:#4f7a16}.sr-pwstrength__label[data-level="4"]{color:#1c7a3a}.sr-pwstrength__rules{display:grid;gap:8px 16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));list-style:none;margin:0;padding:0}.sr-pwstrength__rule{align-items:center;color:#7a8a80;display:flex;font-size:.9rem;gap:9px;transition:color .2s ease}.sr-pwstrength__tick{border:2px solid #cfccc2;border-radius:50%;flex:none;height:16px;position:relative;transition:all .2s ease;width:16px}.sr-pwstrength__rule.is-met{color:#1c5b3a}.sr-pwstrength__rule.is-met .sr-pwstrength__tick{background:#21c700;border-color:#21c700}.sr-pwstrength__rule.is-met .sr-pwstrength__tick:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg);width:4px}@media (prefers-reduced-motion:reduce){.sr-pwstrength__rule,.sr-pwstrength__seg,.sr-pwstrength__tick{transition:none}}