.calculator-page-v2[data-astro-cid-a7jycna2]{min-height:100vh;background:#f8f9fa;padding:100px 20px 40px}.simplified-calculator{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 20px #00000014;overflow:visible}.calc-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:var(--brand-primary, #11292C);color:#fff;margin-top:20px}.calc-header h1{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.calc-header .subtitle{font-size:14px;color:#ffffffb3;margin:0}.preset-buttons{display:flex;gap:8px}.preset-btn{padding:8px 16px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:transparent;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.preset-btn:hover{border-color:var(--brand-secondary, #C4ECB0);background:var(--brand-secondary, #C4ECB0);color:var(--brand-primary, #11292C)}.industry-row{display:flex;gap:16px;align-items:center;padding:24px 40px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.industry-field{display:flex;flex-direction:column;gap:4px;flex:1}.industry-field label{font-size:9px;font-weight:700;color:var(--brand-primary, #11292C);text-transform:uppercase;letter-spacing:.8px}.industry-field select{padding:8px 10px;border:none;border-radius:6px;font-size:13px;font-weight:600;color:var(--brand-primary, #11292C);background:#fff;cursor:pointer;transition:all .2s ease}.industry-field select:hover{background:#f8f9fa}.industry-benchmark-info{display:flex;flex-direction:column;gap:4px;padding:12px 16px;background:#fff;border-radius:6px;margin-left:auto}.benchmark-label{font-size:9px;font-weight:700;color:var(--brand-primary, #11292C);text-transform:uppercase;letter-spacing:.8px}.benchmark-value{font-size:16px;font-weight:700;color:var(--brand-primary, #11292C)}.benchmark-note{font-size:11px;color:#6c757d;font-style:italic}.industry-recommendation{position:relative;display:flex;flex-direction:column;align-items:center;padding:12px 20px;background:var(--brand-primary, #11292C);border-radius:8px;margin-left:auto;cursor:pointer;transition:all .2s ease}.industry-recommendation:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.rec-label{font-size:10px;font-weight:600;color:var(--brand-secondary, #C4ECB0);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.rec-value{font-size:24px;font-weight:700;color:#fff;line-height:1}.rec-confidence{font-size:11px;color:var(--brand-secondary, #C4ECB0);margin-top:4px}.industry-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:2px solid var(--brand-primary, #11292C);border-radius:12px;padding:24px;box-shadow:0 12px 40px #00000040;min-width:400px;max-width:500px;z-index:9999;animation:fadeIn .2s ease-out}.industry-tooltip:before{content:"";position:fixed;inset:0;background:#00000080;z-index:-1}.industry-tooltip .tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e9ecef}.industry-tooltip .tooltip-header strong{font-size:16px;color:var(--brand-primary, #11292C)}.industry-tooltip .tooltip-rationale{margin-bottom:16px}.industry-tooltip .rationale-title{font-size:12px;font-weight:700;color:#495057;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.industry-tooltip .tooltip-rationale ul{margin:0;padding-left:20px;font-size:13px;color:#6c757d}.industry-tooltip .tooltip-rationale li{margin-bottom:6px}.industry-tooltip .tooltip-bands{margin-bottom:16px}.industry-tooltip .band-title{font-size:12px;font-weight:700;color:#495057;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.industry-tooltip .bands-bar{display:flex;gap:10px}.industry-tooltip .band{flex:1;padding:10px;background:#f8f9fa;border-radius:8px;text-align:center}.industry-tooltip .band-label{display:block;font-size:10px;font-weight:600;color:#6c757d;text-transform:uppercase;margin-bottom:6px}.industry-tooltip .band-value{display:block;font-size:16px;font-weight:700;color:var(--brand-primary, #11292C)}.industry-tooltip .apply-button{width:100%;padding:12px;background:var(--brand-primary, #11292C);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.industry-tooltip .apply-button:hover{background:var(--brand-secondary, #C4ECB0);color:var(--brand-primary, #11292C)}.input-row{display:flex;gap:48px;padding:40px;background:#fff;border-radius:0;margin-bottom:0;border:none}.input-column{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}.input-column:not(:last-child){border-right:1px solid #e9ecef;padding-right:48px}.input-field{display:flex;flex-direction:column;gap:6px;align-items:stretch;min-height:60px}.input-field label{font-size:9px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:1px;margin-bottom:0;height:12px;display:flex;align-items:center}.input-field input[type=number],.input-field select{padding:10px 12px;border:none;border-bottom:2px solid #e9ecef;border-radius:0;font-size:16px;font-weight:400;color:#1a1a1a;background:transparent;transition:all .2s ease;height:42px}.input-field input[type=number]:hover,.input-field select:hover{border-bottom-color:#adb5bd}.input-field input:focus,.input-field select:focus{outline:none;border-bottom-color:var(--brand-primary, #11292C);border-bottom-width:2px}.input-field input::placeholder{color:#adb5bd;font-weight:400}.label-with-tooltip{display:flex;align-items:center;gap:6px}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#adb5bd;color:#fff;border-radius:50%;font-size:11px;font-weight:700;cursor:help;transition:all .2s ease;position:relative}.tooltip-icon:hover{background:var(--brand-primary, #11292C);color:#fff;transform:scale(1.1)}.tooltip-icon:after{content:attr(data-tooltip);position:fixed;bottom:auto;left:50%;transform:translate(-50%,-100%);background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;line-height:1.4;white-space:normal;width:240px;box-shadow:0 2px 8px #0003;opacity:0;visibility:hidden;transition:opacity .15s ease;z-index:10000;pointer-events:none}.tooltip-icon:hover:after{opacity:1;visibility:visible}.helper-text{font-size:10px;color:#adb5bd;margin:2px 0 0;font-weight:400;font-style:italic;min-height:14px;position:absolute;bottom:-16px;left:0}.input-field:has(.helper-text){position:relative;margin-bottom:16px}.input-with-prefix,.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-prefix input{padding-left:24px}.input-with-suffix input{padding-right:32px}.input-with-prefix span,.input-with-suffix span{position:absolute;font-size:14px;font-weight:400;color:#adb5bd;pointer-events:none}.input-with-prefix span{left:0;top:11px}.input-with-suffix span{right:0;top:11px}.results-strip{display:flex;gap:16px;align-items:center;padding:24px;background:#fff;border-radius:12px;margin-bottom:24px}.results-strip.ok,.results-strip.infeasible{background:#fff}.result-card{flex:1;text-align:center;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.result-card.highlight{background:#1a3d42;color:#fff}.result-card.highlight .result-value{opacity:.95}.result-card.highlight .result-label{color:#d4f4c4}.result-value{font-size:24px;font-weight:700}.result-subtext{font-size:11px;color:#6c757d;margin-top:6px;font-weight:400;line-height:1.3}.status-badge{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;white-space:nowrap}.status-badge.ok{background:var(--brand-primary, #11292C);color:#fff}.status-badge.infeasible{background:#dc3545;color:#fff}.status-badge-standalone{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;text-align:center;margin-bottom:24px;display:inline-block}.status-badge-standalone.ok{background:var(--brand-primary, #11292C);color:#fff}.status-badge-standalone.infeasible{background:#dc3545;color:#fff}.infeasibility-reason{padding:16px 24px;background:#ffe5e5;border-left:4px solid #dc3545;border-radius:0;margin-bottom:0;color:#721c24;font-size:14px;line-height:1.5}.infeasibility-reason strong{color:#dc3545;margin-right:8px}.recommendations{padding:16px 24px;background:#fffbf0;border-left:4px solid #f4a100;border-radius:0;margin-bottom:24px}.recommendations strong{display:block;margin-bottom:8px;color:#856404;font-weight:600}.recommendations ul{margin:0;padding-left:20px;color:#856404}.recommendations li{margin-bottom:4px}.formulas-section{border-top:1px solid #e9ecef;padding-top:24px}.formulas-toggle{padding:12px 20px;border:1px solid #e9ecef;border-radius:8px;background:#fff;color:var(--brand-primary, #11292C);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.formulas-toggle:hover{border-color:var(--brand-secondary, #C4ECB0);background:#f8f9fa}.formulas-content{margin-top:16px;padding:20px;background:#f8f9fa;border-radius:8px}.formulas-table{width:100%;border-collapse:collapse;margin-bottom:16px}.formulas-table th{text-align:left;padding:12px;background:#fff;border-bottom:2px solid #dee2e6;font-size:12px;font-weight:600;text-transform:uppercase;color:#495057}.formulas-table td{padding:12px;border-bottom:1px solid #dee2e6;font-size:14px}.formulas-table code{background:#fff;padding:4px 8px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:12px;color:#495057}.sdr-info{padding:16px;background:#fff;border-radius:8px;border-left:4px solid var(--brand-secondary, #C4ECB0)}.sdr-info p{margin:0 0 8px;font-size:14px}.sdr-info .help-text{font-size:13px;color:#6c757d;margin:0}.industry-cac-chip{position:relative;margin-top:8px}.chip-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:2px solid;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.chip-badge:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.chip-badge.high{border-color:#28a745;background:#f0fff4}.chip-badge.medium{border-color:#ffc107;background:#fffbf0}.chip-badge.low{border-color:#dc3545;background:#fff5f5}.chip-icon{font-size:14px}.chip-text{color:#1a1a1a}.chip-confidence{font-size:11px;font-weight:500}.cac-tooltip{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:16px;box-shadow:0 8px 24px #0000001f;min-width:320px;max-width:400px;z-index:1000;animation:slideUp .2s ease-out}.tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.tooltip-header strong{font-size:14px;color:var(--brand-primary, #11292C)}.confidence-badge{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}.confidence-badge.high{background:#28a745;color:#fff}.confidence-badge.medium{background:#ffc107;color:#1a1a1a}.confidence-badge.low{background:#dc3545;color:#fff}.tooltip-rationale{margin-bottom:12px}.rationale-title{font-size:12px;font-weight:600;color:#495057;margin-bottom:6px}.tooltip-rationale ul{margin:0;padding-left:20px;font-size:12px;color:#6c757d}.tooltip-rationale li{margin-bottom:4px}.tooltip-bands{margin-bottom:12px}.band-title{font-size:12px;font-weight:600;color:#495057;margin-bottom:8px}.bands-bar{display:flex;gap:8px}.band{flex:1;padding:8px;background:#f8f9fa;border-radius:6px;text-align:center}.band-label{display:block;font-size:10px;font-weight:600;color:#6c757d;text-transform:uppercase;margin-bottom:4px}.band-value{display:block;font-size:14px;font-weight:700;color:var(--brand-primary, #11292C)}.apply-button{width:100%;padding:10px;background:var(--brand-primary, #11292C);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.apply-button:hover{background:var(--brand-secondary, #C4ECB0);color:var(--brand-primary, #11292C)}@media (max-width: 1200px){.input-row{gap:10px}.input-field{min-width:100px}}@media (max-width: 768px){.calc-header{flex-direction:column;align-items:flex-start;gap:16px}.preset-buttons{flex-wrap:wrap}.input-row{flex-direction:column}.input-field,.input-field.input-sm,.input-field.input-xs{flex:1;min-width:100%}.results-strip{flex-direction:column}.result-value{font-size:20px}}.seo-content[data-astro-cid-a7jycna2]{max-width:1200px;margin:60px auto 0;padding:40px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.seo-content[data-astro-cid-a7jycna2] h2[data-astro-cid-a7jycna2]{font-size:28px;font-weight:700;color:var(--brand-primary, #11292C);margin-bottom:16px}.seo-content[data-astro-cid-a7jycna2] h3[data-astro-cid-a7jycna2]{font-size:20px;font-weight:600;color:var(--brand-primary, #11292C);margin-top:32px;margin-bottom:12px}.seo-content[data-astro-cid-a7jycna2] p[data-astro-cid-a7jycna2]{font-size:16px;line-height:1.6;color:#495057;margin-bottom:16px}.seo-content[data-astro-cid-a7jycna2] ul[data-astro-cid-a7jycna2]{margin:16px 0;padding-left:24px}.seo-content[data-astro-cid-a7jycna2] li[data-astro-cid-a7jycna2]{font-size:16px;line-height:1.6;color:#495057;margin-bottom:12px}.seo-content[data-astro-cid-a7jycna2] strong[data-astro-cid-a7jycna2]{color:var(--brand-primary, #11292C);font-weight:600}@media (max-width: 768px){.seo-content[data-astro-cid-a7jycna2]{padding:24px;margin-top:40px}.seo-content[data-astro-cid-a7jycna2] h2[data-astro-cid-a7jycna2]{font-size:24px}.seo-content[data-astro-cid-a7jycna2] h3[data-astro-cid-a7jycna2]{font-size:18px}.seo-content[data-astro-cid-a7jycna2] p[data-astro-cid-a7jycna2],.seo-content[data-astro-cid-a7jycna2] li[data-astro-cid-a7jycna2]{font-size:14px}}
