@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f6f9}.login-wrapper{display:flex;min-height:100vh;width:100%}.login-left{flex:1 1 50%;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;position:relative}.login-form-box{width:100%;max-width:380px}.login-right{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;background:linear-gradient(135deg,#1677ff,#0a3d91);color:#fff;text-align:center}.login-right .illustration{width:100%;max-width:420px;margin-bottom:32px}.login-brand{display:flex;align-items:center;gap:10px;margin-bottom:32px}.login-brand .logo-badge{width:40px;height:40px;border-radius:10px;background:#1677ff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.login-lang{position:absolute;top:20px;right:24px}@media (max-width: 768px){.login-right{display:none}.login-left{flex:1 1 100%}}.app-sider-scroll{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.app-sider-scroll::-webkit-scrollbar{width:6px}.app-sider-scroll::-webkit-scrollbar-track{background:transparent}.app-sider-scroll::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.app-sider-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff57}.app-content-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.16) transparent}.app-content-scroll::-webkit-scrollbar{width:8px;height:8px}.app-content-scroll::-webkit-scrollbar-track{background:transparent}.app-content-scroll::-webkit-scrollbar-thumb{background:#00000029;border-radius:4px}.app-content-scroll::-webkit-scrollbar-thumb:hover{background:#0000004d}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.welcome-card{max-width:640px;margin:8vh auto 0;text-align:center}.vim-summary-spacer{background:#fafafa;padding:0!important;height:22px}
