.auth-shell{min-height:68vh;display:grid;place-items:center}.auth-card{width:min(100%,430px)}.auth-logo{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:21px;background:var(--green);font-size:32px}.auth-card h2{text-align:center;font-size:26px;margin:0}.auth-card>p{text-align:center}.auth-switch{display:flex;gap:5px;background:#edf0ee;padding:4px;border-radius:13px;margin:20px 0}.auth-switch button{flex:1;border:0;padding:10px;border-radius:10px;background:transparent;font:inherit}.auth-switch .active{background:white;font-weight:700;box-shadow:0 1px 4px rgba(0,0,0,.08)}.loading{min-height:55vh;display:grid;place-items:center;color:var(--muted)}.spinner{width:34px;height:34px;border:3px solid #dce7df;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}
