.social-auth{flex-direction:column;gap:.6rem;width:100%;max-width:320px;margin:0 auto 1.1rem;display:flex}.social-auth-slot{border-radius:999px;justify-content:center;align-items:center;width:100%;height:40px;display:flex;position:relative;overflow:hidden}.social-auth-google{opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:40px;transition:opacity .12s;display:flex}.social-auth-google.is-ready{opacity:1;visibility:visible}.social-auth-google iframe{display:block}.social-auth-skeleton{z-index:1;pointer-events:none;background:linear-gradient(90deg,#f1f1f4 25%,#e7e7ec 50%,#f1f1f4 75%) 0 0/200% 100%;border-radius:999px;height:40px;animation:1.2s linear infinite social-auth-shimmer;position:absolute;inset:0}@keyframes social-auth-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.social-auth-apple{color:#fff;cursor:pointer;background:#000;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;width:100%;height:40px;padding:0 1.2rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:opacity .15s;display:inline-flex}.social-auth-apple:hover:not(:disabled){opacity:.88}.social-auth-apple:disabled{opacity:.55;cursor:default}.social-auth-apple-logo{fill:#fff;flex:none;width:15px;height:18px}.social-auth-divider{color:#9ca3af;align-items:center;gap:.75rem;margin-top:.3rem;font-size:.8rem;display:flex}.social-auth-divider:before,.social-auth-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}
