.explore-climate{--climate-temp-warm:#e2711d;--climate-temp-cool:#c2410c;--climate-precip:var(--accent);--climate-track:var(--card-muted)}.explore-climate__header{align-items:center;gap:.75rem}.explore-climate__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.explore-climate__period{color:var(--muted);border:1px solid var(--border);white-space:nowrap;border-radius:100px;padding:.2rem .55rem;font-size:.75rem;line-height:1.3}.explore-climate__unit-toggle{border:1px solid var(--border);background:var(--card);border-radius:6px;align-items:center;gap:.15rem;padding:.15rem;display:inline-flex}.explore-climate__unit-option{appearance:none;color:var(--muted);cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;border-radius:4px;min-width:4.4rem;padding:.35rem .5rem;font-size:.78rem;line-height:1.2}.explore-climate__unit-option[aria-pressed=true]{background:var(--accent);color:#0f1b30}.explore-climate__unit-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.explore-climate__intro{color:var(--muted);font-size:.9rem}.explore-climate__summary{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;display:grid}.explore-climate__stat{background:var(--card);border:1px solid var(--border);border-radius:var(--border-radius-card);flex-direction:column;gap:.2rem;padding:.75rem .85rem;display:flex}.explore-climate__stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.75rem}.explore-climate__stat-value{font-size:1.1rem;font-weight:600}.explore-climate__stat-detail{color:var(--muted);font-size:.8rem}.climate-chart{flex-direction:column;gap:.6rem;display:flex}.climate-chart__scroll{width:100%;overflow-x:auto}.climate-chart__columns{grid-template-columns:repeat(12,minmax(0,1fr));gap:.35rem;display:grid}.climate-chart__col{flex-direction:column;align-items:center;gap:.3rem;min-width:1.75rem;display:flex}.climate-chart__temps{flex-direction:column;align-items:center;line-height:1.25;display:flex}.climate-chart__temp{font-variant-numeric:tabular-nums;font-size:.7rem}.climate-chart__temp--high{font-weight:600}.climate-chart__temp--low{color:var(--muted)}.climate-chart__temp-track{background:var(--climate-track);border-radius:100px;width:.55rem;height:5rem;position:relative}.climate-chart__temp-bar{background:linear-gradient(to bottom,var(--climate-temp-warm),var(--climate-temp-cool));border-radius:100px;position:absolute;left:0;right:0}.climate-chart__temp-mean{background:var(--text);border-radius:100px;height:2px;margin-top:-1px;position:absolute;left:-.12rem;right:-.12rem}.climate-chart__precip-track{align-items:flex-end;width:.75rem;height:2.5rem;display:flex;position:relative}.climate-chart__precip-bar{background:var(--climate-precip);border-radius:3px 3px 0 0;width:100%}.climate-chart__precip-value{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.65rem}.climate-chart__month{font-size:.75rem;font-weight:600}.climate-chart__legend{color:var(--muted);flex-wrap:wrap;gap:.4rem 1rem;font-size:.78rem;display:flex}.climate-chart__legend-item{align-items:center;gap:.4rem;display:inline-flex}.climate-chart__legend-item:before{content:"";border-radius:3px;width:.7rem;height:.7rem}.climate-chart__legend-item--temp:before{background:linear-gradient(to bottom,var(--climate-temp-warm),var(--climate-temp-cool))}.climate-chart__legend-item--precip:before{background:var(--climate-precip)}.explore-climate__source{color:var(--muted);flex-wrap:wrap;gap:.25rem .75rem;font-size:.8rem;display:flex}@media (max-width:540px){.climate-chart__columns{min-width:30rem}}
.explore-weather{--weather-temp:#c2410c}.explore-weather__header{align-items:center;gap:.75rem}.explore-weather__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.explore-weather__stale{color:var(--muted);border:1px solid var(--border);white-space:nowrap;border-radius:100px;padding:.2rem .55rem;font-size:.75rem;line-height:1.3}.explore-weather__unit-toggle{border:1px solid var(--border);background:var(--card);border-radius:6px;align-items:center;gap:.15rem;padding:.15rem;display:inline-flex}.explore-weather__unit-option{appearance:none;color:var(--muted);cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;border-radius:4px;min-width:4.4rem;padding:.35rem .5rem;font-size:.78rem;line-height:1.2}.explore-weather__unit-option[aria-pressed=true]{background:var(--accent);color:#0f1b30}.explore-weather__unit-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.explore-weather__intro{color:var(--muted);font-size:.9rem}.explore-weather__current{background:var(--card);border:1px solid var(--border);border-radius:var(--border-radius-card);flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1rem 1.1rem;display:flex}.explore-weather__headline{flex-direction:column;gap:.1rem;display:flex}.explore-weather__temp{color:var(--weather-temp);font-variant-numeric:tabular-nums;font-size:2.4rem;font-weight:600;line-height:1}.explore-weather__current-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.75rem}.explore-weather__current-meta{align-items:center;gap:.35rem;min-height:1.5rem;display:inline-flex}.explore-weather__condition-slot{flex:none;justify-content:center;align-items:center;display:inline-flex}.explore-weather__condition-slot--current{width:1.5rem;height:1.5rem}.explore-weather__condition{justify-content:center;align-items:center;line-height:1;display:inline-flex}.explore-weather__condition--current{width:1.5rem;height:1.5rem;font-size:1.2rem}.explore-weather__stats{flex:14rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.6rem 1.25rem;margin:0;display:grid}.explore-weather__stat{flex-direction:column;gap:.1rem;display:flex}.explore-weather__stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.75rem}.explore-weather__stat-value{font-variant-numeric:tabular-nums;margin:0;font-size:1.05rem;font-weight:600}.explore-weather__freshness{color:var(--muted);flex-wrap:wrap;gap:.25rem .75rem;font-size:.8rem;display:flex}.explore-weather__forecast-scroll{width:100%;overflow-x:auto}.explore-weather__forecast{gap:.5rem;min-width:min-content;margin:0;padding:0;list-style:none;display:flex}.explore-weather__day{background:var(--card);border:1px solid var(--border);border-radius:var(--border-radius-card);flex-direction:column;flex:1 0 4.5rem;align-items:center;gap:.25rem;min-width:4.5rem;padding:.6rem .5rem;display:flex}.explore-weather__day-weekday{font-size:.8rem;font-weight:600}.explore-weather__day-date{color:var(--muted);font-size:.7rem}.explore-weather__condition-slot--day{width:1.75rem;height:1.75rem}.explore-weather__condition--day{width:1.75rem;height:1.75rem;font-size:1.35rem}.explore-weather__day-temps{font-variant-numeric:tabular-nums;align-items:baseline;gap:.4rem;display:flex}.explore-weather__day-high{font-weight:600}.explore-weather__day-low{color:var(--muted)}.explore-weather__day-precip{font-variant-numeric:tabular-nums;align-items:baseline;gap:.3rem;font-size:.7rem;display:flex}.explore-weather__day-precip-prob{color:var(--accent)}.explore-weather__day-precip-amount{color:var(--muted)}.explore-weather__source{color:var(--muted);flex-wrap:wrap;gap:.25rem .75rem;font-size:.8rem;display:flex}
