.auth{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.auth__inner{padding:4rem var(--container-px,5rem);flex:1;justify-content:center;align-items:center;display:flex}.auth__card{width:100%;max-width:440px;animation:.7s cubic-bezier(.22,1,.36,1) both fadeUp}.auth__eyebrow{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.auth__eyebrow-line{background:#c4c7c766;width:32px;height:1px}.auth__title{letter-spacing:-.02em;margin-bottom:.5rem;font-weight:300}.auth__subtitle{color:var(--on-surface-variant);margin-bottom:2.5rem}.auth__form{flex-direction:column;gap:1.75rem;display:flex}.auth__actions{flex-direction:column;gap:.75rem;margin-top:.25rem;display:flex}.auth__links{justify-content:space-between;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.auth__link{color:var(--on-surface-variant);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.auth__link:hover{color:var(--primary)}.auth__error{color:#c0392b;margin-top:.5rem}.auth__success{text-align:center;border:1px solid #c4c7c740;padding:2rem}.auth__success-title{letter-spacing:-.02em;margin-bottom:.75rem;font-weight:300}.auth__success-hint{color:var(--outline);border-top:1px solid #c4c7c740;margin-top:1.25rem;padding-top:1rem;line-height:1.5}.auth__divider{color:var(--outline);align-items:center;gap:.75rem;margin:1.75rem 0 1.25rem;display:flex}.auth__divider:before,.auth__divider:after{content:"";background:#c4c7c74d;flex:1;height:1px}.auth__google{background:var(--surface-container-lowest);border:1px solid var(--border-subtle);width:100%;color:var(--on-surface);letter-spacing:.04em;text-transform:none;gap:.75rem;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:400;transition:background .2s,border-color .2s}.auth__google:hover:not(:disabled){background:var(--surface-container-low);border-color:#c4c7c780}.auth__google-icon{flex-shrink:0;width:18px;height:18px}@media (max-width:600px){.auth__inner{align-items:flex-start;padding:4rem 2rem 3rem}}
