.auth-page-wrapper{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:3rem 1rem;background-color:var(--gray-ultra-light)}.auth-container{width:100%;max-width:26rem}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo__img{height:3rem;width:auto;margin:0 auto 1rem}.auth-logo__name{display:block;font-size:1.375rem;font-weight:700;color:var(--navy-darkest);margin-bottom:1rem}.auth-logo h1{font-size:1.5rem;font-weight:600;line-height:120%;color:var(--navy-darkest);margin-top:1rem;margin-bottom:.25rem}.auth-logo p{font-size:.875rem;color:var(--gray-base);margin-top:.375rem;line-height:1.5}.auth-card{background-color:var(--white-base);border-radius:.625rem;box-shadow:0 .0625rem .125rem #0c0c0d0d,0 .0625rem .625rem #0c0c0d0d;padding:2rem}.auth-error{display:none;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.4;color:var(--red-error);background-color:var(--red-error-soft);border-radius:.5rem}.auth-error.visible{display:block}.auth-success{display:none;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.4;color:var(--green-success, var(--green-dark-2));background-color:var(--green-success-soft, var(--green-pale));border-radius:.5rem}.auth-success.visible{display:block}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-hint{margin-top:.375rem;font-size:.75rem;color:var(--gray-base)}.auth-footer-link{text-align:center;font-size:.875rem;margin-top:.25rem}.auth-footer-link a{color:var(--yellow-mid);font-weight:500}.auth-footer-link a:hover{color:var(--yellow-dark)}
