.AuthView{background-color:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.AuthView__Card{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.AuthView__Header{text-align:center;margin-bottom:2rem}.AuthView__Header h1{color:#111;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.AuthView__Header p{color:#666}.AuthView__Form{flex-direction:column;gap:1.5rem;display:flex}.AuthView__FormGroup{flex-direction:column;gap:.5rem;display:flex}.AuthView__FormGroup label{color:#374151;font-size:.875rem;font-weight:500}.AuthView__Footer{text-align:center;margin-top:1.5rem;font-size:.875rem}.AuthView__Footer a{color:#000;font-weight:500;text-decoration:underline}
