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{--primary: #4f6bff;--app-bg: #f3f5fa;--card-bg: #ffffff;--border: #e3e7f2;--text-1: #1d2433;--text-2: #3d4761;--text-3: #6b7a99;--text-4: #a2aabf;--hover-bg: #f5f7ff}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--app-bg);color:var(--text-1);-webkit-font-smoothing:antialiased;transition:background .3s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#d3d8e6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b9c0d6}::-webkit-scrollbar-track{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3f52}.page-fade{animation:pageFadeIn .32s ease}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:100vh;display:flex;position:relative;overflow:hidden;background:linear-gradient(135deg,#0b1030,#141b45 45%,#1d2b6b);background-size:cover;background-position:center}.login-blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.45;animation:blobFloat 14s ease-in-out infinite;pointer-events:none}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(48px,-36px) scale(1.12)}}.login-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at 30% 50%,black 20%,transparent 75%);mask-image:radial-gradient(ellipse at 30% 50%,black 20%,transparent 75%);pointer-events:none}.login-left{flex:1.15;display:flex;flex-direction:column;justify-content:center;padding:64px 72px;color:#fff;position:relative;z-index:1}.login-brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;letter-spacing:1px}.login-brand-badge{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--primary),#7c5cff);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;box-shadow:0 8px 24px #4f6bff73;overflow:hidden}.login-brand-badge img{width:100%;height:100%;object-fit:cover}.login-slogan{margin:48px 0 0;font-size:40px;line-height:1.35;font-weight:700;letter-spacing:2px}.login-slogan .highlight{background:linear-gradient(90deg,#6f86ff,#9f8bff,#5fd4ff);-webkit-background-clip:text;background-clip:text;color:transparent}.login-desc{margin-top:16px;font-size:15px;line-height:1.9;color:#ffffff9e;max-width:460px}.login-features{margin-top:44px;display:flex;flex-direction:column;gap:20px}.login-feature-item{display:flex;align-items:center;gap:14px}.login-feature-icon{width:40px;height:40px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:18px;color:#8fa2ff;flex-shrink:0}.login-feature-item .title{font-size:14px;font-weight:600}.login-feature-item .sub{font-size:12px;color:#ffffff7a;margin-top:2px}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:32px;position:relative;z-index:1}.login-card{width:420px;max-width:100%;background:#fffffff7;border-radius:16px;padding:40px 40px 32px;box-shadow:0 24px 64px #04082873;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-card h2{margin:0;font-size:24px;font-weight:700;color:#1d2433}.login-card .sub-title{margin:8px 0 28px;font-size:13px;color:#8a93a6}.captcha-img{height:44px;width:120px;border-radius:8px;cursor:pointer;border:1px solid #e3e7f2;flex-shrink:0}.login-demo-tip{margin-top:16px;padding:10px 12px;border-radius:8px;background:#f4f7ff;border:1px dashed #c5d0f5;font-size:12px;color:#6b7a99;line-height:1.8}.login-footer{position:absolute;bottom:18px;left:0;right:0;text-align:center;font-size:12px;color:#ffffff59;z-index:1}@media (max-width: 920px){.login-left{display:none}}.sider-logo{height:56px;display:flex;align-items:center;gap:10px;padding:0 18px;overflow:hidden;white-space:nowrap;flex-shrink:0}.sider-logo .logo-badge{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--primary),#7c5cff);display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #4f6bff66;overflow:hidden}.sider-logo .logo-badge img{width:100%;height:100%;object-fit:cover}.sider-logo .logo-text{color:#fff;font-size:16px;font-weight:600;letter-spacing:1px}.layout-header{background:var(--card-bg);padding:0 20px 0 0;display:flex;align-items:center;box-shadow:0 1px 4px #15224f0f;position:sticky;top:0;z-index:99;transition:background .3s}[data-theme=dark] .layout-header{box-shadow:0 1px 4px #0006}.header-trigger{padding:0 18px;font-size:16px;cursor:pointer;color:var(--text-3);transition:color .2s}.header-trigger:hover{color:var(--primary)}.layout-content{padding:16px 20px 24px;min-height:calc(100vh - 56px)}.layout-footer{text-align:center;color:var(--text-4);font-size:12px;padding:12px 0 20px}.stat-card{border-radius:12px;transition:transform .25s,box-shadow .25s;overflow:hidden}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1f2d5c1f}[data-theme=dark] .stat-card:hover{box-shadow:0 12px 28px #00000080}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.panel-card{border-radius:12px}.panel-card .ant-card-head{min-height:52px}.welcome-banner{border-radius:12px;background:linear-gradient(120deg,#25315f 0%,#3a4a9e 55%,var(--primary) 100%);color:#fff;position:relative;overflow:hidden}.welcome-banner:after{content:"";position:absolute;right:-60px;top:-80px;width:280px;height:280px;border-radius:50%;background:#ffffff14}.welcome-banner:before{content:"";position:absolute;right:120px;bottom:-120px;width:220px;height:220px;border-radius:50%;background:#ffffff0f}.welcome-banner .ant-card-body{position:relative;z-index:1}.quick-entry{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 8px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:all .22s}.quick-entry:hover{background:var(--hover-bg);border-color:var(--border);transform:translateY(-2px)}.quick-entry .q-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.quick-entry .q-label{font-size:13px;color:var(--text-2)}.role-item{padding:12px 14px;border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px;margin-bottom:10px;background:var(--card-bg)}.role-item:hover{border-color:var(--primary)}.role-item.active{border-color:var(--primary);background:var(--hover-bg);box-shadow:0 4px 14px #4f6bff1f}.role-item .role-badge{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.role-item .role-name{font-size:14px;font-weight:600;color:var(--text-1)}.role-item .role-sub{font-size:12px;color:var(--text-4);margin-top:2px}.tenant-cell{display:flex;align-items:center;gap:12px}.tenant-logo{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600;flex-shrink:0}.config-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;margin-top:8px;border-top:1px dashed var(--border)}.preset-card{border:1px solid var(--border);border-radius:12px;padding:14px;cursor:pointer;transition:all .22s;background:var(--card-bg)}.preset-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1f2d5c1a;border-color:var(--primary)}.preset-card.active{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.preset-swatches{display:flex;gap:6px;margin-bottom:10px}.preset-swatches i{width:22px;height:22px;border-radius:6px;display:block;border:1px solid rgba(0,0,0,.06)}.layout-option{border:1px solid var(--border);border-radius:10px;padding:12px;cursor:pointer;text-align:center;transition:all .2s;background:var(--card-bg)}.layout-option:hover{border-color:var(--primary)}.layout-option.active{border-color:var(--primary);background:var(--hover-bg)}.layout-scheme{height:56px;border-radius:6px;background:var(--app-bg);border:1px solid var(--border);display:flex;overflow:hidden;margin-bottom:8px}.layout-scheme .s-side{width:26%;background:#141b3d}.layout-scheme .s-top{height:12px;width:100%;background:#141b3d;flex-shrink:0}.layout-scheme .s-body{flex:1;padding:6px}.layout-scheme .s-body i{display:block;width:100%;height:100%;border-radius:4px;background:var(--border)}.theme-field{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px dashed var(--border)}.theme-field:last-child{border-bottom:none}.theme-field .f-label{font-size:13px;color:var(--text-2)}.theme-field .f-desc{font-size:12px;color:var(--text-4);margin-top:2px}.brand-upload{display:flex;align-items:center;gap:14px}.brand-upload .preview-box{width:64px;height:64px;border-radius:12px;border:1px dashed var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--app-bg);flex-shrink:0}.brand-upload .preview-box img{width:100%;height:100%;object-fit:cover}.brand-upload .preview-box.wide{width:128px}.quick-swatch{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid transparent;box-shadow:inset 0 0 0 1px #00000014;transition:transform .18s,border-color .18s}.quick-swatch:hover{transform:scale(1.12)}.quick-swatch.active{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 25%,transparent)}.quick-layout{display:flex;flex-direction:column;gap:4px;align-items:center}.quick-layout .layout-scheme{width:100%;margin-bottom:0;height:44px}
