.auth-page { display: grid; place-items: center; padding: 1.5rem; }
.auth-card { width: min(100%, 410px); padding: 2.4rem; border: 1px solid #263947; border-radius: 20px; background: rgba(16, 28, 39, .94); box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.auth-card h1 { margin: 1rem 0 .2rem; text-align: center; letter-spacing: .04em; }
.auth-card > p { margin: 0 0 1.8rem; text-align: center; color: #91a5b4; }
.auth-card form { display: grid; gap: 1rem; }
.auth-mark { display: grid; place-items: center; width: 56px; height: 56px; margin: auto; border-radius: 16px; background: linear-gradient(135deg, #ff6b35, #ffc857); color: #180a03; font-size: 2rem; font-weight: 900; }
.auth-link { display: block; margin-top: 1.2rem; color: #9bd6ff; text-align: center; font-size: .88rem; }.security-code { text-align: center; font-size: 1.45rem; letter-spacing: .35em; font-variant-numeric: tabular-nums; }
.auth-card .security-code-resend { display: grid; justify-items: center; gap: .35rem; margin-top: 1.25rem; color: #91a5b4; font-size: .84rem; text-align: center; }.security-code-resend-button { padding: .2rem; border: 0; background: transparent; color: #9bd6ff; cursor: pointer; font-weight: 800; letter-spacing: .04em; }.security-code-resend-button:hover,.security-code-resend-button:focus-visible { color: #fff; text-decoration: underline; }.security-code-resend-button:disabled { color: #708293; cursor: wait; text-decoration: none; }.security-code-resend-status { min-height: 1.2em; margin: .25rem 0 0; color: #91a5b4; }.security-code-resend-status.is-success { color: #61dda0; }.security-code-resend-status.is-error { color: #ff9cad; }
