.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:0}.auth-register-prompt{margin:0;padding:.875rem 1rem;text-align:center;background-color:var(--yellow-light);border:1px solid var(--yellow-soft);border-radius:.5rem}.auth-register-prompt__cta{margin:0;font-size:.875rem;color:var(--gray-base)}.auth-register-prompt__cta a{font-weight:700;color:var(--navy-darkest);text-decoration:underline;text-underline-offset:2px}.auth-register-prompt__cta a:hover{color:var(--gray-very-dark)}.auth-register-prompt__desc{margin:.375rem 0 0;font-size:.75rem;line-height:1.4;color:var(--gray-base)}.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-form{display:flex;flex-direction:column;gap:1.25rem}.auth-footer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-footer-row a{font-size:.875rem;color:var(--yellow-mid);font-weight:500}.auth-footer-row a:hover{color:var(--yellow-dark)}.auth-remember.loc-option{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-remember .loc-checkbox{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;border:1.5px solid var(--gray-medium-light);flex-shrink:0;transition:all .15s ease;background-color:var(--gray-surface-soft)}.auth-remember .loc-checkbox.checked{background:var(--yellow-mid);border-color:var(--yellow-mid)}.auth-remember .loc-checkbox svg{display:block}.auth-remember .loc-option-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:1.33;color:var(--gray-deep-dark)}
