#app{width:100%;height:100%}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;line-height:1.5715;color:#000000a6;background-color:#f0f2f5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}a{color:#1890ff;text-decoration:none}a:hover{color:#40a9ff}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.ml-8{margin-left:8px}.ml-16{margin-left:16px}.mr-8{margin-right:8px}.mr-16{margin-right:16px}.p-8{padding:8px}.p-16{padding:16px}.p-24{padding:24px}.change-up{color:#52c41a}.change-down{color:#f5222d}.change-neutral{color:#00000073}.status-tag{display:inline-flex;align-items:center;padding:2px 8px;font-size:12px;border-radius:4px}.status-tag.status-success{color:#52c41a;background-color:#52c41a1a}.status-tag.status-warning{color:#faad14;background-color:#faad141a}.status-tag.status-error{color:#f5222d;background-color:#f5222d1a}.status-tag.status-info{color:#1890ff;background-color:#1890ff1a}.status-tag.status-default{color:#00000073;background-color:#f5f5f5}.page-container{padding:16px;min-height:100%}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-header .card-title{font-size:16px;font-weight:500;color:#000000d9}.card-header .card-extra{display:flex;align-items:center;gap:8px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#00000073}.empty-state .empty-icon{font-size:48px;margin-bottom:16px;color:#00000040}.empty-state .empty-text{font-size:14px}.loading-container{display:flex;align-items:center;justify-content:center;min-height:200px}@media (max-width: 768px){.hide-on-mobile{display:none!important}}@media (min-width: 768px){.hide-on-desktop{display:none!important}}.show-on-mobile{display:none!important}@media (max-width: 768px){.show-on-mobile{display:block!important}}.show-on-mobile-flex{display:none!important}@media (max-width: 768px){.show-on-mobile-flex{display:flex!important}}@media screen and (max-width: 768px){.layout-sider-mask{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:999;opacity:0;visibility:hidden;transition:all .3s}.layout-sider-mask.visible{opacity:1;visibility:visible}.layout-sider{position:fixed!important;left:0;top:0;bottom:0;z-index:1000!important;transform:translate(-100%);transition:transform .3s cubic-bezier(.7,.3,.1,1)}.layout-sider.mobile-visible{transform:translate(0)}.layout-header{left:0!important;width:100%!important;padding:0 12px!important}.layout-content{margin-left:0!important;padding:12px!important}.layout-footer{margin-left:0!important}.page-container,.dashboard-container{padding:12px!important}.dashboard-container .dashboard-header{flex-direction:column!important;gap:12px!important;padding:12px!important}.dashboard-container .dashboard-header .header-left{width:100%!important}.dashboard-container .dashboard-header .header-right{width:100%!important;flex-wrap:wrap!important;gap:8px!important}.dashboard-container .dashboard-header .header-right .ant-btn{flex:1;min-width:80px}.dashboard-container .realtime-row,.dashboard-container .metrics-row,.dashboard-container .ant-row{margin-bottom:12px!important}.ant-card{border-radius:8px}.ant-card .ant-card-head{padding:0 12px;min-height:40px}.ant-card .ant-card-head .ant-card-head-title{font-size:14px;padding:10px 0}.ant-card .ant-card-head .ant-card-extra{padding:10px 0}.ant-card .ant-card-body{padding:12px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-wrapper .ant-table{min-width:600px;font-size:12px}.ant-table-wrapper .ant-table .ant-table-thead>tr>th,.ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:8px 6px!important;white-space:nowrap}.ant-form .ant-form-item{margin-bottom:12px}.ant-form .ant-form-item-label{padding-bottom:4px}.ant-select,.ant-picker,.ant-input{width:100%!important}.ant-btn-group,.ant-radio-group{display:flex;flex-wrap:wrap;gap:4px}.ant-radio-group .ant-radio-button-wrapper{flex:1;text-align:center;padding:0 8px}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px!important;top:16px!important}.ant-modal .ant-modal-body{max-height:calc(100vh - 200px);overflow-y:auto}.ant-drawer .ant-drawer-content-wrapper{max-width:100vw!important}.ant-dropdown{max-width:calc(100vw - 32px)}.realtime-card .card-value,.metric-card .card-value{font-size:20px!important}.realtime-card .card-title,.metric-card .card-title{font-size:12px!important}.chart-container{min-height:250px!important}}@media screen and (max-width: 576px){.metrics-row .ant-col{flex:0 0 50%!important;max-width:50%!important}.dashboard-container .dashboard-header .header-right .ant-picker{width:100%!important;order:-1}.ant-picker-panels{flex-direction:column!important}}@media screen and (max-width: 480px){.dashboard-container .realtime-row .ant-col{flex:0 0 100%!important;max-width:100%!important}h1{font-size:18px!important}h2{font-size:16px!important}h3{font-size:14px!important}.ant-card-head-title{font-size:13px!important}}@media screen and (min-width: 768px) and (max-width: 992px){.layout-sider{width:200px!important}.layout-header{left:200px!important}.layout-content,.layout-footer{margin-left:200px!important}.ant-layout-sider-collapsed+.ant-layout .layout-header{left:80px!important}.ant-layout-sider-collapsed+.ant-layout .layout-content{margin-left:80px!important}.ant-layout-sider-collapsed+.ant-layout .layout-footer{margin-left:80px!important}}.responsive-padding{padding:24px}@media (max-width: 768px){.responsive-padding{padding:12px}}.responsive-margin{margin:16px}@media (max-width: 768px){.responsive-margin{margin:8px}}@media (max-width: 768px){.flex-mobile-column{flex-direction:column!important}}@media (max-width: 768px){.full-width-mobile{width:100%!important}}@media (max-width: 768px){.text-center-mobile{text-align:center!important}}@media (max-width: 768px){.scroll-x-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}}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;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}
