.auth-page{min-height:calc(100vh - 174px)}
.auth-wrap{max-width:450px;margin:43px auto 50px}
.auth-back{display:inline-block;margin-bottom:18px;color:var(--muted);font-size:12px}
.auth-card{padding:32px 34px}
.auth-symbol{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--green-pale);color:var(--green);margin-bottom:23px}
.auth-symbol .icon{width:23px;height:23px}
.auth-card h1{font-size:29px;margin:9px 0 10px;font-weight:650;letter-spacing:-.8px}
.auth-intro{font-size:13px;color:var(--muted);margin-bottom:27px}
.auth-form{display:grid;gap:18px}
.auth-field{display:grid;gap:7px}
.auth-field label{font-size:12px;font-weight:600}
.auth-field label span{color:var(--muted);font-weight:400}
.auth-field input{display:block;width:100%;font-size:13px;padding:12px 13px}
.auth-field input::placeholder{color:var(--muted);opacity:.8}
.auth-field-hint{color:var(--muted);font-size:11px;margin-top:1px}
.auth-submit{width:100%;min-height:44px;justify-content:center;margin-top:5px;font-size:13px;gap:14px}
.auth-submit .icon{width:17px;height:17px}
.auth-switch{padding-top:23px;margin-top:25px;border-top:1px solid var(--line);text-align:center;color:var(--muted);font-size:12px}
.auth-switch a{font-weight:600;margin-left:4px}
.auth-note{font-size:11px;color:var(--muted);max-width:340px;margin:19px auto 0;text-align:center}
.auth-note a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:560px){.auth-page{min-height:calc(100vh - 186px)}.auth-wrap{margin:26px auto 33px;max-width:420px}.auth-card{padding:26px 23px;border-radius:13px}.auth-symbol{margin-bottom:21px}.auth-card h1{font-size:27px}.auth-intro{font-size:12px;margin-bottom:24px}.auth-field input{font-size:16px;padding:11px 12px}.auth-form{gap:16px}.auth-note{font-size:10px;max-width:285px}.auth-back{font-size:11px;margin-bottom:15px}}
