:root{--abfc-primary:#0072ce;--abfc-primary-deep:#005fa3;--abfc-secondary:#00a86b;--abfc-danger:#e74c3c;--abfc-bg:#f7f9fb;--abfc-white:#ffffff;--abfc-text:#26282c;--abfc-border:#d8dce2;--abfc-radius:3px;--abfc-spacing:0.6rem}.abfc-calc-form-section{padding:calc(var(--abfc-spacing) * 2);background-color:#ffffff!important;border:1px solid var(--abfc-border)!important;border-radius:var(--abfc-radius)}.abfc-calc-form{width:100%;display:flex;flex-direction:column;gap:1rem}.abfc-calc-row-container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.abfc-calc-row{width:100%;display:flex;flex-direction:column;gap:.5rem}.abfc-calc-row label{display:block;font-weight:600;font-size:.95rem;color:var(--abfc-text)}.abfc-calc-form-section input{border:1px solid var(--abfc-border)!important}.abfc-calc-grouped{display:flex;gap:.75rem;align-items:center;justify-content:space-between}.abfc-calc-grouped .abfc-calc-input{flex:2 2 0%}.abfc-calc-grouped .abfc-calc-unit-select,.abfc-calc-type-select{flex:1 1 0%}.abfc-calc-actions{display:flex;gap:.75rem;margin-top:1rem;transition:all 0.2s ease}.abfc-calc-button:disabled{background-color:var(--abfc-border)!important;cursor:not-allowed;transform:none}.abfc-calculate-btn{width:fit-content!important;text-wrap:nowrap}.abfc-calc-results-section{padding:calc(var(--abfc-spacing) * 2);background-color:var(--abfc-white)!important;border:1px solid var(--abfc-border)!important;border-radius:var(--abfc-radius);animation:fadeIn 0.5s ease-out}.abfc-calc-results-section h2{margin-top:0;font-size:1.5rem;font-family:var(--abfc-heading-font-family);border-bottom:2px solid var(--abfc-border);padding-bottom:.5rem;margin-bottom:1.5rem}.abfc-calc-results-section p{margin:0 0 .5rem 0}.abfc-calc-status{font-weight:700;font-size:1.1rem;line-height:1.4}.abfc-calc-status.success{color:var(--abfc-secondary)!important}.abfc-calc-status.fail{color:var(--abfc-danger)!important}.abfc-calc-details{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem;border-left:3px solid var(--abfc-primary)!important;padding-left:1rem}.abfc-calc-details li{font-size:.95rem}.abfc-calc-details strong{color:var(--abfc-primary)!important;font-weight:600}.abfc-calc-hidden{display:none!important}@media (max-width:600px){.abfc-calc-header,.abfc-calc-form-section,.abfc-calc-results-section{padding:1rem}.result-header{font-size:1.3rem}.abfc-calc-actions{flex-wrap:wrap}}@media (max-width:380px){.abfc-calc-grouped{flex-direction:column;gap:.5rem}.sc-basic-select{order:1}.sc-basic-input{order:2}.abfc-calc-actions>button{width:100%!important}}
