html,body{margin:0;padding:0;width:100%;min-height:100%}#root{width:100%;min-height:100vh}.esri-view-root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6}.qualify-section{display:flex;justify-content:center;padding:1rem;margin:1.5rem 1rem}.qualify-button{background-color:var(--base-green);color:#fff;border:none;padding:1.25rem 3rem;font-size:1.25rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #0003}.qualify-button:hover{background-color:var(--base-green-hover);transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.qualify-button:active{background-color:var(--base-green-active);transform:translateY(0)}.tesla-button{background:linear-gradient(135deg,#08c,#069);box-shadow:0 2px 8px #08c6,0 0 20px #08c3}.tesla-button:hover{background:linear-gradient(135deg,#07b,#058);box-shadow:0 4px 12px #0088cc80,0 0 25px #0088cc4d;transform:translateY(-2px)}.tesla-button:active{background:linear-gradient(135deg,#06a,#047);box-shadow:0 2px 6px #08c6,0 0 15px #08c3}@media (max-width: 768px){.qualify-section{padding:1.5rem 1rem;margin:1rem .75rem}.qualify-button{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:400px}}@media (max-width: 480px){.qualify-section{padding:1.25rem .5rem;margin:.75rem .5rem}.qualify-button{font-size:1rem;padding:.875rem 1.5rem}}@media (min-width: 1024px){.qualify-section{margin:1rem auto;max-width:900px}}.wizard-section{background-color:#fff;margin:1.5rem 1rem;border:1px solid #d0d0d0;box-shadow:0 1px 3px #0000001a;padding:2rem 1.5rem;min-width:600px}.wizard-title{font-size:1.5rem;font-weight:600;color:var(--base-green);margin:0 0 2rem;padding-bottom:.75rem;border-bottom:2px solid var(--base-green)}.wizard-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:1rem;font-weight:500;color:#333;display:flex;align-items:center;gap:.5rem}.required{color:#d32f2f}.tooltip-trigger{cursor:help;font-size:.9rem;color:var(--base-green);opacity:.7;transition:opacity .2s;position:relative;display:inline-block}.tooltip-trigger:hover{opacity:1}.tooltip-text{visibility:hidden;opacity:0;background-color:#333;color:#fff;text-align:center;padding:.5rem .75rem;border-radius:4px;font-size:.85rem;white-space:nowrap;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);margin-bottom:5px;transition:opacity .3s,visibility .3s;box-shadow:0 2px 8px #0003}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#333}.tooltip-trigger:hover .tooltip-text{visibility:visible;opacity:1}.form-input,.form-textarea,.form-select{padding:.75rem;border:1px solid #d0d0d0;border-radius:4px;font-size:1rem;font-family:inherit;color:#333;background-color:#fff;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--base-green);box-shadow:0 0 0 2px #236e261a}.form-input.error,.form-textarea.error,.form-select.error{border-color:#d32f2f}.form-textarea{resize:vertical;min-height:80px}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;color:#333}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--base-green)}.error-message{color:#d32f2f;font-size:.875rem;margin-top:.25rem}.submit-button{background-color:var(--base-green);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-top:.5rem;align-self:flex-start}.submit-button:hover{background-color:var(--base-green-hover)}.submit-button:active{background-color:var(--base-green-active)}.disqualified-results{text-align:center;padding:2rem 0}.disqualified-title{font-size:1.5rem;font-weight:600;color:#d32f2f;margin:0 0 2rem}.disqualified-content{text-align:left;background-color:#ffebee;border-left:4px solid #d32f2f;padding:1.5rem;margin:2rem 0;border-radius:4px}.disqualified-content p{margin:0 0 1rem;line-height:1.6;color:#333}.disqualified-content p:last-child{margin-bottom:0}.savings-results{text-align:center;padding:2rem 0 1rem;border-bottom:1px solid #e0e0e0;margin-bottom:2rem}.savings-title{font-size:1.5rem;font-weight:600;color:var(--base-green);margin:0 0 2rem}.savings-display{margin:2rem 0}.savings-percentage{font-size:4rem;font-weight:700;color:var(--base-green);line-height:1;margin-bottom:.5rem}.savings-subtitle{font-size:1.1rem;color:#666;margin:.5rem 0}.savings-amount{font-size:2.5rem;font-weight:600;color:#2e7d32;margin-top:1rem}.file-upload-wrapper{display:flex;gap:.5rem;align-items:center}.file-input{display:none}.file-upload-button{background-color:#f5f5f5;color:#333;border:1px solid #d0d0d0;padding:.75rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.file-upload-button:hover{background-color:#e0e0e0}.file-name{font-size:.875rem;color:#666;margin-top:.5rem;font-style:italic}.form-actions{display:flex;gap:1rem;margin-top:1rem}.back-button{background-color:#f5f5f5;color:#333;border:1px solid #d0d0d0;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#e0e0e0}@media (max-width: 768px){.wizard-section{padding:1.5rem 1.25rem;margin:1rem .75rem}.wizard-title{font-size:1.3rem}.radio-group{flex-direction:column;gap:1rem}.savings-percentage{font-size:3rem}.savings-amount{font-size:2rem}.form-actions{flex-direction:column}.back-button,.submit-button{width:100%}}@media (max-width: 480px){.wizard-section{padding:1.25rem 1rem;margin:.75rem .5rem}.wizard-title{font-size:1.2rem}.savings-percentage{font-size:2.5rem}.savings-amount{font-size:1.75rem}}@media (min-width: 1024px){.wizard-section{padding:2.5rem 2rem;margin:2rem auto;max-width:1200px}}:root{--base-green: #236e26;--base-green-hover: #1b5e1f;--base-green-active: #154a18;--base-green-light: #e8f5e9}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5}.header{background-color:var(--base-green);color:#fff;padding:1.5rem 1rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;max-width:1200px;margin:0 auto;position:relative}.header-logo-wrapper{height:80px;width:80px;flex-shrink:0;border-radius:50%;background-color:#fff;border:1px solid rgba(255,255,255,.3);padding:15px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:visible}.header-logo{height:100%;width:100%;object-fit:contain}.header-text{text-align:center;position:absolute;left:50%;transform:translate(-50%);width:calc(100% - 100px)}.site-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;letter-spacing:.5px}.site-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:300}.main-content{flex:1;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%;padding:0}.notice-section{background-color:#fff;padding:2rem 1.5rem;margin:1.5rem 1rem;border:1px solid #d0d0d0;box-shadow:0 1px 3px #0000001a}.notice-title{font-size:1.5rem;font-weight:600;color:var(--base-green);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--base-green)}.notice-button-container{display:flex;justify-content:center;padding:1.5rem 0;margin-bottom:1rem}.notice-content{line-height:1.7;color:#333}.notice-content p{margin:0 0 1.25rem;font-size:1rem}.risk-header{font-size:1.5rem;font-weight:800;color:var(--base-green);margin:1rem 0 1.25rem;width:100%;text-align:center}.section-heading{font-size:1.2rem;font-weight:600;color:var(--base-green);margin:1.5rem 0 .75rem}.benefits-list{margin:.75rem 0 1.25rem;padding-left:1.5rem}.benefits-list li{margin:.75rem 0;line-height:1.6}.important-note{margin-top:1.5rem;padding:1rem;background-color:var(--base-green-light);border-left:4px solid var(--base-green);font-weight:500}.map-section{background-color:#fff;margin:1.5rem 1rem;border:1px solid #d0d0d0;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;width:calc(100% - 2rem);max-width:100%;box-sizing:border-box;overflow:hidden}.map-title{font-size:1.3rem;font-weight:600;color:var(--base-green);margin:0;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e0e0e0}.map-disclaimer{margin:0;padding:.75rem 1.5rem;font-size:.95rem;color:#666;font-style:italic}.map-container{width:100%!important;min-width:100%;max-width:100%;height:500px;min-height:400px;position:relative;box-sizing:border-box}.risk-map-image{display:block;width:100%;height:auto;box-sizing:border-box}.risk-map-blurb{margin:0;padding:1rem 1.5rem;font-size:1.05rem;font-weight:500;color:#333;text-align:center;background-color:#f8f8f8;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.footer{background-color:var(--base-green);color:#fff;text-align:center;padding:1rem;font-size:.85rem;margin-top:auto}.footer p{margin:0;opacity:.9}.bottom-highlight{text-align:center;color:var(--base-green);margin:2rem 0 0;padding:1.5rem 0;border-top:2px solid var(--base-green);display:flex;flex-direction:column;align-items:center;gap:.25rem}.protect-text{font-weight:700;font-size:1.6rem;line-height:1.2}.threats-text{font-size:1.3rem;font-weight:500}@media (max-width: 768px){.header{padding:1.25rem 1rem}.header-content{gap:1rem;justify-content:flex-start}.header-text{position:static;transform:none;width:auto;margin-left:auto;margin-right:auto}.header-logo-wrapper{height:70px;width:70px;padding:12px}.site-title{font-size:1.5rem}.site-subtitle{font-size:.85rem}.notice-section{padding:1.5rem 1.25rem;margin:1rem .75rem}.notice-title{font-size:1.3rem}.notice-content p{font-size:.95rem}.section-heading{font-size:1.1rem}.map-section{margin:1rem .75rem}.map-title{font-size:1.2rem;padding:1.25rem 1.25rem .75rem}.map-disclaimer{padding:.625rem 1.25rem;font-size:.9rem}.map-container{width:100%!important;min-width:100%;max-width:100%;height:400px;min-height:350px;overflow:hidden}.benefits-list{padding-left:1.25rem}.important-note{padding:.875rem;font-size:.95rem}}@media (max-width: 480px){.site-title{font-size:1.3rem}.notice-section{padding:1.25rem 1rem;margin:.75rem .5rem}.notice-title{font-size:1.2rem}.map-section{margin:.75rem .5rem}.map-disclaimer{padding:.5rem 1rem;font-size:.85rem}.map-container{width:100%!important;min-width:100%;max-width:100%;height:350px;min-height:300px;overflow:hidden}}@media (min-width: 1024px){.notice-section{padding:2.5rem 2rem;margin:2rem auto;max-width:900px}.map-section{margin:2rem auto;max-width:900px}.map-container{width:100%!important;min-width:100%;max-width:100%;height:600px;min-height:600px;overflow:hidden}}.header-link{text-decoration:none;color:inherit;display:block}.header-link:hover{opacity:.9}
