.login-page{--landing-bg:#0f1117;--landing-bg-soft:#161a22;--landing-text:#f3f4f6;--landing-muted:#9ca3af;background:var(--landing-bg);min-height:100dvh;color:var(--landing-text);flex-direction:column;display:flex}.login-hero{background:linear-gradient(165deg, var(--landing-bg) 0%, #1a1520 35%, var(--brand-dark) 120%);color:var(--landing-text);flex-direction:column;flex:1;justify-content:center;padding:2rem 1rem 2.5rem;display:flex;position:relative;overflow:hidden}.login-hero-glow-secondary{pointer-events:none;z-index:0;filter:blur(48px);background:radial-gradient(circle,#1a7f5a38 0%,#0000 70%);border-radius:50%;width:min(50vw,22rem);height:min(50vw,22rem);position:absolute;bottom:-15%;left:-15%}.login-hero-copy{z-index:1;color:var(--landing-text);position:relative}.login-hero-copy .landing-hero-title{color:#fff}.login-hero-copy .landing-hero-sub{color:#ffffffd1}.login-hero-copy .landing-hero-stat-label{color:var(--landing-muted)}@media (min-width:768px){.login-hero{padding:2.5rem 1.5rem 3rem}}@media (min-width:1024px){.login-hero{min-height:calc(100dvh - 4rem);padding:3rem 2rem 3.5rem}}.login-hero-inner{z-index:1;width:100%;max-width:72rem;margin:0 auto;position:relative}.login-hero-grid{align-items:center;gap:2rem;display:grid}@media (max-width:1023px){.login-hero-form{order:-1}.login-hero-copy{order:0}.login-hero{padding-top:1.25rem}}@media (min-width:1024px){.login-hero-grid{grid-template-columns:1fr minmax(20rem,26rem);gap:3rem 4rem}.login-hero-form,.login-hero-copy{order:unset}}.login-hero-copy .landing-hero-title{max-width:none}@media (min-width:1024px){.login-hero-copy .landing-hero-title{max-width:14ch}}.login-hero-copy .landing-hero-title-accent{margin-bottom:.15em}.login-hero-features{flex-direction:column;gap:.65rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}@media (min-width:1024px){.login-hero-features{margin-top:1.75rem}}.login-hero-features li{color:#ffffffd1;align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.45;display:flex}.login-hero-features li:before{content:"";background:#34d399;border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;margin-top:.45rem;box-shadow:0 0 6px #34d399}.login-hero-form{width:100%}.login-hero-form .auth-card{border-radius:1.125rem;max-width:none;margin:0;padding:1.5rem 1.625rem 1.35rem;box-shadow:0 4px 6px -1px #00000014,0 24px 48px -12px #00000059}.login-hero-form .auth-card-head{text-align:center;margin-bottom:.25rem}.login-hero-form .auth-card-head-title{color:var(--text);letter-spacing:-.02em;font-size:1.125rem;font-weight:600}.login-hero-form .auth-card-head-sub{color:var(--text-muted);margin-top:.35rem;font-size:.8125rem}.login-page-loading{background:linear-gradient(165deg, #0f1117 0%, #1a1520 35%, var(--brand-dark) 120%);flex:1;justify-content:center;align-items:center;display:flex}.login-page-loading .spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:2.25rem;height:2.25rem;animation:.7s linear infinite login-spin}@keyframes login-spin{to{transform:rotate(360deg)}}
