.rep-kpr-calculator { padding: var(--rep-space-3); border: 1px solid var(--rep-color-border); border-radius: var(--rep-radius-card); background: var(--rep-color-white, #fff); }
.rep-kpr-calculator__title { font-size: 1.05rem; margin-bottom: var(--rep-space-3); }
.rep-kpr-calculator__field { margin-bottom: var(--rep-space-2); display: flex; flex-direction: column; gap: 4px; }
.rep-kpr-calculator__field label { font-size: .8125rem; color: var(--rep-color-muted); }
.rep-kpr-calculator__field input, .rep-kpr-calculator__field select {
	padding: .6em .8em; border: 1px solid var(--rep-color-border); border-radius: var(--rep-radius-input); font-family: inherit;
}
.rep-kpr-calculator__value { font-size: .8125rem; font-weight: 600; }
.rep-kpr-calculator__result { margin-top: var(--rep-space-3); padding-top: var(--rep-space-3); border-top: 1px solid var(--rep-color-border); }
.rep-kpr-calculator__result-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: .875rem; }
.rep-kpr-calculator__result-row--highlight { font-size: 1rem; color: var(--rep-color-accent); padding-top: 8px; margin-top: 4px; border-top: 1px dashed var(--rep-color-border); }
.rep-kpr-calculator__disclaimer { font-size: .75rem; color: var(--rep-color-muted); margin-top: var(--rep-space-2); }
