:root{color-scheme:dark}.hardware-screen{--bg: #07110f;--surface: #0b1c17;--surface-raised: #10251f;--surface-soft: #0d201a;--line: #234139;--line-bright: #356053;--muted: #7e9a8d;--muted-strong: #a4b8a9;--ink: #edf2e6;--lime: #c8ef70;--mint: #8fddb2;--sky: #8ed0df;--cyan: #6dcac7;--amber: #e9b873;position:relative;min-height:100vh;overflow:hidden;padding:24px 32px 16px;color:var(--ink);background:var(--bg);font-family:Segoe UI,Microsoft YaHei,Arial,sans-serif}.hardware-screen *{box-sizing:border-box}.screen-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.17;background-image:linear-gradient(rgba(144,206,147,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(144,206,147,.12) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 75%);mask-image:linear-gradient(to bottom,#000 0%,transparent 75%)}.screen-header,.signal-strip,.screen-main,.camera-section,.screen-footer{position:relative;z-index:1;max-width:1900px;margin-left:auto;margin-right:auto}.screen-header{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:65px;padding-bottom:17px;border-bottom:1px solid var(--line)}.brand-lockup{display:flex;align-items:center;gap:14px}.brand-mark{width:45px;height:45px;display:grid;place-items:center;border:1px solid var(--lime);color:var(--lime);background:#c8ef7014;font-size:21px}.eyebrow,.section-kicker{color:var(--lime);font:600 10px/1.2 Consolas,monospace;letter-spacing:1.7px}.screen-header h1{margin:4px 0 0;color:var(--ink);font-size:23px;font-weight:700;letter-spacing:1px}.screen-header h1 span{color:var(--muted-strong);font-weight:400}.header-meta{display:flex;align-items:center;gap:18px;color:var(--muted);font:11px Consolas,monospace}.header-location{color:var(--muted-strong)}.live-pill{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line-bright);color:var(--lime);background:#c8ef700f}.live-pill i,.status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#536b5d}.live-pill i,.status-dot.ready{background:var(--lime);box-shadow:0 0 10px #c8ef70b3}.status-dot.loading{background:var(--amber);box-shadow:0 0 10px #e9b87399}.icon-control{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);color:var(--muted-strong);background:var(--surface);cursor:pointer;font-size:16px}.signal-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a1d17a8}.metric-card{display:flex;align-items:center;gap:13px;min-height:82px;padding:13px 18px;border-right:1px solid var(--line);position:relative}.metric-card:last-child{border-right:0}.metric-card:before{content:"";position:absolute;top:0;left:0;width:42px;height:2px;background:currentColor}.metric-card.mint{color:var(--mint)}.metric-card.sky{color:var(--sky)}.metric-card.cyan{color:var(--cyan)}.metric-card.amber{color:var(--amber)}.metric-icon{width:32px;height:32px;display:grid;place-items:center;color:currentColor;border:1px solid currentColor;font-size:17px}.metric-label,.metric-note{display:block;color:var(--muted);font-size:11px}.metric-value{display:flex;align-items:baseline;gap:5px;line-height:1}.metric-value strong{color:var(--ink);font:600 28px Consolas,monospace}.metric-value small{color:currentColor;font-size:11px}.metric-note{margin-top:5px;color:var(--muted-strong);font-size:10px}.screen-main{display:grid;grid-template-columns:minmax(225px,.78fr) minmax(490px,1.8fr) minmax(245px,.84fr);gap:18px;min-height:435px}.left-rail,.right-rail{min-width:0;display:flex;flex-direction:column;gap:12px}.rail-intro{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:baseline;padding-bottom:4px}.rail-intro .section-kicker{grid-column:1 / -1;margin-bottom:3px}.rail-intro strong{color:var(--ink);font-size:16px;font-weight:500}.rail-intro>span:last-child{color:#58756a;font:9px Consolas,monospace;letter-spacing:.8px}.right-intro{text-align:right}.right-intro>span:last-child{text-align:right}.panel-title{min-height:30px;display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--line)}.panel-title>div{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.panel-title strong{color:var(--muted-strong);font-size:12px;font-weight:500}.panel-title span:not(.panel-icon){overflow:hidden;color:#668276;font:9px Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.panel-icon{color:var(--mint);font-size:15px}.panel-title .status-dot{flex:0 0 auto}.climate-card,.data-panel{border:1px solid var(--line);background:#0c1f19d1}.climate-card{padding:15px}.climate-topline{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.climate-topline span:last-child{color:var(--mint)}.temperature-line{display:flex;align-items:flex-end;margin:10px 0 12px;color:var(--ink);font-family:Consolas,monospace}.temperature-line strong{font-size:46px;line-height:.9;font-weight:500}.temperature-line span{padding:0 0 5px 4px;color:var(--mint);font-size:14px}.climate-details{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.climate-details span{display:flex;flex-direction:column;color:var(--muted-strong);font:11px Consolas,monospace}.climate-details b{margin-bottom:3px;color:var(--muted);font:10px Microsoft YaHei,sans-serif}.trend-chart{height:139px;margin:1px -2px 0}.source-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 10px;padding-top:8px;border-top:1px solid var(--line)}.source-row{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:25px;color:var(--muted-strong);font-size:10px}.source-row span{display:flex;align-items:center;gap:6px}.source-row em{color:#607c6e;font:9px Consolas,monospace;font-style:normal}.center-stage{min-width:0;display:flex;flex-direction:column;gap:12px}.center-heading,.camera-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.center-heading h2,.camera-heading h2{margin:3px 0 0;color:var(--ink);font-size:21px;font-weight:500;letter-spacing:.5px}.coordinate,.camera-heading>span{color:#688276;font:10px Consolas,monospace}.environment-band{display:grid;grid-template-columns:150px minmax(160px,1fr) 1.15fr;align-items:center;gap:21px;min-height:190px;padding:16px 20px;border:1px solid var(--line-bright);background:var(--surface-raised);position:relative;overflow:hidden}.environment-band:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--lime),transparent 65%);opacity:.7}.health-wrap{display:flex;align-items:center;flex-direction:column;gap:2px}.health-gauge{width:127px;height:127px}.health-wrap>span{color:var(--muted-strong);font-size:11px}.health-wrap>small{color:var(--lime);font:10px Consolas,monospace}.environment-readout{display:flex;flex-direction:column;gap:6px}.readout-label{color:var(--muted);font:10px Consolas,monospace;letter-spacing:.4px}.environment-readout strong{color:#f5f7e8;font:500 54px/.92 Consolas,monospace}.environment-readout strong sup{padding-left:2px;color:var(--lime);font-size:16px;vertical-align:top}.environment-readout>span:last-child{color:var(--muted-strong);font-size:11px}.environment-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.environment-facts>div{min-width:0;padding-left:11px;border-left:1px solid var(--line-bright)}.environment-facts span{display:block;color:var(--muted);font-size:10px}.environment-facts strong{display:block;margin-top:9px;color:var(--ink);font:600 19px Consolas,monospace}.environment-facts small{margin-left:2px;color:var(--muted);font-size:9px}.center-lower-grid{flex:1;min-height:215px;display:grid;grid-template-columns:1.22fr 1fr;gap:12px}.soil-panel,.forecast-panel,.alert-panel,.valve-panel{padding:13px 14px}.soil-nodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:11px}.soil-node{padding:7px 8px 6px;border-left:2px solid var(--mint);background:#29533d38}.node-name{display:block;overflow:hidden;color:var(--muted-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.soil-node>div:nth-child(2){display:flex;align-items:baseline;gap:3px;margin-top:3px}.soil-node strong{color:var(--ink);font:600 21px Consolas,monospace}.soil-node small{color:var(--muted);font-size:9px}.node-bar{height:3px;margin:5px 0;background:#18362d}.node-bar i{display:block;height:100%;background:var(--mint)}.node-temp{color:var(--muted);font:9px Consolas,monospace}.forecast-list{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding-top:13px}.forecast-item{min-width:0;padding:5px 2px 8px;text-align:center;border-bottom:1px solid #1d3b31}.forecast-item>span{display:block;overflow:hidden;color:var(--muted);font:9px Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.forecast-item strong{display:block;margin:10px 0 8px;color:var(--ink);font:600 17px Consolas,monospace}.forecast-item small{color:var(--sky);font:9px Consolas,monospace}.rain-line{display:block;height:3px;max-width:28px;margin:0 auto 5px;background:var(--sky)}.empty-state{min-height:54px;display:grid;place-items:center;grid-column:1 / -1;color:#657e70;font-size:11px}.pest-hero{display:flex;align-items:center;justify-content:space-between;padding:16px 0 11px}.pest-number{display:flex;align-items:baseline;gap:5px}.pest-number strong{color:var(--amber);font:500 38px Consolas,monospace}.pest-number span{color:#927b59;font-size:10px}.device-state{color:var(--muted);font-size:10px}.device-state .status-dot{margin-right:6px}.pest-list{display:flex;flex-direction:column;gap:0;padding-top:8px;border-top:1px solid var(--line)}.pest-list div{display:flex;justify-content:space-between;min-height:25px;color:var(--muted-strong);font-size:11px;border-bottom:1px solid rgba(35,65,57,.55);align-items:center}.pest-list strong{color:var(--amber);font:600 14px Consolas,monospace}.mini-trend{margin-top:9px;padding-top:8px;color:var(--muted);font-size:9px;border-top:1px solid var(--line)}.mini-trend span{display:block;margin-top:5px;color:var(--muted-strong);font:10px Consolas,monospace;line-height:1.6}.valve-summary{display:grid;grid-template-columns:repeat(3,1fr);padding:16px 0 12px}.valve-summary>div{display:flex;align-items:center;flex-direction:column;border-right:1px solid var(--line)}.valve-summary>div:last-child{border-right:0}.valve-summary strong{color:var(--mint);font:600 22px Consolas,monospace}.valve-summary span{color:var(--muted);font-size:9px}.valve-flow{padding-top:9px;color:var(--muted);font-size:10px;border-top:1px solid var(--line)}.flow-lines{display:flex;gap:4px;margin-top:8px}.flow-lines i{width:10px;height:10px;display:block;border:1px solid #36584a;background:#193329}.flow-lines i.active{border-color:var(--amber);background:var(--amber);box-shadow:0 0 8px #e9b8738c}.device-note{display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 12px;color:var(--muted)}.device-note .note-icon{color:var(--sky);font-size:18px}.device-note div{flex:1;min-width:0}.device-note strong,.device-note span{display:block}.device-note strong{color:var(--muted-strong);font-size:11px;font-weight:500}.device-note span{margin-top:3px;color:var(--muted);font-size:9px}.camera-section{margin-top:19px}.camera-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.camera-frame{min-height:146px;position:relative;overflow:hidden;border:1px solid var(--line);background:#0a1c17}.camera-frame:before{content:"";position:absolute;top:32px;right:0;bottom:0;left:0;opacity:.28;background:repeating-linear-gradient(0deg,transparent 0 19px,rgba(200,239,112,.16) 20px),repeating-linear-gradient(90deg,transparent 0 28px,rgba(142,208,223,.1) 29px)}.camera-frame:after{content:"";position:absolute;top:32px;left:0;width:100%;height:1px;background:var(--lime);opacity:.55;animation:scan 4s linear infinite}.camera-label{position:relative;z-index:1;display:flex;justify-content:space-between;padding:8px 10px;border-bottom:1px solid var(--line);color:var(--lime);font:10px Consolas,monospace}.camera-label em{color:var(--muted-strong);font-style:normal}.camera-label span{display:flex;align-items:center;gap:5px}.camera-placeholder{position:relative;z-index:1;height:calc(100% - 32px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#5d8171}.camera-placeholder>span:first-child{color:#6fae9c;font-size:25px}.camera-placeholder strong{color:var(--muted-strong);font-size:11px;font-weight:500}.camera-placeholder span:last-child{color:#628171;font-size:9px}.corner{position:absolute;z-index:2;width:12px;height:12px;border-color:var(--lime)}.corner-tl{top:4px;left:4px;border-top:1px solid;border-left:1px solid}.corner-tr{top:4px;right:4px;border-top:1px solid;border-right:1px solid}.corner-bl{bottom:4px;left:4px;border-bottom:1px solid;border-left:1px solid}.corner-br{right:4px;bottom:4px;border-right:1px solid;border-bottom:1px solid}.screen-footer{display:flex;justify-content:space-between;gap:10px;padding-top:10px;color:#5d796b;font:9px Consolas,monospace;letter-spacing:.5px}@keyframes scan{0%{transform:translateY(0);opacity:0}8%{opacity:.55}92%{opacity:.55}to{transform:translateY(108px);opacity:0}}@media (max-width: 1280px){.hardware-screen{padding:18px 20px 14px}.screen-main{grid-template-columns:minmax(205px,.72fr) minmax(430px,1.5fr) minmax(220px,.78fr);gap:12px}.environment-band{grid-template-columns:130px minmax(145px,1fr)}.environment-facts{grid-column:1 / -1}.health-gauge{width:110px;height:110px}}@media (max-width: 980px){.hardware-screen{overflow:auto;padding-top:72px}.screen-header{align-items:flex-start;flex-direction:column}.header-meta{width:100%;justify-content:space-between}.header-location{display:none}.screen-main{grid-template-columns:1fr 1.45fr}.right-rail{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr)}.right-intro{grid-column:1 / -1;text-align:left}.right-intro>span:last-child{text-align:left}.camera-frame{min-height:132px}}@media (max-width: 700px){.hardware-screen{padding:72px 14px 14px}.screen-header h1{font-size:18px}.signal-strip{grid-template-columns:repeat(2,1fr)}.metric-card:nth-child(2){border-right:0}.screen-main{display:flex;flex-direction:column}.right-rail{display:flex}.center-lower-grid{display:flex;flex-direction:column}.center-heading,.camera-heading,.screen-footer{align-items:flex-start;flex-direction:column}.environment-band{grid-template-columns:1fr}.health-wrap{margin:0 auto}.environment-readout{align-items:center;text-align:center}.environment-facts{margin-top:8px}.camera-grid{grid-template-columns:repeat(2,1fr)}.camera-frame{min-height:125px}}.display-workspace{min-height:100vh}.display-tabs{position:fixed;z-index:20;top:13px;left:50%;display:flex;align-items:stretch;transform:translate(-50%);border:1px solid rgba(125,151,130,.35);background:#0a1511e6;box-shadow:0 10px 26px #0000002e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.display-tabs-label{display:grid;place-items:center;padding:0 12px;color:#89a090;font:9px Consolas,monospace;letter-spacing:1px;border-right:1px solid rgba(125,151,130,.28)}.display-tabs button{min-width:88px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;column-gap:6px;align-items:center;padding:5px 10px;border:0;border-right:1px solid rgba(125,151,130,.18);color:#8ca396;background:transparent;cursor:pointer;text-align:left}.display-tabs button:last-child{border-right:0}.display-tabs button b{grid-row:1 / 3;color:#63806e;font:11px Consolas,monospace}.display-tabs button span{color:inherit;font-size:11px;line-height:1.05;white-space:nowrap}.display-tabs button em{color:#527060;font:8px Consolas,monospace;font-style:normal;letter-spacing:.5px}.display-tabs button.active{color:#d9f36e;background:#b4df581a}.display-tabs button.active b{color:inherit}.display-tabs .display-tabs-fullscreen{min-width:36px;display:grid;place-items:center;padding:0;color:#b9c9bc;font-size:15px}.garden-mode{min-height:100vh;padding:112px 5vw 34px;color:#344536;background:#e7ebdf;font-family:Microsoft YaHei,Segoe UI,sans-serif}.garden-header,.garden-layout,.garden-bottom,.garden-mode>footer{max-width:1480px;margin:0 auto}.garden-header{display:flex;justify-content:space-between;gap:24px;padding-bottom:35px}.garden-overline,.garden-caption span,.garden-block-title span{color:#6e8f69;font:10px Consolas,monospace;letter-spacing:1.4px}.garden-header h1{margin:11px 0 9px;color:#263b2c;font:600 clamp(28px,3.2vw,51px)/1.1 Georgia,"Microsoft YaHei",serif;letter-spacing:0}.garden-header p{max-width:480px;margin:0;color:#758676;font-size:13px;line-height:1.8}.garden-date{display:flex;flex-direction:column;align-items:flex-end;padding-top:10px;color:#70826e}.garden-date span{font:12px Consolas,monospace}.garden-date strong{margin-top:2px;color:#334c38;font:600 39px/1 Georgia,serif}.garden-date em{margin-top:8px;color:#829382;font-size:11px;font-style:normal}.garden-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.65fr);gap:18px}.garden-landscape{min-height:428px;padding:27px 32px 20px;border-radius:8px;background:#b8d0ac;position:relative;overflow:hidden}.garden-landscape:after{content:"";position:absolute;right:-90px;bottom:-115px;width:340px;height:250px;border:1px solid rgba(50,91,55,.35);border-radius:50%;transform:rotate(-22deg);box-shadow:0 0 0 18px #325b370d,0 0 0 36px #325b370d}.garden-caption{display:flex;justify-content:space-between;color:#557158}.garden-caption em{color:#6d886c;font-size:10px;font-style:normal}.garden-temperature{display:flex;align-items:baseline;gap:7px;margin:18px 0 25px}.garden-temperature strong{color:#25412b;font:500 76px/.8 Consolas,monospace}.garden-temperature span{color:#547350;font:18px Consolas,monospace}.garden-temperature em{margin-left:10px;color:#5c795b;font-size:12px;font-style:normal}.contour-map{width:min(100%,560px);height:245px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:8px;margin:0 auto;position:relative;transform:rotate(-3deg)}.contour-cell{display:grid;place-items:end start;padding:9px;color:#dcebd3;background:#6c9b70;position:relative;overflow:hidden}.contour-cell:after{content:"";position:absolute;inset:auto 0 0;height:var(--fill);background:#1f523673}.contour-cell span{position:relative;z-index:1;font:10px Consolas,monospace}.contour-cell.reserved{color:#9db998;background:#5b855b3b}.contour-route{position:absolute;height:1px;border-top:1px dashed rgba(228,243,205,.85);transform-origin:left}.route-a{top:40%;left:2%;width:82%;transform:rotate(17deg)}.route-b{top:71%;left:15%;width:70%;transform:rotate(-27deg)}.contour-pin{position:absolute;z-index:2;width:23px;height:23px;display:grid;place-items:center;color:#f2f5dc;border:1px solid #f2f5dc;border-radius:50%;background:#3e6e4b;font:10px Consolas,monospace}.pin-a{left:20%;top:27%}.pin-b{right:18%;bottom:15%}.garden-legend{display:flex;gap:20px;margin-top:25px;color:#5a7759;font-size:10px}.garden-legend span{display:flex;align-items:center;gap:5px}.garden-legend i{width:8px;height:8px;display:inline-block}.legend-lush{background:#4e895e}.legend-route{border-top:1px dashed #5d835e}.legend-reserved{border:1px solid #789676}.garden-aside{display:flex;flex-direction:column;justify-content:space-between;padding:26px 25px;border:1px solid #c8d3c0;background:#f5f4ec}.garden-highlight>span,.garden-highlight>em{display:block;color:#7e8c79;font-size:11px}.garden-highlight strong{display:block;margin:14px 0 2px;color:#315439;font:500 57px/.9 Consolas,monospace}.garden-highlight strong small{margin-left:4px;color:#759170;font-size:14px}.garden-highlight em{font-style:normal}.leaf-scale{height:5px;margin-top:18px;background:#e3e7d9}.leaf-scale i{display:block;height:100%;background:#76a873}.garden-mini-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:18px 0;border-top:1px solid #d6dfd0;border-bottom:1px solid #d6dfd0}.garden-mini-list div{display:flex;flex-direction:column;gap:6px}.garden-mini-list span{color:#82917e;font-size:10px}.garden-mini-list strong{color:#405b45;font:600 16px Consolas,monospace}.garden-mini-list small{margin-left:2px;color:#83917d;font-size:8px}.garden-note{display:flex;align-items:flex-start;gap:10px;color:#bc8057;font-size:18px}.garden-note span{display:flex;flex-direction:column;gap:4px;color:#778475;font-size:10px;line-height:1.5}.garden-note strong{color:#aa704e;font-weight:500}.garden-bottom{display:grid;grid-template-columns:1.25fr 1fr .9fr;gap:18px;margin-top:18px}.garden-block{min-height:145px;padding:17px 20px;border-top:2px solid #89a781;background:#f5f4ec}.garden-block-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.garden-block-title strong{color:#3b5941;font:500 20px Consolas,monospace}.garden-block-title strong small{color:#7d9278;font-size:9px}.garden-node-list{margin-top:13px}.garden-node-list>div{display:grid;grid-template-columns:1.1fr 1.7fr auto;align-items:center;gap:8px;min-height:22px;color:#768676;font-size:9px}.garden-node-list i{height:4px;background:#dfe6d8}.garden-node-list i b{display:block;height:100%;background:#7fae7b}.garden-node-list em{color:#4e704e;font:10px Consolas,monospace;font-style:normal}.garden-weather-row{display:flex;align-items:end;justify-content:space-between;min-height:84px;margin-top:11px}.garden-weather-row>div{display:flex;align-items:center;flex-direction:column;gap:5px;color:#84927e;font:9px Consolas,monospace}.garden-weather-row strong{color:#4c704d;font-size:13px;font-weight:500}.garden-weather-row i{width:12px;display:block;background:#9cbd83}.garden-camera-row{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:13px}.garden-camera-row div{display:flex;align-items:center;gap:6px;color:#708272;font-size:10px}.garden-camera-row span{color:#87a37d;font:10px Consolas,monospace}.garden-camera-row em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.garden-mode .empty-state{color:#93a58d}.lab-mode{min-height:100vh;padding:112px 5vw 30px;color:#171918;background:#dfddd4;font-family:Consolas,Courier New,monospace}.lab-header,.lab-command,.lab-grid,.lab-bottom,.lab-footer{max-width:1500px;margin:0 auto}.lab-header{display:flex;justify-content:space-between;padding-bottom:24px;border-bottom:3px solid #171918}.lab-index,.lab-label,.lab-bottom-title,.lab-footer{font-size:10px;letter-spacing:1px}.lab-header h1{margin:20px 0 0;font:700 clamp(38px,5.6vw,88px)/.82 "Arial Black",Arial,sans-serif;letter-spacing:-3px}.lab-header h1 em{color:#f15d3f;font-style:normal}.lab-header-right{display:flex;align-items:flex-end;flex-direction:column;gap:13px;color:#65655d;font-size:10px}.lab-header-right strong{color:#168473;font-size:12px;font-weight:600}.lab-header-right i{width:7px;height:7px;display:inline-block;margin-right:5px;border-radius:50%;background:#168473}.lab-command{display:grid;grid-template-columns:auto auto 1fr auto auto 1fr;align-items:center;gap:11px;min-height:55px;margin-top:24px;padding:0 15px;color:#dce3dc;background:#171918;font-size:9px}.lab-command strong{color:#d3ee6b;font-size:18px;font-weight:500}.lab-command>i{width:100%;max-width:130px;height:5px;background:linear-gradient(90deg,#d3ee6b 0,#d3ee6b 75%,#42504a 75%)}.lab-command b{color:#f15d3f;font-size:18px;font-weight:500}.lab-command-note{text-align:right;color:#7f9487}.lab-grid{display:grid;grid-template-columns:1.05fr 1fr .95fr;gap:14px;margin-top:14px}.lab-hero,.lab-table-wrap,.lab-log{min-height:270px;padding:17px;border:2px solid #171918;background:#f2f0e8}.lab-label{display:block;color:#676a61}.lab-hero>strong{display:block;margin-top:30px;color:#171918;font:500 clamp(47px,6vw,82px)/.8 "Arial Black",Arial,sans-serif;letter-spacing:-4px}.lab-hero>strong small{margin-left:6px;color:#f15d3f;font:500 16px Consolas,monospace;letter-spacing:0}.lab-dots{display:flex;align-items:end;gap:7px;height:91px;margin-top:22px;border-bottom:1px solid #9b9b91}.lab-dots i{width:8px;min-height:7px;background:#f15d3f}.lab-hero p{margin:10px 0 0;color:#777970;font-size:9px}.lab-table{width:100%;margin-top:26px;border-collapse:collapse}.lab-table th,.lab-table td{padding:9px 0;border-bottom:1px solid #c1c1b8;text-align:left;font-size:10px}.lab-table th{color:#64675f;font-weight:400}.lab-table td:nth-child(2){color:#171918;font-size:16px}.lab-table td:last-child{color:#8a8a7e;text-align:right;font-size:8px}.lab-log-lines{margin-top:24px}.lab-log-lines p{padding:10px 0;margin:0;border-bottom:1px solid #c1c1b8;color:#3f4b43;font-size:10px}.lab-log-lines span{display:inline-block;width:72px;color:#f15d3f}.lab-bottom{margin-top:14px;padding:16px;background:#171918;color:#dce3dc}.lab-bottom-title{display:flex;justify-content:space-between;color:#a6b5a9}.lab-bottom-title strong{color:#d3ee6b;font-size:10px;font-weight:400}.lab-camera-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.lab-camera-grid div{min-height:70px;display:flex;justify-content:space-between;flex-direction:column;padding:9px;border:1px solid #45554b}.lab-camera-grid span{color:#f15d3f;font-size:9px}.lab-camera-grid strong{color:#dce3dc;font-size:10px;font-weight:400}.lab-camera-grid em{color:#77897c;font-size:8px;font-style:normal}.lab-footer{display:flex;justify-content:space-between;padding-top:12px;color:#777970}.pulse-mode{min-height:100vh;padding:112px 5vw 28px;color:#f5f7ff;background:#111b51;font-family:Segoe UI,Microsoft YaHei,sans-serif}.pulse-header,.pulse-hero,.pulse-grid,.pulse-cameras{max-width:1540px;margin:0 auto}.pulse-header{display:flex;align-items:end;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(153,171,255,.45)}.pulse-header>div:first-child span,.pulse-panel-title span,.pulse-camera-label{color:#a1b2f8;font:10px Consolas,monospace;letter-spacing:1.6px}.pulse-header h1{margin:6px 0 0;font-size:27px;font-weight:600;letter-spacing:1px}.pulse-clock{color:#f7c9ac;font:600 31px Consolas,monospace}.pulse-clock small{display:block;color:#8c9cf0;font-size:8px;text-align:right}.pulse-hero{display:grid;grid-template-columns:1fr 1.35fr .8fr;gap:0;min-height:220px;margin-top:18px;background:#3046b6}.pulse-title,.pulse-bars,.pulse-alert{padding:25px}.pulse-title{border-right:1px solid rgba(191,209,255,.45)}.pulse-title>span{color:#c4d0ff;font:10px Consolas,monospace}.pulse-title>strong{display:block;margin-top:10px;color:#fff;font:600 73px/.8 Consolas,monospace}.pulse-title>strong small{margin-left:3px;color:#f7c9ac;font-size:19px}.pulse-title>em,.pulse-alert>span,.pulse-alert>em{color:#b9c7ff;font-size:10px;font-style:normal}.pulse-segments{display:flex;gap:4px;margin-top:28px}.pulse-segments i{width:9px;height:9px;background:#7185df}.pulse-segments i.on{background:#c9f16a}.pulse-bars{display:flex;justify-content:center;flex-direction:column;gap:19px}.pulse-bar>div{display:flex;justify-content:space-between;align-items:baseline}.pulse-bar span{color:#bcc9ff;font:10px Consolas,monospace}.pulse-bar strong{color:#fff;font:500 18px Consolas,monospace}.pulse-bar strong small{margin-left:3px;color:#b8c5fa;font-size:8px}.pulse-bar>i{display:block;height:7px;margin-top:6px;background:#7788e0}.pulse-bar>i.coral{background:#ff927b}.pulse-bar>i.lime{background:#c9f16a}.pulse-bar>i.blue{background:#8fd6f7}.pulse-alert{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border-left:1px solid rgba(191,209,255,.45)}.pulse-alert>span{color:#f7c9ac}.pulse-alert>strong{margin:11px 0 4px;color:#fff;font-size:20px;font-weight:500}.pulse-grid{display:grid;grid-template-columns:1.25fr .72fr .9fr;gap:12px;margin-top:17px}.pulse-wave,.pulse-stack,.pulse-forecast{min-height:220px;padding:17px;background:#1b286d}.pulse-panel-title{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #4457a3;padding-bottom:9px}.pulse-panel-title strong{color:#fff;font-size:12px;font-weight:500}.wave-field{height:138px;position:relative;margin-top:10px;overflow:hidden;background:repeating-linear-gradient(0deg,transparent 0 27px,rgba(184,202,255,.14) 28px),repeating-linear-gradient(90deg,transparent 0 47px,rgba(184,202,255,.11) 48px)}.wave-field>i{position:absolute;z-index:2;width:5px;height:5px;border-radius:50%;background:#f7c9ac}.wave-line{position:absolute;left:-5%;width:110%;height:58px;border:2px solid;border-color:#ff927b transparent transparent;border-radius:50%;transform:rotate(-7deg)}.wave-line-a{top:45px}.wave-line-b{top:81px;border-color:#8fd6f7 transparent transparent;transform:rotate(8deg)}.wave-legend{display:flex;gap:17px;padding-top:8px;color:#aab9f7;font:9px Consolas,monospace}.wave-legend i{width:7px;height:7px;display:inline-block;margin-right:4px;border-radius:50%}.coral-dot{background:#ff927b}.blue-dot{background:#8fd6f7}.pulse-alert-list{margin-top:21px}.pulse-alert-list div{display:grid;grid-template-columns:10px 1fr auto;gap:7px;align-items:center;min-height:39px;border-bottom:1px solid #384b92;color:#bdc9ff;font-size:10px}.pulse-alert-list i{width:7px;height:7px;display:block}.alert-coral{background:#ff927b}.alert-lime{background:#c9f16a}.alert-blue{background:#8fd6f7}.pulse-alert-list strong{color:#fff;font:500 17px Consolas,monospace}.pulse-forecast-list{margin-top:17px}.pulse-forecast-list div{display:grid;grid-template-columns:37px 35px 1fr;gap:8px;align-items:center;min-height:31px;color:#aab9f7;font:9px Consolas,monospace}.pulse-forecast-list strong{color:#fff;font:500 14px Consolas,monospace}.pulse-forecast-list i{height:5px;background:#8fd6f7}.pulse-cameras{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:8px;align-items:stretch;margin-top:17px}.pulse-camera-label{display:flex;align-items:center;padding:13px;color:#f7c9ac;background:#252f7b}.pulse-camera{display:flex;justify-content:space-between;flex-direction:column;min-height:73px;padding:10px;border:1px solid #4b5dab;background:#1b286d}.pulse-camera span{color:#f7c9ac;font:10px Consolas,monospace}.pulse-camera strong{color:#e5ebff;font-size:10px;font-weight:500}.pulse-camera em{color:#8295e8;font:8px Consolas,monospace;font-style:normal}.atlas-mode{min-height:100vh;padding:112px 5vw 25px;color:#292824;background:#f4efe3;font-family:Microsoft YaHei,Segoe UI,sans-serif}.atlas-header,.atlas-cover,.atlas-body,.atlas-footer{max-width:1480px;margin:0 auto}.atlas-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #cec5b6}.atlas-brand{display:flex;align-items:center;gap:10px}.atlas-brand>span{width:30px;height:30px;display:grid;place-items:center;color:#f4efe3;background:#c96b4f;font:600 19px Georgia,serif}.atlas-brand strong,.atlas-brand em{display:block}.atlas-brand strong{color:#3b3a34;font:600 16px Georgia,serif}.atlas-brand em{margin-top:2px;color:#9b9181;font:8px Consolas,monospace;font-style:normal;letter-spacing:1px}.atlas-header-meta{display:flex;align-items:flex-end;flex-direction:column;gap:4px;color:#a09380;font-size:10px}.atlas-header-meta strong{color:#5a574c;font:11px Consolas,monospace}.atlas-cover{display:grid;grid-template-columns:1.35fr .7fr .55fr;align-items:center;min-height:305px;padding:39px 0;border-bottom:1px solid #cec5b6}.atlas-cover-copy{padding-right:35px;border-right:1px solid #cec5b6}.atlas-kicker,.atlas-section-title span,.atlas-section-title em{color:#c96b4f;font:10px Consolas,monospace;letter-spacing:1px}.atlas-cover h1{margin:15px 0 14px;color:#312f29;font:500 clamp(38px,4.8vw,72px)/.96 Georgia,serif}.atlas-cover h1 em{color:#c96b4f;font-style:normal}.atlas-cover-copy p{max-width:430px;margin:0;color:#797265;font-size:12px;line-height:1.9}.atlas-cover-number{padding:0 35px;border-right:1px solid #cec5b6}.atlas-cover-number span,.atlas-cover-number em,.atlas-cover-score span,.atlas-cover-score em{display:block;color:#958c7d;font-size:10px;font-style:normal}.atlas-cover-number strong{display:block;margin:15px 0 4px;color:#3d5540;font:500 70px/.9 Consolas,monospace}.atlas-cover-number small{margin-left:3px;color:#758a70;font-size:14px}.atlas-cover-number em{color:#c96b4f}.atlas-cover-score{padding-left:35px}.atlas-cover-score strong{display:block;margin:15px 0 13px;color:#3d5540;font:500 47px/.9 Consolas,monospace}.atlas-cover-score i{display:block;height:4px;background:#ded7c8}.atlas-cover-score i b{display:block;height:100%;background:#c96b4f}.atlas-cover-score em{margin-top:7px}.atlas-body{display:grid;grid-template-columns:1fr 1.1fr .9fr;gap:0;min-height:270px}.atlas-column{padding:25px 27px 22px;border-right:1px solid #cec5b6}.atlas-column:first-child{padding-left:0}.atlas-column:last-child{border-right:0;padding-right:0}.atlas-section-title{display:flex;align-items:baseline;gap:10px}.atlas-section-title strong{color:#49453c;font:500 16px Georgia,serif}.atlas-section-title em{margin-left:auto;color:#9f9380;font-size:8px;font-style:normal}.atlas-events{margin-top:22px}.atlas-event{display:flex;gap:11px;min-height:56px}.atlas-event>i{width:7px;height:7px;flex:0 0 auto;margin-top:4px;border-radius:50%}.atlas-event>i.green{background:#7ba06e}.atlas-event>i.orange{background:#c96b4f}.atlas-event>i.blue{background:#7193aa}.atlas-event div{display:flex;flex-direction:column;gap:3px}.atlas-event span{color:#9f9380;font:9px Consolas,monospace}.atlas-event strong{color:#555046;font-size:11px;font-weight:500}.atlas-event p{margin:0;color:#837a6d;font-size:10px;line-height:1.5}.atlas-soil-big{display:flex;align-items:baseline;gap:6px;margin:27px 0 18px}.atlas-soil-big strong{color:#3d5540;font:500 49px Consolas,monospace}.atlas-soil-big small{color:#8a9a80;font-size:10px}.atlas-soil-bars>div{display:grid;grid-template-columns:1fr 1.4fr auto;align-items:center;gap:8px;min-height:24px;color:#877e70;font-size:9px}.atlas-soil-bars i{height:3px;background:#ded7c8}.atlas-soil-bars b{display:block;height:100%;background:#7ba06e}.atlas-soil-bars em{color:#59684e;font:10px Consolas,monospace;font-style:normal}.atlas-watch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:22px}.atlas-watch-grid div{display:flex;justify-content:space-between;flex-direction:column;min-height:64px;padding:9px;border:1px solid #d0c5b5}.atlas-watch-grid span{color:#c96b4f;font:10px Consolas,monospace}.atlas-watch-grid strong{overflow:hidden;color:#595349;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.atlas-watch-grid em{color:#a19788;font-size:8px;font-style:normal}.atlas-watch-foot{display:flex;align-items:center;gap:6px;margin-top:17px;color:#9d917f;font-size:9px}.atlas-footer{display:flex;justify-content:space-between;padding-top:11px;border-top:1px solid #cec5b6;color:#9a907f;font:9px Consolas,monospace}@media (max-width: 980px){.display-tabs{top:8px;max-width:calc(100vw - 16px);overflow-x:auto;transform:translate(-50%) scale(.9);transform-origin:top center}.display-tabs-label{display:none}.display-tabs button{min-width:75px}.garden-layout,.lab-grid,.pulse-grid,.atlas-cover,.atlas-body{grid-template-columns:1fr}.garden-aside{gap:28px}.garden-bottom,.pulse-cameras{grid-template-columns:repeat(2,1fr)}.lab-command{grid-template-columns:auto auto 1fr auto}.lab-command-note{display:none}.atlas-cover-copy,.atlas-cover-number{border-right:0;border-bottom:1px solid #cec5b6;padding:0 0 25px}.atlas-cover-score{padding:25px 0 0}.atlas-column,.atlas-column:first-child,.atlas-column:last-child{padding:22px 0;border-right:0;border-bottom:1px solid #cec5b6}.atlas-column:last-child{border-bottom:0}}@media (max-width: 600px){.garden-mode,.lab-mode,.pulse-mode,.atlas-mode{padding:82px 18px 22px}.garden-header,.lab-header,.pulse-header,.atlas-header{align-items:flex-start;flex-direction:column}.garden-date,.lab-header-right,.atlas-header-meta{align-items:flex-start}.garden-temperature strong{font-size:57px}.contour-map{height:190px}.garden-bottom,.pulse-cameras,.lab-camera-grid{grid-template-columns:1fr}.lab-header h1{font-size:43px}.lab-command{grid-template-columns:auto auto;padding:10px}.lab-command>i{display:none}.pulse-hero{grid-template-columns:1fr}.pulse-title,.pulse-alert{border-right:0;border-bottom:1px solid rgba(191,209,255,.45)}.pulse-grid{display:flex;flex-direction:column}.atlas-cover h1{font-size:45px}}.video-mode{min-height:100vh;padding:112px 4vw 22px;color:#e9ede7;background:#121719;font-family:Segoe UI,Microsoft YaHei,sans-serif}.video-header,.video-layout,.video-bottom,.video-footer{max-width:1640px;margin:0 auto}.video-header{display:flex;align-items:end;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #3c4945}.video-header>div:first-child span,.video-kicker{color:#a7c865;font:10px Consolas,monospace;letter-spacing:1.4px}.video-header h1{margin:5px 0 0;color:#f5f6ed;font-size:26px;font-weight:500}.video-header-status{display:flex;align-items:center;gap:8px;color:#9aa9a1;font:10px Consolas,monospace}.video-header-status i{width:7px;height:7px;border-radius:50%;background:#c8ef70;box-shadow:0 0 10px #c8ef70}.video-header-status strong{margin-left:8px;color:#e2e9df;font-weight:400}.video-layout{display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:15px;margin-top:15px}.video-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;min-width:0}.video-tile{min-height:235px;position:relative;overflow:hidden;border:1px solid #47544e;background:#17201f}.video-tile:before{content:"";position:absolute;top:32px;right:0;bottom:0;left:0;opacity:.42;background:linear-gradient(rgba(167,200,101,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(167,200,101,.12) 1px,transparent 1px);background-size:38px 38px}.video-tile:after{content:"";position:absolute;top:32px;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent 0 23px,rgba(207,231,193,.05) 24px)}.video-tile-head{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:32px;padding:0 10px;border-bottom:1px solid #47544e;background:#1d2826;font:10px Consolas,monospace}.video-tile-head span{color:#c8ef70}.video-tile-head strong{overflow:hidden;color:#d7e0d4;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.video-tile-head em{color:#879c91;font-style:normal;font-size:8px}.video-surface{position:absolute;z-index:2;top:32px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#81968b}.video-surface>span:first-child{color:#769a83;font-size:28px}.video-surface strong{color:#cad5cb;font-size:12px;font-weight:400}.video-surface span{color:#72847b;font-size:9px}.video-surface b{position:absolute;right:10px;bottom:9px;color:#bd7a6a;font:9px Consolas,monospace;font-weight:400}.video-corners:before,.video-corners:after{content:"";position:absolute;z-index:3;width:16px;height:16px;border-color:#c8ef70}.video-corners:before{top:39px;left:7px;border-top:1px solid;border-left:1px solid}.video-corners:after{right:7px;bottom:7px;border-right:1px solid;border-bottom:1px solid}.video-side{display:flex;flex-direction:column;border-left:1px solid #3c4945;background:#18201f}.video-side-section{padding:17px 18px;border-bottom:1px solid #3c4945}.video-side-section:last-child{flex:1;border-bottom:0}.video-big-number{display:flex;align-items:baseline;gap:5px;margin:20px 0 4px}.video-big-number strong{color:#eaf1e6;font:500 53px Consolas,monospace}.video-big-number small{color:#c8ef70;font:14px Consolas,monospace}.video-side-section p{margin:0;color:#82938a;font-size:10px;line-height:1.6}.video-side-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:0}.video-side-metrics>div{display:flex;flex-direction:column;gap:7px;padding:15px 18px;border-right:1px solid #3c4945;border-bottom:1px solid #3c4945}.video-side-metrics>div:nth-child(2n){border-right:0}.video-side-metrics span{color:#82938a;font-size:9px}.video-side-metrics strong{color:#d9e3d6;font:500 17px Consolas,monospace}.video-side-alert strong{display:block;margin:17px 0 5px;color:#e9c17c;font-size:17px;font-weight:500}.video-bottom{display:grid;grid-template-columns:1.6fr .7fr;gap:15px;margin-top:15px;padding:15px 18px;border-top:1px solid #526159;border-bottom:1px solid #3c4945;background:#18201f}.video-status-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:11px 20px;margin-top:13px}.video-status-bars>span{display:grid;grid-template-columns:1fr auto;gap:5px 8px;align-items:center;color:#aebdb3;font-size:9px}.video-status-bars>span i{grid-column:1 / -1;height:4px;background:#30423a}.video-status-bars>span i em{display:block;height:100%;background:#a7c865}.video-status-bars>span strong{color:#d9e3d6;font:10px Consolas,monospace;font-weight:400}.video-bottom-summary{padding-left:20px;border-left:1px solid #3c4945}.video-bottom-summary>strong{display:block;margin:14px 0 3px;color:#e9c17c;font:500 30px Consolas,monospace}.video-bottom-summary>strong small{color:#82938a;font-size:9px}.video-footer{display:flex;justify-content:space-between;padding-top:10px;color:#718178;font:9px Consolas,monospace}@media (max-width: 980px){.video-mode{padding-top:82px}.video-layout{grid-template-columns:1fr}.video-side{display:grid;grid-template-columns:repeat(3,1fr);border-left:0;border-top:1px solid #3c4945}.video-side-section{border-bottom:0;border-right:1px solid #3c4945}.video-side-section:last-child{border-right:0}.video-status-bars{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.video-mode{padding:82px 14px 18px}.video-header{align-items:flex-start;flex-direction:column;gap:10px}.video-wall{grid-template-columns:1fr}.video-tile{min-height:200px}.video-side{display:flex}.video-side-section{border-right:0;border-bottom:1px solid #3c4945}.video-bottom{grid-template-columns:1fr}.video-bottom-summary{padding:15px 0 0;border-top:1px solid #3c4945;border-left:0}.video-footer{align-items:flex-start;flex-direction:column;gap:4px}}.display-command{min-height:100vh;background:#09131e;color:#edf3f4}.command-dashboard{--command-bg: #09131e;--command-panel: #101e2c;--command-panel-raised: #142637;--command-line: #22394a;--command-muted: #7e95a4;--command-soft: #9eb0ba;--command-ink: #edf3f4;--command-green: #8dd9ad;--command-lime: #d6f58d;--command-blue: #70c7d9;--command-orange: #ffb26d;position:relative;min-height:100vh;overflow:hidden;padding:78px clamp(18px,3vw,54px) 22px;background:var(--command-bg);font-family:Segoe UI,Microsoft YaHei,sans-serif}.command-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.48;background-image:linear-gradient(rgba(113,156,172,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(113,156,172,.05) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 86%);mask-image:linear-gradient(to bottom,#000,transparent 86%)}.command-header,.command-kpi-grid,.command-hero-grid,.command-lower-grid,.command-bottom-grid,.command-footer{position:relative;z-index:1;max-width:1680px;margin-left:auto;margin-right:auto}.command-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:19px;border-bottom:1px solid var(--command-line)}.command-brand{display:flex;align-items:center;gap:14px}.command-logo{width:46px;height:46px;display:grid;place-items:center;border:1px solid #587a72;color:var(--command-lime);background:#12251f;font-size:22px}.command-kicker,.chart-panel-heading span,.command-footer,.command-sync-line{color:var(--command-muted);font:10px Consolas,monospace;letter-spacing:1.5px}.command-brand h1{margin:6px 0 2px;color:var(--command-ink);font-size:clamp(24px,2.2vw,34px);font-weight:600;letter-spacing:1px}.command-brand p{margin:0;color:var(--command-soft);font-size:12px}.command-header-right{display:flex;align-items:flex-end;flex-direction:column;gap:9px;color:var(--command-soft);font-size:11px}.command-live{display:flex;align-items:center;gap:7px;color:var(--command-lime);font:11px Consolas,monospace}.command-live i{width:7px;height:7px;border-radius:50%;background:var(--command-green);box-shadow:0 0 10px #8dd9adb8}.command-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;border:1px solid var(--command-line);background:#0e1b28}.command-kpi-grid .metric-card{min-height:96px;padding:17px 20px;border-right:1px solid var(--command-line)}.command-kpi-grid .metric-card:last-child{border-right:0}.command-kpi-grid .metric-card:before{height:3px}.command-kpi-grid .metric-icon{width:34px;height:34px;border-radius:6px}.command-kpi-grid .metric-label{color:var(--command-soft)}.command-kpi-grid .metric-value strong{font-size:30px}.command-kpi-grid .metric-note{color:var(--command-muted)}.command-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.8fr) minmax(220px,.8fr);gap:12px;margin-top:12px}.command-lower-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.command-bottom-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr);gap:12px;margin-top:12px}.chart-panel,.command-activity-panel{position:relative;min-width:0;overflow:hidden;border:1px solid var(--command-line);background:var(--command-panel)}.chart-panel:after,.command-activity-panel:after{content:"";position:absolute;top:0;right:0;width:72px;height:1px;background:var(--command-lime);opacity:.8}.chart-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:15px 16px 0}.chart-panel-heading>div{display:flex;gap:5px;flex-direction:column}.chart-panel-heading span{color:var(--command-blue);font-size:9px;letter-spacing:1.4px}.chart-panel-heading strong{color:var(--command-ink);font-size:14px;font-weight:500}.chart-panel-heading em{max-width:120px;overflow:hidden;color:var(--command-muted);font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.command-chart{width:100%}.command-chart-tall{height:250px}.command-chart-pie{height:178px}.command-chart-medium{height:195px}.command-chart-short{height:162px}.chart-footnotes{display:flex;flex-wrap:wrap;gap:15px;padding:0 16px 13px;color:var(--command-soft);font-size:10px}.chart-footnotes span,.valve-counts span{display:flex;align-items:center;gap:5px}.legend-dot{width:7px;height:7px;display:inline-block;border-radius:50%}.legend-dot.orange{background:var(--command-orange)}.legend-dot.blue{background:var(--command-blue)}.legend-dot.lime{background:var(--command-lime)}.legend-dot.slate{background:#38566a}.data-status{margin-left:auto}.status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#71818b}.status-dot.ready{background:var(--command-green);box-shadow:0 0 8px #8dd9ad99}.status-dot.loading{background:var(--command-orange)}.status-dot.empty{background:#596c7a}.status-breakdown{padding:0 16px 13px}.status-breakdown-row{display:flex;align-items:center;justify-content:space-between;min-height:24px;border-top:1px solid rgba(52,76,92,.65);color:var(--command-soft);font-size:10px}.status-breakdown-row span{display:flex;align-items:center;gap:6px}.status-breakdown-row em{color:var(--command-muted);font-style:normal}.panel-caption{padding:0 16px 13px;color:var(--command-muted);font-size:10px;line-height:1.5}.chart-empty{position:absolute;top:70px;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--command-muted);font-size:11px;pointer-events:none}.valve-counts{display:flex;justify-content:center;gap:25px;padding:0 16px 14px;color:var(--command-soft);font-size:10px}.valve-counts strong{color:var(--command-ink);font:600 13px Consolas,monospace}.command-activity-panel{padding-bottom:12px}.command-activity-panel .chart-panel-heading{padding-bottom:12px;border-bottom:1px solid var(--command-line)}.activity-list{padding:0 16px}.activity-row{display:flex;align-items:center;gap:11px;min-height:56px;border-bottom:1px solid rgba(52,76,92,.65)}.activity-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:6px;font-size:14px}.activity-icon.lime{color:var(--command-lime);background:#d6f58d1a}.activity-icon.amber{color:var(--command-orange);background:#ffb26d1a}.activity-icon.blue{color:var(--command-blue);background:#70c7d91a}.activity-row>div{display:grid;grid-template-columns:1fr auto;align-items:baseline;width:100%;gap:3px 8px}.activity-row span{color:var(--command-muted);font-size:10px}.activity-row strong{color:var(--command-ink);font-size:11px;font-weight:500}.activity-row em{grid-column:1 / -1;color:var(--command-soft);font-size:10px;font-style:normal}.command-sync-line{display:flex;align-items:center;gap:6px;padding:13px 16px 0;font-size:9px;letter-spacing:.7px}.command-sync-line span{margin-left:auto;color:var(--command-soft)}.command-footer{display:flex;justify-content:space-between;gap:12px;padding-top:13px;font-size:9px;letter-spacing:.7px}@media (max-width: 1100px){.command-hero-grid{grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(190px,.8fr))}.command-chart-tall{height:230px}.command-chart-pie{height:165px}.command-kpi-grid .metric-card{padding-left:14px;padding-right:14px}.command-kpi-grid .metric-icon{display:none}}@media (max-width: 850px){.command-dashboard{padding-top:70px}.command-header{align-items:flex-start;flex-direction:column}.command-header-right{align-items:flex-start}.command-kpi-grid{grid-template-columns:repeat(2,1fr)}.command-kpi-grid .metric-card:nth-child(2){border-right:0}.command-kpi-grid .metric-card:nth-child(-n+2){border-bottom:1px solid var(--command-line)}.command-hero-grid,.command-lower-grid,.command-bottom-grid{grid-template-columns:1fr 1fr}.chart-panel-wide,.command-bottom-grid .chart-panel,.command-activity-panel{grid-column:1 / -1}.command-chart-tall{height:235px}}@media (max-width: 560px){.command-dashboard{padding:70px 12px 16px}.command-brand h1{font-size:24px}.command-location{display:none}.command-kpi-grid{grid-template-columns:1fr 1fr}.command-kpi-grid .metric-card{min-height:88px;padding:14px 11px}.command-kpi-grid .metric-value strong{font-size:25px}.command-kpi-grid .metric-note{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-hero-grid,.command-lower-grid,.command-bottom-grid{display:flex;flex-direction:column}.chart-panel-wide,.command-bottom-grid .chart-panel,.command-activity-panel{width:100%}.command-chart-tall{height:230px}.command-chart-medium{height:185px}.command-footer{align-items:flex-start;flex-direction:column;gap:5px}.data-status{margin-left:0}.command-sync-line{align-items:flex-start;flex-wrap:wrap}.command-sync-line span{margin-left:0;width:100%}}.mode-chart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1480px;margin:15px auto 0}.mode-chart{position:relative;min-width:0;overflow:hidden;border:1px solid}.mode-chart:after{content:"";position:absolute;top:0;right:0;width:64px;height:1px}.mode-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 15px 0}.mode-chart-heading>div{display:flex;gap:4px;flex-direction:column}.mode-chart-heading span{font:9px Consolas,monospace;letter-spacing:1.3px}.mode-chart-heading strong{font-size:14px;font-weight:500}.mode-chart-heading em{max-width:110px;overflow:hidden;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.mode-chart-canvas{width:100%;height:205px}.mode-chart-pie{height:190px}.garden-chart-grid{margin-top:16px}.garden-mode .mode-chart{border-color:#d0c9b9;background:#f4efe3}.garden-mode .mode-chart:after{background:#c96b4f}.garden-mode .mode-chart-heading span{color:#c96b4f}.garden-mode .mode-chart-heading strong{color:#49453c}.garden-mode .mode-chart-heading em{color:#9f9380}.lab-chart-grid{max-width:none;margin-top:14px}.lab-mode .mode-chart{border-color:#c1c1b8;background:#f2f2eb}.lab-mode .mode-chart:after{background:#f15d3f}.lab-mode .mode-chart-heading span{color:#f15d3f}.lab-mode .mode-chart-heading strong{color:#171918}.lab-mode .mode-chart-heading em{color:#8a8a7e}.pulse-chart-grid{max-width:1540px;margin-top:17px}.pulse-mode .mode-chart{border-color:#4457a3;background:#1b286d}.pulse-mode .mode-chart:after{background:#c9f16a}.pulse-mode .mode-chart-heading span{color:#a1b2f8}.pulse-mode .mode-chart-heading strong{color:#fff}.pulse-mode .mode-chart-heading em{color:#8295e8}.video-chart-grid{max-width:1640px;margin-top:15px}.video-mode .mode-chart{border-color:#3c4945;background:#18201f}.video-mode .mode-chart:after{background:#c8ef70}.video-mode .mode-chart-heading span{color:#a7c865}.video-mode .mode-chart-heading strong{color:#e9ede7}.video-mode .mode-chart-heading em{color:#82938a}@media (max-width: 980px){.mode-chart-grid{grid-template-columns:repeat(2,1fr)}.mode-chart-grid .mode-chart:first-child{grid-column:1 / -1}}@media (max-width: 600px){.mode-chart-grid{display:flex;flex-direction:column}.mode-chart-grid .mode-chart:first-child{width:100%}.mode-chart-canvas{height:195px}.mode-chart-pie{height:185px}}.device-matrix-mode{--matrix-bg: #09131e;--matrix-panel: #101e2c;--matrix-line: #22394a;--matrix-muted: #7e95a4;--matrix-soft: #9eb0ba;--matrix-ink: #edf3f4;--matrix-green: #8dd9ad;--matrix-lime: #d6f58d;--matrix-blue: #70c7d9;min-height:100vh;overflow:hidden;padding:88px clamp(18px,4vw,64px) 24px;color:var(--matrix-ink);background:var(--matrix-bg);font-family:Segoe UI,Microsoft YaHei,sans-serif}.matrix-header,.matrix-summary,.matrix-main-grid,.matrix-chart-grid,.matrix-footer{position:relative;z-index:1;max-width:1540px;margin-left:auto;margin-right:auto}.matrix-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:20px;border-bottom:1px solid var(--matrix-line)}.matrix-kicker,.matrix-section-head span,.matrix-footer{color:var(--matrix-blue);font:10px Consolas,monospace;letter-spacing:1.4px}.matrix-header h1{margin:7px 0 5px;color:var(--matrix-ink);font-size:clamp(28px,3vw,42px);font-weight:600;letter-spacing:1px}.matrix-header p{margin:0;color:var(--matrix-soft);font-size:13px}.matrix-header-meta{display:flex;align-items:flex-end;flex-direction:column;gap:5px;color:var(--matrix-muted);font-size:10px}.matrix-header-meta strong{color:var(--matrix-ink);font:12px Consolas,monospace}.matrix-header-meta em{display:flex;align-items:center;gap:6px;color:var(--matrix-green);font-style:normal}.matrix-header-meta em i{width:7px;height:7px;border-radius:50%;background:var(--matrix-green);box-shadow:0 0 8px #8dd9ada6}.matrix-summary{display:grid;grid-template-columns:270px 1fr;gap:0;margin-top:16px;border:1px solid var(--matrix-line);background:var(--matrix-panel)}.matrix-summary-lead{display:flex;justify-content:center;flex-direction:column;min-height:146px;padding:18px 22px;border-right:1px solid var(--matrix-line)}.matrix-summary-lead>span{color:var(--matrix-muted);font-size:11px}.matrix-summary-lead>strong{margin:8px 0 5px;color:var(--matrix-lime);font:600 42px Consolas,monospace}.matrix-summary-lead>strong small{margin-left:3px;color:var(--matrix-soft);font-size:15px}.matrix-summary-lead>em{margin-top:8px;color:var(--matrix-soft);font-size:10px;font-style:normal}.matrix-segments{display:flex;gap:5px}.matrix-segments i{width:29px;height:5px;background:#2e4658}.matrix-segments i.active{background:var(--matrix-green)}.matrix-summary-metrics{display:grid;grid-template-columns:repeat(4,1fr)}.matrix-summary-metrics>div{display:flex;justify-content:center;flex-direction:column;gap:5px;padding:18px;border-right:1px solid var(--matrix-line)}.matrix-summary-metrics>div:last-child{border-right:0}.matrix-summary-metrics span{color:var(--matrix-muted);font-size:11px}.matrix-summary-metrics strong{color:var(--matrix-ink);font:600 25px Consolas,monospace}.matrix-summary-metrics em{color:var(--matrix-soft);font-size:10px;font-style:normal}.matrix-main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.75fr);gap:12px;margin-top:12px}.matrix-device-list,.matrix-side{border:1px solid var(--matrix-line);background:var(--matrix-panel)}.matrix-section-head{display:flex;align-items:flex-start;justify-content:space-between;padding:15px 17px 13px;border-bottom:1px solid var(--matrix-line)}.matrix-section-head>div{display:flex;gap:4px;flex-direction:column}.matrix-section-head strong{color:var(--matrix-ink);font-size:15px;font-weight:500}.matrix-section-head em{color:var(--matrix-muted);font-size:10px;font-style:normal}.matrix-table-head,.matrix-table-row{display:grid;grid-template-columns:minmax(155px,1.15fr) minmax(145px,1fr) 118px 50px;gap:14px;align-items:center;padding:0 17px}.matrix-table-head{min-height:34px;color:var(--matrix-muted);border-bottom:1px solid rgba(52,76,92,.75);font-size:10px}.matrix-table-row{min-height:68px;border-bottom:1px solid rgba(52,76,92,.65)}.matrix-table-row:last-child{border-bottom:0}.matrix-device-name,.matrix-value{display:flex;gap:4px;flex-direction:column;min-width:0}.matrix-device-name{position:relative;padding-left:16px}.matrix-device-name .status-dot{position:absolute;top:4px;left:0}.matrix-device-name strong,.matrix-value strong{overflow:hidden;color:var(--matrix-ink);font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.matrix-device-name span,.matrix-value span,.matrix-updated{overflow:hidden;color:var(--matrix-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.matrix-value strong{color:var(--matrix-lime);font:12px Consolas,monospace}.matrix-status{justify-self:end;color:var(--matrix-muted);font-size:10px}.matrix-status.ready{color:var(--matrix-green)}.matrix-status.loading{color:#ffb26d}.matrix-side{display:flex;flex-direction:column}.matrix-side .mode-chart{flex:1;border:0;background:transparent}.matrix-side .mode-chart:after{background:var(--matrix-lime)}.matrix-side .mode-chart-heading{padding:15px 16px 0}.matrix-side .mode-chart-heading span{color:var(--matrix-blue)}.matrix-side .mode-chart-heading strong{color:var(--matrix-ink)}.matrix-side .mode-chart-heading em{color:var(--matrix-muted)}.matrix-notice{margin:0 16px 16px;padding:12px;border-left:2px solid var(--matrix-lime);background:#142637}.matrix-notice span{color:var(--matrix-muted);font-size:10px}.matrix-notice strong{display:block;margin:5px 0 4px;color:var(--matrix-lime);font-size:12px;font-weight:500}.matrix-notice p{margin:0;color:var(--matrix-soft);font-size:10px;line-height:1.6}.matrix-chart-grid{margin-top:12px}.matrix-chart-grid .mode-chart{border-color:var(--matrix-line);background:var(--matrix-panel)}.matrix-chart-grid .mode-chart:after{background:var(--matrix-lime)}.matrix-chart-grid .mode-chart-heading span{color:var(--matrix-blue)}.matrix-facts{padding:12px 16px 16px}.matrix-facts>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-height:32px;border-bottom:1px solid rgba(52,76,92,.65)}.matrix-facts span{color:var(--matrix-muted);font-size:10px}.matrix-facts strong{overflow:hidden;color:var(--matrix-ink);font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.matrix-footer{display:flex;justify-content:space-between;gap:12px;padding-top:14px;color:#638092;font-size:9px;letter-spacing:.7px}@media (max-width: 980px){.device-matrix-mode{padding-top:74px}.matrix-summary{grid-template-columns:1fr}.matrix-summary-lead{border-right:0;border-bottom:1px solid var(--matrix-line)}.matrix-summary-metrics{grid-template-columns:repeat(2,1fr)}.matrix-summary-metrics>div:nth-child(2){border-right:0}.matrix-summary-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--matrix-line)}.matrix-main-grid{grid-template-columns:1fr}.matrix-side{min-height:310px}.matrix-chart-grid{grid-template-columns:repeat(2,1fr)}.matrix-chart-grid .mode-chart:last-child{grid-column:1 / -1}}@media (max-width: 600px){.device-matrix-mode{padding:72px 12px 18px}.matrix-header{align-items:flex-start;flex-direction:column;gap:15px}.matrix-header-meta{align-items:flex-start}.matrix-header h1{font-size:30px}.matrix-summary-metrics{grid-template-columns:1fr 1fr}.matrix-summary-metrics>div{padding:14px 11px}.matrix-summary-metrics strong{font-size:20px}.matrix-table-head{display:none}.matrix-table-row{grid-template-columns:minmax(120px,1fr) minmax(105px,1fr) 50px;gap:8px;padding:12px 13px}.matrix-updated{grid-column:1 / 3;margin-top:-20px;padding-left:16px}.matrix-status{grid-column:3;grid-row:1}.matrix-footer{align-items:flex-start;flex-direction:column}}@media (min-width: 1600px) and (min-height: 900px){.display-workspace{min-height:100vh}.command-dashboard{height:100vh;min-height:0;overflow:hidden;box-sizing:border-box;padding:64px 28px 8px}.command-header,.command-kpi-grid,.command-hero-grid,.command-lower-grid,.command-bottom-grid,.command-footer{width:100%;max-width:none}.command-header{padding-bottom:10px}.command-brand h1{font-size:29px}.command-brand p{font-size:11px}.command-kpi-grid{margin-top:8px}.command-kpi-grid .metric-card{min-height:68px;padding-top:9px;padding-bottom:9px}.command-kpi-grid .metric-value strong{font-size:27px}.command-hero-grid,.command-lower-grid,.command-bottom-grid{margin-top:8px;gap:8px}.command-chart-tall{height:170px}.command-chart-pie,.command-chart-medium{height:128px}.command-chart-short{height:108px}.chart-panel-heading{padding:9px 12px 0}.chart-panel-heading strong{font-size:13px}.chart-footnotes,.status-breakdown{padding:0 12px 7px}.status-breakdown-row{min-height:20px}.valve-counts{padding-bottom:7px}.activity-row{min-height:46px}.command-sync-line{padding-top:8px}.command-footer{padding-top:7px}.garden-mode{min-height:100vh;box-sizing:border-box;padding:68px 28px 12px}.garden-mode .garden-header,.garden-mode .garden-layout,.garden-mode .garden-bottom,.garden-mode>footer{width:100%;max-width:none}.garden-header{padding-bottom:18px}.garden-layout{gap:14px}.garden-landscape{min-height:310px;padding:20px 26px 16px}.garden-temperature{margin:12px 0 16px}.garden-temperature strong{font-size:58px}.contour-map{height:175px}.garden-legend{margin-top:14px}.garden-aside{padding:19px 21px}.garden-highlight strong{margin-top:9px;font-size:47px}.garden-mini-list{padding:12px 0}.garden-bottom{gap:14px;margin-top:14px}.garden-block{min-height:116px;padding:13px 16px}.garden-node-list{margin-top:8px}.garden-weather-row{min-height:60px;margin-top:5px}.garden-chart-grid{margin-top:12px}.garden-chart-grid .mode-chart-canvas{height:128px}.garden-chart-grid .mode-chart-pie{height:122px}.device-matrix-mode{min-height:100vh;box-sizing:border-box;padding:68px 28px 12px}.device-matrix-mode .matrix-header,.device-matrix-mode .matrix-summary,.device-matrix-mode .matrix-main-grid,.device-matrix-mode .matrix-chart-grid,.device-matrix-mode .matrix-footer{width:100%;max-width:none}.matrix-header{padding-bottom:14px}.matrix-summary{margin-top:12px}.matrix-summary-lead{min-height:116px;padding-top:13px;padding-bottom:13px}.matrix-summary-metrics>div{padding-top:13px;padding-bottom:13px}.matrix-main-grid,.matrix-chart-grid{margin-top:10px;gap:10px}.matrix-table-row{min-height:56px}.matrix-side{min-height:312px}.matrix-chart-grid .mode-chart-canvas{height:128px}.matrix-chart-grid .mode-chart-pie{height:122px}.matrix-facts{padding-top:5px;padding-bottom:8px}.matrix-footer{padding-top:9px}.pulse-mode{min-height:100vh;box-sizing:border-box;padding:68px 28px 12px}.pulse-mode .pulse-header,.pulse-mode .pulse-hero,.pulse-mode .pulse-grid,.pulse-mode .pulse-cameras,.pulse-mode .pulse-chart-grid{width:100%;max-width:none}.pulse-hero{min-height:174px;margin-top:12px}.pulse-title,.pulse-bars,.pulse-alert{padding:18px}.pulse-title>strong{font-size:58px}.pulse-segments{margin-top:18px}.pulse-grid{margin-top:11px;gap:10px}.pulse-wave,.pulse-stack,.pulse-forecast{min-height:170px;padding:13px}.wave-field{height:94px}.pulse-cameras{margin-top:11px}.pulse-camera{min-height:56px;padding:8px}.pulse-chart-grid{margin-top:11px;gap:10px}.pulse-chart-grid .mode-chart-canvas{height:128px}.pulse-chart-grid .mode-chart-pie{height:122px}.video-mode{min-height:100vh;box-sizing:border-box;padding:68px 28px 12px}.video-mode .video-header,.video-mode .video-layout,.video-mode .video-bottom,.video-mode .video-chart-grid,.video-mode .video-footer{width:100%;max-width:none}.video-layout{margin-top:11px;gap:11px}.video-tile{min-height:180px}.video-bottom{margin-top:11px;padding:12px 15px}.video-chart-grid{margin-top:11px;gap:10px}.video-chart-grid .mode-chart-canvas{height:128px}.video-chart-grid .mode-chart-pie{height:122px}.video-footer{padding-top:8px}}.command-dashboard{--command-bg: #0b1713;--command-panel: #13231d;--command-panel-raised: #1a3028;--command-line: #2c4b40;--command-muted: #7f9b8e;--command-soft: #abc1b4;--command-ink: #edf5ed;--command-green: #8dd9ad;--command-lime: #d6f58d;--command-blue: #78c6bd;--command-orange: #ef9d62}.display-command{background:#0b1713}.device-matrix-mode{--matrix-bg: #191b20;--matrix-panel: #242830;--matrix-line: #414955;--matrix-muted: #8d99a8;--matrix-soft: #b0bac8;--matrix-ink: #edf1f5;--matrix-green: #8eb3ff;--matrix-lime: #ffd36e;--matrix-blue: #87a9df;background:var(--matrix-bg)}.video-mode{color:#f3e8de;background:#1b1512}.video-mode .video-header{border-color:#55423a}.video-mode .video-header>div:first-child span,.video-mode .video-kicker{color:#e0a06f}.video-mode .video-header h1{color:#f7eee6}.video-mode .video-header-status{color:#b9a49a}.video-mode .video-header-status i{background:#e7a36e;box-shadow:0 0 10px #e7a36e99}.video-mode .video-tile{border-color:#5a453b;background:#241b17}.video-mode .video-tile:before{background:linear-gradient(rgba(224,160,111,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(224,160,111,.12) 1px,transparent 1px)}.video-mode .video-tile-head{border-color:#5a453b;background:#2a1f1a}.video-mode .video-tile-head span{color:#e0a06f}.video-mode .video-tile-head strong{color:#f1e6de}.video-mode .video-tile-head em{color:#ad9385}.video-mode .video-corners:before,.video-mode .video-corners:after{border-color:#e0a06f}.video-mode .video-side{border-color:#55423a;background:#211815}.video-mode .video-side-section{border-color:#55423a}.video-mode .video-side-section p,.video-mode .video-side-metrics span{color:#ad9385}.video-mode .video-big-number strong,.video-mode .video-side-metrics strong{color:#f3e8de}.video-mode .video-big-number small{color:#e0a06f}.video-mode .video-side-alert strong,.video-mode .video-bottom-summary>strong{color:#f0ae76}.video-mode .video-bottom{border-color:#5a453b;background:#211815}.video-mode .video-status-bars>span{color:#c9b7ac}.video-mode .video-status-bars>span i{background:#49332b}.video-mode .video-status-bars>span i em{background:#e0a06f}.video-mode .mode-chart{border-color:#55423a;background:#211815}.video-mode .mode-chart:after{background:#e0a06f}.video-mode .mode-chart-heading span{color:#e0a06f}.video-mode .mode-chart-heading strong{color:#f3e8de}.video-mode .mode-chart-heading em{color:#ad9385}.video-mode .video-footer{color:#9e8071}@media (min-width: 1600px) and (min-height: 900px){.command-dashboard{padding-top:58px;padding-bottom:10px}.command-header{padding-bottom:12px}.command-kpi-grid{margin-top:10px}.command-kpi-grid .metric-card{min-height:78px;padding-top:12px;padding-bottom:12px}.command-hero-grid,.command-lower-grid,.command-bottom-grid{margin-top:11px;gap:11px}.command-chart-tall{height:220px}.command-chart-pie,.command-chart-medium{height:166px}.command-chart-short{height:140px}.chart-panel-heading{padding-top:12px}.chart-footnotes{padding-bottom:10px}.status-breakdown-row{min-height:23px}.activity-row{min-height:52px}.command-sync-line,.command-footer{padding-top:10px}.device-matrix-mode{padding-top:58px;padding-bottom:10px}.matrix-header{padding-bottom:12px}.matrix-summary{margin-top:10px}.matrix-summary-lead{min-height:138px}.matrix-summary-metrics>div{padding-top:18px;padding-bottom:18px}.matrix-main-grid,.matrix-chart-grid{margin-top:11px;gap:11px}.matrix-table-row{min-height:66px}.matrix-side{min-height:398px}.matrix-chart-grid .mode-chart-canvas{height:168px}.matrix-chart-grid .mode-chart-pie{height:160px}.matrix-footer{padding-top:10px}.video-mode{padding-top:58px;padding-bottom:10px}.video-layout{margin-top:14px;gap:14px}.video-tile{min-height:290px}.video-bottom{margin-top:14px;padding-top:18px;padding-bottom:18px}.video-chart-grid{margin-top:14px;gap:11px}.video-chart-grid .mode-chart-canvas{height:190px}.video-chart-grid .mode-chart-pie{height:180px}.video-footer{padding-top:10px}}.display-workspace{color-scheme:light}.display-tabs{border-color:#d4ddd8;background:#fffffff0;box-shadow:0 8px 22px #233d341f}.display-tabs-label{color:#6f8279;border-color:#e1e8e3}.display-tabs button{color:#65776f;border-color:#e1e8e3}.display-tabs button b{color:#9aaba2}.display-tabs button em{color:#98a8a0}.display-tabs button.active{color:#17745d;background:#e8f5ed}.display-tabs button.active b{color:#17745d}.display-tabs .display-tabs-fullscreen{color:#53665d}.command-dashboard{--command-bg: #eef4f0;--command-panel: #ffffff;--command-panel-raised: #f6faf7;--command-line: #d4e2da;--command-muted: #71857b;--command-soft: #5f746b;--command-ink: #1f332b;--command-green: #2b9b78;--command-lime: #85ad32;--command-blue: #2c91a0;--command-orange: #d88342;color:var(--command-ink);background:var(--command-bg)}.display-command{background:#eef4f0}.command-backdrop{opacity:.7;background-image:linear-gradient(rgba(62,119,91,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(62,119,91,.045) 1px,transparent 1px)}.command-header{border-color:var(--command-line)}.command-brand h1{color:var(--command-ink)}.command-brand p,.command-header-right{color:var(--command-soft)}.command-logo{border-color:#b9d5c3;color:#287c61;background:#e4f1e8}.command-kicker,.chart-panel-heading span{color:#4c8570}.command-live{color:#287c61}.command-live i{background:#2b9b78;box-shadow:0 0 9px #2b9b7873}.command-kpi-grid{border-color:var(--command-line);background:#fff}.command-kpi-grid .metric-card{border-color:var(--command-line)}.command-kpi-grid .metric-label{color:#63786d}.command-kpi-grid .metric-note{color:#7b8d84}.chart-panel,.command-activity-panel{border-color:var(--command-line);background:var(--command-panel);box-shadow:0 8px 20px #2a4e3d0f}.chart-panel:after,.command-activity-panel:after{background:#7ba939}.chart-panel-heading strong{color:var(--command-ink)}.chart-panel-heading em,.panel-caption{color:var(--command-muted)}.chart-footnotes,.valve-counts{color:var(--command-soft)}.status-breakdown-row,.activity-row{border-color:#e3ebe6}.status-breakdown-row,.activity-row span{color:var(--command-soft)}.status-breakdown-row em,.activity-row em{color:var(--command-muted)}.activity-row strong,.valve-counts strong{color:var(--command-ink)}.activity-icon.lime{color:#729d2b;background:#edf6df}.activity-icon.amber{color:#c57939;background:#fff1e3}.activity-icon.blue{color:#277f91;background:#e5f3f5}.command-sync-line,.command-footer{color:#71857b}.command-sync-line span{color:#5f746b}.command-footer{border-color:#d4e2da}.device-matrix-mode{--matrix-bg: #eef1f5;--matrix-panel: #ffffff;--matrix-line: #d7dee7;--matrix-muted: #72808e;--matrix-soft: #5e6b78;--matrix-ink: #263443;--matrix-green: #3f75c6;--matrix-lime: #c18a2e;--matrix-blue: #4c73a6;background:var(--matrix-bg);color:var(--matrix-ink)}.matrix-header{border-color:var(--matrix-line)}.matrix-kicker,.matrix-section-head span,.matrix-footer{color:#587ba9}.matrix-header h1,.matrix-header-meta strong{color:var(--matrix-ink)}.matrix-header p,.matrix-header-meta{color:var(--matrix-soft)}.matrix-header-meta em{color:#3f75c6}.matrix-header-meta em i{background:#3f75c6;box-shadow:0 0 8px #3f75c659}.matrix-summary,.matrix-device-list,.matrix-side,.matrix-chart-grid .mode-chart{border-color:var(--matrix-line);background:var(--matrix-panel);box-shadow:0 8px 20px #2c3c4f0f}.matrix-summary-lead,.matrix-summary-metrics>div,.matrix-section-head,.matrix-table-head,.matrix-table-row{border-color:var(--matrix-line)}.matrix-summary-lead>span,.matrix-summary-lead>em,.matrix-summary-metrics span,.matrix-summary-metrics em,.matrix-device-name span,.matrix-value span,.matrix-updated,.matrix-table-head,.matrix-facts span{color:var(--matrix-muted)}.matrix-summary-lead>strong{color:#3f75c6}.matrix-summary-metrics strong,.matrix-device-name strong,.matrix-facts strong{color:var(--matrix-ink)}.matrix-value strong{color:#b07922}.matrix-status.ready{color:#3f75c6}.matrix-status.loading{color:#c17a2c}.matrix-notice{border-color:#c18a2e;background:#fff7e7}.matrix-notice span,.matrix-notice p{color:#7d6c50}.matrix-notice strong{color:#9e6e1e}.matrix-chart-grid .mode-chart:after{background:#c18a2e}.matrix-chart-grid .mode-chart-heading span{color:#587ba9}.matrix-chart-grid .mode-chart-heading strong{color:var(--matrix-ink)}.matrix-chart-grid .mode-chart-heading em{color:var(--matrix-muted)}.matrix-facts>div{border-color:#e4e8ee}.pulse-mode{color:#29455d;background:#edf3f8}.pulse-header{border-color:#c7d6e4}.pulse-header>div:first-child span,.pulse-panel-title span,.pulse-camera-label{color:#527ba3}.pulse-header h1{color:#29455d}.pulse-clock{color:#c8794e}.pulse-clock small{color:#718da8}.pulse-hero{background:#dbe9f5}.pulse-title{border-color:#b8cddd}.pulse-title>span,.pulse-title>em,.pulse-alert>span,.pulse-alert>em{color:#5c7891}.pulse-title>strong,.pulse-alert>strong,.pulse-bar strong,.pulse-panel-title strong,.pulse-alert-list strong,.pulse-forecast-list strong,.pulse-camera strong{color:#29455d}.pulse-title>strong small{color:#c8794e}.pulse-bars{color:#29455d}.pulse-bar span,.pulse-forecast-list div,.wave-legend{color:#6a849b}.pulse-bar>i{background:#b6cce0}.pulse-bar>i.coral{background:#d88763}.pulse-bar>i.lime{background:#8bae49}.pulse-bar>i.blue{background:#5d9bc0}.pulse-alert{border-color:#b8cddd}.pulse-grid .pulse-wave,.pulse-grid .pulse-stack,.pulse-grid .pulse-forecast{background:#fff;border:1px solid #d4e0eb}.pulse-panel-title{border-color:#d4e0eb}.wave-field{background:repeating-linear-gradient(0deg,transparent 0 27px,rgba(95,139,174,.12) 28px),repeating-linear-gradient(90deg,transparent 0 47px,rgba(95,139,174,.1) 48px)}.wave-legend i.coral-dot{background:#d88763}.wave-legend i.blue-dot{background:#5d9bc0}.pulse-alert-list div{border-color:#e1e8ef;color:#5d7891}.alert-coral{background:#d88763}.alert-lime{background:#8bae49}.alert-blue{background:#5d9bc0}.pulse-cameras{background:transparent}.pulse-camera-label{background:#dbe9f5}.pulse-camera{border-color:#c8d9e8;background:#fff}.pulse-camera span{color:#c8794e}.pulse-camera em{color:#7892a8}.pulse-mode .mode-chart{border-color:#d4e0eb;background:#fff}.pulse-mode .mode-chart:after{background:#8bae49}.pulse-mode .mode-chart-heading span{color:#527ba3}.pulse-mode .mode-chart-heading strong{color:#29455d}.pulse-mode .mode-chart-heading em{color:#7892a8}.video-mode{color:#3d302b;background:#f2ede8}.video-mode .video-header{border-color:#d9c9bf}.video-mode .video-header>div:first-child span,.video-mode .video-kicker{color:#b66d4b}.video-mode .video-header h1{color:#3d302b}.video-mode .video-header-status{color:#826f64}.video-mode .video-header-status i{background:#d17d53;box-shadow:0 0 8px #d17d5366}.video-mode .video-tile{border-color:#c9b8ad;background:#e6e4e1}.video-mode .video-tile:before{background:linear-gradient(rgba(182,109,75,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(182,109,75,.1) 1px,transparent 1px)}.video-mode .video-tile:after{background:repeating-linear-gradient(0deg,transparent 0 23px,rgba(109,83,69,.06) 24px)}.video-mode .video-tile-head{border-color:#c9b8ad;background:#f5f2ef}.video-mode .video-tile-head span{color:#b66d4b}.video-mode .video-tile-head strong{color:#4d3c35}.video-mode .video-tile-head em{color:#8d786b}.video-mode .video-corners:before,.video-mode .video-corners:after{border-color:#c27b56}.video-mode .video-surface{color:#8b786e}.video-mode .video-surface>span:first-child{color:#b66d4b}.video-mode .video-surface strong{color:#4d3c35}.video-mode .video-surface span{color:#8d786b}.video-mode .video-side{border-color:#d9c9bf;background:#fff}.video-mode .video-side-section{border-color:#e2d7d0}.video-mode .video-side-section p,.video-mode .video-side-metrics span{color:#826f64}.video-mode .video-big-number strong,.video-mode .video-side-metrics strong{color:#3d302b}.video-mode .video-big-number small{color:#b66d4b}.video-mode .video-side-alert strong,.video-mode .video-bottom-summary>strong{color:#b66d4b}.video-mode .video-bottom{border-color:#d9c9bf;background:#fff}.video-mode .video-status-bars>span{color:#735f54}.video-mode .video-status-bars>span i{background:#ebdfd8}.video-mode .video-status-bars>span i em{background:#d17d53}.video-mode .mode-chart{border-color:#d9c9bf;background:#fff}.video-mode .mode-chart:after{background:#d17d53}.video-mode .mode-chart-heading span{color:#b66d4b}.video-mode .mode-chart-heading strong{color:#3d302b}.video-mode .mode-chart-heading em{color:#826f64}.video-mode .video-footer{color:#9c8274}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.weather-observation-table .weather-observation-group-title{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:24px;padding:0 10px;border-radius:6px;font-weight:600}.weather-observation-table .weather-observation-group-title-atmosphere{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.weather-observation-table .weather-observation-group-title-soil{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.weather-observation-table .ant-table-thead>tr>th.weather-observation-column-atmosphere{color:#1e3a8a;background:#eff6ff}.weather-observation-table .ant-table-thead>tr>th.weather-observation-column-soil{color:#14532d;background:#f0fdf4}.weather-observation-table .ant-table-tbody>tr>td.weather-observation-column-atmosphere{background:#f8fbff}.weather-observation-table .ant-table-tbody>tr>td.weather-observation-column-soil{background:#f7fdf9}.weather-observation-table .ant-table-tbody>tr:hover>td.weather-observation-column-atmosphere{background:#eaf2ff}.weather-observation-table .ant-table-tbody>tr:hover>td.weather-observation-column-soil{background:#e9fbea}.dashboard-shell{display:grid;gap:16px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:4px 0 2px}.dashboard-header-copy{display:grid;gap:4px}.dashboard-metric-card,.dashboard-panel{border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.dashboard-metric-card .ant-card-body{padding:18px 20px}.dashboard-metric-helper{display:block;min-height:20px;margin-top:8px;color:#64748b;font-size:12px}.dashboard-panel .ant-card-head{min-height:48px;padding:0 18px}.dashboard-panel .ant-card-body{padding:16px 18px 18px}.dashboard-progress-list{display:grid;gap:18px;min-height:260px;align-content:center}.dashboard-progress-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#334155;font-size:13px}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:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;color:#0f172a;background-color:#f8fafc}body,#root{margin:0;min-height:100vh;background-color:#f1f5f9}a{color:inherit;text-decoration:none}.page-container{padding:24px}.content-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 30px #0f172a14}
