:root{--bg:#f8f5f0;--surface:#fff;--surface-muted:#fdf8f2;--text:#1d1d1b;--muted:#6f6d69;--border:#e4e0d7;--brand:#db402b;--brand-strong:#b63120;--brand-soft:#f6d0c7;--accent:#db9b46;font-family:Arial,Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0% 0%,#db9b4614,transparent 45%),radial-gradient(circle at 100% 0%,#db402b12,transparent 50%),var(--bg);min-height:100vh;color:var(--text);margin:0}a{color:inherit}.page-shell{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:48px 24px 80px}.card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:0 10px 25px #1d1d1b14,0 2px 6px #1d1d1b0a}.field{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.field label{color:var(--text);font-size:.95rem;font-weight:600}.field input,.field select{box-sizing:border-box;background:#f9fafb;border:1px solid #1d1d1b26;border-radius:12px;height:46px;padding:10px 14px;font-size:1rem;transition:border .15s,box-shadow .15s,background .15s}.field input:focus,.field select:focus{background:#fff;border-color:#0000;outline:2px solid #db402b99;box-shadow:0 0 0 3px #db402b1f}.button-row{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:24px;display:flex}.btn{cursor:pointer;background:var(--brand);color:#fff;border:none;border-radius:999px;padding:12px 28px;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s}.btn:hover:not([disabled]){transform:translateY(-1px);box-shadow:0 12px 20px #db402b2e}.btn.secondary{color:var(--text);background:0 0;border:1px solid #1d1d1b40}.btn[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}.intro-overview{flex-direction:column;gap:16px;max-width:540px;display:flex}.intro-overview h2{margin:0;font-size:1.6rem;line-height:1.3}.intro-overview p{margin:0;line-height:1.55}.intro-steps-compact{flex-direction:column;gap:12px;margin:8px 0 0;padding:0;list-style:none;display:flex}.intro-steps-compact li{border:1px solid var(--border);background:var(--surface-2,#f7f7f4);color:var(--text);border-radius:14px;align-items:center;gap:12px;padding:10px 12px;font-weight:600;display:flex}.intro-step-index{background:var(--brand-soft);width:32px;height:32px;color:var(--brand-strong);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.intro-action-row{flex-direction:column;gap:14px;margin:18px 0 12px;display:flex}.intro-action-row .btn{align-self:flex-start;padding:14px 66px;box-shadow:0 8px 20px #db402b2e}.intro-note{color:var(--muted);text-align:center;margin:10px 0 0;font-size:.92rem}.intro-hint-box{background:#10182809;border:1px solid #1d1d1b14;border-radius:16px;flex-direction:column;gap:4px;padding:12px 16px;display:flex}.intro-hint-box strong{letter-spacing:.02em;font-size:.92rem}.intro-hint-box p{color:var(--text);margin:0;font-size:.92rem;line-height:1.5}.intro-align-anchor{visibility:hidden;pointer-events:none;margin-bottom:12px}.intro-hero-mobile{display:none}.intro-hero-mobile-h1{color:var(--text);margin:8px 0 12px;font-size:1.55rem;line-height:1.25}.intro-hero-mobile-list{margin-bottom:16px}.intro-hero-mobile-img{border-radius:16px;width:100%;height:auto;margin-bottom:8px}.intro-align-anchor .wizard-logo{margin-bottom:16px}.wizard-form.intro-form{padding-top:12px}.wizard-layout{grid-template-columns:minmax(320px,1fr) minmax(360px,1.2fr);gap:32px;display:grid}@media (max-width:960px){.wizard-layout{grid-template-columns:1fr}}.wizard-aside{color:#fff8f2;background:linear-gradient(#db402bf2,#db9b46e6);border-radius:24px;padding:36px;box-shadow:0 18px 28px -12px #1d1d1b59,0 8px 16px #1d1d1b40}.wizard-logo{width:120px;height:auto;margin-bottom:16px;display:block}.wizard-aside h1{margin:10px 0 8px;font-size:2rem;line-height:1.25}.wizard-steps{flex-direction:column;gap:12px;margin:32px 0 0;padding:0;list-style:none;display:flex}.wizard-step{background:#ffffff14;border:1px solid #fff3;border-radius:16px}.wizard-step.complete{background:#ffffff26}.wizard-step.active{background:#ffffff40;box-shadow:0 0 0 2px #ffffff59}.wizard-step.warning{border-color:#ffc65ccc;box-shadow:0 0 0 2px #ffc65c73}.wizard-step.locked{opacity:.65;border-style:dashed}.wizard-step-button{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:12px;padding:12px;display:flex}.wizard-step.locked .wizard-step-button{cursor:not-allowed}.wizard-step-index{border:2px solid #ffffffe6;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:inline-flex}.wizard-step-hint{opacity:.85;margin-top:4px;font-size:.75rem;display:block}.wizard-form{flex-direction:column;gap:24px;display:flex}.wizard-step-counter{text-align:right;color:var(--muted);font-weight:600;display:none}@media (min-width:961px){.wizard-step-counter{display:block}}.wizard-legal{color:var(--muted);align-self:flex-end;margin-top:auto;padding-bottom:4px;font-size:.85rem}.resume-accordion{border-top:1px solid #fff3;margin-top:20px;padding-top:16px}.resume-accordion-toggle{color:#fff8f2;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 0;font-size:.95rem;font-weight:600;display:flex}.resume-accordion-body{background:#ffffff1f;border-radius:16px;flex-direction:column;gap:12px;margin-top:8px;padding:16px;display:flex}.resume-status{color:#ffffffd9;background:#0000002e;border-radius:12px;padding:8px 12px;font-size:.9rem}.field-label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.info-tooltip{display:inline-flex;position:relative}.info-tooltip-trigger{border:1px solid var(--border);width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.info-tooltip-trigger:hover{border-color:var(--text)}.info-tooltip-bubble{z-index:3000;color:#fff;text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#141414f5;border-radius:14px;width:min(340px,90vw);max-height:42vh;padding:12px 14px;font-size:14px;line-height:1.35;position:fixed;overflow:auto;box-shadow:0 18px 50px #00000059}.info-tooltip-bubble:before{content:none}.info-tooltip-content{white-space:pre-line}.range-slider{appearance:none;background:var(--border);border-radius:999px;outline:none;width:100%;height:6px;margin:8px 0}.range-slider:disabled{opacity:.5;cursor:not-allowed}.range-slider::-webkit-slider-thumb{appearance:none;background:var(--brand);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #00000040}.range-slider::-moz-range-thumb{background:var(--brand);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #00000040}.temp-marker-row{padding:10px 0;position:relative;overflow:visible}.temp-marker-row.top{margin-top:4px;padding-bottom:20px}.temp-marker-row.bottom{margin-top:-8px;margin-bottom:18px;padding-top:0}.temp-marker{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:6px;max-width:150px;display:flex;position:absolute;transform:translate(-50%)}.temp-marker-row.bottom .temp-marker{flex-direction:column-reverse}.temp-marker-label{color:#0000009e;white-space:normal;font-size:14px;line-height:1.1}.temp-marker-tick{background:#0000002e;border-radius:2px;width:2px}.temp-marker-row.top .temp-marker-tick{background:#00000059;height:26px;margin-top:4px;margin-bottom:0}.temp-marker-row.bottom .temp-marker-tick{height:16px;margin-bottom:8px}@media (max-width:639px){.temp-marker{max-width:120px}.temp-marker-label{font-size:.68rem}.temp-marker-tick{height:12px}}.temperature-slider{appearance:none;background:0 0;border-radius:999px;width:100%;margin:12px 0 10px;position:relative}.temperature-slider::-webkit-slider-runnable-track{background:linear-gradient(90deg,#0ba770 0%,#36b665 25%,#9dd05b 50%,#f29f45 75%,#d63a2d 100%);border-radius:999px;height:6px}.temperature-slider::-moz-range-track{background:linear-gradient(90deg,#0ba770 0%,#36b665 25%,#9dd05b 50%,#f29f45 75%,#d63a2d 100%);border-radius:999px;height:6px}.temperature-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#d63a2d;border:3px solid #fff;border-radius:50%;width:20px;height:20px;margin-top:-7px;box-shadow:0 6px 14px #0000002e}.temperature-slider::-moz-range-thumb{cursor:pointer;background:#d63a2d;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 6px 14px #0000002e}.temperature-slider::-moz-focus-outer{border:0}.temperature-value{z-index:0;font-size:18px;font-weight:600;position:relative}.slider-labels{color:var(--muted);justify-content:space-between;font-size:.85rem;display:flex}.temp-slider-annotations{justify-content:space-between;align-items:center;margin-top:6px;margin-bottom:6px;display:flex}.temp-slider-annotations.top{margin-top:0}.temp-slider-annotations .slider-output{font-weight:600}.temperature-field .checkbox-inline{margin-top:0}.temperature-field{position:relative;overflow:visible}.slider-year-markers,.slider-age-labels{color:var(--muted);min-height:20px;margin-bottom:6px;font-size:.8rem;position:relative}.slider-age-labels{margin-top:4px;margin-bottom:0}.slider-year-markers span,.slider-age-labels span{white-space:nowrap;text-align:center;position:absolute;transform:translate(-50%)}.slider-year-markers .older-marker,.slider-age-labels span:first-child{transform:translate(-10%)}.efficiency-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:20px;align-items:center;gap:16px;margin-top:24px;padding:16px;transition:border-color .2s,background-color .2s;display:flex}.efficiency-card.summary{margin-top:16px}.efficiency-card.has-tier{border-color:var(--efficiency-accent)}.efficiency-icon{width:72px;height:72px;color:var(--efficiency-accent,var(--text));background:#fff9;border-radius:50%;justify-content:center;align-items:center;display:flex}.efficiency-icon img{object-fit:contain;width:64px;height:64px}.efficiency-icon-fallback{font-size:2rem}.efficiency-meta{flex-direction:column;gap:2px;display:flex}.efficiency-label{color:var(--muted);margin:0;font-size:.9rem}.efficiency-card.has-tier .efficiency-label{color:var(--efficiency-accent);opacity:.8}.efficiency-card strong{font-size:1.2rem}.efficiency-card.has-tier strong,.efficiency-card.has-tier .efficiency-value{color:var(--efficiency-accent)}.efficiency-value{color:var(--text);font-size:.9rem}.tag{color:#fff;letter-spacing:.05em;background:#ffffff2e;border-radius:999px;align-items:center;margin-top:8px;padding:3px 12px;font-size:.74rem;display:inline-flex}.hero-list{flex-direction:column;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.hero-list li{color:#ffffffbf;align-items:center;gap:8px;line-height:1.45;display:flex}.wizard-aside .hero-list li{color:#ffffffe6}.wizard-form .hero-list li{color:inherit}.hero-list li:before{content:"•";color:currentColor}.result-card{flex-direction:column;gap:32px;display:flex}.result-hero{background:var(--surface-muted);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:16px;padding:24px;display:flex}.result-hero h1{margin:8px 0}.verdict-badge{border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.verdict-very_good,.verdict-good{color:#2e6b1f;background:#93d05026}.verdict-mixed{color:#7a4b0b;background:#db9b4626}.verdict-not_recommended{color:#7f1d1d;background:#db402b26}.result-subline{color:var(--muted);margin-bottom:16px}.lever-list{color:var(--text);flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.lever-list li:before{content:"✓";color:var(--brand);margin-right:8px}.result-hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.result-section{border:1px solid var(--border);background:var(--surface);border-radius:20px;padding:24px}.result-section header{cursor:default;justify-content:space-between;gap:12px;display:flex}.result-section.collapsed header{cursor:pointer}.result-section-content{flex-direction:column;gap:16px;margin-top:16px;display:flex}.result-items{gap:12px;margin:0;padding:0;list-style:none;display:grid}.result-item-head{justify-content:space-between;align-items:center;display:flex}.result-score{background:var(--brand-soft);color:var(--brand-strong);border-radius:999px;padding:2px 10px;font-size:.85rem}.cost-comparison{background:var(--surface-muted);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;padding:16px;display:grid}.cost-calculator{flex-direction:column;gap:16px;display:flex}.cost-calculator-header h2{margin:0 0 4px}.cost-calculator-subtitle{color:var(--muted);margin:0;font-size:.9rem}.cost-summary{flex-direction:column;gap:12px;display:flex}.cost-stat-hero{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;flex-direction:column;gap:4px;padding:24px 28px;display:flex}.cost-stat-hero-label{text-transform:uppercase;letter-spacing:.05em;color:#166534;margin:0;font-size:.82rem;font-weight:600}.cost-stat-hero-value{letter-spacing:-.03em;color:#15803d;margin:0;font-size:2.4rem;font-weight:800;line-height:1.1}.cost-stat-hero-co2{color:#166534;margin:6px 0 0;font-size:.88rem}.cost-stat-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cost-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:4px;padding:16px 20px;display:flex}.cost-stat-card-label{color:var(--muted);margin:0;font-size:.8rem;font-weight:500}.cost-stat-card-value{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.35rem;font-weight:700}.cost-table-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden}.cost-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.cost-table{border-collapse:collapse;width:100%;font-size:.88rem}.cost-table thead th{text-align:right;background:var(--surface-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:.82rem;font-weight:600}.cost-table thead th.cost-table-row-label{text-align:left}.cost-table tbody td{text-align:right;border-top:1px solid var(--border);padding:10px 16px}.cost-table tbody td.cost-table-row-label{text-align:left;color:var(--muted);font-size:.85rem}.cost-table-total td{background:var(--surface-muted);font-size:.92rem;font-weight:700}.cost-table-sub td{color:var(--muted);font-size:.82rem}.cost-table-expand-btn{cursor:pointer;color:var(--muted);text-align:left;border:none;border-top:1px solid var(--border);background:0 0;width:100%;padding:10px 16px;font-size:.82rem;transition:color .15s}.cost-table-expand-btn:hover{color:var(--text)}.col-heatpump{color:#15803d}.col-gas{color:#475569}.col-current{color:#c2410c}thead .col-heatpump{color:#15803d;background:#f0fdf4}thead .col-gas{color:#475569;background:#f8fafc}thead .col-current{color:#c2410c;background:#fff7ed}.cost-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:20px 20px 12px}.cost-chart-toggle{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.cost-chart-toggle .btn.secondary{border-color:var(--border);color:var(--muted);background:0 0;border-radius:999px;padding:6px 14px;font-size:.85rem}.cost-chart-toggle .btn.secondary.active{background:var(--text);color:#fff;border-color:var(--text)}.cost-co2-info-btn{opacity:.6;cursor:pointer;vertical-align:middle;align-items:center;margin-left:5px;font-size:.85rem;transition:opacity .15s;display:inline-flex}.cost-co2-info-btn:hover,.cost-co2-info-btn.active{opacity:1}.cost-co2-info-panel{margin-top:12px}.cost-amortization{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;flex-wrap:wrap;align-items:center;gap:16px;margin-top:12px;padding:10px 14px;font-size:.85rem;line-height:1.5;display:flex}.cost-amortization-text{flex:1;min-width:0}.cost-amortization-cta{white-space:nowrap;flex-shrink:0;padding:7px 14px;font-size:.82rem}.cost-editable{background:var(--surface-muted);border:1px solid var(--border);border-radius:20px;overflow:hidden}.cost-editable-toggle{cursor:pointer;text-align:left;width:100%;color:var(--muted);background:0 0;border:none;align-items:center;gap:8px;padding:14px 20px;font-size:.9rem;font-weight:600;transition:color .15s;display:flex}.cost-editable-toggle:hover{color:var(--text)}.cost-editable-content{border-top:1px solid var(--border);flex-direction:column;gap:20px;padding:20px;display:flex}.cost-editable-group{flex-direction:column;gap:10px;display:flex}.cost-editable-group-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0;font-size:.82rem;font-weight:600}.cost-editable-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.cost-editable-field{flex-direction:column;gap:4px;display:flex}.cost-editable-field label{color:var(--muted);font-size:.82rem;font-weight:500}.cost-editable-field input[type=number]{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:8px 10px;font-size:.88rem}.cost-editable-select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;border-radius:10px;padding:8px 10px;font-size:.88rem}.cost-editable-slider{width:100%;accent-color:var(--brand)}.cost-editable-range-labels{color:var(--muted);justify-content:space-between;font-size:.78rem;display:flex}.cost-checkbox-items{flex-direction:column;gap:6px;margin-top:8px;display:flex}.cost-checkbox-item{border:1px solid var(--border);background:var(--surface-2,#f5f5f5);border-radius:10px;overflow:hidden}.cost-checkbox-item--disabled{opacity:.5}.cost-checkbox-row{align-items:center;gap:10px;padding:8px 12px;font-size:.88rem;display:flex}.cost-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand);cursor:pointer;flex-shrink:0}.cost-checkbox-row--fixed input[type=checkbox]{cursor:default}.cost-checkbox-label{cursor:pointer;flex:1;line-height:1.3}.cost-checkbox-row--fixed .cost-checkbox-label{cursor:default;color:var(--muted)}.cost-bonus-pct{color:var(--brand);white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:600}.cost-info-btn{cursor:pointer;color:var(--muted);opacity:.65;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:1rem;line-height:1;transition:opacity .15s,color .15s}.cost-info-btn:hover{opacity:1;color:var(--brand)}.cost-expand-btn{cursor:pointer;color:var(--muted);vertical-align:middle;opacity:.65;background:0 0;border:none;padding:0 3px;font-size:.65rem;line-height:1;transition:opacity .15s}.cost-expand-btn:hover{opacity:1}.cost-info-panel{color:var(--muted);border-top:1px solid var(--border);background:var(--surface);padding:10px 14px;font-size:.82rem;line-height:1.55}.cost-info-panel a{color:var(--brand);text-decoration:underline}.cost-info-panel a:hover{opacity:.8}.cost-climate-years{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;gap:2px;padding:8px 12px;display:flex}.cost-year-option{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:5px 6px;font-size:.84rem;transition:background .1s;display:flex}.cost-year-option:hover{background:var(--surface-2,#f5f5f5)}.cost-year-option input[type=radio]{accent-color:var(--brand);cursor:pointer;flex-shrink:0}.cost-year-label{flex:1}.cost-editable-bonus-hint{color:var(--muted);font-size:.78rem;font-style:normal}.cost-editable-bonus-cap{color:var(--muted);margin-top:6px;font-size:.75rem}@media (max-width:540px){.cost-stat-row,.cost-editable-row{grid-template-columns:1fr}.cost-stat-hero-value{font-size:1.9rem}}.result-checklist{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.result-checklist li{align-items:flex-start;gap:12px;display:flex}.result-checklist li p{margin:0;padding-top:6px;line-height:1.55}.result-checklist span{background:var(--brand-soft);width:32px;height:32px;color:var(--brand-strong);border-radius:999px;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.modal-root{z-index:40;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-overlay{background:#0006;position:absolute;inset:0}.modal-panel{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:min(520px,90vw);max-height:calc(100vh - 48px);padding:24px;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003,0 6px 14px #0000001a}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.wizard-toast{color:#fff;z-index:50;background:#1d1d1be6;border-radius:24px;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #0003,0 3px 8px #00000026}.wizard-toast-actions{align-items:center;gap:8px;display:flex}.wizard-toast .toast-action{color:#fff8f2;border-color:#ffffff4d;border-radius:999px;padding:6px 12px;font-size:.85rem}.toast-dismiss-wrap{flex-shrink:0;width:32px;height:32px;position:relative}.toast-dismiss-ring-svg{pointer-events:none;width:32px;height:32px;position:absolute;inset:0;transform:rotate(-90deg)}.toast-dismiss-ring{stroke-dasharray:87.96;stroke-dashoffset:0;animation:20s linear forwards toast-countdown}.wizard-toast:hover .toast-dismiss-ring{animation-play-state:paused}@keyframes toast-countdown{0%{stroke-dashoffset:0}to{stroke-dashoffset:87.96px}}.wizard-toast .toast-dismiss{background:#ffffff2e;border:none;border-radius:999px;width:32px;height:32px;padding:0;font-size:1rem;line-height:1}.wizard-toast .toast-dismiss:hover{background:#ffffff4d}.wizard-mobile-bar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:none}.wizard-mobile-progress{color:var(--text);font-weight:600}.wizard-mobile-steps{padding:8px 16px}.wizard-drawer{z-index:30;display:none;position:fixed;inset:0}.wizard-drawer.open{display:block}.wizard-drawer-overlay{background:#0006;position:absolute;inset:0}.wizard-drawer-panel{background:var(--surface);border-top-left-radius:24px;border-bottom-left-radius:24px;flex-direction:column;gap:12px;width:80%;max-width:360px;padding:24px;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.wizard-drawer-header{justify-content:space-between;align-items:center;display:flex}.resume-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.resume-card{background:#ffffff1f;border:1px solid #ffffff59;border-radius:16px;flex-direction:column;gap:12px;min-height:260px;padding:16px;display:flex}.resume-card-label{letter-spacing:.05em;text-transform:uppercase;color:#ffffffbf;margin:0;font-size:.85rem}.resume-url{word-break:break-all;color:#1d1d1b;background:#fffffff2;border-radius:12px;padding:10px 12px;font-family:IBM Plex Mono,Menlo,Consolas,monospace;font-size:.85rem;display:block}.resume-actions-row{flex-wrap:wrap;gap:12px;display:flex}.resume-email-field{margin-top:auto}.resume-qr-card{text-align:center;align-items:center}.resume-qr-card img,.resume-qr-placeholder{width:180px;height:180px;margin:0 auto}.resume-qr-placeholder{color:#ffffffd9;background:#fff3;border-radius:12px;justify-content:center;align-items:center;display:flex}.resume-qr-hint{color:#fffc;font-size:.85rem}.secondary-block{border:1px dashed var(--border);background:var(--surface-muted);border-radius:16px;flex-direction:column;gap:12px;margin-top:16px;padding:16px;display:flex}.pv-details-accordion{border:1.5px solid var(--brand);border-radius:12px;margin-top:12px;overflow:hidden}.pv-details-toggle{cursor:pointer;width:100%;color:var(--brand-dark,#0b3d2e);text-align:left;background:#f0fdf9;border:none;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:500;display:flex}.pv-details-toggle:hover{background:#d1fae5}.pv-details-toggle small{opacity:.8;font-weight:400}.pv-details-toggle-arrow{flex-shrink:0;font-size:.75rem}.pv-details-body{background:var(--surface-muted,#fafaf8);flex-direction:column;gap:12px;padding:16px;display:flex}.pv-details-hint{color:#4b5563;margin:0 0 4px;font-size:.85rem;line-height:1.5}.temp-chips{flex-wrap:wrap;gap:8px;margin:12px 0 4px;display:flex}.temp-chip{border:1.5px solid var(--border);background:var(--surface-muted,#fafaf8);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;align-items:center;min-width:80px;padding:8px 12px;font-size:.85rem;line-height:1.3;transition:border-color .15s,background .15s;display:flex}.temp-chip:hover{border-color:var(--brand);background:#f0fdf9}.temp-chip--active{border-color:var(--brand);background:#d1fae5;font-weight:600}.temp-chip-label{font-size:.9rem;font-weight:600}.temp-chip-sub{opacity:.75;margin-top:2px;font-size:.75rem}.temp-unknown-note{color:#6b7280;margin:8px 0 0;font-size:.85rem;font-style:italic}.consumption-group{border:1px solid var(--border);border-radius:12px;margin-top:16px;padding:16px}.consumption-group legend{color:var(--brand-dark,#0b3d2e);padding:0 6px;font-size:.9rem;font-weight:600}.consumption-group-hint{color:#4b5563;margin:4px 0 12px;font-size:.85rem;line-height:1.5}.bivalenz-details{margin-top:8px}.bivalenz-details-toggle{color:var(--brand-dark,#0b3d2e);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:4px 0;font-size:.85rem;text-decoration:underline}.bivalenz-details-body{border:1px dashed var(--border);background:var(--surface-muted,#fafaf8);border-radius:8px;flex-direction:column;gap:10px;margin-top:10px;padding:12px;display:flex}@media (max-width:1023px){.wizard-layout{grid-template-columns:1fr}.wizard-aside{display:none}.wizard-mobile-bar{display:flex}.wizard-form.intro-form .intro-align-anchor{margin:0;display:none}.intro-hero-mobile{margin-bottom:20px;display:block}.wizard-drawer{opacity:0;pointer-events:none;transition:opacity .2s;display:block}.wizard-drawer.open{pointer-events:auto;opacity:1}}@media (max-width:640px){.resume-actions{grid-template-columns:1fr}.resume-qr{order:-1}}.notice-box{color:#78350f;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;padding:12px 16px;font-size:.9rem;line-height:1.5}.error-box{color:#7f1d1d;background:#feeceb;border-radius:12px;padding:16px}.success-box{color:#065f46;background:#ecfdf5;border-radius:12px;padding:16px}.env-snippet{color:#f3f3f3;background:#1d1d1b;border-radius:12px;padding:12px;font-family:IBM Plex Mono,Menlo,Consolas,monospace;font-size:.85rem;overflow-x:auto}.wizard-logo+.tag{margin-bottom:8px}.aside-offer-img{filter:drop-shadow(0 10px 22px #00000038)drop-shadow(0 3px 8px #0000001f);width:100%;height:auto;margin-top:22px;display:block}.aside-quality-badge{color:#ffdc6ef2;letter-spacing:.03em;transform-origin:0;background:#ffd25026;border:1px solid #ffd25073;border-radius:6px;margin-top:18px;padding:5px 13px;font-size:.72rem;font-weight:600;display:inline-block;transform:rotate(-1deg)}.heating-field .range-slider{margin:16px 0 12px}.heating-field .slider-year-markers{min-height:24px;margin-top:0;margin-bottom:0}.heating-field .slider-age-labels{margin-top:10px;margin-bottom:24px}.heating-input-row{align-items:center;gap:12px;margin-top:20px;display:flex}.heating-input-row input[type=number]{flex:1}.heating-field .checkbox-inline{margin-top:18px}.checkbox-inline{align-items:center;gap:8px;margin-top:6px;display:inline-flex}.temperature-header{flex-direction:column;gap:10px;display:flex}.temp-slider-wrap{width:100%;margin-top:10px;position:relative}.temperature-value-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px;margin-bottom:10px;display:flex}.temp-input-group{align-items:center;gap:4px;display:flex}.temp-inline-input{text-align:center;-moz-appearance:textfield;background:#f9fafb;border:1px solid #1d1d1b33;border-radius:8px;width:72px;padding:4px 8px;font-size:1.1rem;font-weight:600}.temp-inline-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.temp-inline-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.temp-inline-input:focus{background:#fff;border-color:#0000;outline:2px solid #db402b99}.temp-unit{font-size:1.1rem;font-weight:600}.consumption-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:flex-start;gap:12px;display:grid}.consumption-row .field{width:100%}.result-error-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 16px;display:flex}.result-error-icon{color:var(--accent);font-size:2.5rem}.result-error-state h2{margin:0}.result-error-text{color:var(--muted);max-width:420px;margin:0}.result-error-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.result-error-dev{text-align:left;border:1px solid var(--border);background:#f9fafb;border-radius:12px;width:100%;max-width:420px;padding:12px 16px;font-size:.85rem}.result-error-dev summary{cursor:pointer;color:var(--muted);font-weight:600}.result-error-dev ul{color:var(--text);margin:8px 0 0;padding-left:16px}.result-error-dev li{margin-bottom:4px}.field-invalid select,.field-invalid input:not([type=checkbox]):not([type=radio]):not([type=range]){border-color:#e53e3e;outline:none;box-shadow:0 0 0 3px #e53e3e2e}.field-invalid select:focus,.field-invalid input:not([type=checkbox]):not([type=radio]):not([type=range]):focus{border-color:#c53030;box-shadow:0 0 0 3px #e53e3e47}.field-error-msg{color:#e53e3e;margin-top:5px;font-size:.82rem;font-weight:500;display:block}.result-hero-stars{gap:4px;margin-bottom:8px;display:flex}.result-star{font-size:1.6rem;line-height:1}.result-star.filled{color:var(--accent)}.result-star.empty{color:var(--border)}.result-adviser-cards{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;margin-bottom:4px;display:grid}@media (max-width:540px){.result-adviser-cards{grid-template-columns:1fr}}.result-adviser-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px}.result-adviser-role{letter-spacing:.04em;color:var(--brand);text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:600}.result-adviser-card>p:last-child{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.result-hero-alternative{align-items:center;gap:12px;margin-top:4px;display:flex}.result-alternative-hint{color:var(--muted);margin:0;font-size:.9rem}.lever-cards{flex-direction:column;gap:12px;display:flex}.lever-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 20px}.lever-card-label{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);margin:0 0 6px;font-size:.8rem;font-weight:700}.lever-card>p:last-child{margin:0;line-height:1.55}.modal-eyebrow{letter-spacing:.03em;color:var(--muted);margin:0 0 4px;font-size:.75rem;font-weight:500}.modal-lead{margin:0 0 20px;font-size:.95rem;line-height:1.5}.why-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:540px){.why-cards{grid-template-columns:1fr}}.why-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px 16px 0 0;flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.why-card-head{flex-direction:column;gap:4px;display:flex}.why-card>p:last-child{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.why-podium{grid-template-columns:1fr 1fr 1fr;align-items:flex-end;gap:8px;display:grid}.why-podium-slot{flex-direction:column;display:flex}.why-podium-slot .why-card{border-bottom:none;border-radius:16px 16px 0 0}.why-podium-rank-1 .why-card{background:#fffbeb;border-color:#fcd34d}.why-podium-step-1{background:linear-gradient(#fde68a 0%,#d97706 100%);border:1px solid #fcd34d;border-top:none;border-radius:0 0 14px 14px;height:72px}.why-podium-rank-2 .why-card{background:#f8fafc;border-color:#cbd5e1}.why-podium-step-2{background:linear-gradient(#e2e8f0 0%,#94a3b8 100%);border:1px solid #cbd5e1;border-top:none;border-radius:0 0 14px 14px;height:48px}.why-podium-rank-3 .why-card{background:#fdf4e8;border-color:#d6b17a}.why-podium-step-3{background:linear-gradient(#f5d9b2 0%,#b45309 100%);border:1px solid #d6b17a;border-top:none;border-radius:0 0 14px 14px;height:24px}.why-podium-badge{border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:2px;font-size:.85rem;font-weight:800;display:inline-flex}.why-podium-badge-1{color:#92400e;background:#fde68a}.why-podium-badge-2{color:#334155;background:#e2e8f0}.why-podium-badge-3{color:#78350f;background:#f5d9b2}@media (max-width:540px){.why-podium{grid-template-columns:1fr;align-items:stretch}.why-podium-step-1,.why-podium-step-2,.why-podium-step-3{display:none}.why-podium-slot .why-card{border-bottom:1px solid;border-radius:16px}.why-podium-rank-1 .why-card{border-color:#fcd34d}.why-podium-rank-2 .why-card{border-color:#cbd5e1}.why-podium-rank-3 .why-card{border-color:#d6b17a}.why-podium-slot:first-child{order:2}.why-podium-slot:nth-child(2){order:1}.why-podium-slot:nth-child(3){order:3}}.score-stars{gap:2px;line-height:1;display:flex}.score-star{font-size:1rem}.score-star.filled{color:var(--accent)}.score-star.empty{color:var(--border)}.rp{flex-direction:column;display:flex}.rp-block{background:var(--surface);border-bottom:1px solid var(--border);padding:28px 20px}@media (min-width:600px){.rp-block{padding:36px 28px}}.rp-loading{align-items:center;min-height:120px;display:flex}.rp-loading-text{color:var(--muted);margin:0;font-size:1rem}.rp-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:.72rem;font-weight:700}.rp-verdict-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-bottom:14px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.rp-verdict-very_good{color:#065f46;background:#d1fae5}.rp-verdict-good{color:#15803d;background:#dcfce7}.rp-verdict-mixed{color:#92400e;background:#fef3c7}.rp-verdict-not_recommended{color:#991b1b;background:#fee2e2}.rp-headline{margin:0 0 8px;font-size:1.55rem;font-weight:700;line-height:1.25}.rp-subline{color:var(--muted);margin:0 0 22px;font-size:.95rem;line-height:1.5}.rp-kpis{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.rp-kpi{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;flex:150px;padding:14px 18px}.rp-kpi-value{font-size:1.65rem;font-weight:700;line-height:1.15;display:block}.rp-kpi-label{color:var(--muted);margin-top:5px;font-size:.76rem;display:block}.rp-ctas{flex-wrap:wrap;gap:10px;display:flex}.rp-mixed-choice{width:100%}.rp-mixed-choice-label{color:#374151;margin:0 0 10px;font-size:.9rem}.rp-mixed-choice-btns{flex-wrap:wrap;gap:10px;display:flex}.rp-h2{margin:0 0 20px;font-size:1.25rem;font-weight:700}.rp-h2-sub{color:var(--muted);font-size:.85rem;font-weight:400}.rp-factors{flex-direction:column;gap:10px;display:flex}.rp-factor{border:1px solid var(--border);border-radius:10px;padding:14px 16px}.rp-factor-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.rp-factor-name{font-size:.95rem;font-weight:600}.rp-factor-text{color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}.rp-dots{flex-shrink:0;gap:5px;display:flex}.rp-dot{background:var(--border);border-radius:50%;width:9px;height:9px}.rp-dot--on.rp-dot--very_good{background:#059669}.rp-dot--on.rp-dot--good{background:#22c55e}.rp-dot--on.rp-dot--mixed{background:#d97706}.rp-dot--on.rp-dot--not_recommended{background:#dc2626}.rp-wirtschaft>*+*{margin-top:16px}.rp-wirtschaft>.rp-h2{margin-bottom:0}.rp-efficiency-intro{color:var(--muted);margin:0 0 16px;font-size:.93rem;line-height:1.6}.rp-efficiency-chart{background:#fafafa;border-radius:8px 8px 0 0;margin:0;padding:12px 4px 4px}.rp-snap-outer{border:1px solid var(--border,#e5e7eb);background:#f8fafc;border-radius:0 0 8px 8px;margin-bottom:20px;padding:14px 16px 16px}.rp-snap-label{color:var(--muted);margin:0 0 14px;font-size:.81rem;line-height:1.4}.rp-snap-selector{-webkit-user-select:none;user-select:none;align-items:flex-start;display:flex;position:relative}.rp-snap-track{left:calc(50%/var(--snap-n,6));right:calc(50%/var(--snap-n,6));pointer-events:none;background:linear-gradient(90deg,#0ba770 0%,#36b665 25%,#9dd05b 50%,#f29f45 75%,#d63a2d 100%);border-radius:999px;height:6px;position:absolute;top:26px;box-shadow:0 1px 3px #0000001a}.rp-snap-item{cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;padding:0 2px;display:flex;position:relative}.rp-snap-temp{color:var(--muted);white-space:nowrap;margin-bottom:5px;font-size:.8rem;font-weight:600}.rp-snap-item.active .rp-snap-temp,.rp-snap-item.base .rp-snap-temp{color:var(--text)}.rp-snap-dot{background:var(--dot-color,#94a3b8);opacity:.45;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:opacity .15s,transform .15s;display:block;box-shadow:0 1px 3px #00000026}.rp-snap-item:hover .rp-snap-dot{opacity:.75}.rp-snap-item.active .rp-snap-dot{opacity:1;transform:scale(1.4);box-shadow:0 2px 8px #00000038}.rp-snap-desc{color:var(--muted);text-align:center;margin-top:7px;font-size:.7rem;line-height:1.3}.rp-snap-item.active .rp-snap-desc{color:var(--text)}.rp-snap-selection-hint{color:var(--text);align-items:center;gap:7px;margin:14px 0 0;font-size:.82rem;display:flex}.rp-snap-selection-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.rp-snap-selection-tag{color:var(--muted);font-size:.78rem}.rp-snap-selection-delta{color:var(--muted);font-size:.82rem}.rp-snap-delta{color:var(--muted);opacity:.7;white-space:nowrap;pointer-events:none;font-size:.6rem;position:absolute;bottom:0;left:2px}.rp-snap-item.active .rp-snap-delta{opacity:1;color:var(--text)}.rp-eff-savings{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:10px;margin:4px 0 12px;padding:10px 14px;display:flex}.rp-eff-savings-pct{color:#15803d;white-space:nowrap;flex-shrink:0;font-size:1.35rem;font-weight:700}.rp-eff-savings-text{color:#166534;font-size:.83rem;line-height:1.4}.rp-eff-table-wrap{margin-bottom:20px;overflow-x:auto}.rp-eff-table{border-collapse:collapse;width:100%;font-size:.88rem}.rp-eff-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:2px solid var(--border,#e5e7eb);padding:6px 10px;font-size:.78rem;font-weight:600}.rp-eff-table th:not(:first-child){text-align:right}.rp-eff-table td{border-bottom:1px solid var(--border,#e5e7eb);color:var(--text);vertical-align:baseline;padding:7px 10px}.rp-eff-table tr:last-child td{border-bottom:none}.rp-eff-table-val{text-align:right;white-space:nowrap;font-weight:600}.rp-eff-table-sub{color:var(--muted);font-size:.75rem;font-weight:400}.rp-eff-improved{color:#0369a1}.rp-eff-delta{color:#0284c7;font-size:.78rem;font-weight:400}.rp-efficiency-card-toggle{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:flex-start;width:100%;padding:0 0 12px;display:flex}.rp-efficiency-card-toggle:hover .rp-h2{opacity:.8}.rp-efficiency-card-toggle .rp-eff-params-chevron{flex-shrink:0;margin-top:6px;font-size:.75rem}.rp-eff-accordion{margin-bottom:12px}.rp-eff-accordion-btn{border:1px solid var(--border,#e5e7eb);width:100%;color:var(--text);cursor:pointer;background:0 0;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;display:flex}.rp-eff-accordion-btn:hover{background:#f8fafc}.rp-eff-params{margin-bottom:16px}.rp-eff-params-toggle{border:1px solid var(--border,#e5e7eb);width:100%;color:var(--text);cursor:pointer;background:0 0;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;display:flex}.rp-eff-params-toggle:hover{background:#f8fafc}.rp-eff-params-chevron{color:var(--muted);font-size:.7rem}.rp-eff-params-content{border:1px solid var(--border,#e5e7eb);border-top:none;border-radius:0 0 6px 6px;padding:12px 12px 4px}.rp-efficiency-eta-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:10px 0 0;font-size:.78rem;font-weight:400}.rp-efficiency-eta-options{flex-wrap:wrap;gap:6px 16px;margin-bottom:8px;display:flex}.rp-eta-option{cursor:pointer;color:var(--text);align-items:center;gap:6px;font-size:.85rem;display:flex}.rp-efficiency-location-hint{color:var(--muted);align-items:flex-start;gap:8px;margin:0 0 10px;font-size:.82rem;line-height:1.6;display:flex}.rp-efficiency-location-i{cursor:default;border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;font-size:.7rem;font-style:normal;font-weight:700;display:inline-flex}.rp-efficiency-disclaimer{color:var(--muted);margin:0;font-size:.78rem}.rp-eff-eta-hint{color:var(--muted);margin:10px 0 0;font-size:.78rem;line-height:1.5}.rp-info-tip{color:#64748b;cursor:help;vertical-align:middle;-webkit-user-select:none;user-select:none;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;margin-left:6px;font-size:.62rem;font-style:italic;font-weight:700;display:inline-flex;position:relative}.rp-info-tip-content{color:#f1f5f9;z-index:20;white-space:normal;text-align:left;pointer-events:none;background:#1e293b;border-radius:7px;width:260px;padding:9px 11px;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.5;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000002e}.rp-info-tip:hover .rp-info-tip-content,.rp-info-tip:focus .rp-info-tip-content{display:block}.rp-eff-params-label-row{align-items:center;gap:0;display:inline-flex}.rp-assumptions{flex-direction:column;gap:18px;display:flex}.rp-assumption-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 8px;font-size:.82rem;font-weight:700}.rp-assumption-list{margin:0;padding-left:18px}.rp-assumption-list li{color:var(--text);padding:2px 0;font-size:.88rem;line-height:1.6}.rp-notice{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-size:.88rem;line-height:1.55}.rp-lever{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.rp-lever-item{grid-template-columns:68px 1fr;align-items:baseline;gap:0 14px;display:grid}.rp-lever-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);padding-top:3px;font-size:.72rem;font-weight:700}.rp-lever-text{margin:0;font-size:.92rem;line-height:1.6}.rp-adviser-pair{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}@media (max-width:480px){.rp-adviser-pair{grid-template-columns:1fr}}.rp-adviser-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.rp-adviser-role{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 6px;font-size:.72rem;font-weight:700}.rp-adviser-text{margin:0;font-size:.88rem;line-height:1.55}.rp-final-ctas{flex-wrap:wrap;gap:10px;display:flex}.rp-cta-main{padding:12px 22px;font-size:1rem}.rp-feedback-btn{z-index:50;color:#555;background:#f5f5f5;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:.8rem;text-decoration:none;transition:background .15s,color .15s;position:fixed;bottom:24px;right:20px;box-shadow:0 2px 6px #0000001a}.rp-feedback-btn:hover{color:#222;background:#e8e8e8}@media print{.rp-feedback-btn{display:none}}.rp-print-footer{display:none}@media print{.rp-print-footer{color:#666;border-top:1px solid #ccc;justify-content:space-between;align-items:center;margin-top:32px;padding-top:12px;font-size:.8rem;display:flex}}.rp-warum .rp-factors-inline{margin-top:16px}.rp-amort-line{color:var(--muted);margin:4px 0 0;font-size:.9rem}.rp-amort-line strong{color:var(--text)}.rp-optimierung-cta{margin-top:4px}.rp-optimierung{padding-top:0!important}.rp-optimierung-toggle{background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;font-size:.95rem;font-weight:600;transition:background .15s;display:flex}.rp-optimierung-toggle:hover{background:var(--border)}.rp-optimierung-cols{grid-template-columns:1fr 1fr;align-items:start;gap:24px;margin-top:20px;display:grid}@media (max-width:700px){.rp-optimierung-cols{grid-template-columns:1fr}}.rp-optimierung-col{min-width:0}.rp-optimierung-empty{padding:20px 0}.rp-optimierung-empty-text{color:var(--muted);font-size:.9rem}.rp-handoff-box{background:var(--surface-muted);border:1px solid var(--border);border-radius:12px;margin:20px 0 0;padding:20px 22px}.rp-handoff-title{margin:0 0 8px;font-size:1rem;font-weight:700}.rp-handoff-text{color:var(--muted);margin:0 0 16px;font-size:.92rem;line-height:1.6}.rp-handoff-choice{flex-wrap:wrap;gap:10px;display:flex}.rp-optin-inline{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:20px;padding:24px}.rp-optin-inline-title{margin:4px 0 8px;font-size:1rem;font-weight:700}.rp-optin-inline-lead{color:var(--muted);margin:0 0 20px;font-size:.92rem;line-height:1.6}.rp-assumptions-details{width:100%}.rp-assumptions-summary{cursor:pointer;align-items:center;gap:10px;padding:4px 0;list-style:none;display:flex}.rp-assumptions-summary::-webkit-details-marker{display:none}.rp-assumptions-summary-chevron{flex-shrink:0;width:16px;height:16px;display:inline-block;position:relative}.rp-assumptions-summary-chevron:after{content:"▼";color:var(--muted);font-size:.65rem;position:absolute;top:2px;left:0}.rp-assumptions-details[open] .rp-assumptions-summary-chevron:after{content:"▲"}.rp-assumptions-details .rp-assumptions{margin-top:16px}.rp-tabs{border-bottom:2px solid var(--border);align-items:flex-end;gap:5px;margin-bottom:0;padding:0 2px;display:flex}.rp-tab{border:1px solid var(--border);background:var(--surface-muted);color:var(--muted);cursor:pointer;white-space:nowrap;border-bottom:none;border-radius:9px 9px 0 0;align-items:center;gap:7px;margin-bottom:-2px;padding:12px 22px;font-size:.92rem;font-weight:600;line-height:1.25;transition:color .15s,background .15s;display:flex}.rp-tab:hover{background:var(--surface);color:var(--text)}.rp-tab--active{background:var(--surface);color:var(--text);border-bottom:2px solid var(--surface);z-index:1;font-weight:700}.rp-tab-badge{background:var(--brand);color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:.58rem;font-weight:700}.rp-optimiert-hint{color:var(--text);background:#fef9ec;border:1px solid #db9b4661;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding:10px 14px;font-size:.84rem;display:flex}.rp-optimiert-reset{color:var(--muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:4px 11px;font-size:.81rem;transition:background .12s}.rp-optimiert-reset:hover{background:var(--border);color:var(--text)}.rp-compare-selector{flex-wrap:wrap;align-items:center;gap:6px;margin:16px 0 4px;display:flex}.rp-compare-label{color:var(--muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.rp-compare-btn{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:5px 13px;font-size:.82rem;font-weight:500;transition:border-color .12s,color .12s,background .12s}.rp-compare-btn:hover{color:var(--text);border-color:#aaa}.rp-compare-btn--active{background:var(--brand);color:#fff;border-color:var(--brand);font-weight:600}.rp-compare-btn--active:hover{color:#fff;border-color:var(--brand-strong);background:var(--brand-strong)}.rp-tab-optimierung,.rp-tab-experten{animation:.18s rp-tab-fadein}@keyframes rp-tab-fadein{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.rp-tab-intro-box,.rp-experten-intro{background:var(--surface);border-bottom:1px solid var(--border);padding:32px 20px 20px}@media (min-width:600px){.rp-tab-intro-box,.rp-experten-intro{padding:36px 28px 22px}}.rp-tab-intro-text,.rp-experten-intro-text{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.rp-experten-title{border-bottom:1px solid var(--border);margin:0 0 14px;padding-bottom:12px;font-size:1.05rem;font-weight:700}.rp-experten-field-hint{color:var(--muted);margin:0 0 18px;font-size:.87rem;line-height:1.6}.rp-experten-methodik{margin-top:4px}.rp-experten-methodik-text{color:var(--muted);margin:6px 0 18px;font-size:.89rem;line-height:1.65}.rp-wirkung-hint{color:var(--muted);margin:0 0 14px;font-size:.87rem;font-style:italic;line-height:1.5}.rp-pv-simple-intro{color:var(--muted);margin:0 0 16px;font-size:.91rem;line-height:1.6}.rp-tab-nav{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;gap:10px;padding:20px;display:flex}@media (min-width:600px){.rp-tab-nav{padding:20px 28px}}.pv-tile{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;overflow:hidden}.pv-tile-toggle{cursor:pointer;text-align:left;width:100%;color:var(--muted);background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:.88rem;font-weight:600;transition:color .15s;display:flex}.pv-tile-toggle:hover{color:var(--text)}.pv-tile-toggle-arrow{flex-shrink:0;font-size:.7rem}.pv-tile-badge{background:var(--accent,#2563eb);color:#fff;letter-spacing:.02em;border-radius:20px;margin-left:auto;padding:2px 9px;font-size:.72rem;font-weight:600}.pv-tile-content{border-top:1px solid var(--border);flex-direction:column;gap:0;padding:16px;display:flex}.pv-master-switch{border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:12px;font-weight:600}.pv-section{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 0;display:flex}.pv-section:last-child{border-bottom:none}.pv-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.82rem;font-weight:600}.pv-roof-block{flex-direction:column;gap:8px;display:flex}.pv-sub-label{color:var(--muted);margin:0;font-size:.82rem;font-weight:600}.pv-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pv-field{flex-direction:column;gap:4px;display:flex}.pv-field label{color:var(--muted);font-size:.8rem;font-weight:500}.pv-field-inline{margin-top:4px}.pv-input-unit{align-items:center;gap:6px;display:flex}.pv-input-unit input[type=number]{border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);border-radius:8px;flex:1;padding:6px 10px;font-size:.88rem}.pv-unit{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.8rem}.pv-checkbox-row{cursor:pointer;align-items:center;gap:8px;font-size:.88rem;display:flex}.pv-checkbox-row input[type=checkbox]{cursor:pointer;flex-shrink:0}.pv-hint{color:var(--muted);margin:2px 0 0;font-size:.78rem;font-style:italic}.pv-ev-inputs{flex-direction:column;gap:8px;margin-top:4px;display:flex}.pv-ev-mode-toggle{gap:4px;display:flex}.pv-ev-mode-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:20px;padding:4px 12px;font-size:.8rem;transition:background .12s,color .12s}.pv-ev-mode-btn.active{background:var(--text);color:var(--surface);border-color:var(--text)}@media (max-width:500px){.pv-row{grid-template-columns:1fr}}.ml-shell{background:var(--bg);flex-direction:column;min-height:100dvh;margin:-48px -24px -80px;display:flex}.ml-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.875rem 1.5rem;display:flex}.ml-logo-link{align-items:center;gap:.625rem;text-decoration:none;display:flex}.ml-logo-icon{flex-shrink:0;width:44px;height:44px}.ml-logo-wordmark{letter-spacing:-.03em;color:var(--text);font-size:1.25rem;font-weight:800}.ml-header-tagline{color:var(--muted);border-left:1px solid var(--border);margin-left:.25rem;padding-left:.75rem;font-size:.8125rem}.ml-main{flex-direction:column;flex:1;gap:.875rem;width:100%;max-width:600px;margin:0 auto;padding:1.5rem 1rem 2.5rem;display:flex}.ml-page-title{letter-spacing:-.01em;color:var(--text);margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.ml-footer{background:var(--surface);border-top:1px solid var(--border);text-align:center;color:var(--muted);flex-direction:column;gap:.25rem;padding:1rem 1.5rem;font-size:.8125rem;display:flex}.ml-footer p{margin:0}.ml-footer-links{justify-content:center;gap:.5rem;font-size:.8125rem;display:flex}.ml-footer-links a{color:var(--muted);text-underline-offset:2px;text-decoration:underline}.ml-footer-links a:hover{color:var(--text)}.ml-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.375rem;box-shadow:0 1px 3px #0000000d}.ml-loading{flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.375rem;display:flex}.ml-loading-dots{gap:.375rem;display:flex}.ml-loading-dots span{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite ml-bounce}.ml-loading-dots span:nth-child(2){animation-delay:.2s}.ml-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes ml-bounce{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.ml-card-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;display:flex}.ml-card-icon--warn{color:#d97706;background:#fff7ed}.ml-card-icon--success{color:#16a34a;background:#f0fdf4}.ml-h1{letter-spacing:-.02em;color:var(--text);margin:0 0 .625rem;font-size:1.375rem;font-weight:800}.ml-muted{color:var(--muted);margin:0;font-size:.875rem;line-height:1.55}.ml-status-row{align-items:flex-start;gap:.875rem;display:flex}.ml-status-pip{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem}.ml-status-label{margin:0 0 .25rem;font-size:.9375rem;font-weight:700}.ml-accepted-hint{color:#16a34a;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin:.875rem 0 0;padding:.5rem .875rem;font-size:.8125rem;font-weight:600}.ml-section-title{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:0 0 .875rem;font-size:.6875rem;font-weight:700}.ml-snapshot-list{flex-direction:column;gap:0;margin:0;display:flex}.ml-snapshot-row{border-bottom:1px solid var(--border);grid-template-columns:1.75rem auto 1fr;align-items:baseline;gap:0 .625rem;padding:.5rem 0;display:grid}.ml-snapshot-row:last-child{border-bottom:none}.ml-snapshot-icon{grid-column:1;font-size:.9375rem;line-height:1}.ml-snapshot-dt{color:var(--muted);white-space:nowrap;font-size:.8125rem;font-weight:500}.ml-snapshot-dd{color:var(--text);text-align:right;margin:0;font-size:.875rem;font-weight:600}.ml-card--searching{align-items:flex-start;gap:.75rem;display:flex}.ml-searching-icon{color:var(--muted);flex-shrink:0;margin-top:.0625rem}.ml-partner-group{margin-bottom:.875rem}.ml-partner-group:last-child{margin-bottom:0}.ml-partner-group-label{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.ml-partner-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;margin-bottom:.5rem;padding:.875rem 1rem}.ml-partner-card:last-child{margin-bottom:0}.ml-partner-card--accepted{background:#f0fdf4;border-color:#86efac}.ml-partner-card--revealed{background:#f0fdf4;border-color:#86efac;padding:1rem 1.125rem}.ml-partner-revealed-badge{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:6px;align-items:center;gap:.375rem;margin-bottom:.75rem;padding:.3rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.ml-partner-name{color:var(--text);margin:0 0 .25rem;font-size:1rem;font-weight:700}.ml-partner-state-row{align-items:center;gap:.625rem;margin-bottom:.375rem;display:flex}.ml-partner-date{color:var(--muted);margin:.375rem 0 0;font-size:.8125rem}.ml-partner-ctas{flex-wrap:wrap;gap:.5rem;margin-top:.875rem;display:flex}.ml-state-badge{white-space:nowrap;border-radius:999px;padding:.2rem .625rem;font-size:.8125rem;font-weight:600;display:inline-block}.ml-state-badge--accepted{color:#16a34a;background:#dcfce7}.ml-state-badge--new{color:#ea580c;background:#fff7ed}.ml-actions{flex-direction:column;gap:.625rem;display:flex}.ml-confirm-box{background:#fff1f2;border:1px solid #fca5a5;border-radius:12px;padding:1.125rem}.ml-confirm-title{color:#dc2626;margin:0 0 .375rem;font-size:.9375rem;font-weight:700}.ml-confirm-btns{flex-wrap:wrap;gap:.625rem;margin-top:.875rem;display:flex}.ml-btn-primary{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.625rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.ml-btn-primary:hover{background:var(--brand-strong)}.ml-btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border);cursor:pointer;text-align:center;border-radius:8px;align-items:center;gap:.375rem;padding:.625rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .15s;display:inline-flex}.ml-btn-secondary:hover{border-color:#c9c4bb}.ml-btn-danger{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border:1.5px solid #fca5a5;border-radius:8px;align-items:center;gap:.375rem;padding:.625rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.ml-btn-danger:hover{background:#fff1f2}.ml-btn-primary:disabled,.ml-btn-secondary:disabled,.ml-btn-danger:disabled{opacity:.55;cursor:not-allowed}.legal-page{padding:48px 24px 80px}.legal-content{background:var(--surface);border:1px solid var(--border);border-radius:20px;max-width:760px;margin:0 auto;padding:40px 48px}@media (max-width:600px){.legal-content{padding:24px 20px}}.legal-content h1{color:var(--text);margin:0 0 4px;font-size:1.75rem;font-weight:700}.legal-meta{color:var(--muted);margin:0 0 36px;font-size:.875rem}.legal-content h2{color:var(--text);border-bottom:1px solid var(--border);margin:32px 0 10px;padding-bottom:6px;font-size:1.125rem;font-weight:700}.legal-content h3{color:var(--text);margin:20px 0 8px;font-size:1rem;font-weight:600}.legal-content p,.legal-content address{color:#3a3835;margin:0 0 14px;font-size:.9375rem;font-style:normal;line-height:1.7}.legal-content ul{color:#3a3835;margin:0 0 14px;padding-left:22px;font-size:.9375rem;line-height:1.7}.legal-content li{margin-bottom:6px}.legal-content a{color:var(--brand);text-underline-offset:2px;text-decoration:underline}.legal-table{border-collapse:collapse;width:100%;margin:12px 0 20px;font-size:.875rem}.legal-table th,.legal-table td{text-align:left;border:1px solid var(--border);padding:8px 12px}.legal-table th{background:var(--surface-muted);color:var(--text);font-weight:600}.legal-table td{color:#3a3835}.legal-note{border-left:3px solid var(--accent);background:#fffbf7;border-radius:0 6px 6px 0;color:var(--muted)!important;margin-top:4px!important;padding:8px 12px!important;font-size:.8125rem!important}.step-intro{color:var(--muted);margin:0 0 12px;font-size:.92rem}.pv-result-panel{border:1px solid var(--border);background:var(--bg-card,#fafafa);border-radius:8px;margin-top:24px;padding:20px}.pv-result-panel-title{margin:0 0 2px;font-size:1rem;font-weight:600}.pv-result-panel-subtitle{color:var(--muted);margin:0 0 16px;font-size:.78rem}.pv-result-section{margin-bottom:20px}.pv-result-section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 8px;font-size:.8rem;font-weight:600}.pv-kpi-row{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:8px;padding:5px 0;display:flex}.pv-kpi-row:last-child{border-bottom:none}.pv-kpi-row--highlight .pv-kpi-label,.pv-kpi-row--highlight .pv-kpi-value{font-weight:600}.pv-kpi-row--muted .pv-kpi-label,.pv-kpi-row--muted .pv-kpi-value{color:var(--muted);font-size:.88rem}.pv-kpi-label{color:var(--foreground);flex:1;font-size:.9rem}.pv-kpi-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.9rem}.pv-kpi-sub{width:100%;color:var(--muted);padding-top:2px;font-size:.75rem}.pv-result-hint{color:var(--muted);background:color-mix(in srgb,var(--border)30%,transparent);border-radius:6px;margin:0 0 12px;padding:8px 12px;font-size:.82rem;line-height:1.5}.pv-result-tariff-note{margin-top:8px}.pv-result-disclaimer{color:var(--muted);border-top:1px solid var(--border);margin:16px 0 0;padding-top:12px;font-size:.75rem;line-height:1.5}.rp-begruendung-inline{border-top:1px solid var(--border,#e5e7eb);margin-top:20px;padding-top:16px}.rp-begruendung-inline-label{color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:.75rem;font-weight:600}.rp-factors-inline{grid-template-columns:1fr 1fr;gap:10px 16px;display:grid}@media (max-width:540px){.rp-factors-inline{grid-template-columns:1fr}}.rp-factor-inline{flex-direction:column;gap:2px;display:flex}.rp-factor-inline-header{align-items:center;gap:8px;display:flex}.rp-factor-inline-name{color:var(--text,#1e293b);font-size:.8rem;font-weight:600}.rp-factor-inline-text{color:var(--muted,#6b7280);margin:0;font-size:.75rem;line-height:1.4}.rp-eff-summary{background:var(--surface,#f8fafc);border:1px solid var(--border,#e5e7eb);border-radius:8px;flex-wrap:wrap;gap:12px 20px;margin-bottom:12px;padding:12px 14px;display:flex}.rp-eff-summary-stat{flex-direction:column;gap:1px;display:flex}.rp-eff-summary-label{color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.rp-eff-summary-value{color:var(--text,#1e293b);font-size:1.1rem;font-weight:700}.rp-eff-summary-delta{color:#0ea5e9;font-size:.7rem;font-weight:600}.rp-eff-savings-pct{color:#0ea5e9;font-size:1.6rem;font-weight:800}.rp-next-step-hint{color:var(--muted,#6b7280);text-align:center;margin-top:16px;font-size:.8rem}.ai-note{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}
