#mbf-calculator{font-family:Ubuntu,sans-serif;width:100%}.mbf-wrapper{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;margin:auto;max-width:1120px}.mbf-left,.mbf-right{border-radius:14px;box-shadow:0 0 14px rgba(0,0,0,.08);flex:1 1 430px;padding:32px}.mbf-left{background:#fff}.mbf-right{align-items:center;background:#f7f7f7;display:flex;flex-direction:column;text-align:center}.mbf-title{font-size:28px;font-weight:700;margin-bottom:18px}.mbf-section{margin-bottom:22px}.mbf-section label{display:block;font-weight:500;margin-bottom:6px}.mbf-amount-wrapper{align-items:center;display:flex}.mbf-amount-prefix{font-weight:700;margin-right:6px}#mbf-amount{border:1px solid #ccc;border-radius:6px;flex:1;font-size:16px;padding:9px 12px}.mbf-amount-wrapper.invalid #mbf-amount{border-color:#b91c1c}.mbf-error{color:#b91c1c;font-size:12px;line-height:1.35;margin-top:6px;min-height:16px}.mbf-select{appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;background:#fff;border:1px solid #ccc;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Ubuntu,sans-serif;font-size:15px;padding:10px 12px;width:100%}.mbf-btn-group{gap:10px}.mbf-btn-group,.mbf-type-btn{display:flex;justify-content:center}.mbf-type-btn{align-items:center;background:#fff;border:1px solid #0f5946;border-radius:8px;color:#0f5946;cursor:pointer;flex:1;font-weight:600;line-height:1;padding:12px 10px;text-align:center}.mbf-type-btn.active{background:#0f5946;color:#fff}input[type=range]{margin-top:6px;width:100%}.mbf-slider-labels{display:flex;font-size:12px;justify-content:space-between;margin-top:4px}#mbf-credit-label strong,#mbf-term-label strong{font-weight:700}.mbf-divider{background:#e5e7eb;height:1px;margin:18px 0}.mbf-cta-row{gap:12px}.mbf-cta-btn,.mbf-cta-row{display:flex;justify-content:center}.mbf-cta-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;flex:1;font-weight:600;line-height:1;padding:13px 10px;text-align:center}.mbf-btn-elig{background:#efd964;color:#1f2937}.mbf-btn-elig:hover{background:#e6cc53}.mbf-btn-apply{background:#0f5946;color:#fff}#mbf-circle{display:block;height:auto;margin:0 auto 18px;max-width:280px;width:100%}.mbf-summary-card{background:#0f5946;border-radius:16px;color:#fff;margin-bottom:18px;padding:18px 16px;width:100%}.mbf-summary-label{font-size:13px;font-weight:500;margin-bottom:4px;opacity:.9}.mbf-summary-value{font-size:30px;font-weight:700;line-height:1.1}.mbf-results-grid{display:grid;gap:12px;margin-top:6px;width:100%}.mbf-result-item{background:#fff;border-radius:14px;box-shadow:0 1px 4px rgba(0,0,0,.06);padding:15px 16px}.mbf-result-item span{color:#475569;display:block;font-size:13px;font-weight:600;margin-bottom:5px}.mbf-result-item strong{color:#0f172a;font-size:23px;font-weight:700}.mbf-legend{display:flex;font-size:14px;font-weight:600;gap:16px;justify-content:center;margin-top:16px}.color-box{border-radius:3px;display:inline-block;height:14px;margin-right:6px;vertical-align:middle;width:14px}.color-box.green{background:#0f5946}.color-box.grey{background:#e5e7eb}.mbf-term-control{align-items:center;display:flex;gap:12px}.mbf-term-arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);color:#0f5946;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.mbf-term-arrow:hover{background:#0f5946;color:#fff;transform:scale(1.08)}.mbf-term-control input[type=range]{flex:1;margin:0}.mbf-summary-range{font-size:13px;margin-top:6px;opacity:.9}