:root{--primary: #1677FF;--primary-dark: #0F5ED7;--page-bg: #F6F8FC;--card-bg: #FFFFFF;--text-main: #0F172A;--text-sub: #64748B;--border: #E6ECF5;--success: #10B981;--danger: #F43F5E;--purple: #7C3AED}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:24px;background:radial-gradient(circle at 18% 18%,rgba(22,119,255,.12),transparent 32%),radial-gradient(circle at 82% 28%,rgba(16,185,129,.08),transparent 30%),linear-gradient(135deg,#f8fbff,#f3f7fc);color:var(--text-main);font-family:PingFang SC,Microsoft YaHei,sans-serif;position:relative;overflow-x:hidden}.login-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(22,119,255,.1) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;opacity:.5;z-index:0}.login-shell{position:relative;z-index:1;flex-shrink:0;width:min(1440px,calc(100vw - 48px));min-height:760px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr);background:#ffffffb8;border:1px solid rgba(226,232,240,.9);border-radius:28px;box-shadow:0 28px 90px #0f172a1a;overflow:hidden}.brand-panel{display:flex;flex-direction:column;justify-content:center;padding:48px 56px;position:relative;overflow:hidden;min-width:0}.brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:40px;flex-shrink:0}.brand-logo span{font-size:22px;font-weight:800;color:var(--text-main);letter-spacing:.02em}.hero-title{font-size:48px;line-height:1.18;font-weight:900;letter-spacing:-.02em;color:#0f172a;margin:0 0 16px;flex-shrink:0}.hero-title .highlight{color:#1677ff}.hero-subtitle{font-size:16px;color:var(--text-sub);line-height:1.6;margin:0 0 8px;max-width:440px;flex-shrink:0}.feature-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;flex-shrink:0}.feature-pill{height:42px;padding:0 16px;border-radius:10px;background:#1677ff14;color:#1e3a8a;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;border:1px solid rgba(22,119,255,.06)}.network-diagram{display:flex;align-items:center;justify-content:space-between;gap:0;margin-top:28px;padding:8px 12px;flex-shrink:0;min-width:0}.diagram-station-group{display:flex;flex-direction:column;gap:16px;align-items:center;flex-shrink:0}.diagram-station{display:flex;flex-direction:column;align-items:center;gap:4px}.station-label-large{font-size:18px;font-weight:900;color:#1677ff;letter-spacing:.04em}.station-name{font-size:12px;color:var(--text-sub);font-weight:600}.diagram-arrow{flex:1;min-width:40px;height:120px;display:flex;align-items:center}.diagram-arrow svg{width:100%;height:100%}.diagram-line{fill:none;stroke:#1677ff;stroke-width:2;stroke-dasharray:6 5;opacity:.72}.diagram-arrow-head{fill:#1677ff;stroke:none;opacity:.72}.diagram-upf{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;background:#1677ff0f;border:1px solid rgba(22,119,255,.14);border-radius:14px;padding:16px 22px;color:#1677ff;flex-shrink:0}.upf-label{font-size:16px;font-weight:800}.diagram-enterprise{display:flex;flex-direction:column;align-items:center;gap:8px;width:170px;min-height:160px;border:1px solid rgba(16,185,129,.24);background:#f0fdfabd;border-radius:18px;padding:16px;flex-shrink:0}.enterprise-title{font-size:15px;font-weight:800;color:#065f46}.enterprise-items{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:4px}.enterprise-items span{font-size:11px;padding:3px 8px;border-radius:6px;background:#10b9811a;color:#065f46;font-weight:600}.login-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px;background:#f8fbff7a;border-left:1px solid rgba(226,232,240,.6);min-width:0}.system-status{display:flex;align-items:center;gap:8px;margin-bottom:24px}.system-status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b9812e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #10b9812e}50%{box-shadow:0 0 0 6px #10b9810f}}.system-status span{font-size:13px;color:#10b981;font-weight:600}.login-card{width:100%;max-width:420px;background:#fffffff0;border:1px solid #E6ECF5;border-radius:24px;box-shadow:0 24px 80px #0f172a1a;backdrop-filter:blur(14px);padding:42px 40px}.login-card__title{font-size:26px;font-weight:800;color:var(--text-main);margin:0 0 8px}.login-card__subtitle{font-size:14px;color:var(--text-sub);line-height:1.5;margin:0 0 32px}.form-field{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:700;color:#334155;margin-bottom:8px}.input-wrapper{height:50px;display:flex;align-items:center;gap:10px;border:1px solid #DDE6F2;border-radius:12px;padding:0 14px;background:#fff;transition:all .2s ease}.input-wrapper:focus-within{border-color:#1677ff;box-shadow:0 0 0 4px #1677ff1a}.input-wrapper input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#0f172a;font-family:inherit;min-width:0}.input-wrapper input::placeholder{color:#94a3b8}.input-icon{color:#94a3b8;flex-shrink:0}.pw-toggle{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#94a3b8;transition:color .15s;flex-shrink:0}.pw-toggle:hover{color:#64748b}.form-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.remember-me{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;cursor:pointer;user-select:none}.remember-me input[type=checkbox]{width:16px;height:16px;accent-color:#1677FF;cursor:pointer}.forgot-link{font-size:13px;color:#9ca3af;text-decoration:line-through;font-weight:600;cursor:default;background:none;border:none;padding:0;pointer-events:none}.login-button{width:100%;height:50px;border:none;border-radius:12px;background:linear-gradient(135deg,#1677ff,#0f5ed7);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #1677ff3d;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.login-button:hover{transform:translateY(-1px);box-shadow:0 16px 32px #1677ff4d}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.login-error{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;background:#f43f5e0f;border:1px solid rgba(244,63,94,.14);color:#be123c;font-size:14px;font-weight:600;margin-bottom:20px}.login-card__footer{text-align:center;margin-top:20px}.login-card__footer p{font-size:12px;color:#94a3b8;margin:0 0 4px}.login-card__footer small{font-size:11px;color:#b0bec5}.totp-input{font-size:22px!important;letter-spacing:8px;text-align:center;font-weight:700}.totp-input::placeholder{font-size:15px;letter-spacing:1px;font-weight:400}.mfa-back-link{display:block;width:100%;margin-top:16px;text-align:center;background:none;border:none;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;padding:8px;transition:color .15s;font-family:inherit}.mfa-back-link:hover{color:#1677ff}.mfa-back-link:disabled{opacity:.5;cursor:not-allowed}.feature-strip{position:relative;z-index:1;display:flex;gap:24px;padding:32px 56px 24px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.feature-strip-item{display:flex;align-items:flex-start;gap:10px;max-width:200px}.feature-strip-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#1677ff14;display:flex;align-items:center;justify-content:center;color:#1677ff}.feature-strip-text strong{display:block;font-size:13px;color:var(--text-main);margin-bottom:2px}.feature-strip-text p{font-size:11px;color:var(--text-sub);margin:0;line-height:1.4}.mobile-network-preview{display:none}.desktop-only{display:flex}.mobile-network-row{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 0}.mobile-network-node{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:8px 12px;border-radius:10px;background:#1677ff0f;color:#1e3a8a}.mobile-network-arrow{color:#1677ff;font-size:16px}@media (max-width: 900px){.login-page{padding:0}.login-page:before{background-size:16px 16px}.login-shell{width:100%;min-height:auto;display:flex;flex-direction:column;border-radius:0;box-shadow:none;background:#ffffffe0}.brand-panel{padding:24px 20px 8px;align-items:center;text-align:center}.brand-logo{margin-bottom:16px}.brand-logo span{font-size:20px}.hero-title,.hero-subtitle,.feature-pills,.feature-strip,.desktop-network-diagram,.desktop-only{display:none}.mobile-network-preview{display:block;width:100%}.login-panel{padding:8px 20px 28px;background:transparent;border-left:none}.login-card{max-width:420px;margin:0 auto;padding:28px 22px;border-radius:22px}.login-card__subtitle{margin-bottom:24px}.input-wrapper{height:46px}.login-button{height:48px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#0f172a;background:#f3f7fb}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body,.app-shell{min-height:100vh}.app-shell__brand{display:flex;align-items:center;gap:12px;padding:18px 16px}.app-shell__brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#001529;font-weight:700;background:linear-gradient(135deg,#6af0ff,#9fb7ff)}.app-shell__brand-copy{min-width:0}.app-shell__brand-title{color:#eef7ff;font-weight:700}.app-shell__brand-subtitle{color:#eef7ffa3;font-size:12px}.app-page{display:flex;flex-direction:column;min-height:100vh;padding:20px;background:radial-gradient(circle at top left,rgba(73,144,226,.08),transparent 28%),linear-gradient(180deg,#f7fbff,#eff4f9)}.app-page__header{flex:0 0 auto;margin-bottom:18px}body.dashboard-fullscreen .ant-layout-sider{display:none}.app-shell .ant-layout-sider{position:fixed!important;top:88px;left:12px;height:auto!important;max-height:calc(100vh - 120px);width:228px!important;min-width:228px!important;max-width:228px!important;flex:0 0 228px!important;z-index:1000;transform:translate(-260px);transition:transform .32s cubic-bezier(.22,.61,.36,1);border-radius:16px;background:#020b16e0!important;backdrop-filter:blur(20px) saturate(140%);border:1px solid rgba(0,200,240,.15);box-shadow:0 0 0 1px #00dcff0f,0 8px 40px #0000008c,0 0 80px #00b4f014;overflow-y:auto}.app-shell .ant-layout-sider::-webkit-scrollbar{width:3px}.app-shell .ant-layout-sider::-webkit-scrollbar-track{background:transparent}.app-shell .ant-layout-sider::-webkit-scrollbar-thumb{background:#00c8f02e;border-radius:2px}.app-shell .ant-layout-sider.is-visible{transform:translate(0)}.app-shell__sider-trigger{position:fixed;top:0;left:0;width:14px;height:100vh;z-index:1001}.device-route__toolbar{flex:0 0 auto;margin-bottom:18px;padding:16px 18px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(15,23,42,.06);box-shadow:0 16px 34px #0f172a0d}.muximux-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;width:100%}.muximux-wrapper iframe{flex:1;width:100%;border:none;display:block;min-height:0;background:#f5f5f5}.app-shell .app-shell__user-area{margin-top:auto;padding:14px 16px;border-top:1px solid rgba(0,200,240,.08)}.app-shell__user-info{display:flex;align-items:center;gap:8px;color:#eef7ffe6;margin-bottom:10px}.app-shell__user-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__user-role{font-size:11px;padding:1px 8px;border-radius:10px;background:#64748b33;color:#eef7ff99;flex-shrink:0}.app-shell__user-role.is-admin{background:#1677ff2e;color:#87bcffe6}.app-shell__user-scope{font-size:10px;padding:1px 6px;border-radius:8px;background:#00cc8826;color:#00cc88d9;flex-shrink:0;white-space:nowrap}.app-shell__user-actions{display:flex;flex-direction:column;gap:2px}.app-shell__user-btn{width:100%;justify-content:flex-start;color:#eef7ffb3!important;font-size:13px;padding:6px 12px;border-radius:8px;transition:background .2s}.app-shell__user-btn:hover{background:#00c8f014!important;color:#eef7fff2!important}.app-shell__user-btn.ant-btn-dangerous:hover{background:#ff4d4f1f!important}@media (max-width: 800px){.menu-hide-mobile{display:none!important}.app-shell .ant-layout-sider{background:#fffffff5!important;border-color:#00000014!important;box-shadow:0 0 0 1px #0000000a,0 8px 40px #0000002e,0 0 80px #00000008!important}.app-shell__brand-title{color:#0f172a}.app-shell__brand-subtitle{color:#64748b}.app-shell__brand-mark{color:#fff;background:linear-gradient(135deg,#1677ff,#7c3aed)}.app-shell .ant-menu-dark{background:transparent}.app-shell .ant-menu-dark .ant-menu-item{color:#475569}.app-shell .ant-menu-dark .ant-menu-item:hover{color:#1677ff;background:#1677ff0f}.app-shell .ant-menu-dark .ant-menu-item-selected{color:#1677ff;background:#1677ff14}.app-shell .ant-menu-dark .ant-menu-item .anticon{color:inherit}.app-shell .app-shell__user-area{border-top-color:#0000000f}.app-shell__user-info{color:#0f172a}.app-shell__user-role{background:#64748b1a;color:#64748b}.app-shell__user-role.is-admin{background:#1677ff1a;color:#1677ff}.app-shell__user-btn{color:#475569!important}.app-shell__user-btn:hover{background:#1677ff0f!important;color:#1677ff!important}.app-shell__user-btn.ant-btn-dangerous:hover{background:#ef444414!important}}
