body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 4px 6px -1px #0000001a;color:#fff;padding:2rem 0}.header-content{margin:0 auto;max-width:1200px;padding:0 1rem;text-align:center}.header-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header-content p{font-size:1.125rem;opacity:.9}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.zip-input-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:2rem}.zip-input-header{margin-bottom:2rem;text-align:center}.zip-input-header h2{color:#1e293b;font-size:1.875rem;font-weight:600;margin-bottom:.5rem}.zip-input-header p{color:#64748b;font-size:1rem}.zip-input-form{margin:0 auto;max-width:600px}.input-group{display:flex;gap:.75rem;margin-bottom:1.5rem}.input-wrapper{flex:1 1;position:relative}.input-icon{color:#64748b;height:20px;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:20px}.zip-input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem .75rem 3rem;transition:all .2s ease;width:100%}.zip-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.zip-input.invalid{border-color:#ef4444}.add-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:48px;padding:.75rem;transition:background-color .2s ease}.add-button:hover:not(:disabled){background:#2563eb}.add-button:disabled{background:#94a3b8;cursor:not-allowed}.zip-codes-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.zip-code-item{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:.5rem;padding:.5rem .75rem}.zip-code{font-weight:500}.remove-button{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;padding:.25rem;transition:all .2s ease}.remove-button:hover{background:#fee2e2;color:#dc2626}.compare-button{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:background-color .2s ease;width:100%}.compare-button:hover:not(:disabled){background:#059669}.compare-button:disabled{background:#94a3b8;cursor:not-allowed}.usage-info{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:8px;margin-top:1.5rem;padding:1rem}.usage-info p{color:#64748b;font-size:.875rem;margin:0}.error-message,.loading-message{margin:1rem 0;padding:2rem;text-align:center}.loading-message{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;color:#0c4a6e}.error-message{background:#fef2f2;border:1px solid #f87171;border-radius:8px;color:#dc2626}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:32px;margin:0 auto 1rem;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.results-section{margin-top:2rem}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.results-header h2{color:#1e293b;font-size:1.875rem;font-weight:600}.export-buttons{display:flex;gap:.75rem}.export-button{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s ease}.export-button:hover{background:#4b5563}.comparison-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:1.5rem}.comparison-table-container h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.table-wrapper{overflow-x:auto}.comparison-table{border-collapse:collapse;font-size:.875rem;width:100%}.comparison-table th{background:#f8fafc;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:1rem .75rem;text-align:left}.comparison-table td{border-bottom:1px solid #e5e7eb;padding:1rem .75rem;vertical-align:top}.location-cell{min-width:120px}.location-info{display:flex;flex-direction:column;gap:.25rem}.zip-code{color:#1e293b;font-size:1rem;font-weight:600}.city-state{color:#64748b;font-size:.75rem}.utility-cell{min-width:140px}.bill-amount{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.difference{align-items:center;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;margin-bottom:.25rem}.difference.high{color:#dc2626}.difference.medium-high{color:#ea580c}.difference.medium{color:#d97706}.difference.low{color:#16a34a}.difference.very-low{color:#2563eb}.difference.lowest{color:#7c3aed}.trend-icon{height:12px;width:12px}.trend-icon.up{color:#dc2626}.trend-icon.down{color:#16a34a}.trend-icon.neutral{color:#6b7280}.rate-info{color:#64748b;font-size:.75rem}.total-cell{background:#f8fafc;min-width:120px}.total-amount{color:#1e293b;font-size:1.125rem;font-weight:700}.averages-row{background:#f1f5f9;font-weight:600}.averages-label{color:#374151;font-size:.875rem}.average-cell,.total-average-cell{color:#1e293b;font-size:.875rem}.total-average-cell{font-size:1rem;font-weight:700}.table-legend{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem}.legend-item{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.5rem}.legend-color{border-radius:2px;height:12px;width:12px}.legend-color.high{background:#dc2626}.legend-color.medium-high{background:#ea580c}.legend-color.medium{background:#d97706}.legend-color.low{background:#16a34a}.legend-color.very-low{background:#2563eb}.legend-color.lowest{background:#7c3aed}.charts-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:1.5rem}.charts-container h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.chart-section h4{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.chart-wrapper{background:#f8fafc;border-radius:8px;padding:1rem}.pie-chart{align-items:center;display:flex;justify-content:center}.chart-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a;padding:.75rem}.tooltip-label{color:#1e293b;font-weight:600;margin-bottom:.5rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}.stat-card h4{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.stat-value{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-description,.stat-location{color:#64748b;font-size:.75rem}.educational-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:1.5rem}.educational-content h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.info-section{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.section-header{align-items:center;background:#f8fafc;border:none;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 1.5rem;text-align:left;transition:background-color .2s ease;width:100%}.section-header:hover{background:#f1f5f9}.section-icon{color:#3b82f6;height:20px;width:20px}.section-content{background:#fff;padding:1.5rem}.sources-list{margin:1rem 0}.source-item{border-radius:6px;justify-content:space-between}.source-info h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.source-info p{color:#64748b;font-size:.875rem;margin:0}.source-link{border-radius:4px;color:#3b82f6;padding:.5rem;text-decoration:none;transition:background-color .2s ease}.source-link:hover{background:#f0f9ff}.disclaimer{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:6px;color:#64748b;font-size:.875rem;font-style:italic;margin-top:1rem;padding:1rem}.tips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tip-category h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.75rem}.tip-category ul{list-style:none;padding:0}.tip-category li{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.875rem;padding:.5rem 0}.tip-category li:last-child{border-bottom:none}.tip-category li:before{color:#3b82f6;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.policy-factors{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.factor-item h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.75rem}.factor-item ul{list-style:none;padding:0}.factor-item li{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.875rem;padding:.5rem 0}.factor-item li:last-child{border-bottom:none}.factor-item li:before{color:#3b82f6;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.election-context{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem}.election-context h4{color:#0c4a6e;font-size:1rem;font-weight:600;margin-bottom:.5rem}.election-context p{color:#0c4a6e;font-size:.875rem;margin:0}.faq-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:2rem}.faq-header{border-bottom:2px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.faq-icon{color:#3b82f6;height:48px;margin-bottom:1rem;width:48px}.faq-header h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.faq-header p{color:#64748b;font-size:1.125rem}.keywords-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.keywords-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.keywords-icon{color:#3b82f6;height:20px;width:20px}.keywords-header h3{color:#374151;font-size:1.25rem;font-weight:600}.keywords-grid{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:#3b82f6;border-radius:20px;color:#fff;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.keyword-tag:hover{background:#2563eb;transform:translateY(-1px)}.faq-content{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.faq-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px -1px #3b82f61a}.faq-question{align-items:center;background:#f8fafc;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:background-color .2s ease;width:100%}.faq-question:hover{background:#f1f5f9}.question-content{align-items:center;display:flex;flex:1 1;gap:1rem}.question-text{color:#374151;font-size:1rem;font-weight:600;line-height:1.5}.question-icons{align-items:center;display:flex;gap:.5rem}.utility-icon{color:#3b82f6;height:20px;width:20px}.faq-answer{background:#fff;border-top:1px solid #e5e7eb;padding:1.5rem}.faq-answer p{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.answer-keywords{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;padding:1rem}.answer-keywords strong{color:#0c4a6e;display:block;font-size:.875rem;margin-bottom:.5rem}.keyword-list{display:flex;flex-wrap:wrap;gap:.375rem}.answer-keyword{background:#0ea5e9;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.faq-footer{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e5e7eb;border-radius:8px;margin-top:2rem;padding:2rem}.footer-content h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.footer-content p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:center}.footer-keywords{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;padding:1rem;text-align:center}.footer-keywords strong{color:#374151}.page-container{margin:0 auto;max-width:1000px;padding:2rem 1rem}.page-header{border-bottom:2px solid #f1f5f9;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.page-icon{color:#3b82f6;height:64px;margin-bottom:1rem;width:64px}.page-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-header p{color:#64748b;font-size:1.125rem}.page-content{display:flex;flex-direction:column;gap:2rem}.disclaimer-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.disclaimer-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.disclaimer-section p{color:#64748b;line-height:1.6;margin-bottom:1rem}.disclaimer-section ul{color:#64748b;margin-bottom:1rem;padding-left:1.5rem}.disclaimer-section li{margin-bottom:.5rem}.sources-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.source-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center}.source-icon{height:32px;margin-bottom:.75rem;width:32px}.source-card h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.source-card p{color:#64748b;font-size:.875rem;margin:0}.limitation-box{align-items:flex-start;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;display:flex;gap:1rem;padding:1.5rem}.limitation-icon{color:#f59e0b;flex-shrink:0;height:24px;margin-top:.25rem;width:24px}.limitation-box h3{color:#92400e;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.limitation-box p{color:#92400e;margin:0}.usage-assumptions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.assumption-item{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem;text-align:center}.assumption-item h4{color:#0c4a6e;font-size:1rem;font-weight:600;margin-bottom:.5rem}.assumption-item p{color:#0c4a6e;font-size:.875rem;margin:0}.privacy-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.privacy-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.info-card{align-items:flex-start;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem}.info-icon{color:#0ea5e9;flex-shrink:0;height:24px;margin-top:.25rem;width:24px}.info-card h3{color:#0c4a6e;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.info-card p{color:#0c4a6e;margin:0}.usage-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.usage-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center}.usage-icon{color:#3b82f6;height:32px;margin-bottom:.75rem;width:32px}.usage-item h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.usage-item p{color:#64748b;font-size:.875rem;margin:0}.security-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.security-item h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.security-item p{color:#64748b;font-size:.875rem;margin:0}.privacy-footer{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:center}.privacy-footer p{color:#64748b;margin-bottom:.5rem}.privacy-footer p:last-child{margin-bottom:0}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.contact-info h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#64748b;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.contact-icon{color:#3b82f6;flex-shrink:0;height:24px;width:24px}.contact-method h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-method p{color:#64748b;font-size:.875rem;margin:0}.contact-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.contact-form-container h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.submit-button{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:background-color .2s ease}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{background:#94a3b8;cursor:not-allowed}.button-icon,.spinner{height:18px;width:18px}.spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000}.success-message{background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:2rem;text-align:center}.success-message h3{color:#15803d;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.success-message p{color:#15803d;margin:0}.faq-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:2rem;padding:1.5rem}.faq-preview h2{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.faq-preview p{color:#64748b;margin-bottom:1rem}.faq-links{display:flex;flex-wrap:wrap;gap:1rem}.faq-links a{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#3b82f6;font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.faq-links a:hover{background:#3b82f6;color:#fff}.about-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.about-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.mission-card{align-items:flex-start;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;display:flex;gap:1rem;padding:1.5rem}.mission-icon{color:#0ea5e9;flex-shrink:0;height:32px;margin-top:.25rem;width:32px}.mission-card h3{color:#0c4a6e;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.mission-card p{color:#0c4a6e;line-height:1.6;margin:0}.reasons-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.reason-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center}.reason-icon{color:#3b82f6;height:32px;margin-bottom:.75rem;width:32px}.reason-card h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.reason-card p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.sources-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.source-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.source-icon{color:#3b82f6;flex-shrink:0;height:24px;width:24px}.source-item h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.source-item p{color:#64748b;font-size:.875rem;margin:0}.standards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.standard-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}.standard-item h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.standard-item p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.impact-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem}.stat-item{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1.5rem;text-align:center}.stat-item h3{color:#0c4a6e;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#0c4a6e;font-size:.875rem;font-weight:500;margin:0}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.cta-button{align-items:center;border-radius:6px;display:inline-flex;font-weight:600;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.cta-button.primary{background:#3b82f6;color:#fff}.cta-button.primary:hover{background:#2563eb}.cta-button.secondary{background:#fff;border:1px solid #3b82f6;color:#3b82f6}.cta-button.secondary:hover{background:#3b82f6;color:#fff}.app-footer{background:#1e293b;color:#94a3b8;margin-top:auto;padding:2rem 0}.footer-content{margin:0 auto;max-width:1200px;padding:0 1rem;text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1.5rem}.footer-links button{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.footer-links button:hover{background:#ffffff1a;color:#fff}.footer-copyright{border-top:1px solid #374151;margin-top:1.5rem;padding-top:1.5rem}.footer-copyright p{color:#94a3b8;font-size:.875rem;margin-bottom:.5rem}.footer-copyright p:last-child{margin-bottom:0}@media (max-width:768px){.header-content h1{font-size:2rem}.header-content p{font-size:1rem}.app-main{padding:1rem}.zip-input-container{padding:1.5rem}.input-group,.results-header{flex-direction:column}.results-header{align-items:stretch}.export-buttons{justify-content:center}.charts-grid{grid-template-columns:1fr}.summary-stats{grid-template-columns:repeat(2,1fr)}.policy-factors,.tips-grid{grid-template-columns:1fr}.comparison-table{font-size:.75rem}.comparison-table td,.comparison-table th{padding:.75rem .5rem}}@media (max-width:480px){.summary-stats{grid-template-columns:1fr}.table-legend{flex-direction:column;gap:.5rem}.faq-header h2{font-size:1.5rem}.faq-header p{font-size:1rem}.keywords-grid{justify-content:center}.question-content{align-items:flex-start;flex-direction:column;gap:.5rem}.question-icons{align-self:flex-end}.keyword-list{justify-content:center}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.contact-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1rem}.footer-links button{font-size:.8rem;padding:.4rem .8rem}}
/*# sourceMappingURL=main.1116330a.css.map*/