*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background:#f0f2f5;color:#1a1a2e;min-height:100vh;line-height:1.6}.app{max-width:780px;margin:0 auto;padding:32px 20px 64px}.header{text-align:center;margin-bottom:36px}.header h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:6px;letter-spacing:-.5px}.header .subtitle{font-size:.95rem;color:#666}.intro-box{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px 28px;margin-bottom:32px}.intro-box h2{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:10px}.intro-box p{font-size:.92rem;color:#444;margin-bottom:10px;line-height:1.7}.intro-box p:last-child{margin-bottom:0}.disclaimer-banner{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:12px 16px;font-size:.85rem;color:#5d4037;margin-top:16px;display:flex;gap:8px;align-items:flex-start}.disclaimer-banner .icon{font-size:1rem;flex-shrink:0;margin-top:1px}.section-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:28px;margin-bottom:24px}.section-card h2{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin-bottom:4px;display:flex;align-items:center;gap:10px}.section-number{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#1a1a2e;color:#fff;font-size:.8rem;font-weight:700;flex-shrink:0}.section-desc{font-size:.88rem;color:#777;margin-bottom:22px;margin-left:36px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.85rem;font-weight:600;color:#333}.field select,.field input[type=text],.field input[type=number]{border:1.5px solid #d0d0d0;border-radius:8px;padding:10px 12px;font-size:.95rem;color:#1a1a2e;background:#fafafa;transition:border-color .15s,box-shadow .15s;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none}.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.field select:focus,.field input:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 3px #1a1a2e14}.field input.error{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f14}.field .error-msg{font-size:.78rem;color:#d32f2f;margin-top:-2px}.input-adornment{position:relative;display:flex;align-items:center}.input-adornment .prefix,.input-adornment .suffix{position:absolute;font-size:.95rem;color:#555;pointer-events:none;font-weight:500}.input-adornment .prefix{left:12px}.input-adornment .suffix{right:12px}.input-adornment input{padding-left:22px!important}.input-adornment.has-suffix input{padding-right:28px!important}.label-row{display:flex;align-items:center;gap:6px}.tooltip-wrapper{position:relative;display:inline-flex}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#9e9e9e;color:#fff;font-size:.65rem;font-weight:700;cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0}.tooltip-bubble{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;font-size:.78rem;line-height:1.5;padding:10px 14px;border-radius:8px;width:240px;pointer-events:none;z-index:100;font-weight:400;white-space:normal;box-shadow:0 4px 16px #0003}.tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a1a2e}.result-row{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:14px 18px;background:#f5f5f5;border-radius:8px;border:1px solid #e8e8e8}.result-row .result-label{font-size:.88rem;color:#555;font-weight:500}.result-row .result-value{font-size:1.3rem;font-weight:700;color:#1a1a2e}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.comparison-card{border-radius:10px;padding:18px;border:1.5px solid #e0e0e0}.comparison-card .card-label{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#777;margin-bottom:6px}.comparison-card .card-amount{font-size:1.6rem;font-weight:700;color:#1a1a2e}.comparison-card .card-sub{font-size:.8rem;color:#888;margin-top:2px}.verdict-box{border-radius:10px;padding:20px 22px;border:2px solid;display:flex;align-items:flex-start;gap:14px}.verdict-box.better{background:#e8f5e9;border-color:#43a047;color:#1b5e20}.verdict-box.worse{background:#ffebee;border-color:#e53935;color:#b71c1c}.verdict-box.neutral{background:#e3f2fd;border-color:#1e88e5;color:#0d47a1}.verdict-icon{font-size:1.8rem;flex-shrink:0;line-height:1}.verdict-body .verdict-title{font-size:1.05rem;font-weight:700;margin-bottom:4px}.verdict-body .verdict-detail{font-size:.88rem;line-height:1.6}.verdict-body .verdict-diff{font-size:.95rem;font-weight:700;margin-top:8px}.empty-state{text-align:center;padding:32px 0;color:#aaa;font-size:.92rem}@media (max-width: 540px){.field-row,.comparison-grid{grid-template-columns:1fr}.header h1{font-size:1.5rem}}.cp-page{min-height:100vh}.cp-inner{max-width:900px;margin:0 auto;padding:0 20px}.cp-hero{background:#1a1a2e;color:#fff;padding:64px 20px 56px;text-align:center}.cp-hero-inner{max-width:760px;margin:0 auto}.cp-hero h1{font-size:2.1rem;font-weight:800;line-height:1.2;margin-bottom:18px;letter-spacing:-.5px}.cp-hero-sub{display:block;font-size:1.2rem;font-weight:400;opacity:.75;margin-top:6px}.cp-hero-lead{font-size:1.05rem;line-height:1.7;opacity:.88;margin-bottom:28px;max-width:620px;margin-left:auto;margin-right:auto}.cp-cta{display:inline-block;background:#fff;color:#1a1a2e;padding:13px 32px;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;transition:opacity .15s}.cp-cta:hover{opacity:.88}.cp-section{padding:56px 0}.cp-section-title{font-size:1.45rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;letter-spacing:-.3px}.cp-section-sub{font-size:.95rem;color:#666;margin-bottom:28px;max-width:680px;line-height:1.6}.cp-explainer{background:#fff;border-bottom:1px solid #eee}.cp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px}.cp-two-col h2{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:12px}.cp-two-col p{font-size:.92rem;color:#444;line-height:1.75;margin-bottom:12px}.cp-disclaimer{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:14px 18px;font-size:.85rem;color:#5d4037;margin:-28px auto 0;display:flex;gap:10px;align-items:flex-start;max-width:900px}.cp-disclaimer-icon{flex-shrink:0;font-size:1rem}.cp-calculator-section{background:#f5f6f8;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.cp-calculator-section .app,.calculator-root{max-width:100%;padding:0}.cp-examples-section{background:#fff}.cp-table-scroll{overflow-x:auto;margin-bottom:12px}.cp-examples-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:620px}.cp-examples-table th,.cp-examples-table td{padding:10px 14px;text-align:right;border-bottom:1px solid #e8e8e8}.cp-examples-table th:first-child,.cp-examples-table td:first-child{text-align:left}.cp-examples-table thead th{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#777;background:#fafafa}.cp-examples-table tbody tr:hover{background:#fafafa}.cp-band-d{font-size:.78rem;color:#888;display:block}.cp-borough-link{color:#1a1a2e;text-decoration:none;font-weight:600}.cp-borough-link:hover{text-decoration:underline}.cp-better{color:#2e7d32;font-weight:600}.cp-worse{color:#c62828;font-weight:600}.cp-breakeven{color:#555;font-style:italic}.cp-table-note{font-size:.82rem;color:#888;margin-top:8px;line-height:1.5}.cp-analysis-section{background:#f5f6f8}.cp-analysis-card{background:#fff;border-radius:10px;padding:22px 24px;border:1.5px solid #e0e0e0}.cp-analysis-card h3{font-size:1rem;font-weight:700;margin-bottom:14px}.cp-better-card h3{color:#2e7d32}.cp-worse-card h3{color:#c62828}.cp-analysis-card ul{padding-left:20px;display:flex;flex-direction:column;gap:8px}.cp-analysis-card li{font-size:.88rem;color:#444;line-height:1.55}.cp-faq-section{background:#fff}.cp-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.cp-faq-item{border-bottom:1px solid #e8e8e8}.cp-faq-item:last-child{border-bottom:none}.cp-faq-item summary{padding:16px 20px;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;color:#1a1a2e;-webkit-user-select:none;user-select:none}.cp-faq-item summary:after{content:"+";font-size:1.2rem;font-weight:300;color:#aaa;flex-shrink:0;margin-left:16px;transition:transform .2s}.cp-faq-item[open] summary:after{transform:rotate(45deg)}.cp-faq-item p{padding:0 20px 18px;font-size:.9rem;color:#444;line-height:1.75}.cp-boroughs-section{background:#f5f6f8}.cp-borough-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none}.cp-borough-card{display:flex;flex-direction:column;gap:3px;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:14px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.cp-borough-card:hover{border-color:#1a1a2e;box-shadow:0 2px 8px #00000012}.cp-borough-name{font-size:.88rem;font-weight:600;color:#1a1a2e}.cp-borough-rate{font-size:.78rem;color:#888}.bp-page{min-height:100vh}.bp-hero{background:#1a1a2e;color:#fff;padding:48px 20px 40px}.bp-hero-inner{max-width:760px;margin:0 auto}.bp-breadcrumb{font-size:.82rem;opacity:.6;margin-bottom:14px}.bp-breadcrumb a{color:inherit;text-decoration:none}.bp-breadcrumb a:hover{text-decoration:underline}.bp-hero h1{font-size:1.8rem;font-weight:800;line-height:1.25;margin-bottom:10px}.bp-hero p{font-size:.98rem;opacity:.82;line-height:1.65;max-width:580px}.bp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto;padding:32px 20px}.bp-stat{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:18px 20px;text-align:center}.bp-stat-value{font-size:1.5rem;font-weight:700;color:#1a1a2e;display:block;margin-bottom:4px}.bp-stat-label{font-size:.8rem;color:#888}.bp-calc-section{background:#f5f6f8;border-top:1px solid #e8e8e8;padding:40px 20px}.bp-calc-inner{max-width:900px;margin:0 auto}.bp-calc-inner h2{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:6px}.bp-calc-inner>p{font-size:.9rem;color:#666;margin-bottom:24px}.bp-bands-section{max-width:900px;margin:0 auto;padding:40px 20px}.bp-bands-section h2{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:16px}.bp-bands-table{width:100%;border-collapse:collapse;font-size:.88rem}.bp-bands-table th,.bp-bands-table td{padding:10px 14px;border-bottom:1px solid #e8e8e8}.bp-bands-table thead th{text-align:left;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#777;background:#fafafa}.bp-bands-table td:first-child{font-weight:700;color:#1a1a2e}.bp-nav{border-top:1px solid #e8e8e8;padding:24px 20px;text-align:center}.bp-nav a{color:#1a1a2e;font-size:.9rem;text-decoration:none;font-weight:600}.bp-nav a:hover{text-decoration:underline}@media (max-width: 700px){.cp-hero h1{font-size:1.5rem}.cp-two-col{grid-template-columns:1fr;gap:24px}.cp-borough-grid{grid-template-columns:repeat(2,1fr)}.bp-stats{grid-template-columns:1fr}}@media (max-width: 480px){.cp-borough-grid{grid-template-columns:1fr}}
