.ea-weather{
  --ea-weather-accent:#e30613;
  --ea-w-ink:#111318;
  --ea-w-muted:#68707c;
  --ea-w-line:#e8edf2;
  --ea-w-soft:#f6f8fa;
  --ea-w-sky:#eaf5ff;
  --ea-w-sky-strong:#0b72c9;
  --ea-w-night:#10253d;
  --ea-w-radius:22px;
  --ea-w-shadow:0 18px 50px rgba(18,38,63,.09);
  font-family:inherit;
  color:var(--ea-w-ink);
  line-height:1.35;
}
.ea-weather *{box-sizing:border-box}
.ea-weather a{color:inherit}
.ea-weather svg{display:block;width:100%;height:100%}
.ea-weather__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:900;letter-spacing:.13em;color:var(--ea-weather-accent);text-transform:uppercase}
.ea-weather__eyebrow:before{content:"";width:24px;height:3px;border-radius:999px;background:var(--ea-weather-accent)}
.ea-weather__head,.ea-weather-section__head{display:flex;align-items:end;justify-content:space-between;gap:22px}
.ea-weather__head h2,.ea-weather-section__head h2{margin:.2rem 0 0;font-size:clamp(1.55rem,2.5vw,2.2rem);line-height:1.02;letter-spacing:-.025em}
.ea-weather__more{font-size:.93rem;font-weight:850;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.ea-weather__more:hover{color:var(--ea-weather-accent)}
.ea-weather__error{padding:18px 20px;border:1px solid #f1c5c8;background:#fff7f7;border-radius:16px}

/* Vector weather icons */
.ea-wicon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#6d7f90}
.ea-wicon--sun{color:#f2b72f}.ea-wicon--partly{color:#6b8ea5}.ea-wicon--cloud{color:#81909d}.ea-wicon--rain{color:#3989cc}.ea-wicon--storm{color:#6b61ad}.ea-wicon--snow{color:#6ba6c5}.ea-wicon--fog{color:#8a97a3}

/* Header pill */
.ea-weather-pill{--ea-weather-accent:#e30613;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 11px 6px 8px;border:1px solid #e5e9ee;border-radius:999px;background:#fff;text-decoration:none;white-space:nowrap;font-size:.9rem;box-shadow:0 4px 14px rgba(0,0,0,.04);transition:.2s ease}
.ea-weather-pill:hover{transform:translateY(-1px);border-color:#cfd6de;box-shadow:0 7px 20px rgba(0,0,0,.07)}
.ea-weather-pill__icon{width:25px;height:25px;padding:2px}
.ea-weather-pill strong{font-size:1.08rem;letter-spacing:-.03em}
.ea-weather-pill>span:not(.ea-wicon){font-weight:750}
.ea-weather-pill small{padding-left:7px;border-left:1px solid #e5e9ee;color:#7b838d}

/* Home module */
.ea-weather--home{position:relative;overflow:hidden;padding:28px;border:1px solid #e6ebf0;border-radius:24px;background:linear-gradient(145deg,#fff 0%,#f8fbfd 100%);box-shadow:var(--ea-w-shadow)}
.ea-weather--home:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--ea-weather-accent)}
.ea-weather--home:after{content:"";position:absolute;right:-100px;top:-130px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(86,169,231,.14),rgba(86,169,231,0) 68%);pointer-events:none}
.ea-weather-homegrid{position:relative;display:grid;grid-template-columns:minmax(280px,.9fr) 1.25fr;gap:28px;margin-top:22px;z-index:1}
.ea-weather-current{display:grid;grid-template-columns:94px 1fr;align-items:center;gap:18px;padding-right:25px;border-right:1px solid var(--ea-w-line)}
.ea-weather-current__icon{width:88px;height:88px;padding:5px}
.ea-weather-current>div{display:flex;flex-direction:column;align-items:flex-start}
.ea-weather-current__kicker{margin:0 0 3px;color:var(--ea-weather-accent)!important;font-size:.66rem!important;font-weight:900;letter-spacing:.13em}
.ea-weather-current strong{font-size:4.4rem;line-height:.82;letter-spacing:-.07em}
.ea-weather-current span:not(.ea-wicon){margin-top:10px;font-size:1.02rem;font-weight:800}
.ea-weather-current small{margin-top:4px;color:var(--ea-w-muted);font-size:.77rem}
.ea-weather-hours{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ea-weather-hours>div,.ea-weather-hour{position:relative;background:#fff;border:1px solid var(--ea-w-line);border-radius:16px;padding:14px 10px;text-align:center;display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:flex-start;min-width:0}
.ea-weather-hours>div{box-shadow:0 6px 18px rgba(18,38,63,.04)}
.ea-weather-hours time{font-size:.76rem;font-weight:900;color:#555f6b;text-transform:uppercase;letter-spacing:.03em}
.ea-weather-miniicon{width:38px;height:38px;margin:2px 0}
.ea-weather-hours strong{font-size:1.35rem;letter-spacing:-.04em}
.ea-weather-hours small{font-size:.7rem;color:#4f7190;background:#edf6fd;padding:4px 7px;border-radius:999px}

.ea-weather-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:18px}
.ea-weather-days--compact{grid-template-columns:repeat(4,1fr);position:relative;margin-top:22px;padding-top:22px;border-top:1px solid var(--ea-w-line);z-index:1}
.ea-weather-day{position:relative;border:1px solid var(--ea-w-line);border-radius:18px;padding:17px 15px;display:flex;flex-direction:column;gap:7px;min-width:0;background:#fff;transition:.18s ease}
.ea-weather-day:hover{transform:translateY(-2px);border-color:#d6dde5;box-shadow:0 10px 24px rgba(18,38,63,.07)}
.ea-weather-days--compact .ea-weather-day{display:grid;grid-template-columns:1fr auto;grid-template-areas:"name icon" "temp icon" "rain icon";align-items:center;gap:4px 10px;padding:14px 15px}
.ea-weather-days--compact .ea-weather-day>strong{grid-area:name}.ea-weather-days--compact .ea-weather-day>.ea-wicon{grid-area:icon}.ea-weather-days--compact .ea-weather-day>span{grid-area:temp}.ea-weather-days--compact .ea-weather-day>small{grid-area:rain}
.ea-weather-day>strong{font-size:.92rem}
.ea-weather-day>time{font-size:.72rem;color:var(--ea-w-muted);text-transform:uppercase;letter-spacing:.04em}
.ea-weather-day__icon{width:48px;height:48px;margin:4px 0 2px}
.ea-weather-days--compact .ea-weather-day__icon{width:44px;height:44px;margin:0}
.ea-weather-day__desc{font-size:.78rem;line-height:1.2;color:var(--ea-w-muted);min-height:2.3em}
.ea-weather-day__temps{display:flex;gap:7px;align-items:baseline;font-size:1.24rem;letter-spacing:-.035em}
.ea-weather-day__temps b{font-size:1.35rem}.ea-weather-day__temps em,.ea-weather-day em{font-style:normal;color:#8a929b;font-weight:600}
.ea-weather-day small{font-size:.71rem;color:#527596;background:#eff7fd;padding:4px 7px;border-radius:999px;align-self:flex-start}

/* Alerts */
.ea-weather-alert{position:relative;display:flex;align-items:center;gap:11px;margin-top:16px;padding:12px 14px;border-radius:14px;font-size:.9rem;border:1px solid transparent}
.ea-weather-alert>span{display:grid;place-items:center;min-width:27px;height:27px;border-radius:50%;font-weight:950;font-size:.82rem}
.ea-weather-alert strong{font-weight:850}.ea-weather-alert small{margin-left:auto;font-size:.75rem;opacity:.8}
.ea-weather-alert--none{background:#f3f8f4;color:#245f35;border-color:#dcecdf}.ea-weather-alert--none>span{background:#d9ecde}
.ea-weather-alert--amarillo{background:#fff9d8;color:#695600;border-color:#f4e7a7}.ea-weather-alert--amarillo>span{background:#f3d34c}
.ea-weather-alert--naranja{background:#fff0e1;color:#7b4310;border-color:#f4d4b4}.ea-weather-alert--naranja>span{background:#ff9a3d;color:#fff}
.ea-weather-alert--rojo{background:#ffe7e7;color:#801f1f;border-color:#f3c1c1}.ea-weather-alert--rojo>span{background:#df3636;color:#fff}
.ea-weather-alert--full{margin-top:20px;padding:16px 18px;align-items:flex-start}.ea-weather-alert--full>span{min-width:32px;height:32px}.ea-weather-alert--full div{display:flex;flex-direction:column;gap:3px}.ea-weather-alert--full small{margin:0}.ea-weather-alert--full p{margin:5px 0 0;font-size:.78rem}

/* Full section breakout */
.ea-weather--full{width:100%;max-width:1180px;margin:0;padding:8px 0 30px;transform:none;min-width:0}
.ea-weather-hero{position:relative;display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.25fr) minmax(270px,.75fr);gap:24px;padding:34px;border-radius:28px;overflow:hidden;color:#fff;background:linear-gradient(135deg,#122b46 0%,#174b76 60%,#1b6ea6 100%);box-shadow:0 22px 60px rgba(11,43,70,.17)}
.ea-weather-hero:before{content:"";position:absolute;right:-80px;top:-130px;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),rgba(255,255,255,0) 70%);pointer-events:none}
.ea-weather-hero:after{content:"";position:absolute;left:-100px;bottom:-155px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(54,154,219,.35),rgba(54,154,219,0) 70%);pointer-events:none}
.ea-weather-hero>*{position:relative;z-index:1}
.ea-weather-hero__topline{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.18)}
.ea-weather-hero .ea-weather__eyebrow{color:#fff}.ea-weather-hero .ea-weather__eyebrow:before{background:var(--ea-weather-accent)}
.ea-weather-hero__updated{font-size:.76rem;color:rgba(255,255,255,.72)}
.ea-weather-hero__title{align-self:center;padding:12px 0 4px}
.ea-weather-hero__title h2{font-size:clamp(2.55rem,5vw,5.25rem);line-height:.88;margin:.2rem 0 1rem;letter-spacing:-.065em;max-width:680px}
.ea-weather-hero__title p{font-size:1.02rem;line-height:1.55;color:rgba(255,255,255,.78);max-width:660px;margin:0}
.ea-weather-hero__range{display:flex;align-items:center;gap:14px;margin-top:22px;font-size:.8rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.07em;font-weight:750}
.ea-weather-hero__range strong{font-size:1.13rem;color:#fff;letter-spacing:-.02em;margin-left:4px}.ea-weather-hero__range i{width:1px;height:17px;background:rgba(255,255,255,.25)}
.ea-weather-hero__now{align-self:center;display:grid;grid-template-columns:110px 1fr;grid-template-areas:"icon temp" "icon cond" "icon small";align-items:center;column-gap:16px;padding:23px;border-radius:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.ea-weather-hero__icon{grid-area:icon;width:105px;height:105px;padding:7px;color:#d8e9f5}.ea-weather-hero__icon.ea-wicon--sun{color:#ffd564}.ea-weather-hero__icon.ea-wicon--partly{color:#dceaf3}.ea-weather-hero__icon.ea-wicon--cloud{color:#d5e0e8}.ea-weather-hero__icon.ea-wicon--rain{color:#8fd0ff}.ea-weather-hero__icon.ea-wicon--storm{color:#d3c7ff}
.ea-weather-hero__temp{grid-area:temp;font-size:4.9rem;font-weight:950;line-height:.82;letter-spacing:-.075em}
.ea-weather-hero__condition{grid-area:cond;font-size:1.03rem;font-weight:850;margin-top:10px}
.ea-weather-hero__now small{grid-area:small;color:rgba(255,255,255,.67);margin-top:3px;font-size:.76rem}
.ea-weather-hero__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border-radius:17px;background:rgba(255,255,255,.14)}
.ea-weather-hero__facts div{display:flex;flex-direction:column;gap:3px;padding:15px 18px;background:rgba(12,35,57,.38)}
.ea-weather-hero__facts span{font-size:.68rem;color:rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.ea-weather-hero__facts strong{font-size:1.05rem;color:#fff}

/* Full hourly / sections */
.ea-weather-section{margin-top:44px;min-width:0;max-width:100%}
.ea-weather-section__head{padding-bottom:12px;margin-bottom:17px;border-bottom:2px solid var(--ea-w-ink)}
.ea-weather-section__head span{color:var(--ea-w-muted);font-size:.8rem;text-align:right}
.ea-weather-hours--full{display:grid;min-width:0;max-width:100%;grid-template-columns:repeat(12,minmax(86px,1fr));gap:9px;overflow-x:auto;padding:2px 2px 11px;scrollbar-width:thin;scroll-snap-type:x proximity}
.ea-weather-hour{min-width:86px;scroll-snap-align:start;padding:15px 10px 13px;background:#fff;box-shadow:0 5px 16px rgba(18,38,63,.035)}
.ea-weather-hour.is-now{border-color:#badcf5;background:linear-gradient(180deg,#f3faff 0%,#fff 100%);box-shadow:inset 0 3px 0 var(--ea-w-sky-strong),0 7px 20px rgba(18,70,110,.06)}
.ea-weather-hour time{font-size:.73rem;font-weight:900;color:#555f6b;text-transform:uppercase}
.ea-weather-hour__icon{width:44px;height:44px;margin:3px 0}
.ea-weather-hour>strong{font-size:1.38rem;letter-spacing:-.04em}
.ea-weather-hour__desc{font-size:.7rem;line-height:1.15;color:var(--ea-w-muted);min-height:2.3em;display:flex;align-items:center}
.ea-weather-hour small{font-size:.68rem;color:#4f7190;background:#edf6fd;padding:4px 7px;border-radius:999px}

/* Beaches */
.ea-weather-beaches__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ea-weather-beach{position:relative;overflow:hidden;border:1px solid var(--ea-w-line);border-radius:22px;padding:23px;background:linear-gradient(145deg,#fff 0%,#f7fbfe 100%);box-shadow:0 8px 24px rgba(18,38,63,.045)}
.ea-weather-beach:after{content:"";position:absolute;right:-45px;bottom:-65px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(50,146,206,.12),rgba(50,146,206,0) 70%)}
.ea-weather-beach>*{position:relative;z-index:1}
.ea-weather-beach__top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.ea-weather-beach h3{font-size:1.35rem;line-height:1.08;margin:.45rem 0 0;letter-spacing:-.02em}
.ea-weather-beach__icon{width:62px;height:62px}
.ea-weather-beach__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0 13px}
.ea-weather-beach__facts div{display:flex;flex-direction:column;gap:3px;background:#fff;border:1px solid var(--ea-w-line);border-radius:12px;padding:11px}
.ea-weather-beach__facts span{font-size:.64rem;color:var(--ea-w-muted);text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.ea-weather-beach__facts strong{font-size:.95rem}
.ea-weather-beach p{margin:0;color:var(--ea-w-muted);font-size:.87rem}

.ea-weather-source{margin-top:44px;padding:18px 0 0;border-top:1px solid var(--ea-w-line);color:var(--ea-w-muted);font-size:.77rem;line-height:1.55}
.ea-weather-source p{margin:.35rem 0}

@media(max-width:1050px){
  .ea-weather-days{grid-template-columns:repeat(4,1fr)}
  .ea-weather-hours--full{grid-template-columns:repeat(12,92px)}
  .ea-weather-homegrid{grid-template-columns:1fr}.ea-weather-current{border-right:0;border-bottom:1px solid var(--ea-w-line);padding:0 0 22px}
  .ea-weather-hero{grid-template-columns:1fr .75fr}.ea-weather-hero__title h2{font-size:clamp(2.6rem,6vw,4.3rem)}
  .ea-weather-beach__facts{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .ea-weather--full{width:100%;max-width:100%}
  .ea-weather__head,.ea-weather-section__head{align-items:flex-start;flex-direction:column;gap:7px}.ea-weather-section__head span{text-align:left}.ea-weather__more{font-size:.86rem}
  .ea-weather--home{padding:22px 18px;border-radius:20px}.ea-weather-homegrid{gap:20px}.ea-weather-current{grid-template-columns:72px 1fr;gap:12px}.ea-weather-current__icon{width:68px;height:68px}.ea-weather-current strong{font-size:3.4rem}.ea-weather-hours{grid-template-columns:repeat(4,82px);overflow-x:auto;padding-bottom:5px}.ea-weather-days--compact{grid-template-columns:repeat(2,1fr)}
  .ea-weather-hero{grid-template-columns:1fr;padding:24px 20px;border-radius:22px}.ea-weather-hero__topline{align-items:flex-start;flex-direction:column;gap:5px}.ea-weather-hero__title{padding-top:6px}.ea-weather-hero__title h2{font-size:3.15rem}.ea-weather-hero__title p{font-size:.94rem}.ea-weather-hero__now{grid-template-columns:86px 1fr;padding:18px}.ea-weather-hero__icon{width:82px;height:82px}.ea-weather-hero__temp{font-size:4rem}.ea-weather-hero__facts{grid-template-columns:repeat(2,1fr)}
  .ea-weather-days{grid-template-columns:repeat(2,1fr)}
  .ea-weather-beaches__grid{grid-template-columns:1fr}
  .ea-weather-alert small{margin-left:0}.ea-weather-alert{align-items:flex-start;flex-wrap:wrap}
}
@media(max-width:460px){
  .ea-weather-pill small{display:none}
  .ea-weather-current{grid-template-columns:64px 1fr}.ea-weather-current__icon{width:60px;height:60px}.ea-weather-current strong{font-size:3rem}
  .ea-weather-days--compact{grid-template-columns:1fr}.ea-weather-days{grid-template-columns:1fr 1fr}
  .ea-weather-hero__title h2{font-size:2.75rem}.ea-weather-hero__range{gap:10px;flex-wrap:wrap}.ea-weather-hero__facts div{padding:13px 12px}.ea-weather-hero__facts strong{font-size:.96rem}
  .ea-weather-beach{padding:19px}.ea-weather-beach__facts{grid-template-columns:1fr 1fr}
}
