.header-row{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:var(--header-height);background:var(--bg-header);border-bottom:3px solid var(--accent);box-shadow:0 1px 4px #00000012;width:100%;flex:0 0 auto;z-index:10}.header-logo-left{flex:0 0 auto}.header-logo-left img{width:180px;height:70px;object-fit:contain;display:block}.header-title-block{flex:1;text-align:center}.header-title-block h1{font-size:1.2rem;font-weight:500;color:var(--text-main);letter-spacing:-.01em}.header-spacer{flex:0 0 180px}@media (max-width: 768px){.header-row{padding:.75rem 1rem;height:auto;gap:.75rem}.header-logo-left img{width:140px;height:54px}.header-title-block h1{font-size:1rem}.header-spacer{display:none}}.scene-wrap{position:relative;width:100%;height:100%;min-height:420px;background:#f4f6fa;border-radius:10px;overflow:hidden;border:1px solid #e3e6ec}.scene-wrap canvas{display:block;outline:none}.scene-hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#ffffffd9;color:#5d6470;font-size:.78rem;padding:6px 14px;border-radius:999px;letter-spacing:.01em;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05)}.canvas-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#6c7585;font-size:.95rem;letter-spacing:.01em}.scene-reset{position:absolute;top:12px;right:12px;background:#ffffffd9;border:1px solid #e3e6ec;color:#2c2c2c;font-size:.78rem;padding:5px 12px;border-radius:999px;cursor:pointer;font-family:inherit;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .15s}.scene-reset:hover{border-color:var(--accent);color:var(--accent)}.control-panel{background:#fff;border:1px solid #e3e6ec;border-radius:12px;padding:14px 14px 16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;height:100%;min-height:0}.cp-section{display:flex;flex-direction:column;gap:8px}.cp-section-head{display:flex;align-items:center;justify-content:space-between}.cp-section-title{font-family:Poppins,sans-serif;font-weight:600;font-size:.82rem;color:#1a1a1a;text-transform:uppercase;letter-spacing:.06em}.cp-section-hint{font-size:.78rem;color:#6c7585;line-height:1.45;margin-bottom:4px}.cp-reset{background:transparent;border:1px solid #e3e6ec;color:#6c7585;padding:4px 10px;border-radius:999px;font-size:.72rem;cursor:pointer;font-family:inherit;transition:all .15s}.cp-reset:hover{border-color:var(--accent);color:var(--accent)}.cp-climate-select-wrap{position:relative}.cp-climate-select{width:100%;padding:9px 30px 9px 12px;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:500;color:#1a1a1a;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 4.5L6 7.5L9 4.5' stroke='%236c7585' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 12px center;border:1px solid #e3e6ec;border-radius:8px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:all .15s}.cp-climate-select:hover{border-color:#c4cad4}.cp-climate-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ed7c3026}.cp-climate-summary-line{font-size:.72rem;color:#6c7585;font-style:italic;margin-top:2px}.cp-climate-detail{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;background:#fafbfd;border-radius:8px;padding:8px 10px;margin-top:4px}.cp-climate-detail>div{display:flex;flex-direction:column;gap:2px}.cp-stat-label{font-size:.66rem;color:#6c7585;text-transform:uppercase;letter-spacing:.04em}.cp-stat-value{font-size:.92rem;font-weight:500;color:#1a1a1a;font-variant-numeric:tabular-nums}.cp-slider-row{display:flex;flex-direction:column;gap:4px}.cp-slider-label{display:flex;justify-content:space-between;font-size:.8rem;color:#2c2c2c;font-weight:500}.cp-slider-value{color:var(--accent);font-weight:500;font-variant-numeric:tabular-nums}.cp-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:linear-gradient(to right,var(--accent) 0%,var(--accent) var(--range-progress, 50%),#e3e6ec var(--range-progress, 50%),#e3e6ec 100%);border-radius:3px;outline:none;cursor:pointer}.cp-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border:2px solid var(--accent);border-radius:50%;cursor:pointer;box-shadow:0 1px 4px #00000026;transition:transform .1s}.cp-range::-moz-range-thumb{width:16px;height:16px;background:#fff;border:2px solid var(--accent);border-radius:50%;cursor:pointer}.cp-range:hover::-webkit-slider-thumb{transform:scale(1.1)}.cp-range--colored{background:linear-gradient(to right,var(--range-fill, var(--accent)) 0%,var(--range-fill, var(--accent)) var(--range-progress, 50%),#e3e6ec var(--range-progress, 50%),#e3e6ec 100%)}.cp-range--colored::-webkit-slider-thumb{border-color:var(--range-fill, var(--accent))}.cp-range--colored::-moz-range-thumb{border-color:var(--range-fill, var(--accent))}.cp-range:disabled{opacity:.45;cursor:not-allowed}.cp-tick-row{display:flex;justify-content:space-between;margin-top:2px}.cp-tick{font-size:.65rem;color:#aaa;cursor:pointer;width:18px;text-align:center;font-weight:500}.cp-tick.is-active{color:var(--accent)}.cp-hour-context{display:flex;gap:6px;font-size:.74rem;color:#6c7585;margin-top:4px}.gain-card{background:#fff;border:1px solid #e3e6ec;border-radius:10px;padding:8px 12px;display:flex;flex-direction:column;gap:6px;transition:all .15s}.gain-card.is-off{opacity:.55;background:#f6f7fb}.gain-card:hover{border-color:#c4cad4}.gain-card-top{display:flex;justify-content:space-between;align-items:center}.gain-card-left{display:flex;align-items:center;gap:8px}.gain-dot{width:10px;height:10px;border-radius:50%}.gain-card-name{font-size:.92rem;font-weight:500;color:#1a1a1a}.gain-card-meta{display:flex;justify-content:space-between;font-size:.76rem;color:#6c7585}.gain-card-watts{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:500}.gain-card-slider{display:flex;align-items:center;gap:10px}.gain-card-slider .cp-range{flex:1}.gain-card-intensity{font-size:.74rem;color:#6c7585;font-variant-numeric:tabular-nums;width:38px;text-align:right}.gain-toggle{width:36px;height:20px;border-radius:999px;background:#d0d5dd;border:none;position:relative;cursor:pointer;transition:background .2s;padding:0}.gain-toggle.is-on{background:var(--accent)}.gain-toggle-handle{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.gain-toggle.is-on .gain-toggle-handle{transform:translate(16px)}.metrics-panel{background:#fff;border:1px solid #e3e6ec;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:12px;height:100%;min-height:0;overflow:hidden}.mp-loading{color:#6c7585;font-size:.9rem;text-align:center;padding:40px 0}.mp-row-top{display:flex;align-items:stretch;gap:10px;flex:0 0 auto}.mp-composition{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.mp-ep-badge{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2bb1a01a,#2bb1a005);border:1px solid rgba(43,177,160,.25);padding:6px 10px;border-radius:8px;font-size:.7rem;color:#1a1a1a;min-width:140px}.mp-ep-dot{width:8px;height:8px;border-radius:50%;background:#2bb1a0;box-shadow:0 0 0 3px #2bb1a033;animation:ep-pulse 2.4s ease-in-out infinite;flex:0 0 auto}.mp-ep-stack{display:flex;flex-direction:column;gap:0;min-width:0}.mp-ep-text{font-weight:600;font-size:.74rem;color:#1a1a1a;line-height:1.15}.mp-ep-light{color:#6c7585;font-weight:400;font-size:.66rem;line-height:1.2}@keyframes ep-pulse{0%,to{box-shadow:0 0 0 3px #2bb1a026}50%{box-shadow:0 0 0 6px #2bb1a00d}}.mp-kpi-row{flex:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0}.mp-kpi{background:#fafbfd;border:1px solid #eceff5;border-radius:8px;padding:6px 10px;display:flex;flex-direction:column;gap:1px;min-width:0}.mp-kpi-label{font-size:.64rem;color:#6c7585;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-kpi-value{font-size:1.02rem;font-weight:600;color:#1a1a1a;font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-kpi-sub{font-size:.66rem;color:#6c7585;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-kpi-peak{background:linear-gradient(135deg,#fff5ec,#fff);border-color:#ffd9b5}.mp-kpi-link{background:transparent;border:none;color:var(--accent);cursor:pointer;padding:0;text-align:left;font:inherit;font-size:.66rem;font-weight:500}.mp-kpi-link:hover{text-decoration:underline}.mp-content-row{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:16px;flex:1;min-height:0}.mp-content-left,.mp-content-right{display:flex;flex-direction:column;gap:6px;min-height:0}.mp-section-title{font-family:Poppins,sans-serif;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a}.bd-wrap{width:100%}.bd-bar{width:100%;height:22px;border-radius:4px;overflow:hidden;display:flex;background:#f4f6fa}.bd-seg{height:100%;display:flex;align-items:center;justify-content:center;font-size:.66rem;color:#fff;font-weight:500;transition:width .25s ease;overflow:hidden}.bd-seg-label{white-space:nowrap}.mp-breakdown{display:flex;flex-direction:row;align-items:stretch;gap:12px;flex:1;min-height:0}.mp-breakdown-divider{width:1px;background:#e3e6ec;flex:0 0 auto;margin:4px 0}.mp-bd-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.mp-bd-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:0 2px}.mp-bd-group-label{font-family:Poppins,sans-serif;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a}.mp-bd-group-subtotal{font-size:.82rem;font-weight:600;color:#1a1a1a;font-variant-numeric:tabular-nums}.mp-bd-group-net{font-size:.66rem;font-weight:500;color:#6c7585;text-transform:uppercase;letter-spacing:.04em;margin-left:4px}.mp-bd-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;flex:1;min-height:0}.mp-bd-tile{background:#fafbfd;border:1px solid #eceff5;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:4px;min-width:0}.mp-bd-tile-head{display:flex;align-items:center;gap:6px;min-width:0}.mp-bd-tile-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.mp-bd-tile-name{font-size:.72rem;color:#6c7585;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-bd-tile-val{font-size:.95rem;font-weight:600;color:#1a1a1a;font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1.15}.mp-bd-tile-bar-wrap{height:6px;background:#eceff5;border-radius:999px;overflow:hidden}.mp-bd-tile-bar{display:block;height:100%;border-radius:999px;transition:width .25s ease}.mp-bd-tile-pct{font-size:.66rem;color:#6c7585;font-variant-numeric:tabular-nums}.mp-bd-tile.is-negative .mp-bd-tile-name{font-style:italic}.mp-bd-tile.is-negative .mp-bd-tile-val{color:#00b894}.hc-wrap{background:#fafbfd;border-radius:6px;padding:4px 4px 0;cursor:pointer;flex:1;min-height:0;display:flex;flex-direction:column;gap:4px}.hc-plot{flex:1;min-height:0}.hc-plot,.hc-plot *,.hc-plot *:focus,.hc-plot *:focus-visible,.hc-plot *:focus-within{outline:none!important}.hc-readout{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;padding:4px 8px;font-size:.72rem;color:#2c2c2c;background:#fff;border:1px solid #eceff5;border-radius:6px;flex:0 0 auto;transition:border-color .15s ease}.hc-readout.is-hover{border-color:#c4cad4}.hc-readout-hour{font-weight:600;color:#1a1a1a;background:#f4f6fa;padding:1px 7px;border-radius:4px;font-variant-numeric:tabular-nums;min-width:28px;text-align:center}.hc-readout-pill{display:inline-flex;align-items:center;gap:4px}.hc-readout-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.hc-readout-val{font-variant-numeric:tabular-nums;color:#2c2c2c}.hc-readout-net{margin-left:auto;font-weight:600;color:var(--accent, #F26419);font-variant-numeric:tabular-nums}.chart-card{background:#fff;border:1px solid #e3e6ec;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;height:100%;min-height:0;overflow:hidden}.chart-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex:0 0 auto}.chart-card-title{font-family:Poppins,sans-serif;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a}.chart-card-hint{font-size:.7rem;color:#6c7585;font-style:italic}.app-main{flex:1;padding:14px;display:flex;flex-direction:column;min-height:0;background:#f4f6fa}.app-grid{display:grid;grid-template-columns:300px minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1.35fr) minmax(0,1fr);grid-template-areas:"controls scene   chart" "controls metrics metrics";gap:12px;flex:1;min-height:0}.app-grid>.control-panel{grid-area:controls}.app-grid>.scene-wrap{grid-area:scene;min-height:0}.app-grid>.chart-card{grid-area:chart;min-height:0}.app-grid>.metrics-panel{grid-area:metrics;min-height:0}.app-loading,.app-error{display:flex;align-items:center;justify-content:center;flex:1;color:#6c7585;font-size:.95rem}.app-error{color:#b03030}.app-error code{background:#f6f7fb;padding:1px 6px;border-radius:4px;margin:0 4px;font-size:.85em}@media (max-width: 1280px){.app-grid{grid-template-columns:280px minmax(0,1fr) minmax(0,1fr)}}@media (max-width: 980px){.app-grid{grid-template-columns:1fr;grid-template-rows:auto 340px 220px auto;grid-template-areas:"controls" "scene" "chart" "metrics"}}:root{--accent: #ED7C30;--bg-header: #ffffff;--bg-page: #ffffff;--text-main: #1a1a1a;--text-nav: #2c2c2c;--header-height: 89px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-size:16px;font-family:Poppins,sans-serif;background:var(--bg-page);color:var(--text-main);height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column;overflow:hidden}
