.auth-page{margin:0;background:#f7f7f2;color:#243b36;min-height:100svh;display:grid;place-items:center;padding:calc(36px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));box-sizing:border-box}.auth-wrap{width:100%;max-width:440px}.auth-brand{display:flex;align-items:center;gap:14px;font-family:Georgia,serif;font-size:44px;text-decoration:none;color:#295446;margin-bottom:36px}.auth-brand span{font-family:system-ui;font-size:17px;font-weight:600}.auth-card{background:white;border:1px solid #e0e5dc;border-radius:26px;padding:32px;box-shadow:0 18px 60px #233c3109}.auth-card h1{font-family:Georgia,serif;font-size:36px;line-height:1.13;font-weight:400;margin:12px 0}.auth-card form{margin-top:26px}.auth-card label{display:block;margin-bottom:8px;font-weight:600}.auth-card input{width:100%;box-sizing:border-box;font-size:16px;min-height:50px;border-radius:12px}.auth-card button{width:100%;min-height:50px;margin-top:12px}.auth-note{border-top:1px solid #e7e9e2;padding-top:22px;margin-top:28px;font-size:14px;color:#65766e;line-height:1.6}.auth-card details{font-size:14px;line-height:1.6;margin-top:16px}.auth-footer{text-align:center;margin-top:26px;font-size:13px;color:#748077}.helptext,.auth-card ul{font-size:13px;line-height:1.5}.errorlist{color:#a03b2b}.auth-card .eyebrow{font-size:11px;letter-spacing:.15em}.auth-card .password-field{display:block;position:relative}.auth-card .password-field input{padding-right:54px}.auth-card .password-toggle{position:absolute;right:3px;top:3px;width:44px;min-height:44px;height:44px;margin:0;padding:10px;border:0;background:transparent;color:#48655c;border-radius:10px;display:grid;place-items:center}.auth-card .password-toggle:hover{background:#eef3ef}.auth-card .password-toggle:focus-visible{outline:3px solid #c98758;outline-offset:1px}.password-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.password-toggle .eye-closed{display:none}.password-toggle[aria-pressed="true"] .eye-open{display:none}.password-toggle[aria-pressed="true"] .eye-closed{display:block}@media(max-width:380px){.auth-card{padding:24px}.auth-card h1{font-size:30px}}
