#climate-wind .cw-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}#climate-wind .cw-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}@media (max-width:920px){#climate-wind .cw-kpis{grid-template-columns:1fr 1fr}}@media (max-width:640px){#climate-wind .cw-kpis{grid-template-columns:1fr}}#climate-wind .kpi.card{text-align:center;padding:14px}#climate-wind .kpi header{opacity:.9;margin-bottom:6px;font-weight:600}#climate-wind .kpi .value{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700}#climate-wind .kpi .hint{opacity:.75;font-variant-numeric:tabular-nums;margin-top:4px}#climate-wind .cw-chart.card{padding:14px}#climate-wind .cw-chart .chart-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}#climate-wind #cw-spark{width:100%;height:200px;color:color-mix(in oklab, var(--brand), #888 10%);display:block}