.auth-shell{background:var(--color-bg);min-height:100dvh;display:flex}.auth-art{background:radial-gradient(120% 90% at 20% 10%,#8c491a 0%,#402310 55%,#2e2b25 100%);flex-direction:column;flex:none;justify-content:space-between;width:600px;padding:44px;display:flex;position:relative;overflow:hidden}.auth-art-ring{border:1px dashed #f5ead82e;border-radius:999px;width:420px;height:420px;animation:44s linear infinite rl-spin;position:absolute;top:-90px;right:-120px}.auth-art-blob{background:#8fa07329;border-radius:999px;width:260px;height:260px;position:absolute;bottom:60px;left:-70px}.auth-art-die{background:var(--color-bg);width:88px;height:88px;box-shadow:var(--shadow-lg);border-radius:20px;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;animation:6s ease-in-out infinite rl-float;display:grid;position:absolute;top:120px;left:330px}.auth-art-die span:first-child,.auth-art-die span:nth-child(5),.auth-art-die span:nth-child(9){background:var(--color-neutral-900);border-radius:999px;width:14px;height:14px}.auth-art-token{background:var(--color-accent-400);width:64px;height:64px;box-shadow:var(--shadow-md);border-radius:16px;animation:7.5s ease-in-out infinite rl-float2;position:absolute;top:300px;left:200px}.auth-art-pawn{background:var(--color-accent-2-400);width:46px;height:60px;box-shadow:var(--shadow-md);border-radius:999px 999px 12px 12px;animation:8.5s ease-in-out infinite rl-float;position:absolute;top:340px;left:420px}.auth-form{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:56px 60px;display:flex}.auth-form>*{width:100%;max-width:460px}.auth-submit{background:linear-gradient(100deg, var(--color-accent) 40%, var(--color-accent-400) 50%, var(--color-accent) 60%);background-size:220% 100%;justify-content:center;animation:3.6s linear infinite rl-shimmer;padding:15px 24px!important;font-size:16px!important}.auth-divider{color:var(--color-neutral-600);align-items:center;gap:12px;margin:22px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-divider);flex:1;height:1px}.auth-providers{gap:12px;display:flex}.auth-providers>*{flex:1;padding:12px!important}.auth-code-callout{background:var(--color-accent-2-100);border:1px solid var(--color-accent-2-300);border-radius:var(--radius-md);align-items:center;gap:14px;margin-top:28px;padding:14px 18px;font-size:13px;line-height:1.4;display:flex}.auth-code-callout-mark{background:var(--color-accent-2-500);border-radius:12px;flex:none;width:38px;height:38px}@media (max-width:900px){.auth-shell{flex-direction:column}.auth-art{gap:20px;width:auto;min-height:220px;padding:28px}.auth-art-die,.auth-art-token,.auth-art-pawn{display:none}.auth-art h2{font-size:32px}.auth-form{padding:32px 24px 48px}.auth-form>*{max-width:none}}
