.yellow-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.yellow-checkbox__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.yellow-checkbox__visual{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)}.yellow-checkbox__visual svg{display:block}.yellow-checkbox__visual.checked{background:var(--yellow-mid);border-color:var(--yellow-mid)}.yellow-checkbox__input:focus-visible+.yellow-checkbox__visual{outline:2px solid var(--yellow-mid);outline-offset:2px}.yellow-checkbox__label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:1.33;color:var(--gray-deep-dark)}.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}.auth-logo p a{color:var(--yellow-mid);font-weight:500}.auth-logo p a:hover{color:var(--yellow-dark)}.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-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-hint{margin-top:.375rem;font-size:.75rem;color:var(--gray-base)}.auth-terms{text-align:center;font-size:.75rem;color:var(--gray-base);line-height:1.5}.auth-terms a{text-decoration:underline}.auth-terms a:hover{color:var(--navy-darkest)}.auth-checkbox-group{display:flex;flex-direction:column;gap:1rem}@media(max-width:480px){.auth-row{grid-template-columns:1fr}}
