@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.flex{display:flex}:root{--color-brand-red: #ff461f;--color-brand-blue: #008dfd;--color-brand-green: #1bda7d;--color-brand-yellow: #fdbd51;--primary-color: #008dfd;--secondary-color: #0056a3;--accent-color: #ff6b9d;--success-color: #1bda7d;--warning-color: #fdbd51;--danger-color: #ff461f;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--color-card-title: #cbfdfb;--bg-primary: rgba(11, 15, 26, .9);--bg-secondary: rgba(7, 23, 85, .3);--dashboard-fs-card-title: 22px;--dashboard-fs-body-sm: 14px;--dashboard-fs-body: 15px;--dashboard-fs-metric: 23px}.layout-container{position:relative;width:100%;height:100%;display:grid;grid-template-columns:28% 1fr 28%;gap:16px;padding:16px;box-sizing:border-box}.layout-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,255,255,.05),transparent 22%,transparent 78%,rgba(0,255,255,.05))}.left-section,.center-section,.right-section{position:relative;z-index:1;min-height:0;display:flex;flex-direction:column;gap:16px}.card{position:relative;min-height:0;display:flex;flex-direction:column;flex:1;padding:14px;border:none;overflow:hidden}.card:before{content:none}.card:after{content:none}.card-title{position:relative;margin:0 0 10px;text-align:left;font-size:var(--dashboard-fs-card-title);color:var(--color-card-title);background:none;text-shadow:0 0 12px rgba(203,253,251,.45);display:flex;align-items:center;gap:8px}.card-title:before{content:"";width:10px;height:10px;border-radius:2px;background:linear-gradient(180deg,rgba(120,228,255,.95),rgba(32,162,255,.95));box-shadow:0 0 8px #7adcffa6;flex:0 0 auto}.overview-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.overview-item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px;border-radius:6px;background:rgba(11,30,92,.46);border:1px solid rgba(255,255,255,.15)}.overview-label{font-size:var(--dashboard-fs-body-sm);color:#ffffffb8}.overview-value{margin-top:6px;font-size:var(--dashboard-fs-metric);font-weight:700}.overview-item.blue .overview-value,.overview-item.cyan .overview-value{color:var(--color-brand-blue)}.overview-item.green .overview-value{color:var(--color-brand-green)}.overview-item.yellow .overview-value{color:var(--color-brand-yellow)}.overview-item.red .overview-value{color:var(--color-brand-red)}.recycling-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.data-item{padding:10px;border-radius:6px;border:1px solid rgba(0,255,255,.24);background:rgba(8,24,68,.44)}.data-value{display:block;color:var(--color-brand-blue);font-size:21px;font-weight:700}.data-label{display:block;margin-top:4px;color:#ffffffb3;font-size:var(--dashboard-fs-body-sm)}.data-center{grid-column:span 3;padding:12px;text-align:center;border-radius:6px;background:rgba(1,18,54,.6);border:1px dashed rgba(0,255,255,.3)}.data-center h4{margin:0;color:#fff;font-size:17px}.total-value{margin-top:8px;color:var(--color-brand-blue);font-size:34px;font-weight:800}.map-card .map-container{flex:1;min-height:350px;border-radius:6px;background:linear-gradient(145deg,rgba(110,178,255,.14),rgba(57,111,178,.16))}.card>.echarts-container,.card>.auto-scroll-table-root,.card>.map-container,.card>.equipment-body{border-radius:8px;background:rgba(150,208,255,.12)}.left-section .card:first-child,.right-section .card:first-child,.right-section .card:nth-child(2){flex:1.05}.left-section .card:nth-child(2),.left-section .card:last-child,.right-section .card:last-child{flex:1}.left-section .card:first-child :deep(.data-table th),.left-section .card:nth-child(2) :deep(.data-table th){color:#9defff;background:rgba(0,120,255,.24)}.left-section .card:first-child :deep(.data-table td),.left-section .card:nth-child(2) :deep(.data-table td){color:#d4f8ff}.category-list{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-list.category-list--vertical{margin-top:0;display:flex;flex-direction:column;justify-content:center;gap:10px 0;min-width:0;flex:0 0 32%;max-width:12rem}.category-item{display:flex;align-items:center;gap:8px;color:#d5f7ff;font-size:var(--dashboard-fs-body-sm)}.category-color{width:8px;height:8px;border-radius:50%}.category-name{flex:1}.category-value{color:#fff;font-weight:600}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#0f1624}#app{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0}.dashboard-shell-select[data-v-9d9c0575]{position:relative;min-width:0;width:250px;transform:translateY(16px);z-index:1}.dashboard-shell-select--open[data-v-9d9c0575]{z-index:30}.dashboard-shell-select__trigger[data-v-9d9c0575]{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:40px;margin:0;padding:0 12px;border-radius:6px;border:1px solid transparent;background:transparent;color:#d6fbff;font-size:16px;font-family:inherit;cursor:pointer;transition:border-color .15s}.dashboard-shell-select--open .dashboard-shell-select__trigger[data-v-9d9c0575],.dashboard-shell-select__trigger[data-v-9d9c0575]:hover{border-color:#00c8ff73}.dashboard-shell-select__trigger[data-v-9d9c0575]:focus,.dashboard-shell-select__trigger[data-v-9d9c0575]:focus-visible{outline:none;border-color:#00e6ffbf}.dashboard-shell-select__label[data-v-9d9c0575]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dashboard-shell-select__arrow[data-v-9d9c0575]{flex-shrink:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #7ee8ff;transition:transform .15s}.dashboard-shell-select--open .dashboard-shell-select__arrow[data-v-9d9c0575]{transform:rotate(180deg)}.dashboard-shell-select__panel{margin:0;padding:4px 0;list-style:none;border:none;border-radius:6px;background:rgba(8,42,111,.96);box-shadow:0 8px 28px #00000080;max-height:320px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.dashboard-shell-select__panel::-webkit-scrollbar{width:6px}.dashboard-shell-select__panel::-webkit-scrollbar-track{background:rgba(0,20,50,.4);border-radius:3px}.dashboard-shell-select__panel::-webkit-scrollbar-thumb{background:rgba(140,180,210,.55);border-radius:3px}.dashboard-shell-select__option{padding:6px 12px;color:#e8ffff;font-size:13px;line-height:1.35;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background .12s,color .12s}.dashboard-shell-select__option:hover{background:rgba(0,141,253,.28)}.dashboard-shell-select__option--selected{background:rgba(120,200,255,.55);color:#1a2a40}.dashboard-viewport[data-v-afe27df8]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#0f1624;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}.dashboard-viewport--scrollable[data-v-afe27df8]{overflow:auto;overscroll-behavior:contain;touch-action:pan-x pan-y}.dashboard-viewport--pseudo-fullscreen[data-v-afe27df8]{z-index:999999;overflow:hidden!important;background:#0f1624}.dashboard-scale-wrapper[data-v-afe27df8]{box-sizing:border-box}.dashboard-stage-sizer[data-v-afe27df8]{position:relative}.dashboard-shell[data-v-afe27df8]{position:relative;color-scheme:dark;display:flex;flex-direction:column;overflow:hidden}.dashboard-shell-header[data-v-afe27df8]{position:relative;z-index:100;flex-shrink:0;width:100%;height:84px;min-height:84px;overflow:visible;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:0 35px;background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:100% 100%;box-sizing:border-box}.dashboard-shell-brand[data-v-afe27df8]{position:relative;z-index:1;display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.dashboard-shell-logo[data-v-afe27df8]{display:block;height:45px;width:auto;max-width:300px;object-fit:contain;object-position:left center;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(0,141,253,.45))}.dashboard-shell-login[data-v-afe27df8]{flex-shrink:0;margin-left:12px;padding:6px 14px;border-radius:6px;border:1px solid rgba(0,200,255,.45);background:rgba(0,40,90,.35);color:#b8f8ff;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.dashboard-shell-login[data-v-afe27df8]:hover{border-color:#00e6ffbf;background:rgba(0,70,120,.45)}.dashboard-shell-title-wrap[data-v-afe27df8]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0 clamp(16px,1.25%,32px);box-sizing:border-box;margin:0;min-width:0;pointer-events:none;z-index:1;overflow:visible}.dashboard-shell-title-group[data-v-afe27df8]{display:grid;grid-template-columns:250px 640px 250px;align-items:center;column-gap:250px;width:fit-content;max-width:100%;pointer-events:auto}.dashboard-shell-control-slot[data-v-afe27df8]{display:flex;align-items:center;justify-content:flex-end;width:100%;min-width:0}.dashboard-shell-control-slot--right[data-v-afe27df8]{justify-content:flex-start}.dashboard-shell-header-end[data-v-afe27df8]{position:absolute;top:0;right:35px;bottom:0;display:flex;align-items:center;pointer-events:auto;z-index:2}.dashboard-shell-fullscreen[data-v-afe27df8]{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:6px;border:1px solid rgba(0,200,255,.45);background:rgba(0,40,90,.35);color:#b8f8ff;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.dashboard-shell-fullscreen[data-v-afe27df8]:hover{border-color:#00e6ffbf;background:rgba(0,70,120,.45);color:#e8ffff}.dashboard-shell-fullscreen[data-v-afe27df8]:focus-visible{outline:2px solid rgba(0,230,255,.9);outline-offset:2px}.dashboard-shell-fullscreen-icon[data-v-afe27df8]{width:22px;height:22px;display:block}.dashboard-shell-title[data-v-afe27df8]{margin:0;color:#f3fcff;font-size:36px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-align:center;text-shadow:0 0 20px rgba(0,141,253,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:auto}.dashboard-shell-title-stack[data-v-afe27df8]{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashboard-shell-title-reserve[data-v-afe27df8]{width:640px;height:0;opacity:0;pointer-events:none}.dashboard-shell-content[data-v-afe27df8]{position:relative;z-index:0;flex:1;min-height:0;font-size:var(--dashboard-fs-body, 15px)}.dashboard-not-found[data-v-afe27df8]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#0f1624}.dashboard-not-found h2[data-v-afe27df8]{margin:0 0 8px}.dashboard-not-found p[data-v-afe27df8]{margin:0;opacity:.8}.dashboard-shell-blocker[data-v-afe27df8]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;pointer-events:all;background:rgba(4,18,48,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard-shell-blocker__inner[data-v-afe27df8]{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 48px;border-radius:12px;border:1px solid rgba(0,200,255,.35);background:rgba(0,28,72,.55);box-shadow:0 0 40px #0078dc40}.dashboard-shell-blocker__spinner[data-v-afe27df8]{width:48px;height:48px;border-radius:50%;border:3px solid rgba(0,200,255,.2);border-top-color:#00e6fff2;animation:dashboard-shell-blocker-spin-afe27df8 .85s linear infinite}.dashboard-shell-blocker__text[data-v-afe27df8]{margin:0;font-size:18px;font-weight:600;letter-spacing:.08em;color:#c8faff;text-shadow:0 0 12px rgba(0,160,255,.45)}.dashboard-shell-blocker-fade-enter-active[data-v-afe27df8],.dashboard-shell-blocker-fade-leave-active[data-v-afe27df8]{transition:opacity .22s ease}.dashboard-shell-blocker-fade-enter-from[data-v-afe27df8],.dashboard-shell-blocker-fade-leave-to[data-v-afe27df8]{opacity:0}@keyframes dashboard-shell-blocker-spin-afe27df8{to{transform:rotate(360deg)}}.verifybox{position:relative;top:50%;left:50%;background-color:#fff;border:1px solid #e4e7eb;border-radius:6px;transform:translate(-50%,-50%);box-shadow:0 0 10px #0000004d;box-sizing:border-box}.verifybox-top{height:40px;padding:0 15px;font-size:16px;line-height:40px;color:#45494c;text-align:left;border-bottom:1px solid #e4e7eb;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.verifybox-close{width:24px;height:24px;text-align:center;cursor:pointer}.verifybox-bottom{padding:10px;box-sizing:border-box}.mask{position:fixed;top:0;left:0;z-index:1001;width:100%;height:100vh;background:rgb(0 0 0 / 30%);transition:all .2s}.verify-tips{position:absolute;bottom:0;left:0;width:100%;height:30px;line-height:30px;color:#fff;text-indent:10px}.suc-bg{background-color:#5cb85c7f;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f5CB85C,endcolorstr=#7f5CB85C)}.err-bg{background-color:#d9534f7f;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fD9534F,endcolorstr=#7fD9534F)}.verify-bar-area{position:relative;text-align:center;background:#fff;border:1px solid #ddd;border-radius:8px;box-sizing:content-box}.verify-bar-area .verify-move-block{position:absolute;top:0;left:0;cursor:pointer;background:#fff;border-radius:8px;box-shadow:0 0 2px #888;box-sizing:content-box}.verify-bar-area .verify-move-block:hover{color:#fff;background-color:#337ab7}.verify-bar-area .verify-left-bar{position:absolute;top:-1px;left:-1px;cursor:pointer;background:#f0fff0;border:1px solid #ddd;border-radius:8px;box-sizing:content-box}.verify-img-panel{position:relative;margin:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-radius:3px;box-sizing:content-box}.verify-img-panel .verify-refresh{position:absolute;top:0;right:0;z-index:2;width:25px;height:25px;padding:5px;text-align:center;cursor:pointer}.verify-img-panel .icon-refresh{font-size:20px;color:#fff}.verify-bar-area .verify-move-block .verify-sub-block{position:absolute;z-index:3;text-align:center}.verify-bar-area .verify-move-block .verify-icon{font-size:18px}.verify-bar-area .verify-msg{z-index:3}.verify-input{width:100%;height:30px;border-radius:6px;border:1px solid #ddd;padding:0 10px;box-sizing:border-box}.verify-btn{width:200px;height:30px;margin-top:10px;color:#fff;background-color:#337ab7;border:none;border-radius:8px}.login-page[data-v-ecc58142]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f1624}.login-card[data-v-ecc58142]{width:min(520px,92vw);background:rgba(255,255,255,.06);border:1px solid rgba(0,255,255,.25);border-radius:12px;padding:24px;box-shadow:0 12px 40px #00000059;color:#eaffff}.login-title[data-v-ecc58142]{font-size:26px;font-weight:800;margin-bottom:16px;text-align:center}.login-row[data-v-ecc58142]{margin-bottom:12px}.login-input[data-v-ecc58142]{width:100%;height:42px;border-radius:8px;border:1px solid rgba(0,255,255,.25);background:rgba(6,26,74,.7);color:#eaffff;padding:0 14px;box-sizing:border-box;outline:none}.login-input[data-v-ecc58142]::placeholder{color:#eaffff8c}.login-remember[data-v-ecc58142]{display:flex;align-items:center;gap:10px;margin:6px 0 16px;-webkit-user-select:none;user-select:none;cursor:pointer}.login-captcha[data-v-ecc58142]{margin:10px 0 16px}.login-actions[data-v-ecc58142]{display:flex;justify-content:center}.login-btn[data-v-ecc58142]{width:220px;height:44px;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#051325;font-weight:800}.login-btn[data-v-ecc58142]:disabled{opacity:.65;cursor:not-allowed}.login-error[data-v-ecc58142]{margin-top:14px;color:#ffb3b3;text-align:center}
