:root{--bg:#f4f6f9;--panel-bg:#fff;--border:#e2e8f0;--text:#1e293b;--text-muted:#64748b;--accent:#0ea5e9;--shadow:0 1px 2px #0f172a0f, 0 4px 12px #0f172a0f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);font:15px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg)}button{font:inherit}.app{flex-direction:column;height:100vh;display:flex}.app__header{background:var(--panel-bg);border-bottom:1px solid var(--border);flex-shrink:0;align-items:baseline;gap:12px;padding:14px 20px;display:flex}.app__logo{font-size:18px;font-weight:700}.app__tagline{color:var(--text-muted);font-size:13px}.app__header-spacer{flex:1}.app__tabs{gap:4px;margin-left:12px;display:flex}.app__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:600}.app__tab:hover{background:var(--bg);color:var(--text)}.app__tab--active{color:var(--accent);background:#0ea5e91a}.house-type-picker{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.house-type-picker select{border:1.5px solid var(--border);background:var(--panel-bg);color:var(--text);border-radius:8px;padding:6px 9px;font-size:13px;font-weight:500}.app__body{flex:1;min-height:0;display:flex}.app__right{background:var(--border);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1px;width:320px;display:flex;overflow-y:auto}.app__footer{border-top:1px solid var(--border);background:var(--panel-bg);flex-shrink:0}.module-list{background:var(--panel-bg);border-right:1px solid var(--border);flex-shrink:0;width:240px;padding:16px 12px;overflow-y:auto}.module-list__title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:4px;font-size:13px;font-weight:700}.module-list__hint{color:var(--text-muted);margin:0 0 12px;font-size:12px;line-height:1.4}.module-list__item{border:1.5px solid var(--border);background:var(--panel-bg);cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:10px;transition:box-shadow .15s,transform .15s,opacity .15s;display:flex}.module-list__item:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.module-list__item--selected{box-shadow:0 0 0 3px #0ea5e933}.module-list__item--inactive{opacity:.55}.module-list__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:flex}.module-list__body{flex:1;min-width:0}.module-list__item-title{font-size:13px;font-weight:600}.module-list__item-desc{color:var(--text-muted);margin-top:2px;font-size:11.5px;line-height:1.35}.module-list__always-active{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;flex-shrink:0;font-size:10px;font-weight:700}.module-list__switch{flex-shrink:0;width:36px;height:20px;display:inline-block;position:relative}.module-list__switch input{opacity:0;width:0;height:0}.module-list__switch-track{cursor:pointer;background:#cbd5e1;border-radius:999px;transition:background .15s;position:absolute;inset:0}.module-list__switch-track:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0f172a40}.module-list__switch input:checked+.module-list__switch-track{background:var(--accent)}.module-list__switch input:checked+.module-list__switch-track:before{transform:translate(16px)}.house-diagram{background:var(--bg);flex:1;justify-content:center;align-items:center;min-width:0;padding:24px;display:flex;position:relative}.house-diagram__stage{width:100%;max-width:1100px;max-height:100%;box-shadow:var(--shadow);border-radius:16px;position:relative;overflow:hidden}.house-diagram__photo{object-fit:cover;width:100%;height:100%;transition:opacity .4s linear;display:block;position:absolute;inset:0}.house-diagram__equipment-layer{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.house-diagram__overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.price-chart{aspect-ratio:380/140;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:46%;min-width:190px;max-width:300px;box-shadow:var(--shadow);background:#ffffffe6;border-radius:10px;position:absolute;bottom:10px;right:10px;overflow:hidden}.price-chart__svg{width:100%;height:100%;display:block}.price-chart__unit-label,.price-chart__day-label{fill:var(--text-muted);font-size:9px;font-weight:600}.price-chart__day-label{fill:var(--text);font-weight:700}.price-chart__axis-label{fill:var(--text-muted);font-variant-numeric:tabular-nums;font-size:8px}.price-chart__gridline{stroke:#64748b26;stroke-width:1px}.price-chart__now-line{stroke:#1e293b73;stroke-width:1px}.price-chart__now-dot{fill:#f59e0b;stroke:#fff;stroke-width:1.5px}@keyframes flowDash{to{stroke-dashoffset:-16px}}@keyframes flowDashReverse{to{stroke-dashoffset:16px}}.module-badge{background:var(--panel-bg);border:2px solid var(--border);box-shadow:var(--shadow);cursor:pointer;text-align:center;white-space:nowrap;border-radius:999px;padding:4px 10px;line-height:1.25;transition:box-shadow .15s,transform .15s;position:absolute;transform:translate(-50%,-50%)}.module-badge:hover{transform:translate(-50%,-50%)translateY(-1px)}.module-badge--selected{box-shadow:0 0 0 3px #0ea5e940, var(--shadow)}.module-badge__value{font-variant-numeric:tabular-nums;color:var(--text);font-size:12px;font-weight:700}.module-badge__cost{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:500}.module-node__badge--export{color:#059669;font-weight:700}.results-panel{background:var(--panel-bg);padding:16px}.results-panel__title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:10px;font-size:13px;font-weight:700}.results-panel__stat{flex-direction:column;gap:2px;margin-bottom:10px;display:flex}.results-panel__stat--muted .results-panel__stat-value{color:var(--text-muted);font-weight:500}.results-panel__stat-label{color:var(--text-muted);font-size:12px}.results-panel__stat-value{font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.results-panel__divider{background:var(--border);height:1px;margin:12px 0}.results-panel__section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin:12px 0 6px;font-size:11.5px;font-weight:700}.results-panel__section-title:first-of-type{margin-top:0}.results-panel__section-title--muted{color:var(--text-muted)}.results-panel__soon{text-transform:none;letter-spacing:0;background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;margin-left:4px;padding:1px 7px;font-size:10px;font-weight:600}.results-panel__soon-text{color:var(--text-muted);margin:0;font-size:11.5px;line-height:1.4}.results-panel__row{align-items:baseline;gap:8px;padding:2px 0;font-size:12.5px;display:flex}.results-panel__row-label{color:var(--text-muted);flex:1;min-width:0}.results-panel__row-kwh{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.results-panel__row-kr{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;min-width:70px;font-weight:700}.results-panel__row--muted .results-panel__row-kr{color:var(--text-muted);font-weight:500}.results-panel__payback{border:1.5px solid var(--accent);text-align:left;cursor:pointer;background:#0ea5e90f;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;display:flex}.results-panel__payback:hover{background:#0ea5e91f}.results-panel__payback-link{color:var(--accent);margin-top:2px;font-size:11px;font-weight:600}.investment-view{background:var(--panel-bg);flex:1;min-width:0;padding:24px;overflow-y:auto}.investment-view__header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.investment-view__title{margin:0;font-size:18px;font-weight:700}.investment-view__gron-teknik{color:var(--text);cursor:pointer;align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.investment-view__gron-teknik input{accent-color:var(--accent);width:16px;height:16px}.investment-view__empty{color:var(--text-muted);max-width:480px;font-size:14px}.investment-view__grid{flex-wrap:wrap;gap:32px;margin-bottom:28px;display:flex}.investment-view__table{border-collapse:collapse;min-width:380px;font-size:13.5px}.investment-view__table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:0 14px 8px 0;font-size:11px}.investment-view__table td{border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;padding:8px 14px 8px 0}.investment-view__total-row td{border-bottom:none;padding-top:12px;font-weight:700}.investment-view__stats{flex-direction:column;gap:12px;min-width:220px;display:flex}.investment-view__stat{flex-direction:column;gap:2px;display:flex}.investment-view__stat span{color:var(--text-muted);font-size:12px}.investment-view__stat strong{font-variant-numeric:tabular-nums;font-size:20px}.investment-view__stat--highlight strong{color:var(--accent)}.break-even-chart{max-width:720px}.break-even-chart__svg{aspect-ratio:640/260;width:100%;height:auto}.break-even-chart__gridline{stroke:#64748b26;stroke-width:1px}.break-even-chart__zero-line{stroke:#64748b80;stroke-width:1.25px}.break-even-chart__axis-label{fill:var(--text-muted);font-variant-numeric:tabular-nums;font-size:10px}.break-even-chart__axis-title{fill:var(--text-muted);font-size:10px}.break-even-chart__marker-line{stroke:#f59e0b;stroke-width:1.25px;stroke-dasharray:4 3}.break-even-chart__marker-dot{fill:#f59e0b;stroke:#fff;stroke-width:2px}.break-even-chart__marker-label{fill:#b45309;font-size:11.5px;font-weight:700}.config-panel{background:var(--panel-bg);flex:1;padding:16px}.config-panel--empty{color:var(--text-muted);font-size:13px}.config-panel__header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}.config-panel__title{font-size:15px;font-weight:700}.config-panel__desc{color:var(--text-muted);margin-top:2px;font-size:12px;line-height:1.4}.config-panel__always-active{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;flex-shrink:0;padding-top:2px;font-size:10px;font-weight:700}.config-panel__toggle{color:var(--text-muted);cursor:pointer;flex-shrink:0;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.config-panel__toggle input{accent-color:var(--accent);width:15px;height:15px}.config-panel__hint{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin:0 0 14px;padding:8px 10px;font-size:12px;line-height:1.4}.config-field{margin-bottom:14px}.config-field__label{margin-bottom:4px;font-size:12px;font-weight:600;display:block}.config-field__unit{color:var(--text-muted);font-weight:400}.config-field input,.config-field select{border:1.5px solid var(--border);background:var(--panel-bg);width:100%;color:var(--text);border-radius:8px;padding:7px 9px;font-size:13px}.config-field input:focus,.config-field select:focus{border-color:var(--accent);outline:none}.config-field__upload{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.config-field__upload-ok{color:#059669;font-size:12px;font-weight:600}.config-field__upload-error{color:#dc2626;width:100%;font-size:11.5px}.config-field__help{color:var(--text-muted);margin:4px 0 0;font-size:11px;line-height:1.4}.btn{border:1.5px solid var(--border);background:var(--panel-bg);cursor:pointer;color:var(--text);border-radius:8px;padding:7px 12px;font-size:12.5px;font-weight:600}.btn--small{padding:5px 10px;font-size:12px}.btn--secondary:hover{border-color:var(--accent);color:var(--accent)}.timeline{align-items:center;gap:14px;padding:10px 20px;display:flex}.timeline__play-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;transition:transform .12s,opacity .12s;display:flex}.timeline__play-btn:hover{transform:scale(1.06)}.timeline__scrubber{accent-color:var(--accent);flex:1}.timeline__datetime{font-variant-numeric:tabular-nums;color:var(--text);text-align:center;flex-shrink:0;min-width:110px;font-size:13px;font-weight:600}.timeline__speeds{flex-shrink:0;gap:4px;display:flex}.timeline__speed-btn{border:1.5px solid var(--border);background:var(--panel-bg);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:600}.timeline__speed-btn--active{border-color:var(--accent);color:var(--accent);background:#0ea5e914}
