/* Shared finance-calculator extensions. The core site styling remains in each page. */
.finance-tool .field-grid + .field-grid{margin-top:14px}
.finance-tool input::placeholder{color:#656c76;font-weight:550;opacity:1}
.finance-tool .section-label{grid-column:1/-1;margin:9px 0 -2px;padding-top:13px;border-top:1px solid rgba(244,189,70,.12);color:#f4bd46;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.finance-tool .check-row{display:flex;align-items:flex-start;gap:10px;margin-top:9px;padding:12px 13px;border:1px solid rgba(244,189,70,.14);border-radius:13px;background:rgba(255,255,255,.018);color:#aeb4bd;font-size:12px;line-height:1.5}
.finance-tool .check-row input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;padding:0;accent-color:#e4a82e;box-shadow:none}
.finance-tool .check-row strong{display:block;color:#e5e8eb;font-size:12.5px}
.finance-tool .conditional-field[hidden]{display:none!important}
.finance-tool .conditional-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.finance-tool .empty-result-title{display:block;color:#f0f2f5;font-size:21px;font-weight:900}
.finance-tool .empty-result-copy{display:block;margin-top:8px;font-size:14.5px;line-height:1.65;color:#9ca2ab}
.finance-tool .result-number{font-size:clamp(50px,6.6vw,78px)}
.finance-tool .result-sentence{font-size:15px;line-height:1.68}
.finance-tool .fact span{font-size:11px}
.finance-tool .fact strong{font-size:15.5px;line-height:1.35}
.finance-tool .energy-row{font-size:13px;padding:11px 12px}
.finance-tool .energy-row[hidden]{display:none!important}
.finance-tool .energy-row strong{font-size:13.5px;text-align:right}
.finance-tool .result-note{font-size:13px}
.schedule-card[hidden]{display:none!important}
.schedule-card{margin:0 0 18px!important}
.schedule-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.schedule-head p{margin:0!important}
.schedule-controls{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}
.schedule-view-btn{min-height:38px;padding:0 13px;border:1px solid rgba(244,189,70,.18);border-radius:9px;background:#090c10;color:#c9cdd3;font-size:12px;font-weight:850;cursor:pointer}
.schedule-view-btn[aria-pressed="true"]{color:#17110a;background:linear-gradient(180deg,#ffe087,#eeb238);border-color:#ffe087}
.schedule-summary{margin:0 0 14px;color:#8f96a0;font-size:12.5px;line-height:1.55}
.schedule-table{min-width:760px;font-variant-numeric:tabular-nums}
.schedule-table th{text-align:right;white-space:nowrap}
.schedule-table th:first-child,.schedule-table th:nth-child(2),.schedule-table td:first-child,.schedule-table td:nth-child(2){text-align:left}
.schedule-table td{text-align:right;white-space:nowrap}
.schedule-table tbody tr:hover td{background:rgba(244,189,70,.035)}
.schedule-disclosure{margin-top:12px;padding:12px 14px;border-left:3px solid #56b8ff;border-radius:8px;background:rgba(86,184,255,.055);color:#9fa8b3;font-size:12px;line-height:1.6}
.finance-tool .micro-copy{margin:5px 0 0;color:#7f8792;font-size:11.5px;line-height:1.48}
html[data-theme="light"] .finance-tool .section-label{border-color:rgba(38,55,76,.12);color:#8e5b00}
html[data-theme="light"] .finance-tool input::placeholder{color:#8591a0}
html[data-theme="light"] .finance-tool .check-row{border-color:rgba(38,55,76,.13);background:#fff;color:#566373}
html[data-theme="light"] .finance-tool .check-row strong{color:#263342}
html[data-theme="light"] .finance-tool .empty-result-title{color:#1e2936}
html[data-theme="light"] .finance-tool .empty-result-copy{color:#5d6978}
html[data-theme="light"] .schedule-view-btn{background:#fff;color:#354354;border-color:rgba(38,55,76,.16)}
html[data-theme="light"] .schedule-summary,html[data-theme="light"] .schedule-disclosure,html[data-theme="light"] .finance-tool .micro-copy{color:#596676}
html[data-theme="light"] .schedule-table tbody tr:hover td{background:#fff8e7}
@media(max-width:720px){
  .schedule-head{display:block}
  .schedule-controls{justify-content:flex-start;margin-top:13px}
  .finance-tool .result-number{font-size:clamp(47px,15vw,68px)}
  .finance-tool .conditional-grid{grid-template-columns:1fr}
}
