:root{--weather-blue:#2f73df;--weather-cyan:#4eb9dc;--weather-ink:#071d49;--weather-muted:#60738f;--weather-line:#d4e4f2}
.weather-card{position:relative;overflow:hidden;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.weather-card:before{content:"";position:absolute;width:230px;height:230px;right:-100px;top:-140px;border-radius:50%;background:rgba(83,185,220,.12);pointer-events:none}.weather-card.is-rain{background:linear-gradient(135deg,#edf7ff,#dbeeff);border-color:#8fc5ef}.weather-card.is-warning{background:linear-gradient(135deg,#fff8e7,#ffe5ad);border-color:#efb447;box-shadow:0 16px 38px rgba(185,115,16,.14)}.weather-card.is-severe{background:linear-gradient(135deg,#fff0ee,#ffd5d0);border-color:#e77b70;box-shadow:0 16px 40px rgba(174,48,43,.16)}
.weather-head{position:relative;z-index:1}.weather-home-summary{display:flex;align-items:center;gap:11px}.weather-home-current{display:flex;align-items:center;gap:8px;padding:7px 11px;border-radius:14px;background:rgba(255,255,255,.72);font-weight:900;color:var(--weather-ink)}.weather-home-current b{font-size:23px}.weather-home-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.weather-mini-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 11px;border-radius:12px;background:#fff;color:#174078;text-decoration:none;font-size:11px;font-weight:900;border:1px solid rgba(68,123,186,.2);box-shadow:0 5px 14px rgba(14,52,99,.07)}.weather-mini-button.is-primary{background:linear-gradient(135deg,#3376df,#53b7db);color:#fff;border-color:transparent}.weather-warning-strip{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.76);border:1px solid rgba(60,112,170,.15)}.weather-warning-strip[hidden]{display:none}.weather-warning-strip>span{font-size:26px}.weather-warning-strip strong{display:block;color:var(--weather-ink)}.weather-warning-strip small{display:block;color:var(--weather-muted);margin-top:2px}.weather-day.is-wet{background:#edf7ff;border-color:#a8d4f1}.weather-day.is-storm{background:#fff0dc;border-color:#efbd69}.weather-day small em{display:block;font-style:normal;color:#3280b6;margin-top:3px}
.weather-page{width:min(1500px,calc(100% - 28px));margin:22px auto 90px}.weather-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:30px 34px;border:1px solid var(--weather-line);border-radius:28px;background:linear-gradient(135deg,#fff,#eaf8ff);box-shadow:0 18px 48px rgba(18,65,121,.09)}.weather-hero h1{margin:7px 0 9px;color:var(--weather-ink);font-size:clamp(32px,4vw,56px);letter-spacing:-.045em}.weather-hero p{margin:0;color:var(--weather-muted)}.weather-source-state{padding:10px 13px;border-radius:13px;background:#fff;color:var(--weather-muted);font-size:12px;font-weight:800;white-space:nowrap}
.weather-alert{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin:16px 0;padding:18px 20px;border:1px solid #c9deed;border-radius:22px;background:linear-gradient(135deg,#eef8ff,#fff);box-shadow:0 12px 32px rgba(17,61,114,.08)}.weather-alert-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#fff;font-size:29px;box-shadow:0 8px 21px rgba(27,75,132,.11)}.weather-alert-copy span{display:block;color:#3b6a9e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.weather-alert-copy strong{display:block;margin:3px 0;color:var(--weather-ink);font-size:20px}.weather-alert-copy p{margin:0;color:var(--weather-muted)}.weather-alert-copy small{display:block;margin-top:5px;color:#8090a7}.weather-alert.is-rain{background:linear-gradient(135deg,#e8f5ff,#dceeff);border-color:#80bee8}.weather-alert.is-warning{background:linear-gradient(135deg,#fff7e0,#ffe1a1);border-color:#ecb348}.weather-alert.is-severe{background:linear-gradient(135deg,#fff0ee,#ffd1cb);border-color:#df776d}.weather-alert.is-severe .weather-alert-copy strong{color:#9e2925}.weather-alert.is-loading{opacity:.78}
.weather-overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.weather-current-card,.weather-today-card{border:1px solid var(--weather-line);border-radius:25px;background:#fff;box-shadow:0 14px 38px rgba(18,65,121,.08);padding:23px}.weather-current-card{display:grid;grid-template-columns:minmax(230px,.72fr) 1.28fr;gap:20px;background:linear-gradient(145deg,#183f91,#2f73df 62%,#53b9db);color:#fff}.weather-current-main{display:flex;align-items:center;gap:16px}.weather-current-icon{font-size:72px;filter:drop-shadow(0 9px 15px rgba(0,0,0,.18))}.weather-current-main strong{display:block;font-size:55px;line-height:1}.weather-current-main span:not(.weather-current-icon){display:block;margin-top:5px;font-weight:900}.weather-current-main small{display:block;margin-top:4px;color:rgba(255,255,255,.75)}.weather-current-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.weather-current-facts>div{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:9px;padding:12px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.13)}.weather-current-facts>div>span{grid-row:1/3;font-size:24px}.weather-current-facts strong{font-size:15px}.weather-current-facts small{color:rgba(255,255,255,.7)}.section-mini-head{display:flex;align-items:start;justify-content:space-between;gap:15px}.section-mini-head span:first-child{color:#4576ad;font-size:11px;font-weight:900;text-transform:uppercase}.section-mini-head h2{margin:4px 0 15px;font-size:25px}.weather-big-icon{font-size:50px}.weather-today-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.weather-today-facts>div{padding:12px;border-radius:15px;background:#f2f7fd}.weather-today-facts strong{display:block;color:var(--weather-ink)}.weather-today-facts small{display:block;margin-top:3px;color:var(--weather-muted);font-size:10px}
.weather-section-head{display:flex;align-items:end;justify-content:space-between;margin:28px 2px 12px}.weather-section-head h2{margin:3px 0 0;color:var(--weather-ink);font-size:27px}.weather-section-head .eyebrow{margin:0}.weather-forecast-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:11px}.weather-forecast-day{padding:16px 12px;border:1px solid var(--weather-line);border-radius:20px;background:#fff;box-shadow:0 9px 25px rgba(18,65,121,.06);text-align:center}.weather-forecast-day.is-wet{background:linear-gradient(180deg,#fff,#eaf6ff)}.weather-forecast-day.is-storm{background:linear-gradient(180deg,#fff,#fff0d7);border-color:#eecb8b}.weather-forecast-day>strong{display:block;color:var(--weather-ink)}.weather-forecast-day>small{display:block;color:var(--weather-muted);font-size:10px}.weather-forecast-icon{display:block;margin:9px 0;font-size:38px}.weather-temp-range{display:flex;justify-content:center;gap:8px;margin:4px 0 10px}.weather-temp-range b{font-size:18px;color:var(--weather-ink)}.weather-temp-range span{color:#8291a8}.weather-day-details{display:grid;gap:5px;padding-top:9px;border-top:1px solid #e5eef6;color:#56708e;font-size:10px}.weather-placeholder{grid-column:1/-1;padding:25px;text-align:center;border:1px dashed #c8dbea;border-radius:18px;background:#fff;color:var(--weather-muted)}
.weather-hourly{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x mandatory}.weather-hour{min-width:112px;padding:14px 10px;border:1px solid var(--weather-line);border-radius:18px;background:#fff;text-align:center;scroll-snap-align:start}.weather-hour.is-now{border-color:#4c9be2;box-shadow:0 0 0 3px rgba(76,155,226,.12)}.weather-hour time{display:block;color:#43658c;font-size:11px;font-weight:900}.weather-hour span{display:block;margin:7px 0;font-size:28px}.weather-hour strong{display:block;color:var(--weather-ink);font-size:18px}.weather-hour small{display:block;margin-top:5px;color:var(--weather-muted);font-size:10px}
.weather-map-section{margin-top:26px;border:1px solid var(--weather-line);border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(18,65,121,.1);overflow:hidden}.weather-map-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px}.weather-map-head h2{margin:4px 0 5px;color:var(--weather-ink);font-size:28px}.weather-map-head p{margin:0;color:var(--weather-muted)}.weather-map-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.weather-map-toggle{border:1px solid #d6e4f1;border-radius:13px;padding:10px 12px;background:#f3f8fe;color:#173f7a;font-weight:900;cursor:pointer}.weather-map-toggle.is-active{background:linear-gradient(135deg,#3277df,#50b8dc);border-color:transparent;color:#fff}.weather-map-wrap{position:relative;height:min(68vh,710px);min-height:480px;background:#e5f2fa}.weather-map{position:absolute;inset:0}.weather-map-status,.weather-radar-time{position:absolute;z-index:700;left:14px;bottom:14px;padding:9px 12px;border-radius:13px;background:rgba(255,255,255,.93);color:#173e78;font-size:11px;font-weight:900;box-shadow:0 8px 22px rgba(20,60,110,.14)}.weather-radar-time{left:auto;right:14px}.weather-map-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 18px;background:#f7fbff;color:#60748f;font-size:10px}.weather-map-footer a{color:#2c67bf}.lightning-marker{width:23px;height:23px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#632ee8;color:#fff;box-shadow:0 4px 13px rgba(60,25,145,.35);font-size:13px}.weather-notice{margin-top:17px;padding:17px 19px;border:1px solid #ead49e;border-radius:18px;background:#fff9e8;color:#73541b}.weather-notice p{margin:5px 0 0;line-height:1.55}.leaflet-container{font-family:inherit}
@media(max-width:1100px){.weather-forecast-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.weather-overview-grid{grid-template-columns:1fr}.weather-current-card{grid-template-columns:.8fr 1.2fr}}
@media(max-width:760px){.weather-page{width:calc(100% - 18px);margin-top:10px}.weather-hero{display:block;padding:22px 19px;border-radius:21px}.weather-hero h1{font-size:34px}.weather-source-state{display:inline-flex;margin-top:13px;white-space:normal}.weather-alert{grid-template-columns:auto 1fr;padding:14px}.weather-alert-map{grid-column:1/-1;text-align:center}.weather-alert-icon{width:46px;height:46px;font-size:24px}.weather-alert-copy strong{font-size:17px}.weather-current-card{display:block;padding:18px}.weather-current-facts{margin-top:17px}.weather-current-icon{font-size:55px}.weather-current-main strong{font-size:45px}.weather-today-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-forecast-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.weather-forecast-day{min-width:155px;scroll-snap-align:start}.weather-map-head{display:block;padding:17px}.weather-map-actions{justify-content:flex-start;margin-top:14px;overflow-x:auto;flex-wrap:nowrap}.weather-map-toggle{white-space:nowrap}.weather-map-wrap{height:62svh;min-height:480px}.weather-map-footer{display:grid}.weather-home-summary{align-items:flex-start;flex-direction:column}.weather-head{align-items:flex-start}.weather-home-actions{justify-content:flex-start}.weather-warning-strip{align-items:flex-start}}
