.mew-widget{
  --mew-dark:#103E24;
  --mew-hero-soft:#194D32;
  --mew-accent:#B9FF00;
  --mew-cream:#F7F6EF;
  --mew-ink:#173A29;
  --mew-muted:#708078;
  --mew-line:#E3EAE5;
  --mew-hero-text:#FFFFFF;
  --mew-danger:#A83A2D;
  --mew-warning:#8A6412;
  --mew-watch:#2F6C50;
  position:relative;
  width:100%;
  color:var(--mew-ink);
  font-family:inherit;
  box-sizing:border-box;
}
.mew-widget *{box-sizing:border-box}
.mew-widget svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mew-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.mew-brandline{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;color:var(--mew-ink)}
.mew-brandline small{font-weight:500;color:var(--mew-muted)}
.mew-live-dot{width:8px;height:8px;border-radius:50%;background:var(--mew-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--mew-accent) 17%,transparent);flex:none}
.mew-city-select-wrap{min-width:200px;height:46px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--mew-line);border-radius:999px;background:#fff;position:relative}
.mew-city-select-wrap>.mew-ui-icon:first-child{width:18px}.mew-city-select-wrap>.mew-ui-icon:last-child{width:16px}
.mew-city-select{appearance:none;border:0;background:transparent;outline:0;width:100%;font:inherit;font-weight:700;color:var(--mew-ink);cursor:pointer}
.mew-ui-icon{display:inline-flex;width:18px;height:18px;flex:none}
.mew-dashboard{display:grid;gap:16px}
.mew-widget.is-loading .mew-dashboard-target{opacity:.5;pointer-events:none}
.mew-widget.is-loading:after{content:"";position:absolute;inset:56px 0 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent);transform:translateX(-100%);animation:mewLoad 1.05s infinite;z-index:10;pointer-events:none}
@keyframes mewLoad{to{transform:translateX(100%)}}
.mew-inline-error,.mew-error{padding:12px 16px;border-radius:14px;background:#fff1ee;color:#9b251b;margin-bottom:12px;border:1px solid #ffd7d1}

/* Hero */
.mew-hero{background:linear-gradient(135deg,var(--mew-dark) 0%,var(--mew-hero-soft) 100%);color:var(--mew-hero-text);border-radius:28px;padding:30px;position:relative;overflow:hidden;isolation:isolate;box-shadow:0 18px 55px rgba(16,62,36,.12)}
.mew-hero:before{content:"";position:absolute;inset:auto auto -170px -120px;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--mew-accent) 16%,transparent) 0%,transparent 68%);z-index:-1;pointer-events:none}
.mew-hero:after{content:"";position:absolute;top:24px;right:0;width:4px;height:74px;border-radius:4px 0 0 4px;background:var(--mew-accent);opacity:.9;z-index:-1}
.mew-hero-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.mew-now-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:800;color:rgba(255,255,255,.88)}
.mew-season-chip{display:flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:rgba(185,255,0,.09);border:1px solid rgba(185,255,0,.22);color:#fff}
.mew-season-chip span,.mew-season-chip small{font-size:11px;color:rgba(255,255,255,.58)}
.mew-season-chip strong{font-size:14px;color:var(--mew-accent)}
.mew-hero-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr);gap:28px;align-items:stretch}
.mew-hero-main{min-width:0;padding:8px 4px 8px 8px;display:flex;flex-direction:column;justify-content:center}
.mew-location{display:flex;flex-direction:column;gap:5px}
.mew-location span{color:var(--mew-accent);font-size:13px;font-weight:800;letter-spacing:.02em}
.mew-location strong{font-size:30px;line-height:1.15;color:#fff}
.mew-temp-row{display:flex;align-items:center;gap:22px;margin-top:17px}
.mew-weather-svg{display:inline-flex;width:100%;height:100%;color:currentColor}
.mew-icon-xl{width:96px;height:96px;color:var(--mew-accent);filter:drop-shadow(0 10px 30px rgba(185,255,0,.08))}
.mew-temp{display:flex;flex-direction:column}
.mew-temp>strong{font-size:82px;line-height:.88;letter-spacing:-4px;font-weight:500;color:#fff}
.mew-temp sup{font-size:.4em;vertical-align:top}
.mew-temp>span{font-size:19px;margin-top:10px;color:#fff}
.mew-temp small{color:rgba(255,255,255,.58);margin-top:5px;font-size:12px}
.mew-updated{display:flex;align-items:center;gap:7px;font-size:11px;color:rgba(255,255,255,.48);margin-top:22px}
.mew-updated .mew-ui-icon{width:14px;height:14px}.mew-updated b{font-weight:700;color:rgba(255,255,255,.65)}
.mew-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:stretch}
.mew-hero-stats>div{min-height:112px;border:1px solid rgba(255,255,255,.095);background:rgba(255,255,255,.055);border-radius:20px;padding:16px 18px;display:flex;flex-direction:column;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.mew-hero-stats span{display:flex;align-items:center;gap:7px;font-size:12px;color:rgba(255,255,255,.58)}
.mew-hero-stats .mew-ui-icon{width:16px;height:16px;color:rgba(255,255,255,.72)}
.mew-hero-stats strong{font-size:25px;margin-top:9px;color:#fff;font-weight:600}
.mew-hero-stats small{font-size:11px;color:rgba(255,255,255,.46);margin-top:3px}
.mew-hero-riskline{margin-top:22px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border-radius:17px;background:rgba(3,25,14,.26);border:1px solid rgba(255,255,255,.07)}
.mew-hero-riskline span{font-size:10px;color:rgba(255,255,255,.52)}
.mew-hero-riskline strong{font-size:13px;color:#fff;font-weight:800}.mew-hero-riskline em{font-size:10px;font-style:normal;color:rgba(255,255,255,.55)}
.mew-riskline-watch{border-color:rgba(185,255,0,.15)}.mew-riskline-warning{border-color:rgba(255,196,76,.22)}.mew-riskline-danger{border-color:rgba(255,113,90,.26)}

/* Generic sections */
.mew-section{background:#fff;border:1px solid var(--mew-line);border-radius:28px;padding:26px}
.mew-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.mew-kicker{font-size:11px;color:#718079;font-weight:700}
.mew-section h3{margin:4px 0 0;font-size:24px;color:var(--mew-ink)}
.mew-official-link,.mew-sources a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:var(--mew-ink);font-size:12px;font-weight:800}
.mew-official-link .mew-ui-icon,.mew-sources a .mew-ui-icon{width:15px;height:15px}
.mew-source-pill{padding:7px 11px;border-radius:999px;background:var(--mew-cream);font-size:10px;font-weight:800}
.mew-disclaimer{margin:14px 0 0;color:var(--mew-muted);font-size:10px;line-height:1.75}
.mew-empty{padding:18px;border-radius:18px;background:#fff;color:var(--mew-muted);font-size:13px}

/* Climate risk outlook */
.mew-risks-section{background:linear-gradient(180deg,#fff 0%,#fbfcfa 100%)}
.mew-risk-summary{min-width:120px;padding:8px 12px;border-radius:14px;border:1px solid var(--mew-line);display:flex;align-items:center;gap:9px;background:#fff}
.mew-risk-summary span{font-size:10px;color:var(--mew-muted)}.mew-risk-summary strong{font-size:13px}
.mew-risk-summary-low strong{color:#2d7a4e}.mew-risk-summary-watch strong{color:#39745a}.mew-risk-summary-warning strong{color:#8a6412}.mew-risk-summary-danger strong{color:#a23d31}
.mew-risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mew-risk-card{min-width:0;border:1px solid var(--mew-line);border-radius:20px;padding:17px;background:#fff;display:flex;flex-direction:column;gap:9px;position:relative;overflow:hidden}
.mew-risk-card:after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--mew-watch);opacity:.75}
.mew-risk-danger:after{background:#bf4a3c}.mew-risk-warning:after{background:#d49b26}.mew-risk-watch:after{background:#4e8b6c}
.mew-risk-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.mew-risk-icon{width:34px;height:34px;color:var(--mew-dark)}
.mew-risk-level{font-size:9px;font-weight:800;padding:5px 8px;border-radius:999px;background:#eef4f0;color:#456254}
.mew-risk-danger .mew-risk-level{background:#fff0ed;color:#9a3428}.mew-risk-warning .mew-risk-level{background:#fff7e4;color:#805d10}
.mew-risk-card>strong{font-size:14px;line-height:1.45;color:var(--mew-ink)}
.mew-risk-card p{margin:0;font-size:11px;line-height:1.7;color:var(--mew-muted)}
.mew-risk-meta{margin-top:auto;padding-top:10px;border-top:1px solid #edf1ee;display:flex;justify-content:space-between;align-items:center;gap:8px}
.mew-risk-meta span{font-size:9px;color:var(--mew-muted)}.mew-risk-meta b{font-size:10px;color:var(--mew-ink)}

/* Alerts */
.mew-alert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mew-alert{display:flex;gap:13px;padding:16px;border-radius:18px;border:1px solid transparent}
.mew-alert-icon{width:38px;height:38px;flex:none}.mew-alert strong{display:block;font-size:14px;margin-bottom:4px}.mew-alert p{margin:0;font-size:11px;line-height:1.7;color:inherit;opacity:.72}
.mew-alert-warning{background:#fff8e5;color:#704f00;border-color:#ffe7a4}.mew-alert-danger{background:#fff0ed;color:#8c281d;border-color:#ffd3cd}
.mew-all-clear{display:flex;gap:12px;align-items:center;padding:18px;border-radius:18px;background:#effbf3;color:#176c37}.mew-all-clear>.mew-ui-icon{width:30px;height:30px}.mew-all-clear div{display:flex;flex-direction:column;gap:3px}.mew-all-clear span{font-size:11px;opacity:.72}

/* Hourly and daily */
.mew-hourly{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(92px,1fr);overflow-x:auto;scrollbar-width:none;gap:8px;padding-bottom:4px}.mew-hourly::-webkit-scrollbar{display:none}
.mew-hour{min-height:154px;background:var(--mew-cream);border-radius:19px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.mew-hour>span{font-size:11px;color:var(--mew-muted)}.mew-hour i{width:38px;height:38px;color:var(--mew-dark);font-style:normal}.mew-hour strong{font-size:22px}.mew-hour small{display:flex;align-items:center;gap:4px;color:#3d718c}.mew-hour small .mew-ui-icon{width:13px;height:13px}
.mew-daily-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:8px}
.mew-day{min-width:0;border:1px solid var(--mew-line);border-radius:20px;padding:15px 12px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:.2s;background:#fff}.mew-day.is-today{background:var(--mew-dark);color:#fff;border-color:var(--mew-dark)}.mew-day:hover{transform:translateY(-2px)}
.mew-day-top{text-align:center}.mew-day-top strong{display:block;font-size:13px}.mew-day-top small{font-size:10px;opacity:.55}.mew-day-icon{width:44px;height:44px;color:var(--mew-accent)}.mew-day:not(.is-today) .mew-day-icon{color:var(--mew-dark)}
.mew-day-condition{font-size:11px;text-align:center;min-height:32px;display:flex;align-items:center}.mew-range{display:flex;align-items:center;gap:7px}.mew-range strong{font-size:19px}.mew-range span{font-size:13px;opacity:.5}.mew-day-meta{display:flex;gap:8px;font-size:10px;opacity:.65}.mew-day-meta span{display:flex;align-items:center;gap:3px}.mew-day-meta .mew-ui-icon{width:11px;height:11px}

/* Air */
.mew-air-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:10px}.mew-aqi-card{display:flex;align-items:center;gap:18px;background:var(--mew-dark);color:#fff;border-radius:22px;padding:18px}.mew-aqi-card p{font-size:11px;opacity:.6;margin:4px 0 0}
.mew-aqi-ring{width:90px;height:90px;border-radius:50%;background:conic-gradient(var(--mew-accent) calc(var(--aqi)*1%),rgba(255,255,255,.12) 0);position:relative;display:grid;place-content:center;text-align:center;flex:none}.mew-aqi-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--mew-dark)}.mew-aqi-ring span,.mew-aqi-ring strong{position:relative;z-index:1}.mew-aqi-ring span{font-size:9px;opacity:.6}.mew-aqi-ring strong{font-size:26px}
.mew-air-stat{background:var(--mew-cream);border-radius:20px;padding:18px;display:flex;flex-direction:column;justify-content:center}.mew-air-stat span{font-size:10px;color:var(--mew-muted)}.mew-air-stat strong{font-size:23px;margin-top:5px}.mew-air-stat small{font-size:9px;color:var(--mew-muted)}
.mew-air-outlook{margin-top:10px;padding:12px 15px;border:1px solid var(--mew-line);border-radius:17px;display:flex;align-items:center;gap:18px;background:#fbfcfa}.mew-air-outlook>span{font-size:10px;font-weight:800;color:var(--mew-muted)}.mew-air-outlook>div{display:flex;align-items:baseline;gap:7px}.mew-air-outlook small{font-size:9px;color:var(--mew-muted)}.mew-air-outlook strong{font-size:13px}

/* Seasonal */
.mew-seasonal-section{background:var(--mew-cream)}.mew-seasonal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mew-month{background:#fff;border-radius:22px;padding:20px;border:1px solid var(--mew-line)}.mew-month>span{font-size:12px;color:var(--mew-muted)}.mew-month>strong{display:block;font-size:36px;font-weight:500;margin:10px 0 0}.mew-month>small{font-size:9px;color:var(--mew-muted)}.mew-month-range{display:flex;gap:12px;margin-top:16px}.mew-month-range b,.mew-month-range em{font-size:13px;font-style:normal}.mew-month-range em{opacity:.45}.mew-month-rain{display:flex;align-items:center;gap:5px;font-size:10px;color:#3d718c;margin-top:10px}.mew-month-rain .mew-ui-icon{width:13px;height:13px}
.mew-seasonal-insights{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.mew-seasonal-insights>div{display:grid;grid-template-columns:34px 1fr auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;background:#fff;border:1px solid var(--mew-line);border-radius:17px;padding:13px 15px}.mew-seasonal-insights i{grid-row:1/3;width:30px;height:30px;color:var(--mew-dark);font-style:normal}.mew-seasonal-insights span{font-size:10px;color:var(--mew-muted)}.mew-seasonal-insights strong{font-size:15px}.mew-seasonal-insights small{font-size:9px;color:var(--mew-muted)}

/* Sources */
.mew-sources{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;color:var(--mew-muted);font-size:10px}.mew-sources>div{display:flex;align-items:center;gap:9px}.mew-sources>div>.mew-ui-icon{width:17px;height:17px}.mew-sources strong{color:var(--mew-ink);margin-left:4px}

@media(max-width:1100px){
  .mew-hero-content{grid-template-columns:1.1fr 1fr}.mew-temp>strong{font-size:70px}.mew-risk-grid{grid-template-columns:repeat(2,1fr)}.mew-air-grid{grid-template-columns:1.5fr repeat(2,1fr)}.mew-aqi-card{grid-row:span 2}
}
@media(max-width:767px){
  .mew-toolbar{align-items:flex-start;flex-direction:column}.mew-city-select-wrap{width:100%}
  .mew-hero{padding:20px}.mew-hero-head{align-items:flex-start;flex-direction:column;margin-bottom:18px}.mew-season-chip{flex-wrap:wrap}.mew-hero-content{grid-template-columns:1fr;gap:18px}.mew-hero-main{padding:0}.mew-icon-xl{width:72px;height:72px}.mew-temp>strong{font-size:60px}.mew-location strong{font-size:24px}.mew-temp-row{gap:16px}.mew-hero-stats{grid-template-columns:1fr 1fr}.mew-hero-stats>div{min-height:94px;padding:13px}.mew-hero-stats strong{font-size:20px}.mew-hero-riskline{grid-template-columns:1fr;gap:5px}
  .mew-section{padding:19px}.mew-section-head{align-items:flex-start;flex-direction:column}.mew-section h3{font-size:20px}.mew-official-link{font-size:11px}.mew-risk-summary{align-self:flex-start}.mew-risk-grid{grid-template-columns:1fr}.mew-alert-grid{grid-template-columns:1fr}
  .mew-daily-grid{display:grid;grid-auto-flow:column;grid-auto-columns:138px;grid-template-columns:none;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.mew-daily-grid::-webkit-scrollbar{display:none}.mew-day{min-height:205px}
  .mew-air-grid{grid-template-columns:1fr 1fr}.mew-aqi-card{grid-column:1/-1;grid-row:auto}.mew-air-outlook{align-items:flex-start;flex-direction:column;gap:8px}.mew-seasonal-grid{grid-template-columns:1fr}.mew-seasonal-insights{grid-template-columns:1fr}.mew-sources{align-items:flex-start;flex-direction:column}.mew-brandline small{display:none}
}

/* Homepage climate summary */
.mew-home-summary{
  --mew-dark:#103E24;
  --mew-hero-soft:#194D32;
  --mew-accent:#B9FF00;
  --mew-home-text:#FFFFFF;
  position:relative;
  width:100%;
  font-family:inherit;
  color:var(--mew-home-text);
  box-sizing:border-box;
}
.mew-home-summary *{box-sizing:border-box}
.mew-home-summary svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mew-home-card{position:relative;overflow:hidden;isolation:isolate;min-height:390px;padding:32px;border-radius:30px;background:linear-gradient(135deg,var(--mew-dark),var(--mew-hero-soft));box-shadow:0 22px 65px rgba(16,62,36,.16)}
.mew-home-card:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;left:-185px;bottom:-210px;background:radial-gradient(circle,color-mix(in srgb,var(--mew-accent) 23%,transparent),transparent 68%);z-index:-1;pointer-events:none}
.mew-home-card:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.025) 55%,transparent 80%);z-index:-1;pointer-events:none}
.mew-home-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.mew-home-eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800;color:rgba(255,255,255,.72)}
.mew-home-city-label,.mew-home-city-wrap{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:#fff}
.mew-home-city-label .mew-ui-icon,.mew-home-city-wrap>.mew-ui-icon{width:15px;height:15px;color:var(--mew-accent)}
.mew-home-city-wrap>.mew-ui-icon:last-child{color:rgba(255,255,255,.58)}
.mew-home-city-select{appearance:none;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer;min-width:110px}
.mew-home-city-select option{color:#173A29;background:#fff}
.mew-home-body{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:30px;align-items:stretch}
.mew-home-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.mew-home-copy h3{margin:0;color:#fff;font-size:34px;line-height:1.15;letter-spacing:-.02em}
.mew-home-copy p{margin:13px 0 0;max-width:420px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.85}
.mew-home-cta{margin-top:24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 19px;border-radius:999px;background:var(--mew-accent);color:var(--mew-dark);text-decoration:none!important;font-size:13px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 26px color-mix(in srgb,var(--mew-accent) 16%,transparent)}
.mew-home-cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px color-mix(in srgb,var(--mew-accent) 23%,transparent);color:var(--mew-dark)}
.mew-home-cta .mew-ui-icon{width:18px;height:18px}
.mew-home-card-target{min-width:0;transition:opacity .2s ease}
.mew-home-summary.is-loading .mew-home-card-target{opacity:.42;pointer-events:none}
.mew-home-dynamic{display:grid;grid-template-columns:minmax(210px,.85fr) minmax(0,1.15fr);grid-template-areas:"current metrics" "risk risk" "forecast forecast";gap:10px;height:100%}
.mew-home-current{grid-area:current;position:relative;min-height:148px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px}
.mew-home-weather-icon{width:62px;height:62px;flex:none;color:var(--mew-accent)}
.mew-home-temp{display:flex;align-items:center;gap:13px;min-width:0}.mew-home-temp>strong{font-size:52px;font-weight:500;line-height:.9;color:#fff;letter-spacing:-2px}.mew-home-temp sup{font-size:.45em}.mew-home-temp>div{display:flex;flex-direction:column;gap:4px;min-width:0}.mew-home-temp b{font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mew-home-temp span{font-size:10px;color:rgba(255,255,255,.5)}
.mew-home-update{position:absolute;right:16px;bottom:12px;display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.38);font-size:8px}.mew-home-update .mew-ui-icon{width:11px;height:11px}
.mew-home-metrics{grid-area:metrics;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mew-home-metrics>div{min-width:0;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:20px;padding:15px;display:flex;flex-direction:column;justify-content:center}
.mew-home-metrics span{display:flex;align-items:center;gap:5px;font-size:9px;color:rgba(255,255,255,.48)}.mew-home-metrics span .mew-ui-icon{width:13px;height:13px}.mew-home-metrics span .mew-weather-svg{width:15px;height:15px}.mew-home-metrics strong{margin-top:8px;font-size:20px;color:#fff}.mew-home-metrics small{font-size:8px;color:rgba(255,255,255,.38);margin-top:2px}
.mew-home-risk{grid-area:risk;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:17px;padding:11px 13px;background:rgba(4,27,15,.25);border:1px solid rgba(255,255,255,.07)}
.mew-home-risk-head{display:flex;flex-direction:column;gap:2px}.mew-home-risk-head span{font-size:8px;color:rgba(255,255,255,.45)}.mew-home-risk-head b{font-size:10px;color:var(--mew-accent)}.mew-home-risk>strong{font-size:11px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mew-home-risk>small{font-size:8px;color:rgba(255,255,255,.45);white-space:nowrap}
.mew-home-risk-warning{border-color:rgba(255,190,66,.22)}.mew-home-risk-warning .mew-home-risk-head b{color:#ffd16c}.mew-home-risk-danger{border-color:rgba(255,105,83,.25)}.mew-home-risk-danger .mew-home-risk-head b{color:#ff9a87}
.mew-home-forecast{grid-area:forecast;display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:8px}
.mew-home-day{min-width:0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:17px;padding:11px 12px;display:grid;grid-template-columns:1fr 30px auto;grid-template-rows:auto auto;align-items:center;column-gap:8px}
.mew-home-day>span{font-size:9px;color:rgba(255,255,255,.55)}.mew-home-day>i{grid-row:1/3;grid-column:2;width:28px;height:28px;color:var(--mew-accent);font-style:normal}.mew-home-day>div{display:flex;align-items:baseline;gap:5px;grid-column:3;grid-row:1/3}.mew-home-day strong{font-size:15px;color:#fff}.mew-home-day em{font-size:10px;font-style:normal;color:rgba(255,255,255,.4)}.mew-home-day small{display:flex;align-items:center;gap:3px;font-size:8px;color:#a7c9da}.mew-home-day small .mew-ui-icon{width:10px;height:10px}
.mew-home-summary .mew-inline-error{margin:0 0 10px}

@media(max-width:1024px){
  .mew-home-body{grid-template-columns:1fr}.mew-home-copy{max-width:650px}.mew-home-dynamic{grid-template-columns:1fr 1fr}.mew-home-forecast{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .mew-home-card{padding:20px;min-height:auto}.mew-home-topline{align-items:flex-start;flex-direction:column;margin-bottom:20px}.mew-home-city-wrap,.mew-home-city-label{width:100%}.mew-home-city-select{width:100%}.mew-home-body{gap:22px}.mew-home-copy h3{font-size:27px}.mew-home-copy p{font-size:12px}.mew-home-cta{width:100%}.mew-home-dynamic{grid-template-columns:1fr;grid-template-areas:"current" "metrics" "risk" "forecast"}.mew-home-current{min-height:132px}.mew-home-metrics{grid-template-columns:repeat(3,1fr)}.mew-home-metrics>div{padding:12px}.mew-home-metrics strong{font-size:17px}.mew-home-risk{grid-template-columns:1fr;gap:5px}.mew-home-risk>strong,.mew-home-risk>small{white-space:normal}.mew-home-forecast{grid-template-columns:1fr 1fr}.mew-home-day{grid-template-columns:1fr 30px auto}.mew-home-weather-icon{width:54px;height:54px}.mew-home-temp>strong{font-size:46px}
}

/* =========================================================
   Responsive hardening — v1.3.0
   Keeps both Elementor widgets inside their container on
   tablet/mobile and removes layout assumptions from desktop.
   ========================================================= */
.mew-widget,
.mew-home-summary{
  max-width:100%;
  min-width:0;
  overflow-x:clip;
}
.mew-widget :where(.mew-dashboard,.mew-dashboard-target,.mew-hero,.mew-section,.mew-hero-content,.mew-hero-main,.mew-hero-stats,.mew-risk-grid,.mew-alert-grid,.mew-daily-grid,.mew-air-grid,.mew-seasonal-grid,.mew-seasonal-insights),
.mew-home-summary :where(.mew-home-card,.mew-home-body,.mew-home-copy,.mew-home-card-target,.mew-home-dynamic,.mew-home-current,.mew-home-metrics,.mew-home-risk,.mew-home-forecast){
  min-width:0;
  max-width:100%;
}
.mew-widget :where(strong,span,small,p,a),
.mew-home-summary :where(strong,span,small,p,a,b){
  overflow-wrap:anywhere;
}
.mew-hourly{
  width:100%;
  max-width:100%;
  min-width:0;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}

/* Tablet — full climate dashboard */
@media (max-width:1024px){
  .mew-widget .mew-toolbar{gap:12px}
  .mew-widget .mew-hero{padding:26px;border-radius:24px}
  .mew-widget .mew-hero-content{grid-template-columns:minmax(0,1fr);gap:22px}
  .mew-widget .mew-hero-main{padding:0}
  .mew-widget .mew-temp>strong{font-size:68px}
  .mew-widget .mew-icon-xl{width:82px;height:82px}
  .mew-widget .mew-hero-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
  .mew-widget .mew-hero-stats>div{min-height:100px;padding:14px}
  .mew-widget .mew-hero-stats strong{font-size:21px}
  .mew-widget .mew-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mew-widget .mew-alert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mew-widget .mew-daily-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mew-widget .mew-air-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mew-widget .mew-aqi-card{grid-column:1/-1;grid-row:auto}
  .mew-widget .mew-seasonal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mew-widget .mew-seasonal-insights{grid-template-columns:repeat(2,minmax(0,1fr))}

  /* Homepage summary */
  .mew-home-summary .mew-home-card{min-height:0;border-radius:26px}
  .mew-home-summary .mew-home-body{grid-template-columns:minmax(0,1fr);gap:24px}
  .mew-home-summary .mew-home-copy{max-width:680px}
  .mew-home-summary .mew-home-dynamic{
    grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);
    grid-template-areas:"current metrics" "risk risk" "forecast forecast";
  }
  .mew-home-summary .mew-home-forecast{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Small tablet / landscape phone */
@media (max-width:820px){
  .mew-widget .mew-toolbar{align-items:stretch;flex-direction:column}
  .mew-widget .mew-city-select-wrap{width:100%;min-width:0}
  .mew-widget .mew-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mew-widget .mew-daily-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mew-widget .mew-seasonal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

  .mew-home-summary .mew-home-dynamic{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"current" "metrics" "risk" "forecast";
  }
  .mew-home-summary .mew-home-forecast{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media (max-width:767px){
  .mew-widget{font-size:14px}
  .mew-widget .mew-toolbar{margin-bottom:10px}
  .mew-widget .mew-brandline{font-size:12px;max-width:100%}
  .mew-widget .mew-brandline small{display:none}
  .mew-widget .mew-city-select-wrap{height:44px;border-radius:14px}

  .mew-widget .mew-dashboard{gap:12px}
  .mew-widget .mew-hero{padding:18px;border-radius:22px;box-shadow:0 12px 34px rgba(16,62,36,.10)}
  .mew-widget .mew-hero:before{width:250px;height:250px;left:-150px;bottom:-165px}
  .mew-widget .mew-hero:after{top:18px;height:52px}
  .mew-widget .mew-hero-head{margin-bottom:17px;gap:10px;width:100%}
  .mew-widget .mew-now-badge{font-size:10px;padding:7px 10px}
  .mew-widget .mew-season-chip{width:100%;padding:9px 11px;gap:7px;border-radius:14px}
  .mew-widget .mew-season-chip span,
  .mew-widget .mew-season-chip small{font-size:10px}
  .mew-widget .mew-season-chip strong{font-size:13px}
  .mew-widget .mew-hero-content{gap:16px}
  .mew-widget .mew-location span{font-size:11px}
  .mew-widget .mew-location strong{font-size:23px;line-height:1.25}
  .mew-widget .mew-temp-row{gap:12px;margin-top:14px}
  .mew-widget .mew-icon-xl{width:62px;height:62px}
  .mew-widget .mew-temp>strong{font-size:52px;letter-spacing:-2px}
  .mew-widget .mew-temp>span{font-size:15px;margin-top:7px}
  .mew-widget .mew-temp small{font-size:10px}
  .mew-widget .mew-updated{margin-top:15px;font-size:9px;flex-wrap:wrap}
  .mew-widget .mew-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .mew-widget .mew-hero-stats>div{min-height:86px;padding:12px;border-radius:16px}
  .mew-widget .mew-hero-stats span{font-size:10px;gap:5px}
  .mew-widget .mew-hero-stats strong{font-size:18px;margin-top:7px}
  .mew-widget .mew-hero-stats small{font-size:9px}
  .mew-widget .mew-hero-riskline{margin-top:16px;grid-template-columns:minmax(0,1fr);gap:4px;padding:11px 12px;border-radius:14px}
  .mew-widget .mew-hero-riskline span,
  .mew-widget .mew-hero-riskline em{font-size:9px}
  .mew-widget .mew-hero-riskline strong{font-size:11px;line-height:1.55}

  .mew-widget .mew-section{padding:16px;border-radius:20px}
  .mew-widget .mew-section-head{margin-bottom:16px;gap:10px;width:100%}
  .mew-widget .mew-section h3{font-size:19px;line-height:1.35}
  .mew-widget .mew-kicker{font-size:9px}
  .mew-widget .mew-source-pill{font-size:9px;padding:6px 9px}
  .mew-widget .mew-risk-summary{width:100%;min-width:0;justify-content:space-between}
  .mew-widget .mew-risk-grid,
  .mew-widget .mew-alert-grid{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-risk-card{padding:15px;border-radius:17px}
  .mew-widget .mew-risk-card p{font-size:10px}
  .mew-widget .mew-alert{padding:14px;gap:10px}

  .mew-widget .mew-hourly{grid-auto-columns:88px;gap:7px}
  .mew-widget .mew-hour{min-height:142px;padding:12px 8px;border-radius:16px}
  .mew-widget .mew-hour strong{font-size:19px}
  .mew-widget .mew-hour i{width:34px;height:34px}
  .mew-widget .mew-daily-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-flow:row;
    grid-auto-columns:auto;
    overflow:visible;
    padding-bottom:0;
  }
  .mew-widget .mew-day{min-height:0;padding:13px 10px;border-radius:17px;gap:8px}
  .mew-widget .mew-day:hover{transform:none}
  .mew-widget .mew-day-icon{width:38px;height:38px}
  .mew-widget .mew-day-condition{font-size:10px;min-height:28px}
  .mew-widget .mew-range strong{font-size:17px}

  .mew-widget .mew-air-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .mew-widget .mew-aqi-card{grid-column:1/-1;padding:15px;gap:14px;border-radius:18px}
  .mew-widget .mew-aqi-ring{width:76px;height:76px}
  .mew-widget .mew-aqi-ring strong{font-size:22px}
  .mew-widget .mew-air-stat{padding:14px;border-radius:17px}
  .mew-widget .mew-air-stat strong{font-size:19px}
  .mew-widget .mew-air-outlook{align-items:flex-start;flex-direction:column;gap:7px;padding:11px 12px}

  .mew-widget .mew-seasonal-grid{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-month{padding:17px;border-radius:18px}
  .mew-widget .mew-month>strong{font-size:31px}
  .mew-widget .mew-seasonal-insights{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-seasonal-insights>div{grid-template-columns:30px minmax(0,1fr) auto;padding:12px}
  .mew-widget .mew-sources{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 14px}
  .mew-widget .mew-sources>div{flex-wrap:wrap;max-width:100%}

  /* Homepage summary — mobile */
  .mew-home-summary .mew-home-card{min-height:0!important;padding:18px!important;border-radius:22px}
  .mew-home-summary .mew-home-topline{margin-bottom:18px;gap:10px;width:100%}
  .mew-home-summary .mew-home-eyebrow{font-size:10px}
  .mew-home-summary .mew-home-city-label,
  .mew-home-summary .mew-home-city-wrap{width:100%;min-width:0;border-radius:14px;padding:0 10px}
  .mew-home-summary .mew-home-city-select{width:100%;min-width:0}
  .mew-home-summary .mew-home-body{gap:18px}
  .mew-home-summary .mew-home-copy h3{font-size:25px;line-height:1.25}
  .mew-home-summary .mew-home-copy p{margin-top:9px;font-size:11px;line-height:1.75;max-width:none}
  .mew-home-summary .mew-home-cta{width:100%;min-height:46px;margin-top:17px;padding:0 15px;font-size:12px}
  .mew-home-summary .mew-home-dynamic{gap:8px}
  .mew-home-summary .mew-home-current{min-height:118px;padding:14px;border-radius:18px;gap:11px}
  .mew-home-summary .mew-home-weather-icon{width:48px;height:48px}
  .mew-home-summary .mew-home-temp{gap:9px}
  .mew-home-summary .mew-home-temp>strong{font-size:42px;letter-spacing:-1px}
  .mew-home-summary .mew-home-temp b{font-size:10px;white-space:normal;line-height:1.35}
  .mew-home-summary .mew-home-temp span{font-size:9px}
  .mew-home-summary .mew-home-update{right:12px;bottom:9px;font-size:7px}
  .mew-home-summary .mew-home-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .mew-home-summary .mew-home-metrics>div{padding:10px 8px;border-radius:15px;text-align:start}
  .mew-home-summary .mew-home-metrics span{font-size:8px;gap:3px}
  .mew-home-summary .mew-home-metrics strong{font-size:15px;margin-top:6px}
  .mew-home-summary .mew-home-metrics small{font-size:7px}
  .mew-home-summary .mew-home-risk{grid-template-columns:minmax(0,1fr);gap:4px;padding:10px 11px;border-radius:14px}
  .mew-home-summary .mew-home-risk>strong,
  .mew-home-summary .mew-home-risk>small{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.45}
  .mew-home-summary .mew-home-forecast{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .mew-home-summary .mew-home-day{padding:10px;grid-template-columns:minmax(0,1fr) 26px auto;column-gap:5px;border-radius:14px}
  .mew-home-summary .mew-home-day>i{width:24px;height:24px}
  .mew-home-summary .mew-home-day strong{font-size:13px}
}

/* Narrow phones */
@media (max-width:479px){
  .mew-widget .mew-hero{padding:16px}
  .mew-widget .mew-temp-row{align-items:flex-start}
  .mew-widget .mew-icon-xl{width:54px;height:54px}
  .mew-widget .mew-temp>strong{font-size:46px}
  .mew-widget .mew-location strong{font-size:21px}
  .mew-widget .mew-hero-stats{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-hero-stats>div{min-height:76px}
  .mew-widget .mew-daily-grid{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-day{display:grid;grid-template-columns:minmax(0,1fr) 42px auto;grid-template-rows:auto auto;align-items:center;text-align:start}
  .mew-widget .mew-day-top{text-align:start}
  .mew-widget .mew-day-icon{grid-column:2;grid-row:1/3}
  .mew-widget .mew-day-condition{grid-column:1;grid-row:2;justify-content:flex-start;text-align:start}
  .mew-widget .mew-range{grid-column:3;grid-row:1;justify-content:flex-end}
  .mew-widget .mew-day-meta{grid-column:3;grid-row:2;justify-content:flex-end;flex-wrap:wrap}
  .mew-widget .mew-air-grid{grid-template-columns:minmax(0,1fr)}
  .mew-widget .mew-aqi-card{grid-column:auto}
  .mew-widget .mew-aqi-ring{width:70px;height:70px}
  .mew-widget .mew-seasonal-insights>div{grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto auto}
  .mew-widget .mew-seasonal-insights i{grid-row:1/3}
  .mew-widget .mew-seasonal-insights small{grid-column:2}

  .mew-home-summary .mew-home-card{padding:16px!important;border-radius:19px}
  .mew-home-summary .mew-home-copy h3{font-size:23px}
  .mew-home-summary .mew-home-current{padding:12px;gap:9px}
  .mew-home-summary .mew-home-weather-icon{width:44px;height:44px}
  .mew-home-summary .mew-home-temp>strong{font-size:38px}
  .mew-home-summary .mew-home-metrics{grid-template-columns:minmax(0,1fr)}
  .mew-home-summary .mew-home-metrics>div{min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:10px}
  .mew-home-summary .mew-home-metrics span{grid-column:1;grid-row:1}
  .mew-home-summary .mew-home-metrics strong{grid-column:2;grid-row:1/3;margin-top:0;font-size:18px}
  .mew-home-summary .mew-home-metrics small{grid-column:1;grid-row:2}
  .mew-home-summary .mew-home-forecast{grid-template-columns:minmax(0,1fr)}
  .mew-home-summary .mew-home-day{grid-template-columns:minmax(0,1fr) 30px auto}
}

.mew-geo-credit{margin-top:10px;font-size:9px;line-height:1.5;color:rgba(255,255,255,.5);text-align:start}
.mew-geo-credit a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.18)}
.mew-geo-credit a:hover{color:rgba(255,255,255,.8)}
