.password-field{display:block;position:relative}
.password-field input{padding-right:48px}
.password-field input::-ms-reveal{display:none}
.password-toggle{position:absolute;top:calc(50% + 3px);right:10px;transform:translateY(-50%);display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}
.password-toggle:hover,.password-toggle:focus-visible{color:var(--ink);background:var(--soft)}
.password-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.password-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.password-toggle[aria-pressed="true"] svg{color:var(--ink)}
.password-toggle[aria-pressed="true"]::after{content:"";position:absolute;width:23px;height:2px;border-radius:1px;background:currentColor;transform:rotate(-45deg)}
