.weather-container{max-width:900px;margin:20px auto 40px;font-family:poppins,sans-serif;color:#334155;padding:0 15px}.city-selector-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:25px;margin-bottom:40px}.map-box{flex-shrink:0;border:1px solid #cbd5e1;border-radius:8px;padding:5px;background:#fff}.city-pills{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;max-width:600px}.city-pill{background-color:#fff;border:1px solid #cbd5e1;color:#475569;padding:8px 16px;border-radius:20px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s}.city-pill:hover{background-color:#f1f5f9;border-color:#94a3b8;color:#1e293b;text-decoration:none!important}.city-pill.active{background-color:#b34a36;border-color:#b34a36;color:#fff;text-decoration:none!important}@media screen and (max-width:768px){.city-selector-wrapper{flex-direction:column}.city-pills{justify-content:center}}.unit-toggle-wrapper{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:20px}.toggle-label{font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:color .2s}.toggle-label.active{color:#b34a36}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#b34a36}input:checked+.slider:before{transform:translateX(26px)}.chart-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 4px 15px rgba(0,0,0,3%)}.weather-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,3%)}.w-table{width:100%;border-collapse:collapse;font-size:13.5px;text-align:center}.w-table th,.w-table td{padding:12px 6px;border:1px solid #e2e8f0}.w-table th.t-head{background-color:#f8fafc;font-weight:600;color:#334155}.w-table .row-legend{text-align:left;font-weight:600;padding-left:15px}.row-tmax{background-color:#fee2e2;color:#991b1b}.row-tmin{background-color:#e0f2fe;color:#075985}.row-prec{background-color:#dcfce7;color:#166534}.unit-container.show-metric .val-imperial{display:none}.unit-container.show-imperial .val-metric{display:none}