.login-root{min-height:100vh;font-family:var(--font-inter), system-ui, -apple-system, sans-serif;display:flex;overflow:hidden}.login-left{color:#fff;background:radial-gradient(circle at 15% 20%,#6366f1 0%,#4f46e5 35%,#1e1b4b 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:42%;padding:3rem 2.75rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.login-left{display:flex}}@media (min-width:1280px){.login-left{width:40%;padding:3rem}}.login-left:before,.login-left:after{content:"";filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.login-left:before{background:radial-gradient(circle,#a78bfa59 0%,#a78bfa00 70%);width:420px;height:420px;top:-120px;left:-120px}.login-left:after{background:radial-gradient(circle,#6366f159 0%,#6366f100 70%);width:420px;height:420px;bottom:-120px;right:-120px}.login-brand{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.login-brand-logo-img{object-fit:cover;background-color:#fff;border:1.5px solid #ffffff40;border-radius:12px;width:42px;height:42px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 14px #0000002e}.login-brand-logo-img:hover{transform:rotate(8deg)scale(1.08)}.login-brand-name{letter-spacing:.01em;font-size:15px;font-weight:700;line-height:1.3}.login-brand-sub{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-top:1px;font-size:10px;font-weight:600;line-height:1.4}.login-left-content{z-index:1;flex-direction:column;gap:2rem;margin-block:auto;display:flex;position:relative}.login-badge{color:#c4b5fd;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.login-headline{color:#fff;letter-spacing:-.02em;font-size:clamp(1.5rem,2.2vw,2.1rem);font-weight:800;line-height:1.2}.login-tagline{color:#ffffffb8;font-size:13px;line-height:1.65}.login-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.login-stat-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:14px;transition:background .18s,transform .18s;animation:5s ease-in-out infinite float;display:flex;box-shadow:0 4px 12px #0000001a}.login-stat-card:nth-child(2n){animation-delay:1.5s}.login-stat-card:hover{background:#ffffff26;transform:scale(1.02)}.login-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.login-stat-label{color:#c4b5fdcc;margin-bottom:2px;font-size:10px;font-weight:500;line-height:1.3}.login-stat-value{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:1.2;overflow:hidden}.login-features{border-top:1px solid #ffffff1a;flex-direction:column;gap:10px;padding-top:1.5rem;display:flex}.login-features-title{text-transform:uppercase;letter-spacing:.12em;color:#c4b5fd8c;font-size:10px;font-weight:700}.login-features-grid{grid-template-columns:repeat(2,1fr);gap:8px 16px;display:grid}.login-feature-item{align-items:center;gap:8px;display:flex}.login-feature-bullet{background:#10b9812e;border:1px solid #34d39947;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.login-feature-text{color:#ffffffe6;font-size:12px;font-weight:500;line-height:1.4}.login-left-footer{z-index:1;color:#ffffff59;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:1.5rem;font-size:11px;display:flex;position:relative}.login-right{background:linear-gradient(145deg,#f8fafc 0%,#fff 50%,#f5f3ff26 100%);flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow-y:auto}.login-right-blob-1,.login-right-blob-2{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.login-right-blob-1{background:#8b5cf612;width:340px;height:340px;top:20%;left:15%}.login-right-blob-2{background:#6366f112;width:340px;height:340px;bottom:20%;right:15%}.login-card{z-index:1;background:#fff;border:1px solid #e2e8f0b3;border-radius:28px;width:100%;max-width:460px;padding:2.5rem;animation:.5s cubic-bezier(.16,1,.3,1) both fadeInUp;position:relative;box-shadow:0 20px 60px -10px #6d47ff1f,0 4px 20px -4px #0000000f}@media (min-width:640px){.login-card{padding:2.75rem}}.login-card-mobile-brand{align-items:center;gap:10px;margin-bottom:2rem;display:flex}.login-card-mobile-brand-icon{background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #6d47ff40}.login-card-title{color:#0f172a;letter-spacing:-.025em;margin-bottom:8px;font-size:1.875rem;font-weight:900;line-height:1.15}.login-card-subtitle{color:#94a3b8;margin-bottom:1.75rem;font-size:13.5px;font-weight:500;line-height:1.55}.login-demo-btn{cursor:pointer;text-align:left;background:linear-gradient(90deg,#f5f3ff,#eef2ff8c);border:1px solid #ede9fe;border-radius:16px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.75rem;padding:14px 16px;transition:border-color .18s,box-shadow .18s;display:flex}.login-demo-btn:hover{border-color:#c4b5fd;box-shadow:0 4px 16px -4px #6d47ff26}.login-demo-label{text-transform:uppercase;letter-spacing:.1em;color:#6d28d9;align-items:center;gap:6px;margin-bottom:4px;font-size:10px;font-weight:700;display:flex}.login-demo-sub{color:#6d47ffa6;font-size:11.5px;font-weight:500;line-height:1.5}.login-demo-arrow{color:#7c3aed;background:#fff;border:1px solid #ede9fe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-left:12px;transition:background .15s,color .15s,transform .15s;display:flex;box-shadow:0 2px 6px #6d47ff1a}.login-demo-btn:hover .login-demo-arrow{color:#fff;background:#7c3aed;transform:scale(1.08)}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-error{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:12px 16px;font-size:12.5px;font-weight:600;line-height:1.5}.login-submit-btn{letter-spacing:.01em;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border:none;border-radius:14px;width:100%;height:48px;margin-top:4px;font-size:14.5px;font-weight:700;transition:opacity .15s,transform .15s,box-shadow .15s;box-shadow:0 6px 24px -4px #6d47ff61}.login-submit-btn:hover:not(:disabled){opacity:.92;transform:scale(1.01);box-shadow:0 8px 28px -4px #6d47ff73}.login-submit-btn:active:not(:disabled){transform:scale(.99)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-register-text{text-align:center;color:#94a3b8;margin-top:1.5rem;font-size:12px}.login-register-text a{color:#7c3aed;font-weight:700;transition:color .15s}.login-register-text a:hover{color:#6d28d9}.login-card-footer{text-align:center;color:#94a3b8bf;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1.25rem;font-size:10.5px;line-height:1.5}.login-input{color:#1e293b!important;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:100%!important;height:48px!important;padding-left:2.75rem!important;padding-right:1rem!important;font-size:14px!important;transition:all .2s ease-in-out!important}.login-input:focus{border-color:#7c3aed!important;outline:none!important;box-shadow:0 0 0 3px #7c3aed26!important}.login-input:-webkit-autofill{-webkit-text-fill-color:#1e293b!important;border:1px solid #7c3aed!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px #f5f3ff!important}.login-input:-webkit-autofill:hover{-webkit-text-fill-color:#1e293b!important;border:1px solid #7c3aed!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px #f5f3ff!important}.login-input:-webkit-autofill:focus{-webkit-text-fill-color:#1e293b!important;border:1px solid #7c3aed!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px #f5f3ff!important}
