.auth-page{justify-content:center;align-items:center;min-height:80vh;padding:2rem 1rem;display:flex}.auth-page__card{background-color:var(--fm-bg-surface);border:1px solid var(--fm-border);border-radius:.5rem;width:100%;max-width:400px;padding:2rem}.auth-page__title{color:var(--fm-gold);text-align:center;margin-bottom:.25rem;font-size:1.75rem}.auth-page__subtitle{text-align:center;color:var(--fm-text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-page__error{color:#d44848;background-color:#c43a3a26;border:1px solid #c43a3a4d;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-page__form{flex-direction:column;gap:1rem;display:flex}.auth-page__field{flex-direction:column;gap:.375rem;display:flex}.auth-page__label{color:var(--fm-text);font-size:.875rem;font-weight:600}.auth-page__submit{width:100%;margin-top:.5rem}.auth-page__alt{text-align:center;color:var(--fm-text-muted);margin-top:1.5rem;margin-bottom:0;font-size:.875rem}.auth-page__alt a{color:var(--fm-gold);text-decoration:none}.auth-page__alt a:hover{color:var(--fm-gold-light);text-decoration:underline}
