.calculator-page{max-width:1040px;margin:0 auto;padding:2rem 1.25rem 4rem;color:rgba(var(--text))}.calculator-page .calc-intro{max-width:760px;margin-bottom:1.75rem}.calculator-page h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;margin-bottom:.8rem}.calculator-page h2{font-size:clamp(1.4rem,3vw,1.9rem);line-height:1.25}.calculator-page h3{font-size:1.15rem}.calculator-page p{line-height:1.65}.calculator-page a:not(.btn-primary):not(.btn-secondary-outline){text-decoration:underline;text-underline-offset:3px}.calculator-page .calc-intro>p{margin-top:.65rem}.calculator-page .calc-panel{padding:clamp(1rem,3vw,1.75rem);border:1px solid rgba(var(--border));border-radius:1rem;background:rgba(var(--surface));margin:1.25rem 0}.calculator-page .calc-panel>p{margin-top:.6rem}.calculator-page .calc-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;margin-top:1.25rem}.calculator-page .calc-field{min-width:0}.calculator-page .calc-field label{display:block;font-weight:650;line-height:1.4;margin-bottom:.45rem}.calculator-page input,.calculator-page select,.calculator-page textarea{display:block;width:100%;min-height:46px;border:1px solid rgba(var(--border));border-radius:.45rem;background:rgba(var(--background));color:rgba(var(--text));padding:.65rem .75rem;font-size:1rem}.calculator-page input[aria-invalid=true]{border:2px solid #b91c1c}.calculator-page :is(input,select,textarea,button,summary,a):focus-visible{outline:3px solid rgba(var(--primary));outline-offset:3px}.calculator-page [data-result-heading]{scroll-margin-top:6rem}.calculator-page [data-result-heading]:focus{outline:2px solid rgba(var(--primary));outline-offset:5px}.calculator-page .calc-hint{font-size:.9rem;color:rgba(var(--text-secondary));margin-top:.45rem}.calculator-page .calc-error{color:#b91c1c;font-weight:650;font-size:.9rem;margin-top:.35rem}.calculator-page .calc-errors{padding:1rem;border:2px solid #b91c1c;border-radius:.5rem;margin-bottom:1rem;font-weight:650}.calculator-page .calc-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1.25rem 0}.calculator-page button{min-height:44px}.calculator-page button:disabled{opacity:.55;cursor:not-allowed}.calculator-page .calc-link-button{padding:.4rem .7rem;border:1px solid rgba(var(--border));border-radius:.4rem;font-weight:600}.calculator-page .calc-total{font-size:clamp(1.45rem,4vw,2.15rem);font-weight:750;line-height:1.3;margin:.75rem 0}.calculator-page .calc-table-scroll{overflow-x:auto;margin-top:1rem}.calculator-page table{width:100%;border-collapse:collapse;font-size:.95rem}.calculator-page caption{text-align:left;font-weight:650;margin-bottom:.65rem}.calculator-page th,.calculator-page td{padding:.8rem .65rem;border-bottom:1px solid rgba(var(--border));text-align:left;vertical-align:top}.calculator-page thead th{background:rgba(var(--background));font-weight:700}.calculator-page tbody th{font-weight:500}.calculator-page .calc-energy-table th:first-child{width:66%}.calculator-page .calc-energy-table tbody tr:last-child{font-weight:750;border-top:2px solid rgba(var(--border))}.calculator-page .calc-energy-table tbody tr:last-child th{font-weight:750}.calculator-page .calc-note{background:rgba(var(--background));border-left:3px solid rgba(var(--primary));padding:.8rem 1rem;margin-top:1rem;border-radius:0 .4rem .4rem 0}.calculator-page .calc-copy{margin-top:1.5rem}.calculator-page .calc-copy label{display:block;margin-bottom:.5rem;font-weight:650}.calculator-page .calc-copy textarea{min-height:12rem}.calculator-page .calc-room{border:1px solid rgba(var(--border));border-radius:.65rem;margin-top:1rem;overflow:clip}.calculator-page .calc-room>summary{padding:1rem;cursor:pointer;font-weight:700;background:rgba(var(--background))}.calculator-page .calc-room-body{padding:1rem}.calculator-page .calc-room-top{display:flex;gap:1rem;align-items:end}.calculator-page .calc-room-top .calc-field{flex:1}.calculator-page .calc-room-summary{font-weight:450;font-size:.9rem;margin-left:.5rem}.calculator-page .calc-room-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.calculator-page .calc-price-details>summary{cursor:pointer;font-size:1.2rem;font-weight:700}.calculator-page .calc-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.calculator-page .calc-price-card{border:1px solid rgba(var(--border));padding:1rem;border-radius:.6rem}.calculator-page .calc-price-card .calc-fields{margin-top:.8rem;gap:.75rem}.calculator-page .calc-price-card .calc-field label{font-weight:500;font-size:.9rem}.calculator-page .calc-explanation{max-width:820px;margin-top:2rem}.calculator-page .calc-explanation h2{margin-top:1.75rem;margin-bottom:.75rem}.calculator-page .calc-explanation ul{list-style:disc;padding-left:1.3rem}.calculator-page .calc-explanation li{margin-top:.65rem;line-height:1.65}.calculator-page [hidden]{display:none!important}.dark .calculator-page .calc-error{color:#fca5a5}@media(max-width:700px){.calculator-page{padding-top:1.25rem}.calculator-page .calc-fields,.calculator-page .calc-price-grid{grid-template-columns:minmax(0,1fr)}.calculator-page .calc-room-counts,.calculator-page .calc-price-card .calc-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator-page .calc-room-top{flex-wrap:wrap}.calculator-page .calc-room-top .calc-field{flex-basis:100%}.calculator-page .calc-energy-table th,.calculator-page .calc-energy-table td{padding-inline:.35rem}}
