.auth_container__tfB4I{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background:var(--bg-primary);background-image:radial-gradient(circle at 10% 20%,rgba(99,102,241,.1) 0,transparent 20%),radial-gradient(circle at 90% 80%,rgba(236,72,153,.1) 0,transparent 20%)}.auth_card__FJKwD{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-xl)}.auth_header__R6HKf{text-align:center;margin-bottom:2rem}.auth_title__tO5sT{font-size:1.75rem;color:var(--text-primary);margin-bottom:.5rem}.auth_subtitle__9YJuJ{color:var(--text-secondary);font-size:.9375rem}.auth_form__krKKs{display:flex;flex-direction:column;gap:1.25rem}.auth_field__H8XQ4{display:flex;flex-direction:column;gap:.5rem}.auth_label__WsJop{color:var(--text-primary);font-size:.875rem;font-weight:500}.auth_input__HKwPq{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem 1rem;color:var(--text-primary);font-size:.9375rem;outline:none;transition:border-color .2s,box-shadow .2s}.auth_input__HKwPq:focus{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary)}.auth_actions__rUSc2{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.auth_forgot__DvO_T{color:var(--accent-primary);font-weight:500}.auth_submitBtn__0ZUIX{background:var(--accent-primary);color:#fff;padding:.875rem;border-radius:var(--radius-md);font-weight:600;margin-top:.5rem;transition:background-color .2s}.auth_submitBtn__0ZUIX:hover{background:var(--accent-hover)}.auth_footer__d9GXZ{margin-top:2rem;text-align:center;font-size:.9375rem;color:var(--text-secondary)}.auth_link__1ojLG{color:var(--accent-primary);font-weight:600;margin-left:.25rem}.auth_orDivider__wn8I3{display:flex;align-items:center;text-align:center;color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:1.5rem 0}.auth_orDivider__wn8I3:after,.auth_orDivider__wn8I3:before{content:"";flex:1;border-bottom:1px solid var(--border-color)}.auth_orDivider__wn8I3:not(:empty):before{margin-right:.75em}.auth_orDivider__wn8I3:not(:empty):after{margin-left:.75em}.auth_googleBtn__LsZon{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);padding:.875rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s ease}.auth_googleBtn__LsZon:hover{background:var(--bg-secondary);border-color:var(--border-subtle);box-shadow:var(--shadow-sm)}