html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#060931;font-family:"Microsoft YaHei","PingFang SC",sans-serif}.screen-wrap{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(rgba(30,144,255,0.045) 1px,transparent 1px) 0 0 / 100% 44px,linear-gradient(90deg,rgba(30,144,255,0.045) 1px,transparent 1px) 0 0 / 44px 100%,radial-gradient(ellipse at 50% 30%,rgba(30,144,255,0.10),transparent 60%),linear-gradient(180deg,#060931 0%,#051d4f 100%)}.screen-header{flex:0 0 auto;height:clamp(52px,8.5vh,96px);display:flex;justify-content:space-between;align-items:flex-end;padding:0 clamp(14px,2.4vw,40px) clamp(6px,1.2vh,12px);position:relative;z-index:10}.screen-header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,255,241,0.85),transparent) 0 0 / 18% 100% no-repeat,linear-gradient(90deg,transparent,rgba(30,144,255,0.6),transparent) 0 0 / 100% 100% no-repeat;animation:hud-header-lineflow 11s linear infinite}@keyframes hud-header-lineflow{0%{background-position:-25% 0,0 0}100%{background-position:125% 0,0 0}}.header-left{display:flex;flex-direction:column;min-width:0}.header-time{font-size:clamp(15px,2.4vh,28px);font-weight:600;color:#2bcaff;letter-spacing:1px;text-shadow:0 0 12px rgba(43,202,255,0.35);white-space:nowrap}.header-date{font-size:clamp(11px,1.3vh,14px);color:#168bc9;margin-top:2px;white-space:nowrap}.header-center{position:absolute;left:50%;transform:translateX(-50%);bottom:clamp(6px,1.4vh,14px)}.header-title{display:flex;align-items:center;gap:clamp(6px,0.8vw,12px);font-size:clamp(17px,2.8vh,32px);font-weight:700;letter-spacing:clamp(2px,0.4vw,6px);color:#ffffff;text-shadow:0 0 20px rgba(30,144,255,0.8),0 0 40px rgba(30,144,255,0.4);white-space:nowrap}.header-title i{font-size:1.1em;color:#00fff1;text-shadow:0 0 16px rgba(0,255,241,0.8)}.header-right{display:flex;align-items:center;gap:clamp(6px,0.9vw,14px)}.header-user{font-size:clamp(11px,1.3vh,15px);color:#7ccfff;white-space:nowrap}.header-user i{margin-right:4px;color:#00f0ff}.header-btn{display:inline-flex;align-items:center;gap:5px;padding:clamp(4px,0.6vh,7px) clamp(10px,1.2vw,18px);font-size:clamp(11px,1.2vh,14px);color:#0095ff;background:linear-gradient(180deg,rgba(0,100,200,0.25),rgba(0,60,130,0.15));border:1px solid rgba(30,144,255,0.45);border-radius:0;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);box-shadow:inset 0 0 12px rgba(0,180,255,0.15);cursor:pointer;transition:all .25s;white-space:nowrap}.header-btn:hover{color:#00fff1;box-shadow:0 0 12px rgba(0,255,241,0.35);border-color:rgba(0,255,241,0.6)}.screen-main{flex:1 1 auto;min-height:0;display:flex;justify-content:space-between;position:relative;padding:clamp(8px,1.4vh,16px) clamp(10px,1.4vw,15px)}.col-left,.col-right{position:relative;z-index:1;flex:0 0 auto;width:clamp(250px,23vw,449px);min-width:0;display:flex;flex-direction:column;gap:clamp(8px,1.2vh,16px);min-height:0}.map-layer{position:absolute;inset:0;z-index:0;display:flex}.map-layer .monitor-panel{flex:1 1 auto}.monitor-panel{--cut: clamp(8px, 0.9vw, 14px);position:relative;background:linear-gradient(rgba(0,240,255,0.03) 1px,transparent 1px) 0 0 / 100% 22px,linear-gradient(90deg,rgba(0,240,255,0.03) 1px,transparent 1px) 0 0 / 22px 100%,linear-gradient(180deg,rgba(10,43,79,0.88),rgba(5,29,79,0.88));backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:none;display:flex;flex-direction:column;min-height:0;overflow:hidden;clip-path:polygon(0 var(--cut),var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%);box-shadow:inset 0 0 0 1px rgba(30,144,255,0.28),inset 0 1px 0 rgba(0,240,255,0.20),inset 0 0 34px rgba(30,144,255,0.12)}.monitor-panel-title{flex:0 0 auto;height:clamp(30px,4.4vh,44px);display:flex;align-items:center;gap:8px;padding:0 clamp(10px,1.2vw,18px);font-size:clamp(12px,1.05vw,16px);font-weight:600;color:#7ccfff;letter-spacing:2px;position:relative;border-bottom:1px solid rgba(30,144,255,0.15)}.monitor-panel-title::before{content:"";width:3px;height:1em;background:linear-gradient(180deg,#1e90ff,transparent);border-radius:2px}.monitor-panel-title i{font-size:1.05em;color:#00f0ff}.col-resizer{position:absolute;top:clamp(20px,5vh,60px);bottom:clamp(20px,5vh,60px);width:14px;cursor:col-resize;z-index:30;display:flex;align-items:center;justify-content:center}.col-resizer.left{right:-7px}.col-resizer.right{left:-7px}.col-resizer::before{content:"";width:2px;height:clamp(44px,7vh,80px);background:rgba(30,144,255,0.35);box-shadow:0 0 8px rgba(30,144,255,0.4);transition:all .25s;pointer-events:none}.col-resizer::after{content:"";position:absolute;top:50%;width:4px;height:4px;margin-top:-2px;background:#00fff1;box-shadow:0 0 6px rgba(0,255,241,0.8);pointer-events:none}.col-resizer:hover::before,.col-resizer.dragging::before{background:#00fff1;box-shadow:0 0 14px rgba(0,255,241,0.7);height:clamp(64px,10vh,110px)}.panel-card{flex:0 0 clamp(230px,25vh,300px)}.panel-card-body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:clamp(8px,1vh,12px) clamp(8px,1vw,12px);overflow-y:auto;min-height:0}.device-card-title{font-size:clamp(12px,1.4vh,16px);font-weight:600;color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:clamp(5px,0.8vh,9px);border-bottom:1px dashed rgba(30,144,255,0.2)}.device-card-msg{display:flex;align-items:center;justify-content:center;gap:8px;padding:clamp(14px,3vh,30px) 0;font-size:clamp(11px,1.3vh,14px);color:#5a7ba6}.device-card-msg i{font-size:clamp(20px,2.8vh,32px);color:#1e90ff;opacity:0.85}.device-card-error .device-card-msg i{color:#ff4500}.device-card-empty .device-card-msg i{color:#5a7ba6}.device-card-msg i.spin{animation:monitor-spin 1.2s linear infinite}@keyframes monitor-spin{to{transform:rotate(360deg)}}.device-card{background:transparent;border:none;border-radius:0;padding:0;cursor:default;box-shadow:none;overflow:visible;display:flex;flex-direction:column;gap:0;min-height:0}.device-card.fault .card-gauge-section{filter:drop-shadow(0 0 10px rgba(255,69,0,0.45))}.device-card.fault .card-info-value{color:#ff4500}.card-body{display:flex;flex-direction:row;align-items:stretch;gap:clamp(8px,1.2vw,16px);flex:1 1 auto;min-height:0;min-width:0}.card-gauge-section{flex:0 0 clamp(140px,40%,190px);display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;min-width:0;padding:0}.card-gauge-svg{width:100%;height:auto;display:block}.radar-chart-svg{width:100%;height:auto;display:block}.card-gauge-section .ph{color:#00f0ff;opacity:0.85}.card-gauge-svg path:first-child{stroke:rgba(30,144,255,0.20)!important}.card-gauge-svg line{stroke:rgba(30,144,255,0.35)}.card-gauge-svg text{fill:#7ccfff}.card-info-section{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:clamp(2px,0.4vh,6px);min-width:0}.card-info-row{display:flex;justify-content:space-between;align-items:center;gap:4px;min-width:0;padding:clamp(2px,0.4vh,5px) clamp(6px,0.7vw,10px);background:rgba(30,144,255,0.06);border:1px solid rgba(30,144,255,0.12);border-radius:0;clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);box-shadow:inset 0 0 10px rgba(30,144,255,0.06)}.card-info-label{font-size:clamp(10px,1.1vh,12px);color:#7ccfff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-info-value{font-size:clamp(12px,1.5vh,16px);font-weight:600;color:#ffffff;font-family:"Consolas","Courier New",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-status-text.normal{color:#00df84}.card-status-text.fault{color:#ff6b6b}.card-status-text.nodata{color:#6b7b96}.card-title-bar{display:flex;align-items:center;gap:6px;padding-bottom:clamp(2px,0.4vh,5px);border-bottom:1px dashed rgba(30,144,255,0.2)}.card-gauge-name{font-size:clamp(11px,1.3vh,14px);font-weight:600;color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-slave-tag{font-size:clamp(9px,1vh,11px);color:#7ccfff;background:rgba(30,144,255,0.15);border:1px solid rgba(30,144,255,0.3);padding:0 5px;white-space:nowrap}.card-gauge-status{margin-left:auto;font-size:clamp(9px,1vh,11px);white-space:nowrap}.card-gauge-status.online{color:#00df84;animation:hud-breathe-soft 2.2s ease-in-out infinite}.card-gauge-status.offline{color:#6b7b96}.card-btn-row{display:flex;gap:clamp(4px,0.5vw,8px);margin-top:clamp(2px,0.3vh,4px)}.card-btn-row.vertical{flex-direction:column}.card-btn{flex:1 1 auto;padding:clamp(2px,0.4vh,5px) clamp(6px,0.7vw,10px);font-size:clamp(10px,1.1vh,12px);color:#ffffff;background:linear-gradient(180deg,rgba(0,100,200,0.35),rgba(0,60,130,0.25));border:1px solid rgba(30,144,255,0.4);border-radius:0;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);cursor:pointer;white-space:nowrap;transition:transform .1s ease,filter .1s ease,box-shadow .1s ease;user-select:none;-webkit-user-select:none}.card-btn:hover{filter:brightness(1.2);box-shadow:0 0 10px rgba(0,255,241,0.35)}.card-btn:active{transform:scale(0.92) translateY(1px);filter:brightness(1.4);box-shadow:inset 0 2px 6px rgba(0,0,0,0.4),0 0 14px rgba(0,255,241,0.6)}.card-switch-rows{display:flex;flex-wrap:wrap;gap:clamp(4px,0.5vw,8px)}.card-switch-rows.card-switch-rows-vertical{flex-direction:column}.card-switch-row{display:inline-flex;align-items:center;gap:clamp(4px,0.5vw,6px);padding:clamp(2px,0.4vh,5px) clamp(6px,0.7vw,10px);border:none;background:transparent;cursor:pointer;font-family:inherit;transition:filter 0.1s ease}.card-switch-row:hover{filter:brightness(1.2)}.card-switch-row:focus-visible{outline:2px solid rgba(64,158,255,0.9);outline-offset:1px;filter:brightness(1.2)}.card-switch-track{position:relative;width:38px;height:20px;flex:0 0 auto;border-radius:10px;background:#3d4d66;border:1px solid rgba(30,144,255,0.35);transition:background 0.2s ease}.card-switch-track .card-switch-thumb{position:absolute;top:1px;left:1px;width:16px;height:16px;border-radius:50%;background:#cfe8ff;box-shadow:0 0 6px rgba(0,0,0,0.4);transition:left 0.2s ease}.card-switch-track.card-switch-track-on .card-switch-thumb{left:calc(100% - 17px)}.card-switch-label{font-size:clamp(10px,1.1vh,12px);color:#cfe8ff;white-space:nowrap}.mcard-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#5a7ba6}.mcard-empty i{font-size:clamp(26px,3.6vh,42px);opacity:0.6}.mcard-empty span{font-size:clamp(11px,1.3vh,14px)}.panel-tree{flex:1 1 auto}.panel-tree-body{flex:1 1 auto;min-height:0;overflow:auto;padding:clamp(4px,0.7vh,8px) clamp(4px,0.6vw,8px) clamp(8px,1vh,12px)}.screen-tree{background:none}.screen-tree .el-tree-node__content{height:clamp(26px,3.4vh,38px);border-radius:0;font-size:clamp(11px,1.2vh,14px);color:#ccf2ff}.screen-tree .el-tree-node__content:hover{background-color:rgba(33,161,255,0.1);box-shadow:0 0 24px 0 rgba(33,161,255,0.25)}.screen-tree .el-tree-node:focus>.el-tree-node__content{background-color:transparent}.screen-tree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:rgba(33,161,255,0.16);box-shadow:0 0 24px 0 rgba(33,161,255,0.3)}.screen-tree .el-tree-node__expand-icon{color:#1e90ff}.tree-node{display:inline-flex;align-items:center;gap:6px;flex:1;overflow:hidden}.tree-node .ph{font-size:1.05em;color:#00b4ff;flex:0 0 auto}.tree-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-tag{font-size:0.85em;color:#5dc7ff;flex:0 0 auto}.tree-dot{width:clamp(6px,0.8vh,9px);height:clamp(6px,0.8vh,9px);border-radius:50%;flex:0 0 auto;margin-left:auto}.tree-dot.on{background:#00df84;box-shadow:0 0 6px rgba(0,223,132,0.8);animation:hud-breathe 2.2s ease-in-out infinite}.tree-dot.off{background:#6b7b96}.map-layer .monitor-panel{flex:1 1 auto}#mapContainer{flex:1 1 auto;min-height:0;position:relative}#mapError{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:clamp(6px,1vh,12px);color:#5a7ba6;font-size:clamp(12px,1.4vh,16px);background:radial-gradient(ellipse at center,rgba(30,144,255,0.08),transparent 60%),#051d4f;z-index:10}#mapError i{font-size:clamp(34px,3.6vh,66px);color:#1e90ff;opacity:0.45}#mapError small{font-size:clamp(10px,1.1vh,13px);opacity:0.7}#mapError.is-empty{position:absolute;inset:auto;top:clamp(10px,1.6vh,20px);left:50%;transform:translateX(-50%);flex-direction:row;align-items:center;justify-content:center;gap:clamp(6px,0.8vh,10px);width:auto;max-width:90%;padding:clamp(6px,0.9vh,10px) clamp(14px,1.6vw,22px);background:rgba(5,29,79,0.78);border:1px solid rgba(30,144,255,0.35);border-radius:999px;box-shadow:0 0 18px rgba(0,255,241,0.12);font-size:clamp(11px,1.3vh,14px);color:#8fb7e0;pointer-events:none;z-index:10}#mapError.is-empty i{color:#5a7ba6;opacity:0.9}.loc-dot{width:14px;height:14px;border-radius:50%;background:#00fff1;border:2px solid rgba(10,43,79,0.9);box-shadow:0 0 10px rgba(0,255,241,0.9);cursor:pointer}.loc-dot.off{background:#6b7b96;box-shadow:none}.loc-info{width:230px;padding:10px 12px;background:linear-gradient(180deg,rgba(10,43,79,0.97),rgba(5,29,79,0.97));border:1px solid rgba(30,144,255,0.4);border-radius:4px;box-shadow:0 0 20px rgba(0,255,241,0.25),inset 0 1px 0 rgba(0,240,255,0.2);font-family:inherit}.loc-info-title{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:600;margin-bottom:6px}.loc-info-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loc-info-close{cursor:pointer;color:#5a7ba6;font-size:14px;flex:0 0 auto;transition:color .2s}.loc-info-close:hover{color:#fff}.loc-info-customer{color:#7ccfff;font-size:11px;margin-bottom:6px}.loc-info-row{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:#ccf2ff;line-height:1.7}.loc-info-k{color:#5a7ba6}.loc-info-status.on{color:#00df84}.loc-info-status.off{color:#6b7b96}.loc-info-mini{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px;vertical-align:1px}.loc-info-mini.on{background:#00df84;box-shadow:0 0 6px rgba(0,223,132,0.8);animation:hud-breathe 2.2s ease-in-out infinite}.loc-info-mini.off{background:#6b7b96}.loc-info-deviceid{margin-top:6px;padding-top:6px;border-top:1px solid rgba(30,144,255,0.2);font-family:Consolas,monospace;font-size:10px;color:#5a7ba6;word-break:break-all}.loc-dot{width:14px;height:14px;border-radius:50%;background:#00fff1;border:2px solid rgba(10,43,79,0.9);box-shadow:0 0 10px rgba(0,255,241,0.9);cursor:pointer}.loc-dot.off{background:#6b7b96;box-shadow:none}.loc-cluster{border-radius:50%;background:rgba(30,144,255,0.55);color:#fff;font-size:12px;text-align:center;border:2px solid rgba(0,255,241,0.6);box-shadow:0 0 12px rgba(0,255,241,0.35);font-weight:600;user-select:none}#mapContainer .amap-logo{display:none}#mapContainer .amap-copyright{color:rgba(122,165,200,0.5);background:rgba(5,29,79,0.6)}#mapContainer .amap-ctrl{background:rgba(10,43,79,0.85)}#mapContainer .amap-ctrl a,#mapContainer .amap-zoom button{color:#7ccfff;background:rgba(10,43,79,0.85)}#mapContainer .amap-scalecontrol{color:#7ccfff;background:rgba(10,43,79,0.85);border-color:rgba(30,144,255,0.4)}.panel-devstats{flex:2 1 0}.panel-alarmstats{flex:1 1 0}.stat-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:clamp(4px,0.6vh,8px);padding:clamp(6px,1vh,12px) clamp(8px,1vw,14px);overflow-y:auto}.stat-num{min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2px,0.4vh,5px);padding:clamp(8px,1.2vh,16px) clamp(4px,0.5vw,8px);background:rgba(30,144,255,0.05);border:1px solid rgba(30,144,255,0.12);border-radius:0;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);box-shadow:inset 0 0 14px rgba(30,144,255,0.07),inset 0 1px 0 rgba(0,240,255,0.10);overflow:hidden}.stat-num i{font-size:clamp(16px,1.6vw,26px);color:#00b4ff}.stat-num .num{font-size:clamp(17px,2vw,30px);font-weight:700;color:#00df84;text-shadow:0 0 3px rgba(14,255,157,0.5);font-family:"Consolas","Courier New",monospace;line-height:1}.stat-num .num.online{color:#00df84}.stat-num .num.offline{color:#6b7b96;text-shadow:none}.stat-num .num.rate{color:#00f0ff;text-shadow:0 0 3px rgba(0,240,255,0.5)}.stat-num .num.alarm{color:#ff4500;text-shadow:0 0 4px rgba(255,69,0,0.5)}.stat-num .label{font-size:clamp(10px,0.9vw,13px);color:#5dc7ff}.panel-card-body::-webkit-scrollbar,.panel-tree-body::-webkit-scrollbar,.stat-grid::-webkit-scrollbar{width:6px;height:6px}.panel-card-body::-webkit-scrollbar-thumb,.panel-tree-body::-webkit-scrollbar-thumb,.stat-grid::-webkit-scrollbar-thumb{background:rgba(30,144,255,0.35);border-radius:0}.panel-card-body::-webkit-scrollbar-track,.panel-tree-body::-webkit-scrollbar-track,.stat-grid::-webkit-scrollbar-track{background:transparent}.title-wave{width:clamp(26px,2.8vw,56px);height:auto;opacity:.9;flex:0 0 auto}.title-wave.flip{transform:scaleX(-1)}.title-pulse{margin-left:auto;width:clamp(36px,5vw,76px);height:auto;opacity:.8}.radar{width:clamp(120px,15vh,220px);height:auto;opacity:.9}.radar-beam{transform-box:view-box;transform-origin:center;animation:radar-spin 4s linear infinite}@keyframes radar-spin{to{transform:rotate(360deg)}}@media screen and (max-width:1200px){.col-left,.col-right{flex-basis:clamp(220px,26vw,320px);width:clamp(220px,26vw,320px)}}.monitor-panel::before{content:"";position:absolute;inset:7px;pointer-events:none;background:linear-gradient(#00fff1,#00fff1) left top / 12px 2px,linear-gradient(#00fff1,#00fff1) left top / 2px 12px,linear-gradient(#00fff1,#00fff1) right top / 12px 2px,linear-gradient(#00fff1,#00fff1) right top / 2px 12px,linear-gradient(#00fff1,#00fff1) left bottom / 12px 2px,linear-gradient(#00fff1,#00fff1) left bottom / 2px 12px,linear-gradient(#00fff1,#00fff1) right bottom / 12px 2px,linear-gradient(#00fff1,#00fff1) right bottom / 2px 12px;background-repeat:no-repeat;opacity:.38}.monitor-panel-title::after{content:"";position:absolute;left:clamp(10px,1.2vw,18px);bottom:-1px;width:clamp(36px,4vw,64px);height:1px;background:linear-gradient(90deg,rgba(0,255,241,0.9),transparent);box-shadow:0 0 8px rgba(0,255,241,0.5);pointer-events:none}.hud-corners{position:absolute;inset:0;z-index:40;pointer-events:none}.hud-corners .hc{position:absolute;width:clamp(18px,1.8vw,28px);height:clamp(18px,1.8vw,28px);border:0 solid rgba(0,255,241,0.5);filter:drop-shadow(0 0 5px rgba(0,255,241,0.3));animation:hud-corner-breathe 10s ease-in-out infinite}.hud-corners .tl{top:8px;left:8px;border-top-width:2px;border-left-width:2px}.hud-corners .tr{top:8px;right:8px;border-top-width:2px;border-right-width:2px;animation-delay:2.5s}.hud-corners .bl{bottom:8px;left:8px;border-bottom-width:2px;border-left-width:2px;animation-delay:5s}.hud-corners .br{bottom:8px;right:8px;border-bottom-width:2px;border-right-width:2px;animation-delay:7.5s}@keyframes hud-corner-breathe{0%,100%{opacity:1}50%{opacity:.55}}.screen-header::before{content:"";position:absolute;top:0;bottom:0;left:0;width:clamp(140px,20vw,340px);background:linear-gradient(90deg,transparent,rgba(0,240,255,0.07),transparent);pointer-events:none;animation:hud-header-scan 11s linear infinite}@keyframes hud-header-scan{0%{transform:translateX(-100%)}100%{transform:translateX(100vw)}}@keyframes hud-breathe{0%,100%{opacity:1}50%{opacity:.4}}@keyframes hud-breathe-soft{0%,100%{opacity:1}50%{opacity:.6}}.stat-num .num.flash{animation:hud-num-flash .9s ease-out}@keyframes hud-num-flash{0%{filter:brightness(2)}100%{filter:brightness(1)}}@keyframes hud-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.screen-header{animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) both}.col-left .monitor-panel:nth-child(1){animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) .05s both}.col-left .monitor-panel:nth-child(2){animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) .13s both}.col-right .monitor-panel:nth-child(1){animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) .09s both}.col-right .monitor-panel:nth-child(2){animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) .17s both}.col-right .monitor-panel:nth-child(3){animation:hud-enter .45s cubic-bezier(.2,.7,.3,1) .25s both}
