.auth{max-width:var(--layout-max-width);min-height:calc(100vh - 200px);margin:0 auto;padding:30px 0}.auth-card{max-width:520px;padding:3rem 0}.auth-title{color:#364153;margin-bottom:1.75rem;font-size:1.5rem;font-weight:700}.auth-field{margin-bottom:1.25rem}.auth-label{color:#364153;margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.auth-label-required{color:#22abed;margin-left:2px}.auth-input{color:#364153;box-sizing:border-box;border:1px solid #d1d5db;border-radius:0;outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.auth-input:focus{border-color:#22abed}.auth-input--error{border-color:#ef4444}.auth-field-error{color:#ef4444;margin-top:.375rem;margin-bottom:0;font-size:.8125rem}.auth-error{color:#ef4444;margin-bottom:1rem;font-size:.875rem}.auth-checkbox-label{cursor:pointer;align-items:flex-start;gap:.625rem;margin-top:1.25rem;display:flex}.auth-checkbox{appearance:none;cursor:pointer;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin-top:1px;transition:background-color .15s,border-color .15s;position:relative}.auth-checkbox:checked{background-color:#22abed;border-color:#22abed}.auth-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.auth-checkbox-text{color:#666;font-size:.875rem;line-height:1.5}.auth-checkbox-text a{color:#22abed;text-decoration:underline}.auth-btn{color:#fff;cursor:pointer;background-color:#22abed;border:none;border-radius:0;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background-color .2s}.auth-btn:hover:not(:disabled){background-color:#1b8fcc}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-link{color:#22abed;margin-top:1rem;font-size:.875rem;text-decoration:none;display:inline-block}.auth-link:hover{text-decoration:underline}.auth-links{gap:1rem;margin-top:1rem;display:flex}.auth-success{color:#22c55e;margin-bottom:1rem;font-size:.875rem}@media (max-width:768px){.auth{padding:20px 1.5rem}.auth-card{padding:2rem 0}}
