.auth-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f5f6f7}.auth-inline{max-width:540px;margin:20px auto}.auth-card{width:min(100%,460px);padding:32px;background:#fff;border:1px solid #e3e5e7;border-radius:16px;box-shadow:0 8px 28px rgba(25,34,40,.08)}.auth-brand{text-align:center}.auth-brand img{width:min(250px,72%);height:auto}.auth-brand h1{margin:18px 0 7px;font-size:30px;color:#20262a}.auth-brand p{margin:0;color:#68747b}.auth-form{display:grid;gap:18px;margin-top:28px}.auth-form label{display:grid;gap:7px;font-weight:700;color:#30373b}.auth-form input{width:100%;min-height:50px;padding:12px 13px;border:1px solid #cfd4d7;border-radius:10px;background:#fff;font-size:16px}.auth-form input:focus{outline:3px solid rgba(244,123,32,.18);border-color:#f47b20}.password-field{display:grid;grid-template-columns:1fr auto;align-items:stretch}.password-field input{border-radius:10px 0 0 10px}.password-toggle{min-width:70px;border:1px solid #cfd4d7;border-left:0;border-radius:0 10px 10px 0;background:#f5f6f7;color:#374047}.auth-submit{display:grid;place-items:center;width:100%;min-height:52px;text-decoration:none}.forgot-link{display:block;margin-top:20px;text-align:center;color:#b55212}.auth-error,.auth-success{margin-top:20px;padding:13px 15px;border-radius:10px;line-height:1.55}.auth-error{border:1px solid #f2b8b5;background:#fff3f2;color:#a12720}.auth-success{border:1px solid #a8d5b5;background:#f1fbf4;color:#176b35}.auth-card footer{margin-top:26px;padding-top:18px;border-top:1px solid #eceeed;text-align:center;color:#7b8489;font-size:12px}@media(max-width:520px){.auth-page{padding:14px}.auth-card{padding:24px 20px;border-radius:14px;box-shadow:none}.auth-brand h1{font-size:27px}.password-toggle{min-height:50px}}
.auth-help{color:#68747b;font-size:13px;line-height:1.6}.auth-page-inside{min-height:calc(100dvh - 100px)}
