
/* Weather page — frosted-glass visual treatment */
.weather-page .page-hero{display:none}.weather-page .page{padding-top:12px}
.weather-hero{position:relative;min-height:96px;padding:14px 16px;border-radius:27px;margin-bottom:10px;overflow:hidden;background:linear-gradient(135deg,rgba(237,247,255,.94),rgba(196,217,234,.74));border:1px solid rgba(255,255,255,.95);box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 #fff;color:#102338;display:flex;align-items:center;gap:13px}.weather-hero:after{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 20% 15%,rgba(255,213,67,.25),transparent 24%),radial-gradient(circle at 82% 30%,rgba(85,188,255,.3),transparent 30%);pointer-events:none}.weather-hero__icon{position:relative;z-index:1;font-size:48px;filter:drop-shadow(0 5px 9px rgba(30,93,130,.2))}.weather-hero h2,.weather-hero p{position:relative;z-index:1;margin:0}.weather-hero h2{font-size:26px;letter-spacing:-.7px}.weather-hero p{font-size:12px;color:#5d7185;margin-top:2px}
.weather-glass{background:linear-gradient(145deg,rgba(239,247,255,.9),rgba(191,211,228,.7));border:1px solid rgba(255,255,255,.92);border-radius:25px;box-shadow:0 13px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);color:#102338}
.weather-location{padding:11px 15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.weather-location__name{font-size:14px;font-weight:900}.weather-location__updated{font-size:10px;color:#60778b;text-align:right}.weather-location .status-dot{background:#43d28b;box-shadow:0 0 10px rgba(67,210,139,.7);margin-left:5px}
.weather-main{position:relative;padding:17px 15px;margin-bottom:9px;min-height:176px;display:grid;grid-template-columns:1fr 1fr;gap:5px;align-items:center}.weather-main__icon{font-size:56px;text-align:center;filter:drop-shadow(0 6px 9px rgba(31,100,140,.18))}.weather-main__reading{text-align:left}.weather-temp{font-size:49px;line-height:1;font-weight:950;letter-spacing:-2.5px;color:#ffd62f}.weather-condition{font-size:16px;font-weight:900;margin-top:4px}.weather-feels{font-size:11px;color:#536b80;margin-top:7px}.weather-time{font-size:11px;color:#40586e;margin-top:11px;line-height:1.45}.weather-refresh{position:absolute;right:10px;top:10px;width:35px;height:35px;border-radius:12px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.92);color:#2579ad;font-size:19px}
.weather-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.weather-card{min-height:95px;padding:13px 14px;position:relative}.weather-card__icon{font-size:24px;line-height:1;margin-bottom:8px}.weather-card .label{font-size:10px;color:#526a7e}.weather-card .value{font-size:18px;color:#102338;margin-top:4px}.weather-card .sub{font-size:9px;color:#657b8e;margin-top:4px}.weather-card.highlight .value{color:#55c67c}.weather-card.gold .value{color:#d4a900}.weather-wide{grid-column:1/-1}.weather-foot{margin-top:9px;padding:10px 13px;font-size:9px;color:#5c7286;text-align:center}
@media(max-width:370px){.weather-hero{min-height:84px;padding:11px 13px}.weather-hero__icon{font-size:40px}.weather-hero h2{font-size:23px}.weather-main{min-height:155px}.weather-temp{font-size:43px}.weather-card{min-height:88px;padding:11px}.weather-card .value{font-size:16px}}
