.auth-shell{background:var(--cloud);flex-direction:column;min-height:100vh;display:flex}.auth-shell header{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:20px 0;position:static}.auth-shell .bar{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:0 48px;display:flex}.auth-shell .bar .back{color:var(--mute);border-radius:100px;padding:8px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.auth-shell .bar .back:hover{color:var(--ink);background:var(--white)}.auth-shell main{flex:1;justify-content:center;align-items:center;padding:32px 24px 72px;display:flex;position:relative}.auth-shell main>div{width:100%;max-width:440px}.auth-shell .login-card{background:var(--white);border:2px solid var(--ink);box-shadow:8px 8px 0 var(--lime);text-align:center;border-radius:28px;width:100%;padding:44px 44px 38px}@media (max-width:480px){.auth-shell .bar{padding:0 24px}.auth-shell .login-card{padding:36px 26px 32px}}.auth-shell .login-card .spark-lg{background:var(--lime);border:2.5px solid var(--ink);border-radius:50%;width:18px;height:18px;margin:0 auto}.auth-shell .login-card h1{letter-spacing:-.025em;text-wrap:balance;margin-top:18px;font-size:32px;font-weight:800;line-height:1.1}.auth-shell .login-card p.sub{color:var(--mute);text-wrap:pretty;margin-top:10px;font-size:15.5px;font-weight:500}.auth-shell .login-card p.sub .lock-email{color:#e5483f;margin-top:4px;font-weight:700;display:block}.auth-shell .providers{flex-direction:column;gap:12px;margin-top:30px;display:flex}.auth-shell .provider{font-family:var(--pop);border:2px solid var(--ink);background:var(--white);color:var(--ink);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:12px;padding:15px 24px;font-size:16.5px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.auth-shell .provider:hover{transform:translateY(-1px);box-shadow:4px 4px #121217eb}.auth-shell .provider:active{box-shadow:none;transform:translateY(0)scale(.98)}.auth-shell .provider.apple{background:var(--ink);color:var(--white)}.auth-shell .provider.apple:hover{box-shadow:4px 4px 0 var(--lime)}.auth-shell .provider svg{flex-shrink:0;width:20px;height:20px}.auth-shell .auth-error{color:#e5483f;margin-top:18px;font-size:13.5px;font-weight:600;display:none}.auth-shell .auth-error.show{display:block}.auth-shell .provider[disabled]{opacity:.6;cursor:wait;box-shadow:none;transform:none}.auth-shell .legal{color:var(--mute);margin-top:26px;font-size:13px;font-weight:500;line-height:1.5}.auth-shell .legal a{color:var(--ink);font-weight:600}.auth-shell .signup-note{color:var(--mute);text-align:center;margin-top:26px;font-size:14.5px;font-weight:500}.auth-shell .signup-note a{color:var(--ink);font-weight:700;text-decoration:underline}.auth-shell footer{text-align:center;color:var(--mute);background:0 0;padding:24px 0 32px;font-size:13px;font-weight:500}