#js-tool-container-house-heating-load-calculator .hhc-app { display: flex; flex-direction: column; gap: 22px; color: var(--text-primary); } #js-tool-container-house-heating-load-calculator .hhc-flow { display: flex; flex-direction: column; gap: 16px; } #js-tool-container-house-heating-load-calculator .tbcalc-fieldset { border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 14px 16px 16px; margin: 0; } #js-tool-container-house-heating-load-calculator .tbcalc-legend { padding: 0 6px; font-size: 0.95rem; font-weight: 650; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .tbcalc-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; } #js-tool-container-house-heating-load-calculator .tbcalc-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 18px; } #js-tool-container-house-heating-load-calculator .tbcalc-field { display: flex; flex-direction: column; gap: 6px; } #js-tool-container-house-heating-load-calculator .tbcalc-field-wide { grid-column: 1 / -1; } #js-tool-container-house-heating-load-calculator .tbcalc-field label { font-weight: 600; line-height: 1.35; } #js-tool-container-house-heating-load-calculator .tbcalc-field input, #js-tool-container-house-heating-load-calculator .tbcalc-field select { width: 100%; box-sizing: border-box; min-height: 46px; padding: 11px 12px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); background: var(--bg-secondary); color: var(--text-primary); font: inherit; } #js-tool-container-house-heating-load-calculator .tbcalc-field input:focus-visible, #js-tool-container-house-heating-load-calculator .tbcalc-field select:focus-visible { outline: 3px solid var(--border-focus); outline-offset: 2px; } #js-tool-container-house-heating-load-calculator .tbcalc-hint { font-size: 0.82rem; line-height: 1.4; color: var(--text-muted); display: block; width: 100%; max-width: none; box-sizing: border-box; } #js-tool-container-house-heating-load-calculator .tbcalc-status { border: 1px solid var(--border-color); border-left: 4px solid var(--accent-primary); border-radius: var(--radius-sm); padding: 12px 14px; line-height: 1.45; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .tbcalc-status.warn { border-left-color: var(--warning); background: var(--warning-light); color: var(--text-primary); } #js-tool-container-house-heating-load-calculator .tbcalc-status.danger { border-left-color: var(--danger); background: var(--danger-light); color: var(--text-primary); } #js-tool-container-house-heating-load-calculator .hhc-outcome { display: flex; flex-direction: column; gap: 16px; } #js-tool-container-house-heating-load-calculator .hhc-hero { border: 1px solid var(--border-color); border-radius: 20px; background: linear-gradient(135deg, var(--accent-light), var(--bg-secondary)); padding: 20px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr); gap: 16px; min-height: 190px; } #js-tool-container-house-heating-load-calculator .hhc-hero-main { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; } #js-tool-container-house-heating-load-calculator .hhc-kicker { font-size: 0.9rem; letter-spacing: 0.02em; text-transform: uppercase; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-main-row { display: flex; align-items: baseline; gap: 10px; } #js-tool-container-house-heating-load-calculator .hhc-main-value { font-size: clamp(2.5rem, 7vw, 4.4rem); line-height: 0.95; font-weight: 780; } #js-tool-container-house-heating-load-calculator .hhc-main-unit { font-size: 1.18rem; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-hero-note { margin: 0; max-width: 60ch; line-height: 1.55; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-hero-side { border: 1px solid var(--border-color); border-radius: 18px; background: var(--bg-secondary); padding: 16px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; } #js-tool-container-house-heating-load-calculator .hhc-class-chip { align-self: flex-start; padding: 6px 10px; border-radius: 999px; border: 1px solid var(--border-color); background: var(--accent-light); font-size: 0.8rem; font-weight: 700; } #js-tool-container-house-heating-load-calculator .hhc-side-label { font-size: 0.82rem; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-side-value { font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 720; } #js-tool-container-house-heating-load-calculator .hhc-side-note { margin: 0; font-size: 0.88rem; line-height: 1.5; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-spectrum { border: 1px solid var(--border-color); border-radius: 18px; padding: 16px; display: flex; flex-direction: column; gap: 14px; background: var(--bg-secondary); } #js-tool-container-house-heating-load-calculator .hhc-spectrum-head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-weight: 680; } #js-tool-container-house-heating-load-calculator .hhc-spectrum-head span:last-child { color: var(--text-secondary); font-weight: 500; } #js-tool-container-house-heating-load-calculator .hhc-spectrum-row { display: grid; grid-template-columns: minmax(110px, 132px) minmax(0, 1fr) minmax(86px, 96px); gap: 12px; align-items: center; } #js-tool-container-house-heating-load-calculator .hhc-row-meta { display: flex; flex-direction: column; gap: 2px; } #js-tool-container-house-heating-load-calculator .hhc-row-name { font-weight: 620; } #js-tool-container-house-heating-load-calculator .hhc-row-share { font-size: 0.8rem; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-row-track { height: 14px; border-radius: 999px; background: var(--bg-tertiary); overflow: hidden; } #js-tool-container-house-heating-load-calculator .hhc-row-fill { height: 100%; border-radius: 999px; width: 0%; } #js-tool-container-house-heating-load-calculator .fill-walls { background: linear-gradient(90deg, var(--accent-primary), var(--accent-hover)); } #js-tool-container-house-heating-load-calculator .fill-windows { background: linear-gradient(90deg, var(--warning), var(--accent-primary)); } #js-tool-container-house-heating-load-calculator .fill-roof { background: linear-gradient(90deg, var(--success), var(--accent-primary)); } #js-tool-container-house-heating-load-calculator .fill-floor { background: linear-gradient(90deg, var(--text-secondary), var(--accent-primary)); } #js-tool-container-house-heating-load-calculator .fill-vent { background: linear-gradient(90deg, var(--danger), var(--warning)); } #js-tool-container-house-heating-load-calculator .hhc-row-value { text-align: right; color: var(--text-secondary); font-size: 0.9rem; } #js-tool-container-house-heating-load-calculator .hhc-briefing { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 16px; } #js-tool-container-house-heating-load-calculator .hhc-focus-card, #js-tool-container-house-heating-load-calculator .hhc-sheet-card { border: 1px solid var(--border-color); border-radius: 18px; padding: 18px; background: var(--bg-secondary); min-height: 180px; } #js-tool-container-house-heating-load-calculator .hhc-focus-card { display: flex; flex-direction: column; gap: 10px; justify-content: space-between; background: linear-gradient(180deg, var(--bg-secondary), var(--accent-light)); } #js-tool-container-house-heating-load-calculator .hhc-focus-kicker { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-focus-name { font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 740; } #js-tool-container-house-heating-load-calculator .hhc-focus-share { font-size: 1rem; font-weight: 650; } #js-tool-container-house-heating-load-calculator .hhc-focus-note { margin: 0; line-height: 1.55; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-sheet-card { display: flex; flex-direction: column; gap: 14px; } #js-tool-container-house-heating-load-calculator .hhc-sheet-head { font-weight: 700; } #js-tool-container-house-heating-load-calculator .hhc-sheet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } #js-tool-container-house-heating-load-calculator .hhc-sheet-cell { border: 1px solid var(--border-color); border-radius: 14px; padding: 12px; display: flex; flex-direction: column; gap: 6px; min-height: 86px; } #js-tool-container-house-heating-load-calculator .hhc-sheet-cell span { font-size: 0.82rem; color: var(--text-secondary); } #js-tool-container-house-heating-load-calculator .hhc-sheet-cell strong { font-size: 1rem; } @media (max-width: 860px) { #js-tool-container-house-heating-load-calculator .tbcalc-grid-3 { grid-template-columns: 1fr 1fr; } #js-tool-container-house-heating-load-calculator .hhc-hero, #js-tool-container-house-heating-load-calculator .hhc-briefing { grid-template-columns: 1fr; } } @media (max-width: 600px) { #js-tool-container-house-heating-load-calculator .tbcalc-grid-2, #js-tool-container-house-heating-load-calculator .tbcalc-grid-3, #js-tool-container-house-heating-load-calculator .hhc-sheet-grid { grid-template-columns: 1fr; } #js-tool-container-house-heating-load-calculator .hhc-spectrum-row { grid-template-columns: 1fr; gap: 8px; } #js-tool-container-house-heating-load-calculator .hhc-row-value { text-align: left; } }