*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-background-primary:#fff;--color-background-secondary:#f0f7ff;--color-background-tertiary:#e8f3fd;--color-background-info:#dbeafe;--color-background-success:#dcfce7;--color-background-warning:#fef9c3;--color-background-danger:#fee2e2;--color-text-primary:#1e3a5f;--color-text-secondary:#4a6fa5;--color-text-tertiary:#7ba3c8;--color-text-info:#1d4ed8;--color-text-success:#15803d;--color-text-warning:#a16207;--color-text-danger:#b91c1c;--color-border-tertiary:#bfdbfe;--color-border-secondary:#93c5fd;--color-border-primary:#60a5fa;--color-border-info:#3b82f6;--color-border-success:#22c55e;--color-border-warning:#eab308;--color-border-danger:#ef4444;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-background-tertiary);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.6}input,select,textarea,button{font-family:var(--font-sans)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f7ff}::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:3px}.login-wrap{min-height:100vh;font-family:var(--font-sans);display:flex}.login-left{background:linear-gradient(145deg,#bfdbfe 0%,#dbeafe 40%,#e0f2fe 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:4rem 3rem;display:flex;position:relative;overflow:hidden}.login-right{background:#fff;flex-direction:column;flex-shrink:0;justify-content:center;width:460px;padding:3rem 3.5rem;display:flex;overflow-y:auto;box-shadow:-8px 0 40px #1e3a5f0f}@media (width<=768px){.login-wrap{flex-direction:column}.login-left{min-height:unset;flex:none;padding:2rem 1.5rem}.login-left h1{font-size:1.5rem!important}.login-left p{display:none}.login-right{width:100%;box-shadow:none;padding:1.75rem 1.5rem}}
