*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background:#f5f5f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}.app-container{flex-direction:column;flex:1;width:100%;max-width:1400px;padding:.75rem 1rem;display:flex}.top-bar{flex-wrap:wrap;align-items:center;gap:1rem;width:100%;margin-bottom:2.25rem;display:flex}.app-title{white-space:nowrap;font-size:1.15rem;font-weight:600}.search-container{flex:1;min-width:200px;max-width:600px;position:relative}.search-input{border:1.5px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.45rem .75rem;font-size:.9rem;transition:border-color .2s}.search-input:focus{border-color:#4a90d9}.search-input.has-flag{padding-left:2.3rem}.search-input-flag{object-fit:cover;outline-offset:-.5px;pointer-events:none;border-radius:2px;outline:.5px solid #00000029;width:18px;height:12px;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.dropdown{z-index:10;background:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px;max-height:260px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.dropdown.open{display:block}.dropdown-item{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.dropdown-item:hover,.dropdown-item.active{background:#eef3fb}.dropdown-item .city-info{align-items:center;gap:.45rem;min-width:0;display:flex}.country-flag{object-fit:cover;outline-offset:-.5px;border-radius:2px;outline:.5px solid #00000029;flex-shrink:0;width:18px;height:12px}.dropdown-item .city-name{white-space:nowrap;font-weight:500}.dropdown-item .city-location{color:#888;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.dropdown-item .city-pop{color:#888;white-space:nowrap;flex-shrink:0;margin-left:.75rem;font-size:.85rem}.charts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=1024px){.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (width<=768px){.top-bar{gap:.5rem}.search-container{flex:100%;order:2;max-width:100%}.toggles{order:3;justify-content:flex-start;width:100%;margin-left:0}}.chart-section{flex-direction:column;min-width:0;display:flex}.chart-header{justify-content:space-between;align-items:baseline;margin-bottom:.4rem;padding:0 .15rem;display:flex}.chart-title{font-size:1rem;font-weight:600}.chart-stats{color:#666;align-items:baseline;gap:.35rem;font-size:.8rem;display:flex}.chart-stats strong{color:#222;font-weight:600}.stat-sep{color:#bbb;margin:0 .1rem}.chart-card{background:#fff;border-radius:8px;flex:1;min-width:0;padding:1rem;box-shadow:0 1px 4px #0000000d}canvas{width:100%}.loading{text-align:center;color:#888;padding:3rem}.error{text-align:center;color:#c0392b;padding:2rem}.toggles{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.view-toggle{display:flex}.view-toggle button{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ccc;padding:.3rem .75rem;font-size:.8rem;transition:all .15s}.view-toggle button:first-child{border-radius:6px 0 0 6px}.view-toggle button:last-child{border-radius:0 6px 6px 0}.view-toggle button:not(:first-child){border-left:none}.view-toggle button.active{color:#fff;background:#4a90d9;border-color:#4a90d9}.legend{flex-wrap:wrap;justify-content:center;gap:.35rem .9rem;min-height:18px;margin-top:.6rem;margin-bottom:0;display:flex}.legend-item{align-items:center;gap:.35rem;display:flex}.legend-color{border-radius:3px;width:12px;height:12px;display:inline-block}.legend-line{border-radius:1px;width:14px;height:2.5px;display:inline-block}.legend-line.legend-dashed{border-top:2px dashed #888;height:0;background:0 0!important}.legend-label{color:#666;font-size:.75rem}footer{text-align:center;color:#aaa;margin-top:auto;padding:1rem;font-size:.75rem}footer a{color:#888}
