/* ===== APP: WEATHER ===== */
.weather-app{padding:20px;text-align:center;}
.weather-icon{font-size:64px;}
.weather-temp{font-size:64px;font-weight:200;margin:8px 0;}
.weather-desc{font-size:18px;color:var(--text-secondary);}
.weather-loc{font-size:13px;color:var(--text-muted);margin-top:4px;}
.weather-details{display:flex;justify-content:center;gap:24px;margin-top:20px;}
.wd-item{text-align:center;}
.wd-label{font-size:11px;color:var(--text-muted);}
.wd-value{font-size:16px;margin-top:2px;}
