: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{background:#f9fafb;border:1px solid #1d1d1b26;border-radius:12px;padding:12px 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}.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:12px 0;font-size:2rem}.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-panel{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;margin-top:16px;padding:24px;display:flex}.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;padding:4px 10px;font-size:.78rem;display:inline-flex}.hero-list{flex-direction:column;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.hero-list li{color:var(--muted);align-items:center;gap:8px;display:flex}.wizard-aside .hero-list li{color:#ffffffe6}.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(480px,90vw);padding:24px;position:relative;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-actions{grid-template-columns:minmax(0,1fr) 220px;align-items:start;gap:24px;display:grid}.resume-link-box{border:1px dashed var(--border);background:var(--surface-muted);border-radius:16px;padding:16px}.resume-link-box code{word-break:break-all;margin-bottom:12px;font-family:IBM Plex Mono,Menlo,Consolas,monospace;font-size:.9rem;display:block}.resume-actions-row{flex-wrap:wrap;gap:12px;display:flex}.resume-qr{text-align:center;border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:16px}.resume-qr img{object-fit:contain;width:180px;height:180px}.resume-qr-placeholder{background:var(--surface-muted);width:180px;height:180px;color:var(--muted);border-radius:12px;justify-content:center;align-items:center;display:flex}.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}@media (max-width:1023px){.wizard-layout{grid-template-columns:1fr}.wizard-aside{display:none}.wizard-mobile-bar{display:flex}.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}.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{align-items:flex-start;gap:12px;display:flex}.consumption-row .field{flex:1;min-width:0}@media (max-width:480px){.consumption-row{flex-direction:column}}.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-lead{color:var(--muted);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)}
