.zone-comparison{width:min(1480px,100% - 3rem);margin:1.5rem auto 3rem}.comparison-header{margin-bottom:1.5rem}.comparison-header h3{margin:0 0 .35rem;font-size:1.3rem;font-weight:700}.comparison-subtitle{color:var(--muted);margin:0;font-size:.95rem}.comparison-layout{grid-template-columns:300px minmax(0,1fr);gap:2rem;display:grid}@media (max-width:1024px){.comparison-layout{grid-template-columns:1fr}}.comparison-sidebar{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.comparison-sidebar .sidebar-section{width:100%;min-width:0}@media (max-width:1024px){.comparison-sidebar{flex-flow:wrap}}.sidebar-section{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:16px;padding:1.25rem}.sidebar-section h4{color:var(--text);margin:0 0 .75rem;font-size:.95rem;font-weight:700}.size-input{width:100%;color:var(--text);background:#ffffffeb;border:1px solid #0f172a1f;border-radius:16px;padding:.95rem 1rem;font-size:1rem}.add-zone-select{width:100%;color:var(--text);background:#ffffffeb;border:1px solid #0f172a1f;border-radius:16px;margin-bottom:1rem;padding:.95rem 1rem;font-size:.95rem}.zone-count{color:var(--muted);margin:0 0 .75rem;font-size:.85rem}.selected-zones-list{flex-direction:column;gap:.5rem;display:flex}.selected-zone-item{border:1px solid var(--line);background:#ffffffe6;border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem .85rem;display:flex}.zone-name{color:var(--text);font-size:.9rem;font-weight:600}.zone-city{color:var(--muted);margin-right:.5rem;font-size:.8rem}.remove-zone-btn{color:#dc2626;cursor:pointer;background:#ef44441f;border:1px solid #ef44443d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;line-height:1;transition:all .15s;display:flex}.remove-zone-btn:hover{background:#ef444433}.recalc-btn{width:100%;padding:.75rem 1rem;font-weight:600}.calculate-btn{width:100%;margin-top:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700}.comparison-main{grid-column:1/-1;min-width:0;min-height:400px}.comparison-empty{text-align:center;border:1px dashed var(--line);border-radius:var(--radius);background:var(--panel);place-items:center;height:400px;display:grid}.empty-icon{margin-bottom:1rem;font-size:3rem}.comparison-empty h4{color:var(--text);margin:0 0 .5rem;font-size:1.2rem}.comparison-empty p{color:var(--muted);margin:0}.comparison-results{animation:.3s slideUp}.results-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.results-header h4{margin:0;font-size:1.1rem;font-weight:700}.share-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:600}.comparison-table-wrapper{border:1px solid var(--line);background:var(--panel);border-radius:12px;margin-bottom:2rem;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:1100px;font-size:.88rem}.comparison-table .price-cell,.comparison-table .range-cell,.comparison-table .estimate-cell,.comparison-table .estimate-range-cell{white-space:nowrap}.comparison-table .estimate-main{font-size:1rem}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--line);padding:.875rem 1rem}.comparison-table th{color:var(--text);text-transform:uppercase;letter-spacing:.05em;background:#f5b9420f;font-size:.8rem;font-weight:700}.comparison-table tbody tr:hover{background:#f5b9420a}.zone-cell{flex-direction:column;gap:.2rem;display:flex}.zone-rank{color:var(--gold-text);font-size:.7rem;font-weight:700}.price-cell{color:var(--gold-text);font-weight:700}.range-cell{color:var(--muted);font-size:.8rem}.estimate-cell{color:var(--text);font-weight:700}.estimate-range-cell{color:var(--muted);font-size:.8rem}.comparison-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.comparison-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.card-header h4{color:var(--text);margin:0;font-size:1.05rem;font-weight:700}.card-city{color:var(--muted);white-space:nowrap;font-size:.8rem}.card-price{flex-direction:column;gap:.25rem;display:flex}.card-price-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.card-price-value{color:var(--gold-text);font-size:1.4rem;font-weight:700}.card-price-range{color:var(--muted);font-size:.8rem}.card-trend{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.card-source{color:var(--muted);font-size:.75rem}.card-estimate{border-top:1px solid var(--line);flex-direction:column;gap:.25rem;padding-top:.5rem;display:flex}.estimate-main{color:var(--text);font-size:1.5rem;font-weight:800}.estimate-range{color:var(--muted);font-size:.85rem}.card-actions{padding-top:.5rem}.card-whatsapp{text-align:center;width:100%;padding:.75rem 1rem;font-weight:700}.comparison-methodology{border-radius:var(--radius);border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);margin-top:3rem;padding:1.5rem}.comparison-methodology h2{margin:0 0 1rem;font-size:1.2rem;font-weight:700}.comparison-methodology ul{color:var(--muted);margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.8}.comparison-methodology li{margin-bottom:.5rem}@media (max-width:720px){.zone-comparison{width:calc(100% - 2rem)}.comparison-table-wrapper{margin-bottom:2rem}.comparison-table th,.comparison-table td{padding:.6rem .75rem;font-size:.8rem}.comparison-cards{grid-template-columns:1fr}}
