@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--royal-blue-nav-dark: #1c1c3a;--royal-blue-500: #3750ed;--royal-blue-400: #4961f1;--royal-blue-300: #6b7bfe;--royal-blue-200: #8c93f1;--royal-blue-100: #b4b6f7;--royal-blue-50: #e7e7f1;--violet-eggplant-700: #5b1965;--violet-eggplant-600: #7a2280;--violet-eggplant-500: #a064f3;--violet-eggplant-400: #b370fc;--violet-eggplant-200: #d4b0f0;--violet-eggplant-100: #f0e6ff;--brand-primary: var(--royal-blue-500);--brand-primary-hover: var(--royal-blue-400);--brand-primary-tint: var(--royal-blue-50);--brand-nav-bg: var(--royal-blue-nav-dark);--brand-nav-text: var(--royal-blue-100);--brand-nav-active-bg: var(--royal-blue-500);--brand-nav-active-fg: #ffffff;--brand-badge-bg: var(--violet-eggplant-100);--brand-badge-fg: var(--violet-eggplant-700)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;transition:background-color .25s ease}html[data-theme=dark] body{background-color:#0e1116;color-scheme:dark}html[data-theme=light] body{background-color:#f5f5f5;color-scheme:light}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--royal-blue-200)}html[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1f29}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a4150}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--royal-blue-300)}.ant-menu-dark .ant-menu-item-selected,.ant-menu-dark.ant-menu-inline .ant-menu-item-selected{background-color:var(--brand-nav-active-bg)!important;color:var(--brand-nav-active-fg)!important}.ant-menu-dark .ant-menu-item-selected .anticon,.ant-menu-dark .ant-menu-item-selected a{color:var(--brand-nav-active-fg)!important}.ant-menu-dark .ant-menu-item:not(.ant-menu-item-selected){color:var(--brand-nav-text)}.ant-menu-dark .ant-menu-item:not(.ant-menu-item-selected):hover{background-color:#3750ed2e!important;color:#fff!important}.login-shell{min-height:100vh;display:flex;background-color:#f4f6fb}.login-brand-panel{position:relative;flex:1.1;background:linear-gradient(135deg,#1c1c3a,#2d2f6e,#3750ed);padding:64px 56px;display:flex;align-items:center;overflow:hidden;color:#fff}.login-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45;pointer-events:none}.login-blob-1{width:360px;height:360px;background:#6b7bfe;top:-80px;right:-80px}.login-blob-2{width:280px;height:280px;background:#a064f3;bottom:-60px;left:10%;opacity:.35}.login-blob-3{width:220px;height:220px;background:#4961f1;top:40%;left:-60px;opacity:.4}.login-brand-inner{position:relative;z-index:2;width:100%;max-width:520px}.login-brand-logo{max-width:240px;height:auto;display:block}.login-features{display:flex;flex-direction:column;gap:20px;margin-top:8px}.login-feature{display:flex;align-items:flex-start;gap:16px}.login-feature-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-feature-text{flex:1}.login-feature-title{color:#fff;font-weight:600;font-size:15px;margin-bottom:2px}.login-feature-desc{color:#ffffffb8;font-size:13px;line-height:1.5}.login-brand-footer{position:absolute;bottom:32px;left:56px;color:#ffffff80;font-size:12px}.login-form-panel{flex:.9;display:flex;align-items:center;justify-content:center;padding:48px 32px;background-color:#fff}.login-form-card{width:100%;max-width:420px}.login-mobile-logo{display:none;text-align:center;margin-bottom:24px}.login-mobile-logo img{max-width:200px;height:auto}.login-form-header{margin-bottom:28px}.login-form-row{display:flex;align-items:center;justify-content:space-between;margin-top:-8px}.login-forgot-link{font-size:13px;font-weight:500;color:#3750ed}.login-help{text-align:center;margin-top:12px;padding-top:20px;border-top:1px solid #f0f0f0}.login-form-card .ant-input-affix-wrapper:hover,.login-form-card .ant-input-affix-wrapper-focused{border-color:#3750ed!important}.login-form-card .ant-input-affix-wrapper-focused{box-shadow:0 0 0 3px #3750ed1f!important}@media(max-width:992px){.login-brand-panel{display:none}.login-form-panel{flex:1;background:linear-gradient(180deg,#f4f6fb,#fff)}.login-mobile-logo{display:block}}@media(max-width:480px){.login-form-panel{padding:24px 16px}}html[data-theme=dark] .login-shell{background-color:#0e1116}html[data-theme=dark] .login-form-panel{background-color:#14171f}html[data-theme=dark] .login-form-card .ant-typography{color:#e7e7f1!important}html[data-theme=dark] .login-form-card .ant-typography-secondary{color:#e7e7f1a6!important}html[data-theme=dark] .login-help{border-top-color:#ffffff14}
