*{box-sizing:border-box}body{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#e01a38;color:#fff;font-family:Poppins,sans-serif;margin:0}.auth-card{width:min(100%,420px);background:#171821;padding:2.5rem 2rem;border-radius:1rem}.auth-title{margin:0 0 .35rem;font-size:1.55rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.auth-title span{color:#e01a38}.auth-subtitle{color:#a0a0a6;font-size:.88rem;font-weight:300;margin:0 0 1.8rem}.auth-form{display:grid;gap:.95rem}.auth-field{display:grid;gap:.4rem}.auth-field label{color:#d9d9de;font-size:.78rem;font-weight:600;text-transform:uppercase}.auth-field input{width:100%;border:1px solid #3a3939;border-radius:.5rem;background:#3a3939;color:#fff;font:inherit;padding:.9rem .75rem;outline:none}.auth-field input:focus{border-color:#e01a38}.auth-button{width:100%;border:0;border-radius:.5rem;background:#e01a38;color:#fff;cursor:pointer;font:inherit;font-weight:600;padding:.9rem;margin-top:.35rem}.auth-button:disabled{cursor:wait;opacity:.7}.auth-message{min-height:1.25rem;color:#ffb3bd;font-size:.85rem;line-height:1.45;margin:0}.auth-message.success{color:#8ee0a1}.auth-switch{color:#a0a0a6;font-size:.86rem;margin:1.35rem 0 0;text-align:center}.auth-switch a,.auth-back{color:#fff;font-weight:600;text-decoration:none}.auth-switch a:hover,.auth-back:hover{color:#e01a38}.auth-back{display:inline-block;font-size:.82rem;margin-bottom:1.25rem}
