.authRoot{width:100%;min-height:100vh;display:flex}.authLeft{background:var(--bg-gradient);flex-direction:column;flex:1.2;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden}.authLeftContent{z-index:10;position:relative}.authRight{background:var(--background);border-left:1px solid var(--border);z-index:10;flex-direction:column;flex:.8;justify-content:center;padding:4rem;display:flex}.authGrid{opacity:.05;pointer-events:none;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(10,1fr);width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.authGrid span{border-bottom:1px solid #fff;border-right:1px solid #fff}.authLogo{align-items:center;gap:.75rem;margin-bottom:3rem;animation:.8s ease-out fadeIn;display:flex}.authLogoIcon{background:var(--accent);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #6366f14d}.authLogoText{letter-spacing:-.025em;color:var(--text-highlight);font-size:1.25rem;font-weight:700}.authHeadline{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:1s ease-out fadeIn}.authHeadline span{color:var(--primary);background:linear-gradient(120deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.authTagline{color:var(--muted);max-width:460px;margin-bottom:3rem;font-size:1.125rem;line-height:1.6;animation:1.2s ease-out fadeIn}.authStats{gap:3rem;animation:1.4s ease-out fadeIn;display:flex}.authStatVal{color:var(--text-highlight);font-size:1.5rem;font-weight:700}.authStatLabel{color:var(--muted);margin-top:.25rem;font-size:.875rem}.authFormTitle{margin-bottom:.5rem;font-size:1.75rem;font-weight:700;animation:.6s ease-out slideInRight}.authFormSub{color:var(--muted);margin-bottom:2.5rem;font-size:1rem;animation:.7s ease-out slideInRight}.authField{margin-bottom:1.5rem;animation:.8s ease-out slideInRight}.authField label{color:var(--muted);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.authField input{background:var(--input-bg);border:1.5px solid var(--border);width:100%;color:var(--foreground);border-radius:10px;outline:none;padding:.875rem 1rem;font-size:1rem;transition:all .22s cubic-bezier(.4,0,.2,1)}.authField input:hover:not(:disabled){border-color:var(--accent);background:var(--hover-bg)}.authField input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--primary-glow);background:var(--input-bg);outline:none}.authBtn{color:#0f172a;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#38bdf8 0%,#6366f1 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:700;transition:all .22s cubic-bezier(.4,0,.2,1);animation:.9s ease-out slideInRight;display:flex;box-shadow:0 4px 16px #38bdf840}.authBtn:hover:not(:disabled){color:#020817;background:linear-gradient(135deg,#7dd3fc 0%,#818cf8 100%);transform:translateY(-3px)scale(1.012);box-shadow:0 8px 30px #38bdf88c,0 0 0 1px #38bdf84d}.authBtn:active:not(:disabled){transform:translateY(-1px)scale(1.005);box-shadow:0 4px 16px #38bdf859}.authBtn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.3)}.authMsg{text-align:center;border-radius:6px;min-height:40px;margin-top:1.5rem;padding:.75rem;font-size:.875rem}.authMsg.success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.authMsg.error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.authDivider{background:var(--border);height:1px;margin:2.5rem 0;animation:1s ease-out slideInRight}.authFooterText{text-align:center;color:var(--muted);font-size:.875rem;line-height:1.5;animation:1.1s ease-out slideInRight}.authEmailCard{background:var(--hover-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;max-width:400px;margin-top:2rem;padding:1.5rem;animation:1.5s ease-out fadeIn}.authEmailCardLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.authEmailCardValue{color:var(--text-highlight);font-size:1.125rem;font-weight:700}.authBackLink{color:var(--accent);border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .75rem;font-size:.875rem;font-weight:600;transition:all .22s cubic-bezier(.4,0,.2,1);animation:.5s ease-out slideInRight;display:inline-flex}.authBackLink:hover{background:var(--hover-bg);border-color:var(--border);color:var(--accent);transform:translate(-5px)}.authResendSection{text-align:center;margin-top:1.5rem;animation:1.1s ease-out slideInRight}.authResendText{color:var(--muted);margin-bottom:.5rem;font-size:.875rem}.authResendBtn{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.35rem .85rem;font-size:.875rem;font-weight:700;transition:all .22s cubic-bezier(.4,0,.2,1)}.authResendBtn:hover:not(:disabled){background:var(--hover-bg);border-color:var(--border);color:var(--accent);box-shadow:0 4px 14px var(--primary-glow);transform:translateY(-1px)}.authResendBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1024px){.authLeft{display:none}.authRight{flex:1;padding:2rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.authSessionLoader{color:#f8fafc;background:#0b0f19;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.authSessionSpinner{border:4px solid #38bdf81a;border-top-color:#38bdf8;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.authSessionText{color:#94a3b8;letter-spacing:.02em;font-size:1rem;font-weight:600}
