:root{--ed-ink:#10213f;--ed-muted:#677892;--ed-line:#dfe8f4;--ed-blue:#2477ff;--ed-green:#38b96a;--ed-solar:#f5a524;--ed-purple:#6a5ae0;--ed-cyan:#28a7c8}.ed-dashboard-shell{max-width:1240px;margin:24px auto;padding:30px;border:1px solid rgba(120,150,190,.18);border-radius:28px;background:radial-gradient(circle at 10% 0%,rgba(36,119,255,.09),transparent 28%),radial-gradient(circle at 90% 6%,rgba(56,185,106,.07),transparent 24%),linear-gradient(180deg,#fbfdff,#f6f9fd);box-shadow:0 26px 75px rgba(22,55,105,.11);color:var(--ed-ink);overflow:hidden}.ed-dashboard-shell *{box-sizing:border-box}.ed-front-head{display:flex;justify-content:space-between;gap:24px;margin-bottom:26px}.ed-front-head h2{font-size:clamp(28px,4vw,44px);line-height:1.05;margin:3px 0 8px;color:var(--ed-ink)}.ed-front-head p{margin:0;color:var(--ed-muted)}.ed-eyebrow{font-size:12px!important;letter-spacing:.16em;font-weight:800;color:var(--ed-blue)!important}.ed-status-cluster{display:flex;align-items:center;gap:16px}.ed-online{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(56,185,106,.1);color:#258a4c;font-weight:700}.ed-online i{width:9px;height:9px;border-radius:50%;background:var(--ed-green);animation:edPulse 2s infinite}.ed-last-update{font-size:12px;color:var(--ed-muted)}@keyframes edPulse{0%{box-shadow:0 0 0 0 rgba(56,185,106,.42)}70%{box-shadow:0 0 0 9px rgba(56,185,106,0)}100%{box-shadow:0 0 0 0 rgba(56,185,106,0)}}.ed-live-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:30px}.ed-live-card{position:relative;min-height:250px;padding:20px;background:rgba(255,255,255,.94);border:1px solid var(--ed-line);border-radius:20px;box-shadow:0 10px 28px rgba(40,70,115,.07);transition:.24s;overflow:hidden}.ed-live-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px rgba(40,70,115,.12)}.ed-live-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.55}.ed-card-grid{color:var(--ed-blue)}.ed-card-solar{color:var(--ed-solar)}.ed-card-chp{color:var(--ed-purple)}.ed-card-house{color:var(--ed-cyan)}.ed-live-card-head{display:flex;align-items:center;gap:12px;color:var(--ed-ink)}.ed-live-card-head h3{font-size:18px;margin:0}.ed-live-icon,.ed-flow-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,currentColor 10%,#fff)}.ed-live-icon svg,.ed-flow-icon svg,.ed-mini-pulse svg{width:26px;height:26px}.ed-live-tag{display:inline-block;margin-top:3px;font-size:9px;letter-spacing:.13em;font-weight:800;color:currentColor}.ed-mini-pulse{margin-left:auto;width:26px;height:26px;display:grid;place-items:center}.ed-main-reading{margin:22px 0 16px}.ed-main-reading span{display:block;font-size:12px;color:var(--ed-muted)}.ed-main-reading strong{font-size:clamp(24px,2.5vw,34px);line-height:1;color:currentColor}.ed-card-details{display:grid;gap:8px;color:var(--ed-ink)}.ed-card-details>div{display:flex;justify-content:space-between;gap:8px;font-size:12px}.ed-card-details span{color:var(--ed-muted)}.ed-sparkline{height:28px;display:flex;align-items:flex-end;gap:3px;margin-top:13px;opacity:.55}.ed-sparkline span{flex:1;border-radius:5px;background:currentColor;animation:edWave 2.8s ease-in-out infinite}.ed-sparkline span:nth-child(1){height:20%}.ed-sparkline span:nth-child(2){height:38%}.ed-sparkline span:nth-child(3){height:58%}.ed-sparkline span:nth-child(4){height:78%}.ed-sparkline span:nth-child(5){height:50%}.ed-sparkline span:nth-child(6){height:72%}.ed-sparkline span:nth-child(7){height:42%}@keyframes edWave{50%{transform:scaleY(.72);opacity:.5}}.ed-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:10px 2px 14px}.ed-section-title span{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--ed-blue)}.ed-section-title h3{font-size:24px;margin:2px 0 0}.ed-section-title p{margin:0;color:var(--ed-muted);font-size:13px}.ed-flow-stage{position:relative;min-height:500px;border:1px solid var(--ed-line);border-radius:24px;background:radial-gradient(circle at 50% 48%,rgba(36,119,255,.09),transparent 25%),linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}.ed-flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}.ed-flow-path{fill:none;stroke:#cbd8e8;stroke-width:5;stroke-linecap:round;stroke-dasharray:4 14;opacity:.75;transition:.35s}.ed-flow-path.is-active{stroke-width:6;opacity:1;animation:edDash var(--ed-speed,1.6s) linear infinite}.ed-path-solar.is-active{stroke:var(--ed-solar)}.ed-path-grid.is-active{stroke:var(--ed-blue)}.ed-path-grid.is-export{stroke:var(--ed-green)}.ed-path-chp.is-active{stroke:var(--ed-purple)}.ed-path-grid.is-reverse{animation-direction:reverse}@keyframes edDash{to{stroke-dashoffset:-36}}.ed-flow-node,.ed-flow-house{position:absolute;z-index:2;text-align:center;border:1px solid var(--ed-line);background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(40,70,115,.1)}.ed-flow-node{width:160px;padding:15px 12px;border-radius:18px}.ed-flow-node .ed-flow-icon{margin:0 auto 8px}.ed-flow-node span{display:block;color:var(--ed-muted);font-size:12px}.ed-flow-node strong{display:block;color:var(--ed-ink);font-size:20px}.ed-flow-solar{top:34px;left:50%;transform:translateX(-50%);color:var(--ed-solar)}.ed-flow-grid{left:42px;top:245px;color:var(--ed-blue)}.ed-flow-chp{right:42px;top:245px;color:var(--ed-purple)}.ed-flow-house{width:220px;height:220px;left:50%;top:220px;transform:translate(-50%,-2%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ed-cyan);border-width:2px}.ed-flow-house span{font-size:12px;color:var(--ed-muted)}.ed-flow-house strong{font-size:30px;color:var(--ed-ink)}.ed-flow-house small{margin-top:6px;color:var(--ed-muted)}.ed-house-orbit{position:absolute;inset:-9px;border:1px dashed rgba(40,167,200,.32);border-radius:50%;animation:edOrbit 18s linear infinite}@keyframes edOrbit{to{transform:rotate(360deg)}}.ed-flow-legend{position:absolute;left:24px;bottom:20px;z-index:2;display:flex;gap:15px;font-size:11px;color:var(--ed-muted)}.ed-flow-legend span{display:flex;align-items:center;gap:6px}.ed-dot{width:8px;height:8px;border-radius:50%;background:#cbd8e8}.ed-dot-active{background:var(--ed-green);box-shadow:0 0 0 5px rgba(56,185,106,.1)}.ed-value-changed{animation:edValueFlash .5s ease}@keyframes edValueFlash{50%{transform:translateY(-2px);opacity:.72}}@media(max-width:1020px){.ed-live-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.ed-dashboard-shell{padding:18px;border-radius:20px}.ed-front-head{flex-direction:column}.ed-live-cards{grid-template-columns:1fr}.ed-section-title{align-items:flex-start;flex-direction:column}.ed-flow-stage{min-height:650px}.ed-flow-solar{top:30px}.ed-flow-grid{left:18px;top:255px}.ed-flow-chp{right:18px;top:255px}.ed-flow-house{top:380px;width:205px;height:205px}.ed-flow-lines{display:none}}@media(prefers-reduced-motion:reduce){.ed-dashboard-shell *{animation-duration:.001ms!important;animation-iteration-count:1!important}}.ed-balance-equation{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:3;max-width:calc(100% - 320px);padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid var(--ed-line);box-shadow:0 8px 22px rgba(40,70,115,.08);font-size:12px;color:var(--ed-muted);white-space:nowrap}.ed-balance-equation b{color:var(--ed-ink)}.ed-balance-chip{display:inline-flex;align-items:center;gap:7px;margin-left:10px;padding:6px 10px;border-radius:999px;background:#edf7f1;color:#2d7f47;font-size:11px;font-weight:700}.ed-balance-chip b{color:#1d5831}@media(max-width:760px){.ed-balance-equation{position:relative;left:auto;bottom:auto;transform:none;max-width:none;margin:18px;white-space:normal;text-align:center}}.ed-history-card{margin-top:22px;padding:22px;border:1px solid var(--ed-line);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 14px 40px rgba(40,70,115,.07)}.ed-history-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}.ed-history-head span{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--ed-blue)}.ed-history-head h3{margin:2px 0 0;font-size:24px;color:var(--ed-ink)}.ed-history-controls{display:flex;gap:6px;padding:4px;background:#f2f6fb;border-radius:12px}.ed-history-controls button{border:0;background:0 0;padding:7px 11px;border-radius:9px;color:var(--ed-muted);cursor:pointer;font-weight:600}.ed-history-controls button.is-active{background:#fff;color:var(--ed-blue);box-shadow:0 2px 8px rgba(40,70,115,.1)}.ed-history-legend{display:flex;gap:16px;flex-wrap:wrap;margin:10px 0 8px;font-size:12px;color:var(--ed-muted)}.ed-history-legend span:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.ed-leg-solar:before{background:var(--ed-solar)}.ed-leg-fuel:before{background:var(--ed-purple)}.ed-leg-house:before{background:var(--ed-cyan)}.ed-leg-grid:before{background:var(--ed-blue)}.ed-chart-wrap{position:relative;height:360px;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f7faff);overflow:hidden;border:1px solid #e8eef6}.ed-history-svg{width:100%;height:100%;display:block}.ed-chart-grid line{stroke:#e5ecf5;stroke-width:1}.ed-chart-grid text{fill:#7a8aa2;font-size:20px}.ed-chart-line{fill:none;stroke-width:3.2;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.ed-series-solar{stroke:var(--ed-solar)}.ed-series-fuel{stroke:var(--ed-purple)}.ed-series-house{stroke:var(--ed-cyan)}.ed-series-grid{stroke:var(--ed-blue);stroke-dasharray:7 6}.ed-zero-line{stroke:#9eacbe!important;stroke-width:1.4!important}.ed-chart-empty{position:absolute;inset:0;display:grid;place-items:center;color:var(--ed-muted);font-size:13px}.ed-chart-tooltip{position:absolute;z-index:4;min-width:172px;padding:10px 12px;border:1px solid #dfe7f1;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 12px 30px rgba(33,56,90,.14);font-size:12px;color:var(--ed-ink);pointer-events:none;opacity:0;transform:translateY(4px);transition:.15s}.ed-chart-tooltip.is-visible{opacity:1;transform:translateY(0)}.ed-chart-tooltip-time{font-weight:800;font-size:12px;color:var(--ed-blue);margin-bottom:7px}.ed-chart-tooltip-grid{display:grid;gap:5px}.ed-chart-tooltip-grid div{display:flex;justify-content:space-between;gap:10px}.ed-chart-tooltip-grid span{color:var(--ed-muted)}.ed-chart-tooltip-grid b{color:var(--ed-ink)}.ed-chart-crosshair{stroke:#9eb0c6;stroke-width:1.2;stroke-dasharray:4 5;opacity:0}.ed-chart-overlay.is-visible .ed-chart-crosshair{opacity:1}.ed-chart-marker{display:none;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.ed-chart-overlay.is-visible .ed-chart-marker{display:block}.ed-chart-hit{cursor:crosshair}.ed-chart-wrap.has-data .ed-chart-empty{display:none}.ed-history-foot{display:flex;justify-content:space-between;gap:12px;margin-top:9px;font-size:11px;color:var(--ed-muted)}@media(max-width:760px){.ed-history-head{align-items:flex-start;flex-direction:column}.ed-chart-wrap{height:290px}.ed-history-foot{flex-direction:column}.ed-history-controls{width:100%}.ed-history-controls button{flex:1}}.ed-heating-schematic{position:relative;min-height:330px;border:1px solid #e5ecf4;border-radius:22px;background:linear-gradient(180deg,#fbfdff,#f7fafc);overflow:hidden}@media(max-width:700px){.ed-heating-schematic{min-height:420px}}.ed-dashboard-shell{max-width:1180px;padding:24px!important}.ed-live-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}.ed-live-card{min-width:0!important;width:auto!important;max-width:none!important;float:none!important;margin:0!important;min-height:205px!important;padding:15px!important;border-radius:17px!important}.ed-live-card-head{gap:9px!important}.ed-live-card-head h3{font-size:16px!important}.ed-live-icon,.ed-flow-icon{width:39px!important;height:39px!important;border-radius:12px!important}.ed-live-icon svg,.ed-flow-icon svg,.ed-mini-pulse svg{width:22px!important;height:22px!important}.ed-main-reading{margin:15px 0 12px!important}.ed-main-reading>span{font-size:11px!important}.ed-main-reading strong{font-size:28px!important}.ed-card-details{gap:6px!important}.ed-card-details>div{font-size:11px!important}.ed-card-details strong{font-size:11px!important}.ed-sparkline{height:20px!important;margin-top:10px!important}.ed-heating-schematic{position:relative!important;display:grid!important;grid-template-columns:minmax(125px,1fr) minmax(90px,.8fr) minmax(125px,1fr)!important;grid-template-areas:"device out house" "return back house" "stats stats stats"!important;grid-template-rows:auto auto auto!important;gap:12px!important;min-height:0!important;padding:18px!important;align-items:center!important}.ed-history-card{padding:18px!important;border-radius:20px!important}.ed-history-head h3{font-size:21px!important}.ed-chart-wrap{height:300px!important}@media(max-width:1050px){.ed-dashboard-shell{padding:20px!important}.ed-live-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.ed-dashboard-shell{padding:15px!important}.ed-heating-schematic{grid-template-columns:1fr!important;grid-template-areas:"device" "out" "house" "back" "return" "stats"!important}.ed-chart-wrap{height:250px!important}}.ed-hot{stroke:url(#edHotPipe)}.ed-cold{stroke:url(#edColdPipe)}.ed-flow-house small+small{margin-top:2px}.ed-chart-marker.ed-series-solar{fill:var(--ed-solar)!important}.ed-chart-marker.ed-series-fuel{fill:var(--ed-purple)!important}.ed-chart-marker.ed-series-house{fill:var(--ed-cyan)!important}.ed-chart-marker.ed-series-grid{fill:var(--ed-blue)!important}.ed-flow-house small em{font-style:normal;margin-left:4px;color:#258a4c;font-weight:800}.ed-chart-tooltip{visibility:hidden!important;opacity:0!important;transform:none!important;transition:none!important;pointer-events:none!important}.ed-chart-tooltip.is-visible{visibility:visible!important;opacity:1!important;transform:none!important}.ed-chart-overlay{pointer-events:none!important}.ed-chart-crosshair{opacity:0;stroke:#7890ad;stroke-width:1.25;stroke-dasharray:3 4;vector-effect:non-scaling-stroke}.ed-chart-overlay.is-visible .ed-chart-crosshair{opacity:1}.ed-chart-marker{pointer-events:none!important;vector-effect:non-scaling-stroke}.ed-leg-self:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;background:var(--ed-green)}.ed-history-svg{cursor:crosshair;touch-action:pan-y}.ed-hot-solid{stroke:#ef573c!important}.ed-cold-solid{stroke:#2d78e8!important}@media(max-width:1050px){.ed-chart-tooltip{min-width:165px!important}}.edh-section{margin-top:24px;padding:22px;border:1px solid var(--ed-line);border-radius:24px;background:radial-gradient(circle at 12% 0%,rgba(245,165,36,.07),transparent 25%),radial-gradient(circle at 88% 8%,rgba(42,164,199,.07),transparent 27%),rgba(255,255,255,.96);box-shadow:0 15px 42px rgba(40,70,115,.075);overflow:hidden}.edh-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.edh-head>div>span{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;color:#d98522}.edh-head h3{margin:2px 0 4px;font-size:24px;color:var(--ed-ink)}.edh-head p{margin:0;color:var(--ed-muted);font-size:12px}.edh-live{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#edf9f0;color:#27854c;font-size:11px;font-weight:800;white-space:nowrap}.edh-live i{width:7px;height:7px;border-radius:50%;background:#39b869;animation:edhPulse 2s ease-in-out infinite}@keyframes edhPulse{0%,100%{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.12)}}.edh-summary{display:grid;grid-template-columns:.88fr .98fr .88fr 1.36fr;gap:10px;margin-bottom:14px;align-items:stretch}.edh-card{min-width:0;min-height:96px;padding:12px 13px;border:1px solid #e1e8f0;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(40,70,115,.05);display:flex;align-items:center;gap:10px}.edh-card-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center}.edh-card-icon svg{width:23px;height:23px}.edh-card-icon--blue{background:#edf5ff;color:#176be4}.edh-card-icon--orange{background:#fff4e8;color:#e98925}.edh-card-icon--flame{background:#f2f4f7;color:#7e8da1}.edh-card-icon--water{background:#eaf7ff;color:#167cda}.edh-card.is-on .edh-card-icon--flame{background:#fff1e4;color:#ef7e1a}.edh-card.is-on .edh-card-icon--flame svg{animation:edhFlame 1.2s ease-in-out infinite}@keyframes edhFlame{0%,100%{transform:scale(.94) translateY(1px)}50%{transform:scale(1.05) translateY(-1px)}}.edh-card-body{min-width:0}.edh-card-body>span{display:block;color:var(--ed-muted);font-size:10px}.edh-card-body>strong{display:block;margin-top:2px;color:var(--ed-ink);font-size:20px;line-height:1.1;white-space:nowrap}.edh-card-body>small{display:block;margin-top:4px;color:var(--ed-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edh-card-body>small b{color:var(--ed-ink)}.edh-card--dhw{display:grid;grid-template-columns:40px minmax(74px,.8fr) minmax(118px,1.2fr);grid-template-areas:"icon main storage";column-gap:10px;align-items:center}.edh-card--dhw>.edh-card-icon{grid-area:icon}.edh-card--dhw>.edh-card-body{grid-area:main}.edh-storage{grid-area:storage;border-left:1px solid #e7edf3;padding-left:10px;display:grid;gap:5px}.edh-storage>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px}.edh-storage span{font-size:8.5px;color:var(--ed-muted);white-space:nowrap}.edh-storage b{font-size:10.5px;color:var(--ed-ink);white-space:nowrap;text-align:right}.edh-schema-card{padding:12px;border:1px solid #e2e9f1;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 9px 28px rgba(40,70,115,.05);overflow:hidden}.edh-schema-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.edh-schema{display:block;width:100%;min-width:860px;height:auto;aspect-ratio:1200/430;overflow:visible}.edh-schema text{font-family:inherit}.edh-svg-caption{font-size:14px;fill:#4c6079;font-weight:700}.edh-svg-subcaption{font-size:10px;fill:#7b8ca2}.edh-port-body{fill:#e2e8ef;stroke:#9faebd;stroke-width:1.5}.edh-rad-fin{stroke:#c5d0dc;stroke-width:7;stroke-linecap:round}.edh-pipe-shell{fill:none;stroke:#d9e2ec;stroke-width:18;stroke-linecap:round;vector-effect:non-scaling-stroke}.edh-pipe{fill:none;stroke-width:11;stroke-linecap:round;vector-effect:non-scaling-stroke}.edh-pipe-hot{stroke:#ec553c}.edh-pipe-cold{stroke:#2d76e3}.edh-primary-particles,.edh-secondary-particles{opacity:0;transition:opacity .2s}.edh-primary-particles circle,.edh-secondary-particles circle{fill:#fff6e9;stroke:#e95339;stroke-width:1.2;filter:drop-shadow(0 0 4px rgba(239,84,57,.6))}.edh-primary-particles circle.edh-flow-cold,.edh-secondary-particles circle.edh-flow-cold{fill:#eaf4ff;stroke:#2476df;filter:drop-shadow(0 0 4px rgba(39,119,226,.55))}.edh-schema.is-primary-pumping .edh-primary-particles{opacity:1}.edh-schema.is-secondary-pumping .edh-secondary-particles{opacity:1}.edh-pump-outer{fill:#fff;stroke:#c6d2de;stroke-width:2}.edh-pump-inner{fill:#f7fbf8;stroke:#55b96f;stroke-width:3}.edh-pump-rotor path{fill:#18365e}.edh-schema:not(.is-primary-pumping) .edh-pump-primary{opacity:.58}.edh-schema:not(.is-secondary-pumping) .edh-pump-secondary{opacity:.58}.edh-schema.is-primary-pumping .edh-pump-primary .edh-pump-rotor,.edh-schema.is-secondary-pumping .edh-pump-secondary .edh-pump-rotor{transform-box:fill-box;transform-origin:center;animation:edhPump 1s linear infinite}@keyframes edhPump{to{transform:rotate(360deg)}}.edh-schema.is-primary-pumping .edh-pump-primary .edh-pump-inner,.edh-schema.is-secondary-pumping .edh-pump-secondary .edh-pump-inner{filter:drop-shadow(0 0 6px rgba(56,185,106,.45))}.edh-tag rect{fill:rgba(255,255,255,.98);stroke:#dce5ee;filter:drop-shadow(0 4px 8px rgba(42,72,112,.075))}.edh-tag-label{font-size:10px;fill:#718299}.edh-tag-hot,.edh-tag-cold{font-size:17px;font-weight:800}.edh-tag-hot{fill:#d75131}.edh-tag-cold{fill:#1f68ca}.edh-pump-label rect{fill:#fff;stroke:#dce6ee}.edh-pump-label circle{fill:#35b860}.edh-pump-label text{font-size:10px;fill:#51647b}.edh-pump-label .edh-pump-state{font-weight:800;fill:#198d42}.edh-shared{display:flex;align-items:center;justify-content:center;gap:18px;width:max-content;max-width:100%;margin:4px auto 3px;padding:9px 15px;border:1px solid #e0e8f0;border-radius:14px;background:#fff;box-shadow:0 6px 17px rgba(40,70,115,.045)}.edh-shared>div{display:flex;align-items:baseline;gap:8px}.edh-shared span{font-size:9px;color:var(--ed-muted)}.edh-shared strong{font-size:14px;color:var(--ed-ink)}.edh-shared>i{width:1px;height:28px;background:#e3e9ef}.edh-note{text-align:center;margin:6px 0 0;color:#71849b;font-size:9px}.edh-details{margin-top:11px;border-top:1px solid #e8edf3;padding-top:10px}.edh-details summary{cursor:pointer;color:var(--ed-ink);font-weight:700;font-size:12px}.edh-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:9px}.edh-detail-grid>div{padding:10px;border-radius:11px;background:#f7f9fc;border:1px solid #e8edf2}.edh-detail-grid span{display:block;color:var(--ed-muted);font-size:9px}.edh-detail-grid strong{display:block;margin-top:2px;color:var(--ed-ink);font-size:13px}@media(max-width:899px){.edh-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.edh-card--dhw{grid-template-columns:40px minmax(70px,.75fr) minmax(116px,1.25fr)}}@media(max-width:620px){.edh-section{padding:15px;border-radius:19px}.edh-head{flex-direction:column}.edh-summary{grid-template-columns:1fr}.edh-card--dhw{grid-template-columns:40px 1fr;grid-template-areas:"icon main" "storage storage";row-gap:7px}.edh-storage{border-left:0;border-top:1px solid #e7edf3;padding:7px 0 0}.edh-schema{min-width:780px}.edh-detail-grid{grid-template-columns:1fr 1fr}.edh-note{padding:0 5px}}@media(prefers-reduced-motion:reduce){.edh-live i,.edh-card.is-on .edh-card-icon--flame svg,.edh-schema .edh-pump-rotor{animation:none!important}}.ed-card-details>div{align-items:center}.ed-flow-house small em{font-style:normal;margin-left:4px;color:#258a4c;font-weight:800}.ed-balance-equation{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px}.ed-balance-chip{margin-left:0}.edh-summary{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:stretch !important}.edh-summary>.edh-card{flex:1 1 calc(25% - 8px) !important;max-width:calc(25% - 8px) !important;min-width:0 !important;padding:10px 12px !important;min-height:90px !important}.edh-summary>.edh-card .edh-card-icon{width:38px !important;height:38px !important;flex:0 0 38px !important}.edh-summary>.edh-card .edh-card-icon svg{width:22px !important;height:22px !important}.edh-summary>.edh-card .edh-card-body>span{font-size:10px !important}.edh-summary>.edh-card .edh-card-body>strong{font-size:18px !important}.edh-summary>.edh-card .edh-card-body>small{font-size:9px !important}.edh-summary>.edh-card--dhw{display:grid !important;grid-template-columns:38px minmax(64px,.75fr) minmax(92px,1.15fr) !important;grid-template-areas:"icon main storage" !important;column-gap:10px !important;align-items:center !important}.edh-summary>.edh-card--dhw>.edh-card-icon{grid-area:icon !important}.edh-summary>.edh-card--dhw>.edh-card-body{grid-area:main !important;min-width:0}.edh-summary>.edh-card--dhw>.edh-storage{grid-area:storage !important;border-left:1px solid #e7edf3 !important;padding-left:10px !important;padding-top:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:8px !important}.edh-summary>.edh-card--dhw>.edh-storage>div{display:grid !important;grid-template-columns:1fr auto !important;align-items:center !important;gap:8px !important}.edh-summary>.edh-card--dhw>.edh-storage span{font-size:8.5px !important;white-space:nowrap !important}.edh-summary>.edh-card--dhw>.edh-storage b{font-size:10.5px !important;white-space:nowrap !important;text-align:right !important}@media (max-width:980px){.edh-summary>.edh-card{flex-basis:calc(50% - 5px) !important;max-width:calc(50% - 5px) !important}}@media (max-width:620px){.edh-summary>.edh-card{flex-basis:100% !important;max-width:100% !important}.edh-summary>.edh-card--dhw{grid-template-columns:38px 1fr !important;grid-template-areas:"icon main" "storage storage" !important;row-gap:7px !important}.edh-summary>.edh-card--dhw>.edh-storage{border-left:0 !important;border-top:1px solid #e7edf3 !important;padding-left:0 !important;padding-top:7px !important}}.ed-energy-kpis{display:grid;grid-template-columns:1.05fr .975fr .975fr;gap:12px;margin:-14px 0 28px}.ed-energy-kpi{min-width:0;min-height:122px;padding:15px 17px;border:1px solid var(--ed-line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 9px 25px rgba(40,70,115,.065);display:flex;align-items:center;gap:14px}.ed-energy-kpi--self{border-left:4px solid var(--ed-green)}.ed-energy-kpi-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:15px;background:rgba(56,185,106,.1);color:#268a4c}.ed-energy-kpi-icon svg{width:27px;height:27px}.ed-energy-kpi-copy{min-width:0}.ed-energy-kpi-copy>span{display:block;color:var(--ed-muted);font-size:11px;font-weight:700}.ed-energy-kpi-copy>strong{display:block;margin-top:3px;color:var(--ed-ink);font-size:26px;line-height:1.05;white-space:nowrap}.ed-energy-kpi-copy>small{display:block;margin-top:5px;color:var(--ed-muted);font-size:10px;line-height:1.35}.ed-energy-kpi--ring{justify-content:flex-start}.ed-energy-ring{--ed-ring-pct:0;width:78px;height:78px;flex:0 0 78px;border-radius:50%;padding:7px;background:conic-gradient(var(--ed-ring-color) calc(var(--ed-ring-pct) * 1%),#e8eef5 0);transition:background .45s ease}.ed-energy-ring>div{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:inset 0 0 0 1px #edf1f5}.ed-energy-ring strong{color:var(--ed-ink);font-size:15px;line-height:1;text-align:center}.ed-energy-ring--self{--ed-ring-color:#28a7c8}.ed-energy-ring--autarky{--ed-ring-color:#38b96a}@media(max-width:900px){.ed-energy-kpis{grid-template-columns:1fr 1fr;margin-top:-8px}.ed-energy-kpi--self{grid-column:1/-1}}@media(max-width:620px){.ed-energy-kpis{grid-template-columns:1fr}.ed-energy-kpi--self{grid-column:auto}}.ed-card-house .ed-card-details:empty{display:none}.ed-dashboard-shell{max-width:1180px!important;padding:22px!important}.ed-front-head{margin-bottom:20px!important}.ed-section-title{margin-top:24px!important}.ed-dashboard-shell .ed-live-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;margin:0 0 12px!important}.ed-dashboard-shell .ed-live-card{width:auto!important;max-width:none!important;min-width:0!important;min-height:190px!important;height:100%!important;margin:0!important;padding:15px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important}.ed-dashboard-shell .ed-live-card-head{min-height:42px!important}.ed-dashboard-shell .ed-live-card-head h3{font-size:15px!important;line-height:1.15!important}.ed-dashboard-shell .ed-main-reading{margin:13px 0 10px!important}.ed-dashboard-shell .ed-main-reading strong{font-size:26px!important}.ed-dashboard-shell .ed-card-details{margin-top:auto!important;min-height:42px!important}.ed-dashboard-shell .ed-card-details:empty{min-height:42px!important;display:block!important;visibility:hidden!important}.ed-dashboard-shell .ed-sparkline{height:18px!important;margin-top:9px!important}.ed-dashboard-shell .ed-energy-kpis{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;margin:0 0 24px!important}.ed-dashboard-shell .ed-energy-kpi{width:auto!important;max-width:none!important;min-width:0!important;min-height:106px!important;height:100%!important;margin:0!important;padding:13px 15px!important;border-radius:17px!important}.ed-dashboard-shell .ed-energy-kpi--self{grid-column:auto!important}.ed-dashboard-shell .ed-energy-kpi-icon{width:44px!important;height:44px!important;flex-basis:44px!important}.ed-dashboard-shell .ed-energy-kpi-icon svg{width:24px!important;height:24px!important}.ed-dashboard-shell .ed-energy-kpi-copy>strong{font-size:22px!important}.ed-dashboard-shell .ed-energy-kpi-copy>small{font-size:9.5px!important}.ed-dashboard-shell .ed-energy-ring{width:66px!important;height:66px!important;flex-basis:66px!important;padding:6px!important}.ed-dashboard-shell .ed-energy-ring strong{font-size:13px!important}.ed-dashboard-shell .edh-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important;margin-bottom:14px!important}.ed-dashboard-shell .edh-summary>.edh-card{width:auto!important;max-width:none!important;min-width:0!important;min-height:94px!important;height:100%!important;margin:0!important;padding:11px 12px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{display:grid!important;grid-template-columns:38px minmax(62px,.72fr) minmax(92px,1.28fr)!important;grid-template-areas:"icon main storage"!important;column-gap:9px!important;row-gap:0!important;align-items:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-icon{grid-area:icon!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body{grid-area:main!important;min-width:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage{grid-area:storage!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:6px!important;border-left:1px solid #e7edf3!important;border-top:0!important;padding:1px 0 1px 9px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage span{font-size:8px!important;line-height:1.15!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage b{font-size:10px!important;line-height:1.15!important;white-space:nowrap!important;text-align:right!important}@media (min-width:820px){.ed-dashboard-shell .ed-live-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ed-dashboard-shell .ed-energy-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ed-dashboard-shell .edh-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:621px) and (max-width:819px){.ed-dashboard-shell{padding:18px!important}.ed-dashboard-shell .ed-live-cards,.ed-dashboard-shell .edh-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ed-dashboard-shell .ed-energy-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ed-dashboard-shell .ed-energy-kpi{padding:11px!important;gap:9px!important}.ed-dashboard-shell .ed-energy-ring{width:58px!important;height:58px!important;flex-basis:58px!important}.ed-dashboard-shell .ed-energy-kpi-copy>small{display:none!important}}@media (max-width:620px){.ed-dashboard-shell{padding:14px!important}.ed-dashboard-shell .ed-live-cards,.ed-dashboard-shell .ed-energy-kpis,.ed-dashboard-shell .edh-summary{grid-template-columns:1fr!important}.ed-dashboard-shell .ed-live-card{min-height:170px!important}.ed-dashboard-shell .ed-energy-kpi{min-height:92px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{grid-template-columns:38px minmax(74px,1fr)!important;grid-template-areas:"icon main" "storage storage"!important;row-gap:7px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage{border-left:0!important;border-top:1px solid #e7edf3!important;padding:7px 0 0!important}}.ed-dashboard-shell .ed-live-cards:before,.ed-dashboard-shell .ed-live-cards:after,.ed-dashboard-shell .ed-energy-kpis:before,.ed-dashboard-shell .ed-energy-kpis:after,.ed-dashboard-shell .edh-summary:before,.ed-dashboard-shell .edh-summary:after{content:none!important;display:none!important}.ed-dashboard-shell .ed-live-cards>.ed-live-card,.ed-dashboard-shell .ed-energy-kpis>.ed-energy-kpi,.ed-dashboard-shell .edh-summary>.edh-card{grid-column:auto!important;grid-row:auto!important}@media (min-width:820px){.ed-dashboard-shell .ed-live-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important}.ed-dashboard-shell .ed-energy-kpis{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important}.ed-dashboard-shell .edh-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important}}.edh-hx-hot-bg{fill:#fff2ed;transition:fill .35s ease}.edh-hx-cold-bg{fill:#edf4ff;transition:fill .35s ease}.edh-hx-zig{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.edh-hx-zig-hot{stroke:#f4654d}.edh-hx-zig-cold{stroke:#728eff}.edh-hx-shimmer{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 15;opacity:0;transition:opacity .25s ease}.edh-hx-shimmer-hot{stroke:#ffd7c9}.edh-hx-shimmer-cold{stroke:#dbe5ff}@keyframes edhHxHotFlow{to{stroke-dashoffset:-44}}@keyframes edhHxColdFlow{to{stroke-dashoffset:44}}.edh-hx-transfer circle{fill:#f4a272;opacity:.12;transform-origin:center;transition:opacity .25s ease}@keyframes edhHxTransfer{0%,100%{opacity:.18;transform:scale(.72)}50%{opacity:.9;transform:scale(1.35)}}.edh-schema.is-primary-pumping .edh-hx-shimmer-hot,.edh-schema.is-secondary-pumping .edh-hx-shimmer-cold{opacity:.92}.edh-schema.is-primary-pumping .edh-hx-shimmer-hot{animation:edhHxHotFlow 1.35s linear infinite}.edh-schema.is-secondary-pumping .edh-hx-shimmer-cold{animation:edhHxColdFlow 1.35s linear infinite}.edh-schema.is-primary-pumping .edh-hx-transfer circle,.edh-schema.is-secondary-pumping .edh-hx-transfer circle{animation:edhHxTransfer 1.8s ease-in-out infinite}.edh-schema.is-primary-pumping .edh-hx-transfer circle:nth-child(2),.edh-schema.is-secondary-pumping .edh-hx-transfer circle:nth-child(2){animation-delay:-.36s}.edh-schema.is-primary-pumping .edh-hx-transfer circle:nth-child(3),.edh-schema.is-secondary-pumping .edh-hx-transfer circle:nth-child(3){animation-delay:-.72s}.edh-schema.is-primary-pumping .edh-hx-transfer circle:nth-child(4),.edh-schema.is-secondary-pumping .edh-hx-transfer circle:nth-child(4){animation-delay:-1.08s}.edh-schema.is-primary-pumping .edh-hx-transfer circle:nth-child(5),.edh-schema.is-secondary-pumping .edh-hx-transfer circle:nth-child(5){animation-delay:-1.44s}.edh-schema.is-primary-pumping.is-secondary-pumping .edh-hx-hot-bg{fill:#ffe9df}.edh-schema.is-primary-pumping.is-secondary-pumping .edh-hx-cold-bg{fill:#e7efff}.edh-schema.is-primary-pumping.is-secondary-pumping .edh-hx-transfer circle{opacity:.26}@media(prefers-reduced-motion:reduce){.edh-hx-shimmer,.edh-hx-transfer circle{animation:none!important}}.edh-tag.is-estimated rect{stroke-dasharray:4 3;stroke:#b8c5d5}.edh-tag.is-estimated .edh-tag-label{fill:#7a899d;font-size:9px}.ed-dashboard-shell .edh-detail-grid:before,.ed-dashboard-shell .edh-detail-grid:after{content:none!important;display:none!important}.ed-dashboard-shell .edh-detail-grid>div{grid-column:auto!important;grid-row:auto!important}.ed-dashboard-shell .edh-detail-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:8px!important}.ed-dashboard-shell .edh-card--dhw .edh-card-body small{display:block!important;margin-top:4px!important;color:var(--ed-muted)!important;font-size:8.5px!important;line-height:1.15!important;white-space:nowrap!important}.ed-dashboard-shell .edh-card--dhw .edh-card-body small b{color:var(--ed-ink)!important;font-size:9.5px!important;font-weight:800!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{align-items:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body{align-self:center!important}@media(max-width:819px){.ed-dashboard-shell .edh-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){.ed-dashboard-shell .edh-detail-grid{grid-template-columns:1fr!important}}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage{gap:5px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage>div{min-height:15px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-setpoint{padding-top:5px!important;margin-top:1px!important;border-top:1px solid #edf1f5!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-setpoint span{color:#6e7f95!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-setpoint b{color:#167cda!important}.ed-gas-history-card{margin-top:16px!important}.ed-leg-gas:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;background:#e28b28}.ed-gas-history-svg .ed-series-gas{stroke:#e28b28;fill:none;stroke-width:3.2;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.ed-gas-history-svg .ed-gas-marker{fill:#e28b28;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-circulation{padding-top:5px!important;margin-top:1px!important;border-top:1px solid #edf1f5!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-circulation span{display:flex!important;align-items:center!important;gap:4px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage-circulation b{color:#7a8797!important}.edh-circ-icon{display:inline-grid;place-items:center;width:13px;height:13px;border-radius:50%;color:#7d8ca0;font-style:normal;font-size:12px;line-height:1;transform-origin:center}.edh-card--dhw.is-dhw-circulating .edh-storage-circulation b{color:#258a4c!important}.edh-card--dhw.is-dhw-circulating .edh-circ-icon{color:#258a4c!important;animation:edhDhwCircSpin 1.15s linear infinite}@keyframes edhDhwCircSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.edh-card--dhw.is-dhw-circulating .edh-circ-icon{animation:none!important}}.ed-dashboard-shell .edh-summary>.edh-card--dhw{display:grid!important;grid-template-columns:38px minmax(84px,.9fr) minmax(150px,1.45fr)!important;grid-template-areas:"icon main storage"!important;column-gap:10px!important;align-items:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-icon{grid-area:icon!important;align-self:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body{grid-area:main!important;min-width:0!important;align-self:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned{grid-area:storage!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;grid-auto-rows:minmax(18px,auto)!important;align-content:center!important;gap:6px!important;border-left:1px solid #dfe7ef!important;border-top:0!important;padding:3px 0 3px 12px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row{display:grid!important;grid-template-columns:minmax(0,1fr) 68px!important;align-items:center!important;column-gap:10px!important;min-height:18px!important;padding:0!important;margin:0!important;border-top:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row>span{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;color:#657892!important;font-size:8.5px!important;line-height:1.15!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row>b{width:68px!important;min-width:68px!important;color:var(--ed-ink)!important;font-size:10.5px!important;line-height:1.15!important;text-align:right!important;white-space:nowrap!important;justify-self:end!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-setpoint{padding-top:0!important;margin-top:0!important;border-top:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-setpoint>b{color:var(--ed-ink)!important}.edh-storage-row-icon{display:inline-grid!important;place-items:center!important;width:13px!important;min-width:13px!important;height:13px!important;color:#6f8199!important;font-style:normal!important;font-size:11px!important;line-height:1!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-circulation>b{color:#707e91!important}.edh-card--dhw.is-dhw-circulating .edh-storage-circulation>b{color:#258a4c!important}.edh-card--dhw.is-dhw-circulating .edh-circ-icon{color:#258a4c!important;animation:edhDhwCircSpin 1.15s linear infinite}@media(max-width:620px){.ed-dashboard-shell .edh-summary>.edh-card--dhw{grid-template-columns:38px minmax(84px,1fr)!important;grid-template-areas:"icon main" "storage storage"!important;row-gap:8px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned{border-left:0!important;border-top:1px solid #dfe7ef!important;padding:8px 0 0!important}}.ed-dashboard-shell .edh-summary{align-items:start!important}.ed-dashboard-shell .edh-summary>.edh-card{height:auto!important;min-height:94px!important;align-self:start!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw){display:flex!important;align-items:center!important;padding:11px 12px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{display:grid!important;grid-template-columns:minmax(104px,.95fr) minmax(112px,1.05fr)!important;grid-template-areas:"main storage"!important;column-gap:9px!important;align-items:center!important;min-width:0!important;overflow:hidden!important;padding:10px 11px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-icon{grid-area:main!important;width:34px!important;height:34px!important;min-width:34px!important;align-self:center!important;justify-self:start!important;margin:0!important;position:relative!important;z-index:1!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-icon svg{width:20px!important;height:20px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body{grid-area:main!important;min-width:0!important;align-self:center!important;padding-left:42px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body>span{font-size:9px!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-card-body>strong{font-size:18px!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned{grid-area:storage!important;min-width:0!important;width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:4px!important;align-content:center!important;border-left:1px solid #dfe7ef!important;border-top:0!important;padding:2px 0 2px 8px!important;overflow:hidden!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row{width:100%!important;min-width:0!important;min-height:15px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 50px!important;align-items:center!important;gap:4px!important;padding:0!important;margin:0!important;border:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row>span{min-width:0!important;display:flex!important;align-items:center!important;gap:3px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:7.4px!important;line-height:1.1!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned>.edh-storage-row>b{width:50px!important;min-width:50px!important;justify-self:end!important;text-align:right!important;white-space:nowrap!important;font-size:9px!important;line-height:1.1!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-storage-row-icon{width:10px!important;min-width:10px!important;height:10px!important;font-size:9px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-storage-circulation>span{display:flex!important;align-items:center!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-circ-icon{order:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-storage-setpoint,.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-storage-circulation{padding-top:0!important;margin-top:0!important;border-top:0!important}@media(max-width:620px){.ed-dashboard-shell .edh-summary>.edh-card--dhw{grid-template-columns:1fr!important;grid-template-areas:"main" "storage"!important;row-gap:8px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--aligned{border-left:0!important;border-top:1px solid #dfe7ef!important;padding:8px 0 0!important}}.ed-dashboard-shell .edh-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}.ed-dashboard-shell .edh-summary>.edh-card{width:100%!important;max-width:none!important;min-width:0!important;height:168px!important;min-height:168px!important;max-height:168px!important;align-self:stretch!important;margin:0!important;padding:16px 18px!important;border-radius:18px!important;overflow:hidden!important;box-sizing:border-box!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw){display:flex!important;align-items:center!important;gap:12px!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw) .edh-card-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw) .edh-card-body>span{font-size:10px!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw) .edh-card-body>strong{font-size:20px!important}.ed-dashboard-shell .edh-summary>.edh-card:not(.edh-card--dhw) .edh-card-body>small{font-size:9px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"left right"!important;column-gap:0!important;align-items:stretch!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-dhw-left{grid-area:left!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;padding-right:14px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main .edh-card-icon{width:42px!important;height:42px!important;flex:0 0 42px!important;margin:0!important;position:static!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main .edh-card-icon svg{width:23px!important;height:23px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main .edh-card-body{min-width:0!important;padding:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main .edh-card-body>span{display:block!important;font-size:9.5px!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-main .edh-card-body>strong{display:block!important;margin-top:2px!important;font-size:20px!important;line-height:1.05!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-circ-line{display:flex!important;align-items:center!important;gap:5px!important;padding-left:3px!important;min-width:0!important;font-size:9px!important;color:#657892!important;white-space:nowrap!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-circ-line .edh-circ-icon{display:inline-grid!important;place-items:center!important;width:16px!important;height:16px!important;flex:0 0 16px!important;color:#708198!important;font-style:normal!important;font-size:14px!important;line-height:1!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw .edh-dhw-circ-line b{color:#707e91!important;font-size:9px!important;font-weight:800!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw.is-dhw-circulating .edh-dhw-circ-line .edh-circ-icon{color:#258a4c!important;animation:edhDhwCircSpin 1.15s linear infinite!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw.is-dhw-circulating .edh-dhw-circ-line b{color:#258a4c!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--approved{grid-area:right!important;min-width:0!important;width:100%!important;height:100%!important;display:grid!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;gap:0!important;align-content:stretch!important;border-left:1px solid #dfe7ef!important;border-top:0!important;padding:3px 0 3px 14px!important;overflow:hidden!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--approved>.edh-storage-value{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:2px!important;padding:0!important;margin:0!important;border:0!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--approved>.edh-storage-value>b{display:block!important;color:var(--ed-ink)!important;font-size:12.5px!important;line-height:1.05!important;font-weight:800!important;white-space:nowrap!important;text-align:left!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--approved>.edh-storage-value>span{display:block!important;color:#657892!important;font-size:8.5px!important;line-height:1.1!important;white-space:nowrap!important}@media (min-width:621px) and (max-width:819px){.ed-dashboard-shell .edh-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.ed-dashboard-shell .edh-summary{grid-template-columns:1fr!important}.ed-dashboard-shell .edh-summary>.edh-card{height:auto!important;min-height:150px!important;max-height:none!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw{grid-template-columns:1fr 1fr!important;grid-template-areas:"left right"!important}}.ed-dashboard-shell .edh-summary>.edh-card--dhw{grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr)!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-dhw-left{padding-right:16px!important}.ed-dashboard-shell .edh-summary>.edh-card--dhw>.edh-storage--approved{padding-left:12px!important}.ed-chart-series-controls{display:flex!important;flex-wrap:wrap!important;gap:7px!important;align-items:center!important}.ed-chart-series-controls .ed-series-toggle{appearance:none!important;border:1px solid #dfe7f0!important;background:#f6f8fb!important;color:#75859b!important;padding:6px 10px!important;border-radius:999px!important;font:inherit!important;font-size:11px!important;line-height:1!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:6px!important;opacity:.52!important;transition:background .15s ease,border-color .15s ease,opacity .15s ease,box-shadow .15s ease!important}.ed-chart-series-controls .ed-series-toggle:before{margin-right:0!important;flex:0 0 auto!important}.ed-chart-series-controls .ed-series-toggle.is-active{background:#fff!important;border-color:#cfdbea!important;color:var(--ed-ink)!important;opacity:1!important;box-shadow:0 2px 7px rgba(40,70,115,.08)!important}.ed-chart-series-controls .ed-series-toggle:hover{opacity:.9!important}.ed-chart-tooltip{width:230px!important;min-width:230px!important;max-width:230px!important;padding:10px 12px!important}.ed-chart-tooltip-time{margin-bottom:8px!important;padding-bottom:6px!important;border-bottom:1px solid #edf1f5!important;font-variant-numeric:tabular-nums!important}.ed-chart-tooltip-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 82px!important;column-gap:14px!important;row-gap:0!important;align-items:center!important}.ed-chart-tooltip-grid>div{display:contents!important}.ed-chart-tooltip-grid span{min-width:0!important;padding:4px 0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--ed-muted)!important}.ed-chart-tooltip-grid b{width:82px!important;min-width:82px!important;padding:4px 0!important;justify-self:end!important;text-align:right!important;white-space:nowrap!important;color:var(--ed-ink)!important;font-variant-numeric:tabular-nums!important}.ed-chart-empty.is-filter-empty{display:grid!important;z-index:2!important;pointer-events:none!important}.ed-history-svg .ed-zero-line-fixed{stroke:#7f90a6!important;stroke-width:1.8!important;stroke-dasharray:none!important;opacity:.95!important;vector-effect:non-scaling-stroke!important}.ed-history-svg .ed-zero-label{fill:#607188!important;font-size:18px!important;font-weight:800!important}.ed-flow-path.ed-path-chp.is-consumption{stroke:var(--ed-blue)!important;animation-direction:reverse!important}.ed-flow-node.ed-flow-chp.is-consumption{color:var(--ed-blue)!important}:root{--ed-hp-electric:#4e77d8;--ed-hp-thermal:#ef7b42;--ed-hp-cop:#2b9b75;--ed-hp-source:#48a7a0}.ed-card-heatpump .ed-live-icon{color:var(--ed-hp-electric);background:#eef3ff}.ed-flow-heatpump .ed-flow-icon{color:var(--ed-hp-electric);background:#eef3ff}.ed-path-heatpump{stroke:var(--ed-hp-electric)!important}.ed-leg-heatpump:before,.ed-leg-hp-electric:before,.ed-leg-hp-thermal:before,.ed-leg-hp-cop:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.ed-leg-heatpump:before,.ed-leg-hp-electric:before{background:var(--ed-hp-electric)}.ed-leg-hp-thermal:before{background:var(--ed-hp-thermal)}.ed-leg-hp-cop:before{background:var(--ed-hp-cop)}.ed-series-heatpump,.ed-series-hp-electric{stroke:var(--ed-hp-electric)!important}.ed-series-hp-thermal{stroke:var(--ed-hp-thermal)!important}.ed-series-hp-cop{stroke:var(--ed-hp-cop)!important;stroke-dasharray:8 5}.edhp-marker-electric{fill:var(--ed-hp-electric)}.edhp-marker-thermal{fill:var(--ed-hp-thermal)}.edhp-marker-cop{fill:var(--ed-hp-cop)}.edhp-section{margin-top:24px;padding:22px;border:1px solid var(--ed-line);border-radius:24px;background:radial-gradient(circle at 10% 0%,rgba(72,167,160,.08),transparent 27%),radial-gradient(circle at 90% 5%,rgba(78,119,216,.08),transparent 30%),rgba(255,255,255,.96);box-shadow:0 15px 42px rgba(40,70,115,.075);overflow:hidden}.edhp-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.edhp-head>div>span{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--ed-hp-source)}.edhp-head h3{margin:2px 0 4px;font-size:24px;color:var(--ed-ink)}.edhp-head p{margin:0;color:var(--ed-muted);font-size:12px}.edhp-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px;margin-bottom:14px;align-items:stretch}.edhp-summary:before,.edhp-summary:after,.edhp-strip:before,.edhp-strip:after,.edhp-detail-grid:before,.edhp-detail-grid:after{display:none!important;content:none!important}.edhp-card{min-width:0;min-height:112px;padding:14px;border:1px solid #e1e8f0;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(40,70,115,.05);display:flex;align-items:center;gap:11px}.edhp-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center}.edhp-icon svg{width:23px;height:23px}.edhp-icon-electric{background:#eef3ff;color:var(--ed-hp-electric)}.edhp-icon-thermal{background:#fff2ea;color:var(--ed-hp-thermal)}.edhp-icon-cop{background:#ebf8f3;color:var(--ed-hp-cop)}.edhp-icon-water{background:#edf8ff;color:#2e86c9}.edhp-card>div:last-child{min-width:0}.edhp-card span{display:block;color:#6b7c93;font-size:9px;font-weight:700;letter-spacing:.02em}.edhp-card strong{display:block;margin:3px 0 4px;color:var(--ed-ink);font-size:20px;line-height:1.05;white-space:nowrap}.edhp-card small{display:block;color:#7c8ca1;font-size:8.5px;line-height:1.25}.edhp-card small b{color:#556980}.edhp-flow-card{padding:16px;border:1px solid #e2e9f1;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f7fafc);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.edhp-flow{position:relative;height:430px;max-width:1120px;margin:0 auto}.edhp-flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.edhp-flow-path{fill:none;stroke:#cbd5e1;stroke-width:5;stroke-linecap:round;stroke-dasharray:12 12;vector-effect:non-scaling-stroke}.edhp-flow-path.is-active{animation:edhpFlowDash var(--ed-hp-speed,1.7s) linear infinite}@keyframes edhpFlowDash{to{stroke-dashoffset:-48}}.edhp-path-source{stroke:var(--ed-hp-source)}.edhp-path-electric{stroke:var(--ed-hp-electric)}.edhp-path-thermal{stroke:var(--ed-hp-thermal)}.edhp-path-dhw{stroke:#2e86c9}.edhp-flow-node,.edhp-unit{position:absolute;z-index:2;border:1px solid #dce5ee;border-radius:17px;background:rgba(255,255,255,.97);box-shadow:0 10px 28px rgba(40,70,115,.08);text-align:center}.edhp-flow-node{width:180px;padding:13px 12px}.edhp-flow-node>span,.edhp-unit>span{display:block;color:#718299;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.edhp-flow-node>strong{display:block;color:var(--ed-ink);font-size:18px;margin:3px 0}.edhp-flow-node>small{display:block;color:#718299;font-size:9px;line-height:1.25}.edhp-flow-node small b{color:#536880}.edhp-source{left:2%;top:172px}.edhp-electric{left:50%;top:10px;transform:translateX(-50%)}.edhp-heating{right:2%;top:132px}.edhp-dhw{right:2%;top:292px}.edhp-unit{left:50%;top:176px;transform:translateX(-50%);width:190px;min-height:132px;padding:15px 12px}.edhp-unit-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#edf6f7;color:var(--ed-hp-source)}.edhp-unit-icon svg{width:29px;height:29px}.edhp-unit.is-running .edhp-unit-icon svg{animation:edhpRotor 2.2s linear infinite}@keyframes edhpRotor{to{transform:rotate(360deg)}}.edhp-unit>strong{display:block;font-size:26px;color:var(--ed-ink);line-height:1;margin-top:3px}.edhp-unit>small{display:block;color:#718299;font-size:8px}.edhp-unit-status{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:9px;font-size:9px;color:#718299}.edhp-unit-status i{width:7px;height:7px;border-radius:50%;background:#aeb9c7}.edhp-unit.is-running .edhp-unit-status i{background:#39b869;box-shadow:0 0 0 4px rgba(57,184,105,.12)}.edhp-strip{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:0;margin-top:12px;border:1px solid #e1e8f0;border-radius:14px;background:#fff;overflow:hidden}.edhp-strip>div{min-width:0;padding:10px 8px;text-align:center;border-right:1px solid #edf1f5}.edhp-strip>div:last-child{border-right:0}.edhp-strip span{display:block;font-size:8px;color:#718299;margin-bottom:3px;white-space:nowrap}.edhp-strip strong{display:block;font-size:11px;color:var(--ed-ink);white-space:nowrap}.edhp-details{margin-top:14px;border:1px solid #e1e8f0;border-radius:15px;background:#fff;overflow:hidden}.edhp-details summary{cursor:pointer;padding:12px 14px;color:#52657d;font-size:11px;font-weight:800;background:#fafbfd}.edhp-detail-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0;border-top:1px solid #edf1f5}.edhp-detail-grid>div{padding:11px 10px;border-right:1px solid #edf1f5;border-bottom:1px solid #edf1f5;min-width:0}.edhp-detail-grid span{display:block;font-size:8px;color:#718299}.edhp-detail-grid strong{display:block;margin-top:3px;font-size:11px;color:var(--ed-ink);overflow-wrap:anywhere}.edhp-mode{margin:10px 0 0;color:#718299;font-size:10px;text-align:right}.edhp-mode strong{color:var(--ed-ink)}.edhp-history-card{margin-top:16px}.edhp-chart-grid .edhp-cop-axis{fill:var(--ed-hp-cop)!important}.edhp-chart-wrap .ed-chart-tooltip{width:235px!important;min-width:235px!important;max-width:235px!important}@media(max-width:980px){.edhp-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.edhp-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.edhp-strip>div:nth-child(4n){border-right:0}.edhp-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.edhp-section{padding:15px}.edhp-head{flex-direction:column}.edhp-summary{grid-template-columns:1fr!important}.edhp-flow{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px}.edhp-flow-lines{display:none}.edhp-flow-node,.edhp-unit{position:static!important;transform:none!important;width:auto!important;min-height:105px}.edhp-unit{grid-column:1/-1}.edhp-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.edhp-detail-grid{grid-template-columns:1fr!important}}.ed-dashboard-shell .ed-live-cards.ed-live-cards--1{grid-template-columns:minmax(0,1fr)!important;max-width:360px}.ed-dashboard-shell .ed-live-cards.ed-live-cards--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ed-dashboard-shell .ed-live-cards.ed-live-cards--3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ed-dashboard-shell .ed-live-cards.ed-live-cards--4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ed-dashboard-shell .ed-live-cards.ed-live-cards--5{grid-template-columns:repeat(5,minmax(0,1fr))!important}@media(max-width:980px){.ed-dashboard-shell .ed-live-cards.ed-live-cards--3,.ed-dashboard-shell .ed-live-cards.ed-live-cards--4,.ed-dashboard-shell .ed-live-cards.ed-live-cards--5{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.ed-dashboard-shell .ed-live-cards.ed-live-cards--1,.ed-dashboard-shell .ed-live-cards.ed-live-cards--2,.ed-dashboard-shell .ed-live-cards.ed-live-cards--3,.ed-dashboard-shell .ed-live-cards.ed-live-cards--4,.ed-dashboard-shell .ed-live-cards.ed-live-cards--5{grid-template-columns:1fr!important;max-width:none}}