.login-root{min-height:100vh;display:flex}.login-hero{flex:0 0 55%;background:#0a1322;color:#e4eaf1;display:flex;flex-direction:column;padding:40px 48px 24px}.login-hero-brand{display:flex;align-items:center;gap:14px}.login-hero-brand-name{font-size:20px;font-weight:700;letter-spacing:.04em}.login-hero-brand-sub{font-size:13px;color:#94a3b4}.login-hero-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.login-hero-image{max-width:88%;max-height:58vh;-webkit-mask-image:radial-gradient(ellipse 72% 68% at center,#000 58%,transparent 97%);mask-image:radial-gradient(ellipse 72% 68% at center,#000 58%,transparent 97%)}.login-hero-tagline{text-align:center;font-size:15px;color:#b7c4d4;margin:0 auto 24px;max-width:420px}.login-hero-footer{text-align:center;font-size:12px;color:#5d6e80}.login-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:32px;background:var(--lds-bg)}.login-form-box{width:100%;max-width:360px}@media(max-width:880px){.login-root{flex-direction:column}.login-hero{flex:none;padding:24px}.login-hero-image{max-height:260px}}:root{color-scheme:light;--lds-bg: #f3f5f8;--lds-surface: #ffffff;--lds-ink: #1d2a38;--lds-ink-soft: #5d6e80;--lds-line: #dfe5ec}:root[data-theme=dark]{color-scheme:dark;--lds-bg: #0e141c;--lds-surface: #161f2a;--lds-ink: #e4eaf1;--lds-ink-soft: #94a3b4;--lds-line: #263341}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background:var(--lds-bg);color:var(--lds-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px}
