:root{--primary-color:#0a8543;--primary-hover:#2ca01c;--text-color:#333;--text-muted:#666;--border-color:#e5e5e5;--background-light:#f8f9fa;--error-color:#dc3545;--success-color:#28a745}.FotfCasCalc-root-d975a86{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden}.FotfCasCalc-header-e565946{background:linear-gradient(135deg,#0a8543,#2ca01c);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;padding:2rem;text-align:center}.FotfCasCalc-title-d98eb3e{font-size:2rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.FotfCasCalc-description-b3edee5{font-size:1.1rem;margin:0;opacity:.9;line-height:1.4}.FotfCasCalc-cas-tabs-1212621{display:flex;border-bottom:2px solid #e5e5e5;border-bottom:2px solid var(--border-color);background:#fff;gap:.5rem;flex-wrap:wrap}.FotfCasCalc-cas-tab-f7a16da{flex:1 1;min-width:120px;padding:1rem 2rem;background:0 0;font-size:1rem;font-weight:500;color:#666;color:var(--text-muted);cursor:pointer;transition:.2s;border:none;border-bottom:3px solid transparent;white-space:nowrap}.FotfCasCalc-cas-tab-f7a16da:hover{background:#f8f9fa;background:var(--background-light);color:#333;color:var(--text-color)}.FotfCasCalc-cas-tab-f7a16da.FotfCasCalc-active-850f0d1{color:#0a8543;color:var(--primary-color);border-bottom-color:#0a8543;border-bottom-color:var(--primary-color);background:#fff}.FotfCasCalc-cas-tab-f7a16da:disabled{opacity:.5;cursor:not-allowed}.FotfCasCalc-form-container-b0d5f03{padding:2rem}.FotfCasCalc-form-section-30682f2{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border-color)}.FotfCasCalc-form-section-30682f2:last-of-type{border-bottom:none;margin-bottom:0}.FotfCasCalc-section-title-265f58c{font-size:1.5rem;font-weight:600;color:#0a8543;color:var(--primary-color);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.FotfCasCalc-section-description-e608eea{color:#666;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.5}.FotfCasCalc-auto-fill-container-baceec3{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.FotfCasCalc-auto-fill-btn-1545183{background:0 0;border:2px solid #0a8543;border:2px solid var(--primary-color);color:#0a8543;color:var(--primary-color);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:.2s}.FotfCasCalc-auto-fill-btn-1545183:hover{background:#0a8543;background:var(--primary-color);color:#fff}.FotfCasCalc-form-grid-0f17528{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.FotfCasCalc-form-group-163e4b0{display:flex;flex-direction:column}.FotfCasCalc-form-label-c503d36{font-weight:500;color:#333;color:var(--text-color);margin-bottom:.5rem;font-size:.95rem}.FotfCasCalc-form-input-942fec4,.FotfCasCalc-form-select-39824bf{padding:.75rem;border:2px solid #e5e5e5;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;transition:border-color .2s;background:#fff;width:100%;box-sizing:border-box;min-height:44px}.FotfCasCalc-form-input-942fec4:focus,.FotfCasCalc-form-select-39824bf:focus{outline:0;border-color:#0a8543;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(10,133,67,.1)}.FotfCasCalc-input-with-symbol-b27ed22{position:relative;display:flex;align-items:center}.FotfCasCalc-input-symbol-7bab205{position:absolute;left:.75rem;color:#666;color:var(--text-muted);font-weight:500;z-index:1}.FotfCasCalc-input-with-symbol-b27ed22 .FotfCasCalc-form-input-942fec4{padding-left:2rem;padding-right:3rem}.FotfCasCalc-input-suffix-a5c691a{position:absolute;right:.75rem;color:#666;color:var(--text-muted);font-size:.9rem;font-weight:500}.FotfCasCalc-checkbox-grid-c83b2d3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.FotfCasCalc-checkbox-label-0576199,.FotfCasCalc-radio-label-fcc1744{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:6px;transition:background-color .2s}.FotfCasCalc-checkbox-label-0576199:hover,.FotfCasCalc-radio-label-fcc1744:hover{background:#f8f9fa;background:var(--background-light)}.FotfCasCalc-checkbox-label-0576199 input[type=checkbox],.FotfCasCalc-radio-label-fcc1744 input[type=radio]{width:18px;height:18px;cursor:pointer}.FotfCasCalc-checkbox-text-cd93881,.FotfCasCalc-radio-text-6eaab58{font-size:.95rem;color:#333;color:var(--text-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.FotfCasCalc-radio-group-7748529{display:flex;flex-direction:column;gap:.5rem}.FotfCasCalc-error-a6856c7{color:#dc3545;color:var(--error-color);font-size:.85rem;margin-top:.25rem;display:block}.FotfCasCalc-error-message-712f713{background:#fef2f2;border:1px solid #fecaca;color:#dc3545;color:var(--error-color);padding:1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.FotfCasCalc-form-actions-68d401f{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5;border-top:1px solid var(--border-color)}.FotfCasCalc-calculate-btn-1cca61d{background:#0a8543;background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:.2s;min-width:200px}.FotfCasCalc-calculate-btn-1cca61d:hover:not(:disabled){background:#2ca01c;background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(10,133,67,.3)}.FotfCasCalc-calculate-btn-1cca61d:disabled{opacity:.6;cursor:not-allowed;transform:none}.FotfCasCalc-theme-dark-b3fe82f{--text-color:#fff;--text-muted:#b0b0b0;--border-color:#404040;--background-light:#2a2a2a}.FotfCasCalc-theme-dark-b3fe82f .FotfCasCalc-root-d975a86{background:#1a1a1a;color:#333;color:var(--text-color)}@media screen and (max-width:1023px){.FotfCasCalc-header-e565946{padding:1.5rem 1rem}.FotfCasCalc-title-d98eb3e{font-size:1.5rem}.FotfCasCalc-description-b3edee5{font-size:1rem}.FotfCasCalc-form-container-b0d5f03{padding:1rem}.FotfCasCalc-form-grid-0f17528{grid-template-columns:1fr;gap:1rem}.FotfCasCalc-checkbox-grid-c83b2d3{grid-template-columns:1fr}.FotfCasCalc-cas-tabs-1212621{flex-direction:column;gap:0}.FotfCasCalc-cas-tab-f7a16da{padding:.75rem 1rem;min-width:auto;width:100%}.FotfCasCalc-form-input-942fec4,.FotfCasCalc-form-select-39824bf{padding:.65rem .5rem;font-size:.95rem}.FotfCasCalc-input-with-symbol-b27ed22 .FotfCasCalc-form-input-942fec4{padding-left:1.75rem;padding-right:2.5rem}.FotfCasCalc-input-symbol-7bab205{left:.5rem;font-size:.9rem}.FotfCasCalc-input-suffix-a5c691a{right:.5rem;font-size:.85rem}.FotfCasCalc-auto-fill-container-baceec3{justify-content:center}}@media screen and (min-width:768px) and (max-width:1023px){.FotfCasCalc-checkbox-grid-c83b2d3,.FotfCasCalc-form-grid-0f17528{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.FotfCasCalc-form-grid-0f17528{grid-template-columns:repeat(2,1fr)}.FotfCasCalc-checkbox-grid-c83b2d3{grid-template-columns:repeat(3,1fr)}}.FotfCasCalc-pdf-generation-overlay-cf3c56f{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.95);z-index:9999;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#333}.FotfCasCalc-pdf-capture-clone-5a2c45e{position:fixed;left:0;top:0;background-color:#fff;padding:20px;z-index:9998}@media print{@page{margin:.4in .5in;size:letter}.FotfCasCalc-cas-tabs-1212621,.FotfCasCalc-header-e565946{display:none!important}.FotfCasCalc-root-d975a86{box-shadow:none;border-radius:0;max-width:100%;margin:0;padding:0}body.FotfCasCalc-print-cas-calc-only-9df512a *{visibility:hidden!important}body.FotfCasCalc-print-cas-calc-only-9df512a [data-component=fotf-cas-calc],body.FotfCasCalc-print-cas-calc-only-9df512a [data-component=fotf-cas-calc] *{visibility:visible!important}body.FotfCasCalc-print-cas-calc-only-9df512a [data-component=fotf-cas-calc]{position:absolute!important;left:0!important;top:0!important;width:100%!important}body.FotfCasCalc-print-cas-calc-only-9df512a aside:not([data-component=fotf-cas-calc]*),body.FotfCasCalc-print-cas-calc-only-9df512a footer:not([data-component=fotf-cas-calc]*),body.FotfCasCalc-print-cas-calc-only-9df512a header:not([data-component=fotf-cas-calc]*),body.FotfCasCalc-print-cas-calc-only-9df512a nav:not([data-component=fotf-cas-calc]*){display:none!important}}.ResultsSection-results-section-a6b2402{padding:2rem;background:#fff}.ResultsSection-results-header-7b2ddd7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.ResultsSection-header-content-9477925{flex:1 1}.ResultsSection-results-title-7963962{font-size:2rem;font-weight:700;color:var(--primary-color);margin:0 0 .5rem}.ResultsSection-results-subtitle-396a430{font-size:1.1rem;color:var(--text-muted);margin:0}.ResultsSection-header-actions-b9664b3{display:flex;gap:1rem;align-items:center}.ResultsSection-export-actions-1f6e082{display:flex;gap:.75rem;align-items:center}.ResultsSection-back-btn-37e5064{background:0 0;border:2px solid var(--primary-color);color:var(--primary-color);padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:.2s}.ResultsSection-back-btn-37e5064:hover{background:var(--primary-color);color:#fff}.ResultsSection-download-btn-4bda2b2{border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:.2s;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.ResultsSection-download-btn-4bda2b2.ResultsSection-primary-49a36f2{background:var(--primary-color);color:#fff}.ResultsSection-download-btn-4bda2b2.ResultsSection-primary-49a36f2:hover{background:var(--primary-hover);transform:translateY(-1px)}.ResultsSection-download-btn-4bda2b2.ResultsSection-secondary-cbcca7b{background:0 0;color:var(--primary-color);border:2px solid var(--primary-color)}.ResultsSection-download-btn-4bda2b2.ResultsSection-secondary-cbcca7b:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px)}.ResultsSection-executive-summary-0380b87{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:2rem;margin-bottom:2rem}.ResultsSection-summary-title-009729c{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0 0 1.5rem}.ResultsSection-summary-content-fccbe5c{display:flex;flex-direction:column;gap:1rem}.ResultsSection-summary-text-959e500{font-size:1rem;line-height:1.6;color:var(--text-color);margin:0}.ResultsSection-highlight-13595e2{font-weight:700;color:var(--primary-color);background:rgba(10,133,67,.1);padding:.125rem .25rem;border-radius:3px}.ResultsSection-metrics-grid-c772e43{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.ResultsSection-metric-card-a2da5b3{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:.2s}.ResultsSection-metric-card-a2da5b3:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ResultsSection-metric-card-a2da5b3.ResultsSection-primary-49a36f2{border-color:var(--primary-color);background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.ResultsSection-metric-header-b71bd8a{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ResultsSection-metric-title-e9fb444{font-size:1rem;font-weight:600;color:var(--text-color);margin:0}.ResultsSection-metric-badge-6c28fcc{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.ResultsSection-metric-badge-6c28fcc.ResultsSection-growth-e1e7674{background:#dcfce7;color:#166534}.ResultsSection-metric-value-ca89a87{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ResultsSection-metric-description-de4a975{font-size:.9rem;color:var(--text-muted);margin:0}.ResultsSection-charts-section-8e86798{margin-bottom:2rem}.ResultsSection-section-title-3224c89{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0 0 1.5rem}.ResultsSection-charts-grid-45c231a{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.ResultsSection-scenarios-section-2fe5f62{background:#f8f9fa;border-radius:8px;padding:2rem;margin-bottom:2rem}.ResultsSection-scenarios-content-d3d23f1{display:flex;gap:2rem;align-items:center}.ResultsSection-scenario-controls-b6e88af{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}.ResultsSection-control-group-c077627{display:flex;flex-direction:column;gap:.5rem}.ResultsSection-control-label-73a5c6e{font-size:.9rem;font-weight:500;color:var(--text-color)}.ResultsSection-slider-632d6c5{width:100%;height:6px;border-radius:3px;background:#e5e5e5;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ResultsSection-slider-632d6c5::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ResultsSection-slider-632d6c5::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ResultsSection-slider-labels-2b934e9{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.ResultsSection-scenario-results-8bae85a{flex:1 1;display:flex;flex-direction:column;gap:1rem}.ResultsSection-scenario-metric-9f97bb3{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:6px;border:1px solid var(--border-color)}.ResultsSection-scenario-label-7a855d0{font-weight:500;color:var(--text-color)}.ResultsSection-scenario-value-1670a17{font-weight:700;font-size:1.1rem;color:var(--primary-color)}.ResultsSection-scenario-value-1670a17.ResultsSection-positive-b6b8be6{color:var(--success-color)}.ResultsSection-scenario-value-1670a17.ResultsSection-negative-6d97899{color:var(--error-color)}.ResultsSection-benchmarks-section-c5f302c{margin-bottom:2rem}.ResultsSection-benchmarks-table-180f89f{background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.ResultsSection-table-header-4300d11{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:var(--primary-color);color:#fff;font-weight:600}.ResultsSection-table-row-b84e5cd{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--border-color)}.ResultsSection-table-row-b84e5cd:last-child{border-bottom:none}.ResultsSection-table-row-b84e5cd:nth-child(2n){background:#f8f9fa}.ResultsSection-table-cell-59ba323{padding:1rem;display:flex;align-items:center}.ResultsSection-table-cell-59ba323.ResultsSection-header-eaa73ef{font-weight:600;color:#fff}.ResultsSection-table-cell-59ba323.ResultsSection-metric-03122f4{font-weight:500;color:var(--text-color)}.ResultsSection-table-cell-59ba323.ResultsSection-your-firm-6c223f5{font-weight:600;color:var(--primary-color);font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ResultsSection-table-cell-59ba323.ResultsSection-industry-2dac217,.ResultsSection-table-cell-59ba323.ResultsSection-top-cb89573{color:var(--text-muted);font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ResultsSection-recommendations-section-5132130{margin-bottom:2rem}.ResultsSection-recommendations-grid-fa27383{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.ResultsSection-recommendation-card-5e9bc56{display:flex;gap:1rem;padding:1.5rem;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:.2s}.ResultsSection-recommendation-card-5e9bc56:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ResultsSection-recommendation-number-ea20538{flex-shrink:0;width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.ResultsSection-recommendation-content-26916cd{flex:1 1}.ResultsSection-recommendation-title-f5e6561{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem}.ResultsSection-recommendation-description-35dd5ad{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0}.ResultsSection-pricing-section-4f37d71{background:#f8f9fa;border-radius:8px;padding:2rem}.ResultsSection-pricing-content-23a8ef3{display:flex;flex-direction:column;gap:1.5rem}.ResultsSection-pricing-tiers-8dabb8e{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.ResultsSection-pricing-tier-97bf946{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:6px;border:1px solid var(--border-color)}.ResultsSection-tier-name-15eeb2a{font-weight:500;color:var(--text-color)}.ResultsSection-tier-price-884ed69{font-weight:700;color:var(--primary-color);font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ResultsSection-pricing-advice-f269352{padding:1rem;background:#fff;border-radius:6px;border-left:4px solid var(--primary-color)}.ResultsSection-pricing-advice-f269352 p{margin:0;font-size:.9rem;color:var(--text-color);line-height:1.5}@media screen and (max-width:768px){.ResultsSection-results-header-7b2ddd7{flex-direction:column;gap:1rem;align-items:stretch}.ResultsSection-header-actions-b9664b3{justify-content:center}.ResultsSection-export-actions-1f6e082{flex-direction:column;gap:.75rem}.ResultsSection-download-btn-4bda2b2{justify-content:center}.ResultsSection-charts-grid-45c231a{grid-template-columns:1fr}.ResultsSection-scenarios-content-d3d23f1{flex-direction:column;gap:1.5rem}.ResultsSection-table-header-4300d11,.ResultsSection-table-row-b84e5cd{grid-template-columns:1fr;gap:.5rem}.ResultsSection-table-cell-59ba323{padding:.75rem;border-bottom:1px solid var(--border-color)}.ResultsSection-table-cell-59ba323:last-child{border-bottom:none}.ResultsSection-pricing-tiers-8dabb8e,.ResultsSection-recommendations-grid-fa27383{grid-template-columns:1fr}}@media print{.ResultsSection-back-btn-37e5064,.ResultsSection-download-btn-4bda2b2,.ResultsSection-export-actions-1f6e082,.ResultsSection-header-actions-b9664b3,.ResultsSection-scenario-controls-b6e88af,.ResultsSection-slider-632d6c5,.ResultsSection-slider-labels-2b934e9{display:none!important}.ResultsSection-results-section-a6b2402{padding:.5rem;background:#fff;width:100%}.ResultsSection-results-header-7b2ddd7{padding-bottom:.25rem;margin-bottom:.25rem;border-bottom:none}.ResultsSection-executive-summary-0380b87{margin-bottom:.5rem!important;padding:1rem;page-break-after:avoid}.ResultsSection-metrics-grid-c772e43{gap:.5rem;page-break-before:avoid}.ResultsSection-benchmarks-section-c5f302c,.ResultsSection-charts-section-8e86798,.ResultsSection-metrics-grid-c772e43,.ResultsSection-pricing-section-4f37d71,.ResultsSection-recommendations-section-5132130,.ResultsSection-scenarios-section-2fe5f62{margin-bottom:.75rem!important;page-break-inside:avoid}.ResultsSection-section-title-3224c89{margin-bottom:.5rem!important;font-size:1.1rem}*,:after,:before{-webkit-print-color-adjust:exact!important}.ResultsSection-results-title-7963962{font-size:1.25rem;margin-bottom:.25rem}.ResultsSection-results-subtitle-396a430{font-size:.9rem}.ResultsSection-metric-value-ca89a87{font-size:1.1rem}.ResultsSection-metric-card-a2da5b3{padding:.5rem}.ResultsSection-metric-title-e9fb444{font-size:.85rem}.ResultsSection-metric-description-de4a975{font-size:.75rem}.ResultsSection-table-header-4300d11{display:grid!important;grid-template-columns:2fr 1fr 1fr 1fr!important;background:#e8f5e9!important;border-bottom:2px solid #0a8543!important}.ResultsSection-table-cell-59ba323.ResultsSection-header-eaa73ef,.ResultsSection-table-header-4300d11 .ResultsSection-table-cell-59ba323,.ResultsSection-table-header-4300d11 .ResultsSection-table-cell-59ba323.ResultsSection-header-eaa73ef{color:#fff!important;font-weight:700!important;font-size:.85rem!important;padding:.75rem .5rem!important;display:flex!important}.ResultsSection-benchmarks-table-180f89f{overflow:visible}.ResultsSection-table-row-b84e5cd{display:grid!important;grid-template-columns:2fr 1fr 1fr 1fr!important}.ResultsSection-table-row-b84e5cd .ResultsSection-table-cell-59ba323{font-size:.8rem;padding:.5rem;display:flex!important}.ResultsSection-benchmarks-section-c5f302c .ResultsSection-section-title-3224c89{color:#0a8543!important;font-weight:700!important}.ResultsSection-scenarios-section-2fe5f62{padding:.5rem}.ResultsSection-scenarios-content-d3d23f1{justify-content:center}.ResultsSection-scenario-results-8bae85a{width:100%}.ResultsSection-charts-section-8e86798{margin-bottom:.5rem!important}.ResultsSection-charts-grid-45c231a{gap:.75rem}.ResultsSection-recommendations-grid-fa27383{gap:.5rem}.ResultsSection-recommendation-card-5e9bc56{padding:.5rem}.ResultsSection-recommendation-title-f5e6561{font-size:.9rem}.ResultsSection-recommendation-description-35dd5ad{font-size:.8rem}.ResultsSection-pricing-section-4f37d71{padding:.75rem}.ResultsSection-summary-title-009729c{font-size:1.1rem;margin-bottom:.5rem}.ResultsSection-summary-text-959e500{font-size:.9rem;line-height:1.4}.ResultsSection-print-summary-only-3290a3c .ResultsSection-benchmarks-section-c5f302c,.ResultsSection-print-summary-only-3290a3c .ResultsSection-charts-section-8e86798,.ResultsSection-print-summary-only-3290a3c .ResultsSection-recommendations-section-5132130,.ResultsSection-print-summary-only-3290a3c .ResultsSection-scenarios-section-2fe5f62{display:none!important}.ResultsSection-print-summary-only-3290a3c .ResultsSection-results-section-a6b2402{max-width:100%}.ResultsSection-print-summary-only-3290a3c .ResultsSection-metrics-grid-c772e43{page-break-after:avoid}}.RevenueComparisonChart-revenue-chart-da2c645{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.RevenueComparisonChart-chart-header-1019f90{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.RevenueComparisonChart-chart-title-5083257{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin:0}.RevenueComparisonChart-revenue-increase-f734ee9{display:flex;align-items:center;gap:.5rem}.RevenueComparisonChart-increase-label-ddbc67d{font-size:.9rem;color:var(--text-muted)}.RevenueComparisonChart-increase-value-be7658f{font-size:1.1rem;font-weight:700;color:var(--success-color);background:rgba(40,167,69,.1);padding:.25rem .5rem;border-radius:4px}.RevenueComparisonChart-chart-container-8f670c5{margin-bottom:1.5rem}.RevenueComparisonChart-chart-bars-1ca5529{display:flex;align-items:flex-end;gap:1.5rem;height:220px;margin-bottom:1rem;padding-top:30px}.RevenueComparisonChart-bar-group-66b611b{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}.RevenueComparisonChart-bar-label-cdb0caa{font-size:.9rem;font-weight:500;color:var(--text-color);margin-bottom:.5rem;text-align:center;flex-shrink:0}.RevenueComparisonChart-bar-container-bcd7f98{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;position:relative}.RevenueComparisonChart-bar-bc21ed4{width:80%;max-width:80px;min-height:20px;border-radius:4px 4px 0 0;position:relative;transition:.3s;cursor:pointer;box-sizing:border-box}.RevenueComparisonChart-bar-bc21ed4:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.RevenueComparisonChart-current-bar-df787e4{background:linear-gradient(135deg,#6c757d,#5a6268)}.RevenueComparisonChart-cas-bar-d6968fc{background:linear-gradient(135deg,#0a8543,#2ca01c)}.RevenueComparisonChart-industry-bar-eb8d4ba{background:linear-gradient(135deg,#007bff,#0056b3)}.RevenueComparisonChart-bar-value-1e8adc6{color:#000!important;font-size:.75rem;font-weight:700;text-align:center;white-space:nowrap;background-color:#f8f9fa;padding:4px 10px;border-radius:4px;border:1px solid #dee2e6;margin-bottom:8px;flex-shrink:0}.RevenueComparisonChart-chart-legend-816a63e{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.RevenueComparisonChart-legend-item-2e4e93e{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-color)}.RevenueComparisonChart-legend-color-b7c46da{width:16px;height:16px;border-radius:3px}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-current-5d3d4fb{background:#6c757d}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-cas-4ae7b05{background:#0a8543}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-industry-34f8433{background:#007bff}.RevenueComparisonChart-chart-summary-c9c571e{display:flex;justify-content:space-around;padding-top:1rem;border-top:1px solid var(--border-color)}.RevenueComparisonChart-summary-item-31c04d3{display:flex;flex-direction:column;align-items:center;gap:.25rem}.RevenueComparisonChart-summary-label-6367b40{font-size:.85rem;color:var(--text-muted);font-weight:500}.RevenueComparisonChart-summary-value-29b54bf{font-size:1.1rem;font-weight:700;color:var(--text-color)}.RevenueComparisonChart-summary-value-29b54bf.RevenueComparisonChart-positive-b95229b{color:var(--success-color)}@media screen and (max-width:768px){.RevenueComparisonChart-chart-bars-1ca5529{gap:1rem;height:150px}.RevenueComparisonChart-bar-value-1e8adc6{font-size:.7rem}.RevenueComparisonChart-chart-legend-816a63e{gap:1rem}.RevenueComparisonChart-chart-summary-c9c571e{flex-direction:column;gap:1rem}.RevenueComparisonChart-revenue-increase-f734ee9{flex-direction:column;align-items:flex-end;gap:.25rem}}@media print{.RevenueComparisonChart-revenue-chart-da2c645{padding:1rem;box-shadow:none;border:1px solid #e5e5e5}.RevenueComparisonChart-chart-header-1019f90{margin-bottom:1rem;padding-bottom:.5rem}.RevenueComparisonChart-chart-bars-1ca5529{height:180px;padding-top:25px}.RevenueComparisonChart-bar-bc21ed4,.RevenueComparisonChart-cas-bar-d6968fc,.RevenueComparisonChart-current-bar-df787e4,.RevenueComparisonChart-industry-bar-eb8d4ba{-webkit-print-color-adjust:exact!important}.RevenueComparisonChart-current-bar-df787e4{background:#6c757d!important}.RevenueComparisonChart-cas-bar-d6968fc{background:#0a8543!important}.RevenueComparisonChart-industry-bar-eb8d4ba{background:#007bff!important}.RevenueComparisonChart-bar-value-1e8adc6{background-color:#f8f9fa!important;color:#000!important}.RevenueComparisonChart-legend-color-b7c46da{-webkit-print-color-adjust:exact!important}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-current-5d3d4fb{background-color:#6c757d!important}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-cas-4ae7b05{background-color:#0a8543!important}.RevenueComparisonChart-legend-color-b7c46da.RevenueComparisonChart-industry-34f8433{background-color:#007bff!important}.RevenueComparisonChart-chart-summary-c9c571e{padding-top:.5rem}}.ServiceBreakdownChart-service-chart-7a4f6f3{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ServiceBreakdownChart-chart-header-f47da7d{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.ServiceBreakdownChart-chart-title-8cfd55e{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin:0 0 .25rem}.ServiceBreakdownChart-chart-subtitle-b9d7477{font-size:.9rem;color:var(--text-muted);margin:0}.ServiceBreakdownChart-chart-container-05dfe63{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem}.ServiceBreakdownChart-pie-chart-ad0fee3{flex-shrink:0;display:flex;justify-content:center;align-items:center}.ServiceBreakdownChart-pie-segment-693dfe5{transition:.2s;cursor:pointer}.ServiceBreakdownChart-pie-segment-693dfe5:hover{filter:brightness(1.1);transform-origin:center;transform:scale(1.05)}.ServiceBreakdownChart-segment-label-d5beb29{pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ServiceBreakdownChart-chart-legend-17a395e{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.ServiceBreakdownChart-legend-item-b144b5e{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;transition:background-color .2s}.ServiceBreakdownChart-legend-item-b144b5e:hover{background:var(--background-light)}.ServiceBreakdownChart-legend-color-73bec6f{width:16px;height:16px;border-radius:3px;flex-shrink:0}.ServiceBreakdownChart-legend-content-72ebf8a{display:flex;justify-content:space-between;align-items:center;width:100%}.ServiceBreakdownChart-legend-name-fc904e1{font-size:.9rem;color:var(--text-color);font-weight:500}.ServiceBreakdownChart-legend-percentage-b0b09c2{font-size:.85rem;color:var(--text-muted);font-weight:600;background:var(--background-light);padding:.25rem .5rem;border-radius:4px}.ServiceBreakdownChart-no-data-954e6a4{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:var(--text-muted)}.ServiceBreakdownChart-no-data-icon-a0e4016{font-size:3rem;margin-bottom:1rem;opacity:.5}.ServiceBreakdownChart-no-data-954e6a4 p{margin:.5rem 0;font-size:1rem}.ServiceBreakdownChart-no-data-subtitle-b6cb62d{font-size:.9rem;opacity:.8}.ServiceBreakdownChart-chart-summary-03d79a0{display:flex;justify-content:space-around;padding-top:1rem;border-top:1px solid var(--border-color)}.ServiceBreakdownChart-summary-item-75059df{display:flex;flex-direction:column;align-items:center;gap:.25rem}.ServiceBreakdownChart-summary-label-83fda6a{font-size:.85rem;color:var(--text-muted);font-weight:500}.ServiceBreakdownChart-summary-value-61e8d79{font-size:1rem;font-weight:700;color:var(--text-color)}@media screen and (max-width:768px){.ServiceBreakdownChart-chart-container-05dfe63{flex-direction:column;gap:1.5rem}.ServiceBreakdownChart-pie-chart-ad0fee3{order:2}.ServiceBreakdownChart-chart-legend-17a395e{order:1;width:100%}.ServiceBreakdownChart-chart-summary-03d79a0{flex-direction:column;gap:1rem}.ServiceBreakdownChart-legend-content-72ebf8a{flex-direction:column;align-items:flex-start;gap:.25rem}.ServiceBreakdownChart-legend-percentage-b0b09c2{align-self:flex-end}}@media screen and (min-width:769px) and (max-width:1024px){.ServiceBreakdownChart-chart-container-05dfe63{gap:1.5rem}.ServiceBreakdownChart-chart-legend-17a395e{gap:.5rem}}@media print{.ServiceBreakdownChart-service-chart-7a4f6f3{padding:1rem;box-shadow:none;border:1px solid #e5e5e5}.ServiceBreakdownChart-chart-header-f47da7d{margin-bottom:1rem;padding-bottom:.5rem}.ServiceBreakdownChart-legend-color-73bec6f,.ServiceBreakdownChart-pie-chart-ad0fee3 svg,.ServiceBreakdownChart-pie-segment-693dfe5{-webkit-print-color-adjust:exact!important}.ServiceBreakdownChart-chart-summary-03d79a0{padding-top:.5rem}}
/*# sourceMappingURL=dbf625648ac63bfb.css.map*/