:root{--auth-orange: #e85b0c;--auth-ink: #111827}*{box-sizing:border-box}body.auth-page{min-height:100vh;overflow-x:hidden;font-family:Figtree,sans-serif;background-color:#16445d;background-image:var(--auth-hero-image);background-position:center;background-size:cover;background-repeat:no-repeat}.auth-page__main{position:relative;z-index:55;display:grid;min-height:100vh;padding:125px 20px 45px;place-items:center}.auth-page__shade{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background:#041d31ad;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.auth-card{position:relative;width:min(100%,432px);padding:34px 30px 28px;border-radius:28px;color:var(--auth-ink);background:#fff;box-shadow:0 30px 80px #0000004d}.auth-card--register{width:min(100%,440px)}.auth-card__close{position:absolute;top:23px;right:30px;color:#3f3f46;font-size:29px;font-weight:400;line-height:1;text-decoration:none}.auth-card__title{margin:0 45px 31px 0;font-size:clamp(31px,4vw,38px);font-weight:800;letter-spacing:-.04em}.auth-form{display:grid;gap:22px}.auth-field{display:grid;gap:9px}.auth-field label{font-size:15px;font-weight:700}.auth-field label span{color:#ef4444}.auth-input{display:grid;grid-template-columns:22px minmax(0,1fr) auto;min-height:50px;align-items:center;gap:9px;padding:0 15px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus-within{border-color:var(--auth-orange);box-shadow:0 0 0 3px #e85b0c1f}.auth-input>svg{width:18px;height:18px;color:#8b8b8b}.auth-input input{min-width:0;border:0;outline:0;color:var(--auth-ink);font:inherit;background:transparent}.auth-input input::-moz-placeholder{color:#6b7280}.auth-input input::placeholder{color:#6b7280}.auth-password-toggle{display:grid;width:30px;height:30px;padding:0;border:0;place-items:center;color:#737373;background:transparent;cursor:pointer}.auth-password-toggle svg{width:19px;height:19px}.auth-form__options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:-7px;font-size:13px}.auth-form__options a,.auth-switch a{color:var(--auth-orange);font-weight:700;text-decoration:none}.auth-remember{display:inline-flex;align-items:center;gap:8px;color:#52525b}.auth-remember input{accent-color:var(--auth-orange)}.auth-submit{min-height:48px;margin-top:3px;border:0;border-radius:12px;color:#fff;font:inherit;font-size:15px;font-weight:800;background:var(--auth-orange);cursor:pointer;transition:background .2s ease,transform .2s ease}.auth-submit:hover{background:#c84600;transform:translateY(-1px)}.auth-switch{margin:-4px 0 0;color:#5b6470;font-size:13px;text-align:center}.auth-error{margin:0;color:#dc2626;font-size:12px}.auth-status{margin:-15px 0 20px;color:#15803d;font-size:13px}@media (max-width: 700px){body.auth-page{background-image:var(--auth-hero-mobile-image)}.auth-page__main{align-items:start;padding:105px 14px 28px}.auth-card{padding:30px 22px 24px;border-radius:22px}.auth-card__close{top:20px;right:22px}.auth-card__title{margin-bottom:25px}.auth-form{gap:17px}}
