@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--foe-general-blue: #034ea2;--foe-general-green: #00ab4e;--foe-business: #0072bc;--foe-business-2: #e0f3fd;--foe-business-4: #1a2a57;--foe-residential-3: #00783d;--foe-trade-ally: #c45428;--foe-umbrella-2: #b7e4ea;--foe-body: #3c3c3c;--foe-white: #ffffff;--primary-color: var(--foe-general-blue);--cta-color: var(--foe-business);--accent-color: var(--foe-trade-ally);--footer-bg: var(--foe-business-4);--body-text: var(--foe-body);--light-bg: #f5f5f5;--border-color: #dddddd;--error-color: #d32f2f;--warning-color: #f57c00;--positive-color: var(--foe-residential-3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--light-bg);color:var(--body-text);line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.App{min-height:100vh;display:flex;flex-direction:column}.App-header{display:flex;flex-direction:column}.header-logo-bar{background:var(--foe-white);padding:.75rem 2rem;display:flex;align-items:center}.logo{height:64px;width:auto}.header-title-bar{background:var(--foe-general-blue);padding:1.25rem 2rem}.header-content{max-width:1200px;margin:0 auto}.App-header h1{font-size:2rem;font-weight:700;color:var(--foe-white);margin-bottom:.25rem}.subtitle{font-size:1rem;color:var(--foe-white);opacity:.92;max-width:800px}.container{flex:1;max-width:1000px;margin:2rem auto;padding:0 1rem;width:100%}.error-banner{background-color:#ffebee;border-left:4px solid var(--error-color);padding:1rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--error-color);padding:0 .25rem;line-height:1}.close-btn:focus-visible{outline:2px solid var(--error-color);outline-offset:2px}.progress-bar{display:flex;justify-content:space-between;margin-bottom:2rem;background:#fff;padding:2rem 1.5rem 1.5rem;box-shadow:none;border:1px solid var(--border-color)}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;opacity:.45}.progress-step.active{opacity:1}.progress-step:after{content:"";position:absolute;top:20px;left:calc(50% + 22px);width:calc(100% - 44px);height:2px;background-color:var(--border-color);z-index:0}.progress-step:last-child:after{display:none}.progress-step.active:after{background-color:var(--foe-general-green)}.step-number{width:40px;height:40px;background-color:var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem;position:relative;z-index:1;font-size:.95rem}.progress-step.active .step-number{background-color:var(--foe-business);color:#fff}.step-label{font-size:.8rem;text-align:center;font-weight:500;color:var(--body-text)}.form-content{background:#fff;padding:2rem;border:1px solid var(--border-color)}.form-step{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--foe-general-green)}.section-header h2{color:var(--foe-general-blue);font-size:1.5rem;font-weight:700;margin:0}.section-header .icon{font-size:1.5rem}.section-description{margin-bottom:1.5rem;color:var(--body-text)}.section-description h3{color:var(--foe-general-blue);margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--body-text);font-weight:500}.icon-label{display:flex;align-items:center;gap:.5rem}.form-group input[type=text],.form-group input[type=number],.form-group input[type=email],.form-group select{width:100%;padding:.75rem;border:2px solid var(--border-color);font-size:1rem;font-family:Inter,sans-serif;transition:border-color .2s;border-radius:0}.form-group input:focus,.form-group select:focus{outline:2px solid var(--foe-general-blue);outline-offset:2px;border-color:var(--foe-general-blue)}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.85rem}.checkbox-group{padding:1rem;background-color:var(--light-bg)}.checkbox-group.highlighted{background-color:var(--foe-business-2);border:2px solid var(--foe-general-blue)}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--foe-general-blue)}.checkbox-label input[type=checkbox]:focus-visible{outline:2px solid var(--foe-general-blue);outline-offset:2px}.checkbox-label span:first-of-type{flex:1}.sub-question{margin-left:2rem;margin-top:1rem}.checkbox-pills{display:flex;flex-wrap:wrap;gap:1rem}.pill-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid var(--border-color);cursor:pointer;transition:border-color .2s,background-color .2s;border-radius:0}.pill-option:hover{border-color:var(--foe-general-blue);background-color:var(--foe-business-2)}.pill-option input[type=checkbox]{margin:0;accent-color:var(--foe-general-blue)}.info-box{background-color:var(--foe-business-2);border-left:4px solid var(--foe-general-blue);padding:1rem;margin:1.5rem 0}.info-text{background-color:var(--light-bg);padding:.75rem;margin:1rem 0;font-size:.9rem;color:#666}.comparison-grid{border:1px solid var(--border-color);overflow:hidden}.grid-header,.grid-row{display:grid;grid-template-columns:2fr 2fr 1fr;gap:1rem;padding:1rem}.grid-header{background-color:var(--foe-general-blue);color:#fff;font-weight:600}.grid-row{border-bottom:1px solid var(--border-color)}.grid-row:last-child{border-bottom:none}.row-label{font-weight:500;display:flex;align-items:center}.row-input select,.row-input input{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:0;font-family:Inter,sans-serif}.collapsible-section{margin-bottom:2rem}.section-header.clickable{cursor:pointer;justify-content:space-between}.collapse-icon{color:var(--foe-general-blue);font-size:1.2rem}.section-content{padding-top:1rem}.button-group{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;font-family:Inter,sans-serif;border:none;border-radius:0;cursor:pointer;transition:background-color .2s,color .2s;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--foe-general-blue);outline-offset:2px}.btn-primary{background-color:var(--foe-business);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--foe-general-blue)}.btn-secondary{background-color:var(--foe-umbrella-2);color:var(--foe-general-blue);border:none}.btn-secondary:hover:not(:disabled){background-color:#a0d4dc}.results-container{animation:fadeIn .5s ease-in}.results-intro{background-color:var(--foe-business-2);padding:1.5rem;margin-bottom:2rem;border-left:4px solid var(--foe-general-blue)}.warning-box{background-color:#fff3e0;border-left:4px solid var(--warning-color);padding:1rem;margin-bottom:2rem}.warning-box h3{color:var(--warning-color);margin-bottom:.5rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.result-section{background-color:var(--light-bg);padding:1.5rem;border-top:4px solid var(--foe-general-blue)}.result-section.full-width{grid-column:1 / -1}.result-section h3{color:var(--foe-general-blue);margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.result-item{background-color:#fff;padding:1.25rem;margin-bottom:1rem;border-left:4px solid var(--foe-general-green)}.result-item.highlight{border-left-color:var(--foe-trade-ally);background-color:#fff8f5}.result-item.comparison{border-left-color:var(--foe-general-blue);background-color:var(--foe-business-2)}.result-label{font-weight:600;color:#666;font-size:.85rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.result-value{font-size:2rem;font-weight:700;color:var(--foe-general-blue);margin-bottom:.5rem}.result-value.positive{color:var(--foe-residential-3)}.result-value.negative{color:var(--error-color)}.result-description{color:#666;font-size:.9rem;line-height:1.4}.next-steps{background-color:var(--foe-business-2);padding:1.5rem;margin-bottom:2rem}.next-steps h3{color:var(--foe-general-blue);margin-bottom:1rem;font-weight:700}.next-steps ul{list-style-position:inside;color:var(--body-text)}.next-steps li{margin-bottom:.5rem}.disclaimer{background-color:var(--light-bg);padding:1rem;font-size:.85rem;color:#666;margin-bottom:2rem;border:1px solid var(--border-color)}.attribution{text-align:center;color:#666;font-size:.9rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.App-footer{background-color:var(--footer-bg);color:#fff;text-align:center;padding:1.5rem;margin-top:2rem}.App-footer p{margin:.25rem 0;font-size:.9rem}@media(max-width:768px){.App-header h1{font-size:1.5rem}.subtitle{font-size:.95rem}.header-logo-bar{padding:.75rem 1rem}.header-title-bar{padding:1rem}.logo{height:48px}.progress-bar{padding:1rem}.step-label{font-size:.7rem}.form-content{padding:1.25rem}.results-grid{grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%;text-align:center}.comparison-grid{font-size:.9rem}.grid-header,.grid-row{grid-template-columns:1fr;gap:.5rem}.row-label{font-weight:600;grid-column:1 / -1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-wrapper{position:relative;display:inline-block;margin-left:5px}.tooltip-trigger{background:none;border:none;padding:0;cursor:help;display:inline-flex;align-items:center;font-family:inherit}.tooltip-trigger:focus-visible{outline:2px solid #034ea2;outline-offset:2px}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#034ea2;color:#fff;font-size:11px;font-weight:700;font-family:Inter,sans-serif;cursor:help;transition:background-color .2s;border-radius:0}.tooltip-trigger:hover .info-icon,.tooltip-trigger:focus-visible .info-icon{background-color:#0072bc}.tooltip-content{position:absolute;bottom:125%;left:50%;transform:translate(-50%);background-color:#1a2a57;color:#fff;padding:12px 16px;font-size:14px;line-height:1.5;width:340px;max-width:90vw;z-index:1000;text-align:left;font-weight:400;font-family:Inter,sans-serif}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#1a2a57}.tooltip-content a{color:#b7e4ea;text-decoration:underline}.tooltip-content a:hover{color:#e0f3fd}@media(max-width:768px){.tooltip-content{width:250px;font-size:13px;padding:10px 12px}}
