.auth-wrap{place-items:center;min-height:70vh;padding:64px 24px;display:grid}.auth-card{background:var(--paper);border:1px solid var(--sand);border-radius:var(--radius-card);width:100%;max-width:26rem;box-shadow:var(--shadow-2);padding:36px 34px}.auth-card .overline{letter-spacing:.09em;text-transform:uppercase;color:var(--forest);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.auth-card h1{font-family:var(--font-display);text-transform:uppercase;margin-bottom:6px;font-size:26px;font-weight:700;line-height:1.1}.auth-card .sub{color:var(--steel);margin-bottom:24px;font-size:14.5px}.auth-google{border:1.5px solid var(--sand);background:var(--paper);border-radius:var(--radius-btn);width:100%;font-family:var(--font-display);transition:all .2s var(--ease);cursor:pointer;justify-content:center;align-items:center;gap:11px;padding:13px;font-size:14.5px;font-weight:600;display:flex}.auth-google:hover{border-color:var(--forest);background:var(--moss)}.auth-google svg{flex:none;width:19px;height:19px}.auth-divider{color:var(--steel);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:14px;margin:20px 0;font-size:12.5px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--sand);flex:1;height:1px}.auth-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.auth-field label{font-size:13.5px;font-weight:600}.auth-field input{background:var(--cream);border:1px solid var(--steel);border-radius:var(--radius-btn);font:inherit;padding:12px 14px;font-size:15px}.auth-field input:focus{outline:2px solid var(--sprocket);outline-offset:1px}.auth-card .btn{justify-content:center;width:100%;margin-top:4px}.auth-alt{text-align:center;color:var(--steel);margin-top:20px;font-size:14px}.auth-alt a{color:var(--forest);text-underline-offset:3px;font-weight:600;text-decoration:underline}.auth-forgot{text-align:right;margin:-6px 0 16px}.auth-forgot a{color:var(--steel);font-size:13px}.auth-forgot a:hover{color:var(--forest)}.pw-wrap{position:relative}.pw-wrap input{width:100%;padding-right:46px}.pw-eye{width:32px;height:32px;color:var(--steel);cursor:pointer;background:0 0;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.pw-eye:hover{color:var(--forest);background:var(--moss)}.pw-eye svg{stroke:currentColor;fill:none;stroke-width:1.75px;width:19px;height:19px}.pw-caps{color:var(--walnut);align-items:center;gap:6px;margin-top:6px;font-size:12.5px;font-weight:600;display:inline-flex}.pw-caps:before{content:"⚠";font-size:12px}.pw-rules{flex-direction:column;gap:4px;margin:8px 0 0;padding:0;font-size:12.5px;list-style:none;display:flex}.pw-rules li{align-items:center;gap:7px;transition:color .15s;display:flex}.pw-rules li span[aria-hidden]{text-align:center;width:11px;font-weight:700;display:inline-block}.pw-rules li.unmet{color:var(--error);font-weight:600}.pw-rules li.pending{color:var(--steel)}.pw-rules li.met{color:var(--forest);font-weight:600}.auth-captcha:not(:empty){margin:4px 0 14px}
