/* =========================================================
 * Weather Pro — main stylesheet
 * Mobile-first, glassmorphism, dynamic weather backgrounds
 * ========================================================= */

/* ----- Reset / base ----- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter","Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55;color:var(--wpro-text);background:var(--wpro-bg);overflow-x:hidden;min-height:100vh;font-feature-settings:"ss01","cv11"}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}
input,select,textarea{font:inherit;color:inherit}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.01em;line-height:1.2}
p{margin:0 0 .75em}
.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}

/* ----- Tokens ----- */
:root{
	--wpro-text:#0e1422;
	--wpro-text-soft:#5a6478;
	--wpro-text-muted:#8b94a7;
	--wpro-bg:#eef2ff;
	--wpro-bg-2:#dde4f6;
	--wpro-card:rgba(255,255,255,.55);
	--wpro-card-soft:rgba(255,255,255,.35);
	--wpro-card-border:rgba(255,255,255,.55);
	--wpro-shadow:0 10px 40px -12px rgba(15,23,42,.18),0 4px 12px -4px rgba(15,23,42,.08);
	--wpro-shadow-lg:0 24px 60px -20px rgba(15,23,42,.28),0 8px 24px -8px rgba(15,23,42,.12);
	--wpro-radius:22px;
	--wpro-radius-sm:14px;
	--wpro-radius-lg:32px;
	--wpro-accent:#3b82f6;
	--wpro-accent-2:#8b5cf6;
	--wpro-warn:#f59e0b;
	--wpro-danger:#ef4444;
	--wpro-good:#10b981;
	--wpro-glass-blur:saturate(160%) blur(22px);
	--wpro-divider:rgba(15,23,42,.08);
	--wpro-container:min(1180px, 100% - 32px);
	--wpro-header-h:64px;
}
html[data-wpro-theme="dark"],
.wpro-mode-dark{
	--wpro-text:#eef2ff;
	--wpro-text-soft:#aab4ce;
	--wpro-text-muted:#7d869f;
	--wpro-bg:#0a0f1f;
	--wpro-bg-2:#0e1530;
	--wpro-card:rgba(255,255,255,.07);
	--wpro-card-soft:rgba(255,255,255,.04);
	--wpro-card-border:rgba(255,255,255,.10);
	--wpro-shadow:0 10px 40px -12px rgba(0,0,0,.55),0 4px 12px -4px rgba(0,0,0,.35);
	--wpro-shadow-lg:0 24px 60px -20px rgba(0,0,0,.7);
	--wpro-divider:rgba(255,255,255,.10);
}
@media (prefers-color-scheme: dark){
	html:not([data-wpro-theme="light"]):not(.wpro-mode-light){
		--wpro-text:#eef2ff;
		--wpro-text-soft:#aab4ce;
		--wpro-text-muted:#7d869f;
		--wpro-bg:#0a0f1f;
		--wpro-bg-2:#0e1530;
		--wpro-card:rgba(255,255,255,.07);
		--wpro-card-soft:rgba(255,255,255,.04);
		--wpro-card-border:rgba(255,255,255,.10);
		--wpro-shadow:0 10px 40px -12px rgba(0,0,0,.55),0 4px 12px -4px rgba(0,0,0,.35);
		--wpro-shadow-lg:0 24px 60px -20px rgba(0,0,0,.7);
		--wpro-divider:rgba(255,255,255,.10);
	}
}

/* ----- Skip link ----- */
.wpro-skip-link{position:absolute;left:-9999px;top:8px;background:var(--wpro-accent);color:#fff;padding:8px 14px;border-radius:8px;z-index:9999}
.wpro-skip-link:focus{left:8px}

/* ----- Cinematic background layer ----- */
.wpro-bg-layer{position:fixed;inset:0;z-index:-1;overflow:hidden;background:linear-gradient(180deg,var(--wpro-bg) 0%,var(--wpro-bg-2) 100%)}
.wpro-bg-gradient{position:absolute;inset:-10%;transition:opacity .8s ease, background 1.2s ease;opacity:1}
.wpro-bg-particles{position:absolute;inset:0;pointer-events:none;opacity:.7}
.wpro-bg-particles::before,.wpro-bg-particles::after{content:"";position:absolute;inset:-20%;background-repeat:repeat;background-size:auto;animation:wproDrift 60s linear infinite;opacity:0;transition:opacity .8s ease}

/* Dynamic weather backgrounds (applied via body class wpro-bg-{class}) */
body.wpro-bg-clear .wpro-bg-gradient{background:radial-gradient(110% 80% at 50% -10%,#ffe9b8 0%,#ffd07a 25%,#ff8a5b 55%,#7c3aed 90%);}
body.wpro-bg-cloudy .wpro-bg-gradient{background:linear-gradient(180deg,#bcd0e5 0%,#8ea7c4 45%,#5d7796 100%);}
body.wpro-bg-rainy .wpro-bg-gradient{background:linear-gradient(180deg,#475c7a 0%,#36476a 50%,#1d2742 100%);}
body.wpro-bg-snowy .wpro-bg-gradient{background:linear-gradient(180deg,#e7eef7 0%,#bccbe2 50%,#7e93b8 100%);}
body.wpro-bg-foggy .wpro-bg-gradient{background:linear-gradient(180deg,#cad3df 0%,#a7b1c2 60%,#6a7589 100%);}
body.wpro-bg-stormy .wpro-bg-gradient{background:linear-gradient(180deg,#1f2740 0%,#3a2148 50%,#0f0a1d 100%);}
body.wpro-bg-night .wpro-bg-gradient{background:radial-gradient(120% 80% at 70% -10%,#0b1740 0%,#091233 35%,#06091e 75%,#000 100%);}

/* Particle effects per weather */
body.wpro-bg-rainy .wpro-bg-particles::before{
	background-image:linear-gradient(180deg,rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%);
	background-size:2px 60px;background-repeat:repeat;
	animation:wproRain 1.2s linear infinite;opacity:.55
}
body.wpro-bg-snowy .wpro-bg-particles::before{
	background:radial-gradient(circle,rgba(255,255,255,.95) 1.5px,transparent 2px) 0 0/14px 14px,
	           radial-gradient(circle,rgba(255,255,255,.7) 1px,transparent 1.5px) 7px 7px/22px 22px;
	animation:wproSnow 18s linear infinite;opacity:.85
}
body.wpro-bg-clear .wpro-bg-particles::after{
	background:radial-gradient(circle at 80% 15%,rgba(255,225,170,.55) 0,rgba(255,225,170,0) 18%);
	opacity:1
}
body.wpro-bg-night .wpro-bg-particles::before{
	background:
		radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.95) 50%, transparent 51%),
		radial-gradient(1.5px 1.5px at 38% 18%, rgba(255,255,255,.85) 50%, transparent 51%),
		radial-gradient(1px 1px at 62% 28%, rgba(255,255,255,.7) 50%, transparent 51%),
		radial-gradient(1px 1px at 75% 14%, rgba(255,255,255,.95) 50%, transparent 51%),
		radial-gradient(1.5px 1.5px at 88% 32%, rgba(255,255,255,.8) 50%, transparent 51%);
	background-size: 100% 50%;
	background-repeat: no-repeat;
	animation:wproTwinkle 5s ease-in-out infinite alternate;opacity:1
}
body.wpro-bg-foggy .wpro-bg-particles::before{
	background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);
	background-size:60% 100%;animation:wproDrift 45s linear infinite;opacity:.6
}
body.wpro-bg-stormy .wpro-bg-particles::before{
	background-image:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,0) 100%);
	background-size:2px 80px;animation:wproRain 0.6s linear infinite;opacity:.7
}

@keyframes wproRain{from{transform:translateY(-10%)}to{transform:translateY(110%)}}
@keyframes wproSnow{from{transform:translate3d(0,-10%,0)}to{transform:translate3d(20px,110%,0)}}
@keyframes wproDrift{from{transform:translateX(-10%)}to{transform:translateX(10%)}}
@keyframes wproTwinkle{from{opacity:.6}to{opacity:1}}
@keyframes wproFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Above-background contrast: weather scenes have light text */
body.wpro-bg-clear,body.wpro-bg-rainy,body.wpro-bg-stormy,body.wpro-bg-night{
	--wpro-text:#fff;
	--wpro-text-soft:rgba(255,255,255,.85);
	--wpro-text-muted:rgba(255,255,255,.65);
	--wpro-card:rgba(255,255,255,.14);
	--wpro-card-soft:rgba(255,255,255,.08);
	--wpro-card-border:rgba(255,255,255,.22);
	--wpro-divider:rgba(255,255,255,.18);
}
body.wpro-bg-cloudy,body.wpro-bg-snowy,body.wpro-bg-foggy{
	--wpro-text:#0e1422;
	--wpro-text-soft:#3a4258;
	--wpro-text-muted:#5b6478;
	--wpro-card:rgba(255,255,255,.55);
	--wpro-card-soft:rgba(255,255,255,.35);
	--wpro-card-border:rgba(255,255,255,.6);
	--wpro-divider:rgba(15,23,42,.10);
}

/* ----- Glass primitive ----- */
.glass{
	background:var(--wpro-card);
	border:1px solid var(--wpro-card-border);
	border-radius:var(--wpro-radius);
	box-shadow:var(--wpro-shadow);
	backdrop-filter:var(--wpro-glass-blur);
	-webkit-backdrop-filter:var(--wpro-glass-blur);
	padding:20px;
}
.glass-soft{
	background:var(--wpro-card-soft);
	border:1px solid var(--wpro-card-border);
	border-radius:var(--wpro-radius-sm);
	backdrop-filter:var(--wpro-glass-blur);
	-webkit-backdrop-filter:var(--wpro-glass-blur);
}

/* ----- Layout primitives ----- */
.wpro-container{width:var(--wpro-container);margin-inline:auto}
.wpro-section{width:var(--wpro-container);margin:24px auto}
.wpro-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 4px 12px}
.wpro-section-title{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}
.wpro-section-actions{display:flex;gap:8px;flex-wrap:wrap}
.wpro-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-size:.85rem;color:var(--wpro-text);transition:transform .15s ease,background .2s ease}
.wpro-pill:hover{transform:translateY(-1px);background:var(--wpro-card)}
.wpro-grid{display:grid;gap:14px}
.wpro-grid-cards{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}
.wpro-grid-quad{grid-template-columns:1fr 1fr;gap:14px}
@media (min-width:880px){.wpro-grid-quad{grid-template-columns:repeat(4,1fr)}}

/* ----- Header ----- */
.wpro-site-header{position:sticky;top:0;z-index:50;backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);background:var(--wpro-card);border-bottom:1px solid var(--wpro-divider)}
.wpro-header-inner{display:flex;align-items:center;gap:10px;width:var(--wpro-container);margin-inline:auto;height:var(--wpro-header-h);padding:0 4px}
.wpro-logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.05rem;flex-shrink:0;letter-spacing:-.01em}
.wpro-logo-mark{display:inline-flex;width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2));color:#fff;align-items:center;justify-content:center;box-shadow:0 6px 18px -6px rgba(59,130,246,.6)}
.wpro-logo-name{font-weight:700}
.wpro-search-wrap{position:relative;flex:1;display:flex;align-items:center;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);border-radius:999px;padding:6px 14px;min-height:40px;transition:border-color .2s ease,background .2s ease}
.wpro-search-wrap:focus-within{background:var(--wpro-card);border-color:var(--wpro-accent)}
.wpro-search-icon{flex-shrink:0;color:var(--wpro-text-soft);margin-right:8px}
.wpro-search-wrap input{flex:1;border:0;outline:0;background:transparent;font-size:.95rem;min-width:0}
.wpro-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--wpro-card);border:1px solid var(--wpro-card-border);border-radius:var(--wpro-radius-sm);box-shadow:var(--wpro-shadow-lg);backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);max-height:60vh;overflow:auto;display:none;z-index:60}
.wpro-search-results.is-open{display:block;animation:wproFadeUp .18s ease}
.wpro-search-result{display:block;padding:10px 14px;border-bottom:1px solid var(--wpro-divider);transition:background .15s}
.wpro-search-result:last-child{border-bottom:0}
.wpro-search-result:hover,.wpro-search-result.is-active{background:var(--wpro-card-soft)}
.wpro-search-result-name{font-weight:600;font-size:.95rem}
.wpro-search-result-meta{font-size:.8rem;color:var(--wpro-text-muted);margin-top:2px}
.wpro-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);transition:transform .15s ease,background .2s ease}
.wpro-icon-btn:hover{transform:translateY(-1px);background:var(--wpro-card)}
.wpro-icon-btn svg{width:18px;height:18px;stroke:currentColor}

.wpro-primary-nav{width:var(--wpro-container);margin:0 auto;padding:6px 4px 10px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.wpro-primary-nav::-webkit-scrollbar{display:none}
.wpro-primary-nav a,.wpro-primary-nav .menu-item a{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-size:.85rem;white-space:nowrap}

@media (max-width:640px){
	.wpro-logo-name{display:none}
	.wpro-header-inner{gap:6px}
	.wpro-search-wrap{min-height:38px;padding:4px 12px}
}

/* ----- Hero ----- */
.wpro-hero{width:var(--wpro-container);margin:24px auto 8px;text-align:center;padding:14px 4px 6px;animation:wproFadeUp .6s ease both}
.wpro-hero-eyebrow{display:inline-block;padding:5px 12px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--wpro-text-soft);margin-bottom:14px}
.wpro-hero-title{font-size:clamp(1.7rem,4vw + 1rem,3rem);font-weight:700;letter-spacing:-.025em;margin-bottom:10px;line-height:1.05}
.wpro-hero-sub{color:var(--wpro-text-soft);font-size:1.02rem;max-width:560px;margin:0 auto 22px}
.wpro-hero-search{display:flex;gap:10px;align-items:center;width:min(560px,100%);margin:0 auto;padding:6px 6px 6px 18px;background:var(--wpro-card);border:1px solid var(--wpro-card-border);border-radius:999px;box-shadow:var(--wpro-shadow);backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);position:relative}
.wpro-hero-search input{flex:1;border:0;outline:0;background:transparent;font-size:1rem;padding:10px 0}
.wpro-hero-search .wpro-icon-btn{width:42px;height:42px}
.wpro-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-weight:600;font-size:.92rem;cursor:pointer;transition:transform .15s ease,background .2s ease}
.wpro-btn:hover{transform:translateY(-1px)}
.wpro-btn-primary{background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2));color:#fff;border-color:transparent;box-shadow:0 8px 22px -6px rgba(59,130,246,.5)}
.wpro-hero-locate{margin-top:12px;background:transparent;border:0;color:var(--wpro-text-soft);font-size:.88rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.wpro-hero-locate:hover{color:var(--wpro-text)}

/* ----- Current weather hero card ----- */
.wpro-current-hero{padding:28px 22px;animation:wproFadeUp .6s ease both;overflow:hidden;position:relative}
.wpro-current-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}
.wpro-current-place{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.wpro-current-flag{font-size:1.4rem}
.wpro-current-city{font-size:1.4rem;font-weight:700;letter-spacing:-.01em}
.wpro-current-country{color:var(--wpro-text-soft);font-size:.92rem}
.wpro-current-date{color:var(--wpro-text-soft);font-size:.85rem}
.wpro-current-body{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;margin-bottom:22px}
.wpro-current-icon{filter:drop-shadow(0 8px 22px rgba(0,0,0,.18))}
.wpro-current-temp{display:flex;align-items:flex-start;font-size:clamp(3rem,8vw,5rem);font-weight:300;letter-spacing:-.03em;line-height:.95}
.wpro-current-temp sup{font-size:.4em;font-weight:400;margin-top:.4em;margin-left:.05em}
.wpro-current-meta{margin-top:2px}
.wpro-current-label{font-size:1.08rem;font-weight:600;letter-spacing:-.005em}
.wpro-current-feels{color:var(--wpro-text-soft);font-size:.92rem;margin-top:2px}
.wpro-current-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;padding-top:18px;border-top:1px solid var(--wpro-divider)}
.wpro-stat{text-align:center}
.wpro-stat-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--wpro-text-muted);margin-bottom:2px}
.wpro-stat-value{font-weight:600;font-size:1rem}

/* ----- Hourly strip ----- */
.wpro-hourly-strip{display:flex;gap:8px;overflow-x:auto;padding:14px 6px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin}
.wpro-hourly-strip::-webkit-scrollbar{height:6px}
.wpro-hourly-strip::-webkit-scrollbar-thumb{background:var(--wpro-card-border);border-radius:3px}
.wpro-hour-cell{flex:0 0 70px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 6px;border-radius:18px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);scroll-snap-align:start;font-size:.85rem;transition:background .2s ease}
.wpro-hour-cell.is-now{background:var(--wpro-card);box-shadow:0 4px 14px -4px rgba(0,0,0,.15)}
.wpro-hour-time{font-weight:600;color:var(--wpro-text-soft)}
.wpro-hour-cell.is-now .wpro-hour-time{color:var(--wpro-text)}
.wpro-hour-pop{font-size:.72rem;color:#3b82f6;font-weight:600;min-height:1em}
.wpro-hour-temp{font-weight:600;font-size:.95rem}

/* ----- Daily list ----- */
.wpro-daily-list{padding:6px 0}
.wpro-day-row{display:grid;grid-template-columns:80px 36px 50px 1fr 36px;gap:12px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--wpro-divider);transition:background .15s}
.wpro-day-row:last-child{border-bottom:0}
a.wpro-day-row:hover{background:var(--wpro-card-soft)}
.wpro-day-name{display:flex;flex-direction:column;line-height:1.15}
.wpro-day-label{font-weight:600}
.wpro-day-date{font-size:.78rem;color:var(--wpro-text-muted)}
.wpro-day-icon{display:flex;align-items:center;justify-content:center}
.wpro-day-pop{display:flex;align-items:center;gap:4px;font-size:.82rem;color:#3b82f6;font-weight:600}
.wpro-pop-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6}
.wpro-day-temps{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px}
.wpro-temp-min{color:var(--wpro-text-muted);text-align:right;font-weight:500}
.wpro-temp-max{font-weight:600}
.wpro-temp-bar{position:relative;height:6px;background:var(--wpro-card-border);border-radius:99px;overflow:hidden}
.wpro-temp-bar-fill{position:absolute;top:0;bottom:0;background:linear-gradient(90deg,#60a5fa,#fbbf24,#ef4444);border-radius:99px}
.wpro-uv-chip{display:inline-flex;min-width:26px;justify-content:center;padding:2px 7px;border-radius:99px;font-size:.78rem;font-weight:600;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border)}
.wpro-tz-note{margin:8px 4px 0;font-size:.78rem;color:var(--wpro-text-muted);text-align:right}

@media (max-width:560px){
	.wpro-day-row{grid-template-columns:64px 28px 40px 1fr;}
	.wpro-day-uv{display:none}
}

/* ----- Card primitives ----- */
.wpro-card{padding:18px;display:flex;flex-direction:column;gap:10px;animation:wproFadeUp .55s ease both}
.wpro-card-head{display:flex;flex-direction:column;gap:2px}
.wpro-card-eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--wpro-text-muted);font-weight:600}
.wpro-card-title{font-size:1.05rem;font-weight:600;letter-spacing:-.005em}

/* AQI */
.wpro-aqi-meter{position:relative;height:8px;border-radius:99px;background:linear-gradient(90deg,#10b981 0%,#facc15 35%,#f97316 60%,#ef4444 80%,#7c3aed 100%);margin:8px 0 4px}
.wpro-aqi-arrow{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #0e1422;box-shadow:0 2px 6px rgba(0,0,0,.3);transform:translate(-50%,-50%)}
.wpro-aqi-value{font-size:2rem;font-weight:300;letter-spacing:-.02em}
.wpro-pollutants{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding-top:10px;border-top:1px solid var(--wpro-divider)}
.wpro-pollutants div{display:flex;flex-direction:column;gap:2px}
.wpro-pollutants dt{font-size:.7rem;color:var(--wpro-text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin:0}
.wpro-pollutants dd{margin:0;font-weight:600;font-size:.92rem}
.wpro-pollutants dd small{font-weight:400;color:var(--wpro-text-muted);font-size:.7rem;margin-left:2px}

/* UV */
.wpro-uv-value{font-size:2.2rem;font-weight:300;letter-spacing:-.02em}
.wpro-uv-meter{position:relative;height:8px;border-radius:99px;background:linear-gradient(90deg,#10b981 0%,#facc15 27%,#f97316 50%,#ef4444 73%,#7c3aed 100%);margin:6px 0 8px}
.wpro-uv-arrow{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #0e1422;transform:translate(-50%,-50%);box-shadow:0 2px 6px rgba(0,0,0,.3)}
.wpro-uv-advice{margin:0;font-size:.84rem;color:var(--wpro-text-soft);line-height:1.45}

/* Wind dial */
.wpro-wind-dial{position:relative;width:140px;height:140px;margin:6px auto 0}
.wpro-wind-dial-ring{position:absolute;inset:0;border:2px dashed var(--wpro-card-border);border-radius:50%}
.wpro-wind-tick{position:absolute;font-size:.72rem;color:var(--wpro-text-muted);font-weight:600}
.wpro-wind-n{top:4px;left:50%;transform:translateX(-50%)}
.wpro-wind-e{right:6px;top:50%;transform:translateY(-50%)}
.wpro-wind-s{bottom:4px;left:50%;transform:translateX(-50%)}
.wpro-wind-w{left:6px;top:50%;transform:translateY(-50%)}
.wpro-wind-arrow{position:absolute;left:50%;top:50%;font-size:1.4rem;font-weight:700;color:var(--wpro-accent);transform:translate(-50%,-50%);transition:transform .8s cubic-bezier(.4,0,.2,1)}
.wpro-wind-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;gap:2px;background:var(--wpro-card);border-radius:99px;padding:6px 10px;border:1px solid var(--wpro-card-border)}
.wpro-wind-center strong{font-size:.92rem}
.wpro-wind-center small{font-size:.7rem;color:var(--wpro-text-muted)}

/* Sun arc */
.wpro-sun-arc{position:relative;height:80px;margin:6px 0}
.wpro-sun-arc svg{width:100%;height:100%;color:var(--wpro-text-soft)}
.wpro-sun-dot{position:absolute;top:0;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,#fef3c7,#f59e0b);box-shadow:0 0 24px rgba(245,158,11,.7);transform:translate(-50%,calc(-50% + 8px));animation:wproSunBob 4s ease-in-out infinite alternate}
@keyframes wproSunBob{from{transform:translate(-50%,calc(-50% + 8px))}to{transform:translate(-50%,calc(-50% + 4px))}}
.wpro-sun-times{display:flex;justify-content:space-between;padding-top:10px;border-top:1px solid var(--wpro-divider)}
.wpro-sun-times>div{display:flex;flex-direction:column;gap:2px}
.wpro-sun-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--wpro-text-muted);font-weight:600}

/* ----- Mini weather cards ----- */
.wpro-mini-card{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:var(--wpro-radius-sm);min-height:130px;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.4);position:relative;overflow:hidden;transition:transform .2s ease;animation:wproFadeUp .5s ease both}
.wpro-mini-card:hover{transform:translateY(-2px)}
.wpro-mini-card.wpro-bg-clear{background:linear-gradient(135deg,#fbbf24,#f97316,#7c3aed)}
.wpro-mini-card.wpro-bg-cloudy{background:linear-gradient(135deg,#94a3b8,#64748b)}
.wpro-mini-card.wpro-bg-rainy{background:linear-gradient(135deg,#475569,#1e293b)}
.wpro-mini-card.wpro-bg-snowy{background:linear-gradient(135deg,#cbd5e1,#64748b);color:#0e1422;text-shadow:none}
.wpro-mini-card.wpro-bg-foggy{background:linear-gradient(135deg,#94a3b8,#64748b)}
.wpro-mini-card.wpro-bg-stormy{background:linear-gradient(135deg,#1e293b,#0f172a)}
.wpro-mini-card.wpro-bg-night{background:linear-gradient(135deg,#1e1b4b,#0f0a1f)}
.wpro-mini-head{display:flex;justify-content:space-between;align-items:center}
.wpro-mini-name{font-weight:600;font-size:.95rem}
.wpro-mini-flag{font-size:1.05rem}
.wpro-mini-body{display:flex;justify-content:space-between;align-items:center;flex:1;margin:6px 0}
.wpro-mini-temp{font-size:1.7rem;font-weight:300;letter-spacing:-.02em}
.wpro-mini-foot{font-size:.78rem;opacity:.85}

/* ----- Country grid ----- */
.wpro-country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}
.wpro-country-card{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--wpro-radius-sm);background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);transition:transform .15s,background .2s}
.wpro-country-card:hover{transform:translateY(-1px);background:var(--wpro-card)}
.wpro-country-flag{font-size:1.4rem}
.wpro-country-name{font-weight:600;font-size:.92rem}

/* ----- FAQ ----- */
.wpro-faq-list{padding:6px 0}
.wpro-faq-item{padding:14px 18px;border-bottom:1px solid var(--wpro-divider)}
.wpro-faq-item:last-child{border-bottom:0}
.wpro-faq-item summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:.96rem}
.wpro-faq-item summary::-webkit-details-marker{display:none}
.wpro-faq-item summary::after{content:"+";font-size:1.2rem;color:var(--wpro-text-soft);transition:transform .2s}
.wpro-faq-item[open] summary::after{transform:rotate(45deg)}
.wpro-faq-answer{margin-top:10px;color:var(--wpro-text-soft);font-size:.92rem;line-height:1.6}

/* ----- Breadcrumbs ----- */
.wpro-breadcrumbs{width:var(--wpro-container);margin:14px auto 0;font-size:.85rem;color:var(--wpro-text-soft)}
.wpro-breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.wpro-breadcrumbs a:hover{color:var(--wpro-text)}
.wpro-crumb-sep{margin:0 4px;color:var(--wpro-text-muted)}

/* ----- Search form (fallback) ----- */
.wpro-search-form{display:flex;gap:8px;margin:14px 0;flex-wrap:wrap}
.wpro-search-form .wpro-search-wrap{flex:1;min-width:200px}

/* ----- 404 / not-found ----- */
.wpro-notfound{display:flex;justify-content:center;padding:40px 0}
.wpro-notfound-card{max-width:520px;width:100%;text-align:center;padding:32px 24px}
.wpro-notfound-title{font-size:1.6rem;margin-bottom:10px}
.wpro-notfound-sub{color:var(--wpro-text-soft);margin-bottom:20px}

/* ----- Ads ----- */
.wpro-ad-slot{margin:18px auto;width:var(--wpro-container);text-align:center;font-size:.7rem;color:var(--wpro-text-muted)}
.wpro-ad-slot:empty{display:none}
.wpro-ad-mobile-bottom{position:fixed;bottom:0;left:0;right:0;z-index:40;padding:6px;background:var(--wpro-card);backdrop-filter:var(--wpro-glass-blur);border-top:1px solid var(--wpro-divider);display:none}
.wpro-ad-mobile-bottom:not(:empty){display:block}
@media (min-width:780px){.wpro-ad-mobile-bottom{display:none!important}}

/* ----- Footer ----- */
.wpro-site-footer{margin-top:36px;padding:30px 0 90px;background:var(--wpro-card);backdrop-filter:var(--wpro-glass-blur);border-top:1px solid var(--wpro-divider)}
.wpro-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;width:var(--wpro-container);margin-inline:auto;padding:6px 0 24px}
.wpro-footer-col h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--wpro-text-muted);margin-bottom:12px}
.wpro-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.wpro-footer-col a{color:var(--wpro-text-soft);font-size:.92rem}
.wpro-footer-col a:hover{color:var(--wpro-text)}
.wpro-footer-bottom{width:var(--wpro-container);margin-inline:auto;padding-top:18px;border-top:1px solid var(--wpro-divider);font-size:.82rem;color:var(--wpro-text-muted);text-align:center}

/* ----- Loading helpers ----- */
.wpro-skeleton{background:linear-gradient(90deg,var(--wpro-card-soft),var(--wpro-card-border),var(--wpro-card-soft));background-size:200% 100%;animation:wproShimmer 1.4s linear infinite;border-radius:8px}
@keyframes wproShimmer{from{background-position:200% 0}to{background-position:-200% 0}}

/* ----- Print ----- */
@media print{
	.wpro-bg-layer,.wpro-site-header,.wpro-site-footer,.wpro-ad-slot,.wpro-ad-mobile-bottom{display:none!important}
	.glass{background:#fff!important;border-color:#ccc!important;box-shadow:none!important;backdrop-filter:none!important}
}

/* ----- Reduced motion ----- */
@media (prefers-reduced-motion: reduce){
	*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
	.wpro-bg-particles::before,.wpro-bg-particles::after{display:none}
}

/* ============================================================
 * Compatibility: existing class names used by core template parts
 * ============================================================ */

/* Current weather (alt class names) */
.wpro-current{padding:28px 22px;animation:wproFadeUp .6s ease both;overflow:hidden;position:relative;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.3)}
.wpro-current.wpro-bg-clear,.wpro-current.wpro-bg-rainy,.wpro-current.wpro-bg-stormy,.wpro-current.wpro-bg-night{background-image:linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.3))}
.wpro-current.wpro-bg-clear{background-color:#fb923c;background-image:linear-gradient(135deg,#fbbf24,#f97316,#7c3aed)}
.wpro-current.wpro-bg-cloudy{background-image:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}
.wpro-current.wpro-bg-rainy{background-image:linear-gradient(135deg,#475569,#1e293b)}
.wpro-current.wpro-bg-snowy{background-image:linear-gradient(135deg,#cbd5e1,#94a3b8);color:#0e1422;text-shadow:none}
.wpro-current.wpro-bg-foggy{background-image:linear-gradient(135deg,#94a3b8,#6b7280);color:#fff}
.wpro-current.wpro-bg-stormy{background-image:linear-gradient(135deg,#1e293b,#0f172a)}
.wpro-current.wpro-bg-night{background-image:linear-gradient(135deg,#1e1b4b,#0f0a1f)}
.wpro-current-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}
.wpro-current-meta{display:flex;flex-direction:column;gap:4px}
.wpro-current-city{font-size:1.55rem;font-weight:700;letter-spacing:-.015em;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.wpro-current-city small{font-size:.65em;font-weight:500;opacity:.75}
.wpro-current-time{font-size:.85rem;opacity:.8;margin:0}
.wpro-current-icon-big{filter:drop-shadow(0 8px 22px rgba(0,0,0,.25));flex-shrink:0}
.wpro-current .wpro-current-body{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:18px 0;text-align:left}
.wpro-current .wpro-current-temp{font-size:clamp(3.4rem,9vw,5.2rem);font-weight:200;letter-spacing:-.04em;line-height:1;display:inline-flex;align-items:flex-start}
.wpro-current .wpro-current-temp sup{font-size:.4em;font-weight:300;margin-top:.5em;margin-left:.05em;opacity:.85}
.wpro-current .wpro-current-label{font-size:1.1rem;font-weight:600}
.wpro-current .wpro-current-feels{font-size:.95rem;opacity:.85}
.wpro-current-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:14px;padding-top:18px;margin:0;border-top:1px solid rgba(255,255,255,.18)}
.wpro-current-stats div{display:flex;flex-direction:column;gap:2px}
.wpro-current-stats dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;opacity:.75;font-weight:600;margin:0}
.wpro-current-stats dd{margin:0;font-weight:600;font-size:1rem}
.wpro-current-stats .wpro-muted{opacity:.75;font-weight:400;font-size:.85em}

/* Hourly card alt names */
.wpro-hourly .wpro-hourly-strip{display:flex;gap:8px;overflow-x:auto;padding:8px 2px 12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.wpro-hourly-cell{flex:0 0 70px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 6px;border-radius:18px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);scroll-snap-align:start;font-size:.85rem;text-align:center}
.wpro-hourly-time{font-weight:600;color:var(--wpro-text-soft);font-size:.78rem}
.wpro-hourly-pop{font-size:.7rem;color:#3b82f6;font-weight:600;min-height:1em}
.wpro-hourly-temp{font-weight:600;font-size:1rem}
.wpro-hourly-grid{display:flex;flex-direction:column;gap:0}
.wpro-hourly-row{display:grid;grid-template-columns:80px 26px 60px 50px 1fr;gap:10px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--wpro-divider);font-size:.92rem}
.wpro-hourly-row:last-child{border-bottom:0}

/* Daily list alt names (used by weather-page.php views) */
.wpro-daily-row{display:grid;grid-template-columns:90px 32px 1fr 50px 110px;gap:10px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--wpro-divider);font-size:.95rem;transition:background .15s}
a.wpro-daily-row:hover{background:var(--wpro-card-soft)}
.wpro-daily-row:last-child{border-bottom:0}
.wpro-daily-day{font-weight:600}
.wpro-daily-icon{display:flex;align-items:center;justify-content:center}
.wpro-daily-label{color:var(--wpro-text-soft)}
.wpro-daily-pop{color:#3b82f6;font-weight:600;font-size:.85rem}
.wpro-daily-temps{text-align:right;font-size:.95rem}
.wpro-daily-temps strong{font-weight:700}

/* Country index */
.wpro-country-link{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--wpro-radius-sm);background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);transition:transform .15s,background .2s}
.wpro-country-link:hover{transform:translateY(-1px);background:var(--wpro-card)}
.wpro-flag{font-size:1.3rem}

/* Country page popular cities */
.wpro-country-cities{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;margin-top:14px}
.wpro-popular-card{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:var(--wpro-radius-sm);min-height:120px;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.4);position:relative;overflow:hidden;transition:transform .2s ease}
.wpro-popular-card:hover{transform:translateY(-2px)}
.wpro-popular-card.wpro-bg-clear{background:linear-gradient(135deg,#fbbf24,#f97316,#7c3aed)}
.wpro-popular-card.wpro-bg-cloudy{background:linear-gradient(135deg,#94a3b8,#64748b)}
.wpro-popular-card.wpro-bg-rainy{background:linear-gradient(135deg,#475569,#1e293b)}
.wpro-popular-card.wpro-bg-snowy{background:linear-gradient(135deg,#cbd5e1,#64748b);color:#0e1422;text-shadow:none}
.wpro-popular-card.wpro-bg-foggy{background:linear-gradient(135deg,#94a3b8,#6b7280)}
.wpro-popular-card.wpro-bg-stormy{background:linear-gradient(135deg,#1e293b,#0f172a)}
.wpro-popular-card.wpro-bg-night{background:linear-gradient(135deg,#1e1b4b,#0f0a1f)}
.wpro-popular-name{font-weight:600;font-size:.95rem}
.wpro-popular-temp{font-size:1.6rem;font-weight:300;letter-spacing:-.02em}
.wpro-popular-icon{position:absolute;right:10px;bottom:10px;opacity:.85}

/* Day summary */
.wpro-day-summary{display:flex;gap:18px;align-items:center}
.wpro-day-icon{flex-shrink:0}
.wpro-day-label{font-size:1.05rem;font-weight:600;margin-bottom:2px}
.wpro-day-temps{font-size:1.1rem;margin-bottom:6px}

/* 4-up overview quad on city page */
.wpro-front-quad{display:grid;grid-template-columns:1fr;gap:14px;margin:14px 0}
@media (min-width:640px){.wpro-front-quad{grid-template-columns:1fr 1fr}}
@media (min-width:980px){.wpro-front-quad{grid-template-columns:repeat(4,1fr)}}

/* Mobile menu (when open) */
.wpro-primary-nav.is-open{flex-direction:column;align-items:flex-start;background:var(--wpro-card);padding:12px;border-radius:var(--wpro-radius-sm)}

/* Front-page hero positioning helpers */
.wpro-hero-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--wpro-card);border:1px solid var(--wpro-card-border);border-radius:var(--wpro-radius-sm);box-shadow:var(--wpro-shadow-lg);backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);max-height:60vh;overflow:auto;display:none;z-index:60}
.wpro-hero-results.is-open{display:block;animation:wproFadeUp .18s ease}

/* Common notice styles for admin */
.wpro-ad{margin:18px 0;text-align:center}

/* ============================================================
 * Quick links chip row
 * ============================================================ */
.wpro-quick-links{display:flex;gap:8px;overflow-x:auto;padding:6px 2px 14px;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:var(--wpro-container);margin:6px auto 0}
.wpro-quick-links::-webkit-scrollbar{display:none}
.wpro-quick-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-size:.86rem;font-weight:500;white-space:nowrap;color:var(--wpro-text);transition:transform .15s ease,background .2s ease,border-color .2s ease;backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);flex-shrink:0}
.wpro-quick-link:hover{transform:translateY(-1px);background:var(--wpro-card)}
.wpro-quick-link.is-active{background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2));color:#fff;border-color:transparent;box-shadow:0 6px 16px -6px rgba(59,130,246,.5)}
.wpro-quick-link-icon{display:inline-flex;line-height:0}

/* ============================================================
 * Hero locate status / locate button states
 * ============================================================ */
.wpro-locate-status{font-size:.85rem;margin-top:14px;min-height:1.2em;color:var(--wpro-text-soft);transition:color .2s}
.wpro-locate-status.is-loading{color:var(--wpro-accent)}
.wpro-locate-status.is-loading::before{content:"";display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;margin-right:8px;vertical-align:-2px;animation:wproSpin .8s linear infinite}
.wpro-locate-status.is-ok{color:var(--wpro-good)}
.wpro-locate-status.is-err{color:var(--wpro-danger)}
@keyframes wproSpin{to{transform:rotate(360deg)}}

.wpro-icon-btn.is-loading,.wpro-hero-locate.is-loading{position:relative;color:transparent}
.wpro-icon-btn.is-loading::after,.wpro-hero-locate.is-loading::after{content:"";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--wpro-accent);font:0/0 a}
.wpro-icon-btn.is-loading::before,.wpro-hero-locate.is-loading::before{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid var(--wpro-accent);border-top-color:transparent;border-radius:50%;animation:wproSpin .8s linear infinite}

/* ============================================================
 * Weather News cards
 * ============================================================ */
.wpro-news-section{margin-top:28px}
.wpro-news-head{align-items:flex-end}
.wpro-section-kicker{margin:0 0 4px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--wpro-text-muted)}
.wpro-news-all{white-space:nowrap}
.wpro-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wpro-news-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:var(--wpro-radius);background:linear-gradient(180deg,var(--wpro-card),var(--wpro-card-soft));border:1px solid var(--wpro-card-border);box-shadow:var(--wpro-shadow);backdrop-filter:var(--wpro-glass-blur);-webkit-backdrop-filter:var(--wpro-glass-blur);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;animation:wproFadeUp .45s ease both}
.wpro-news-card:hover{transform:translateY(-4px);box-shadow:var(--wpro-shadow-lg);border-color:rgba(59,130,246,.32)}
.wpro-news-thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,rgba(59,130,246,.18),rgba(139,92,246,.16));color:var(--wpro-text-muted)}
.wpro-news-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.wpro-news-card:hover .wpro-news-thumb img{transform:scale(1.045);filter:saturate(1.08)}
.wpro-news-thumb-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.28),transparent 35%),linear-gradient(135deg,rgba(59,130,246,.22),rgba(139,92,246,.22));color:var(--wpro-text-soft)}
.wpro-news-body{display:flex;flex-direction:column;gap:10px;flex:1;padding:16px 18px 18px}
.wpro-news-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.wpro-news-cat{display:inline-flex;align-items:center;max-width:58%;min-width:0;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.14);color:var(--wpro-accent);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wpro-news-date{font-size:.78rem;color:var(--wpro-text-muted);white-space:nowrap}
.wpro-news-title{margin:0;font-size:1.06rem;font-weight:800;line-height:1.28;letter-spacing:-.015em}
.wpro-news-title a{color:var(--wpro-text);text-decoration:none}
.wpro-news-title a:hover{color:var(--wpro-accent)}
.wpro-news-excerpt{margin:0;color:var(--wpro-text-soft);font-size:.91rem;line-height:1.58;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wpro-news-more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:4px;color:var(--wpro-accent);font-size:.9rem;font-weight:800;text-decoration:none;align-self:flex-start}
.wpro-news-more:hover{gap:9px}
@media (max-width:980px){.wpro-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media (max-width:640px){.wpro-news-head{align-items:flex-start}.wpro-news-grid{grid-template-columns:1fr}.wpro-news-card{border-radius:20px}.wpro-news-body{padding:15px}.wpro-news-meta{align-items:flex-start;flex-direction:column;gap:7px}.wpro-news-cat{max-width:100%}.wpro-news-date{font-size:.76rem}.wpro-news-title{font-size:1rem}.wpro-news-excerpt{font-size:.88rem;-webkit-line-clamp:2}}

/* ============================================================
 * Footer polish
 * ============================================================ */
.wpro-footer-brand{grid-column:span 1}
.wpro-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:1.05rem}
.wpro-footer-logo .wpro-logo-mark{width:32px;height:32px;border-radius:9px}
.wpro-footer-tag{font-size:.9rem;color:var(--wpro-text-soft);line-height:1.5;margin:0;max-width:280px}

@media (min-width:760px){
	.wpro-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
}

/* ============================================================
 * Hero refinements
 * ============================================================ */
.wpro-hero{padding-bottom:18px}
.wpro-hero-inner{width:var(--wpro-container);margin-inline:auto;text-align:center}
.wpro-hero-search input{flex:1;border:0;outline:0;background:transparent;font-size:1rem;padding:10px 4px;min-width:0}
.wpro-hero-search .wpro-search-icon{flex-shrink:0;color:var(--wpro-text-soft);margin-right:4px}

/* ============================================================
 * Mobile menu open state
 * ============================================================ */
.wpro-primary-nav.is-open{display:flex!important;flex-direction:column;align-items:stretch;background:var(--wpro-card);padding:14px;margin:0 auto;border-radius:var(--wpro-radius-sm);box-shadow:var(--wpro-shadow);width:var(--wpro-container)}
.wpro-primary-nav.is-open .wpro-menu,.wpro-primary-nav.is-open ul{display:flex;flex-direction:column;list-style:none;padding:0;margin:0;gap:6px}
.wpro-primary-nav .wpro-menu,.wpro-primary-nav ul{display:flex;list-style:none;padding:0;margin:0;gap:8px}

/* Hide mobile menu button on desktop */
@media (min-width:880px){
	.wpro-menu-btn{display:none}
}
@media (max-width:879px){
	.wpro-primary-nav:not(.is-open){display:none}
}

/* ============================================================
 * Section spacing reset for front-page content
 * ============================================================ */
#wpro-front-content > .wpro-current,
#wpro-front-content > .glass{width:var(--wpro-container);margin:18px auto}
#wpro-front-content > .wpro-front-quad{width:var(--wpro-container);margin:18px auto}
#wpro-front-content > .wpro-section{margin-top:24px;margin-bottom:24px}

/* ============================================================
 * Hide the in-card "Now" pill duplication on the hourly strip
 * ============================================================ */
.wpro-hourly .wpro-card-title{margin-bottom:6px}

/* ============================================================
 * Improve currency of inline icons everywhere — ensures color inheritance
 * ============================================================ */
.wpro-icon{display:inline-block;vertical-align:middle}
.wpro-current-icon-big .wpro-icon,.wpro-current-icon-big svg{width:88px;height:88px}

/* ============================================================
 * Country grid spacing
 * ============================================================ */
.wpro-countries-section{margin-bottom:36px}


/* ============================================================
 * Mini-card region line (city subtitle)
 * ============================================================ */
.wpro-mini-region{font-size:.75rem;opacity:.85;margin-top:-2px;font-weight:500;letter-spacing:.01em}
.wpro-mini-temp-empty{opacity:.55;font-weight:400}
.wpro-mini-card{min-height:150px;padding:14px 16px}
.wpro-mini-card .wpro-mini-body{margin:8px 0 4px}

/* Larger touch target for mini cards on mobile */
@media (max-width:560px){
	.wpro-grid-cards{grid-template-columns:repeat(2,1fr);gap:10px}
	.wpro-mini-card{min-height:140px}
}

.wpro-search-page-results{display:grid;gap:12px;margin-top:18px}
.wpro-search-page-result{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;text-decoration:none}
.wpro-search-page-result strong{color:var(--wpro-text);font-size:1rem}
.wpro-search-page-result span{color:var(--wpro-text-muted);font-size:.88rem;text-align:right}
.wpro-live-search-note{margin-bottom:16px}
@media (max-width:640px){.wpro-search-page-result{align-items:flex-start;flex-direction:column}.wpro-search-page-result span{text-align:left}}

/* Dynamic city content cards */
.wpro-content-card{margin-top:18px;overflow:hidden}.wpro-content-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.wpro-kicker{margin:0 0 6px;color:var(--wpro-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.wpro-content-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-weight:800;color:var(--wpro-text)}.wpro-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wpro-content-block{padding:16px;border-radius:22px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10)}.wpro-content-block h3,.wpro-content-table-wrap h3,.wpro-content-faq h3,.wpro-content-links h3{margin:0 0 10px;font-size:1.05rem}.wpro-content-block p{margin:0 0 10px;color:var(--wpro-muted);line-height:1.75}.wpro-content-block p:last-child{margin-bottom:0}.wpro-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0}.wpro-facts-grid>div{padding:14px;border-radius:18px;background:rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.10)}.wpro-facts-grid span{display:block;color:var(--wpro-muted);font-size:.78rem;margin-bottom:5px}.wpro-facts-grid strong{display:block;color:var(--wpro-text);font-size:1rem}.wpro-content-table-wrap{margin-top:16px;padding:16px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);overflow:auto}.wpro-content-table{width:100%;border-collapse:collapse;min-width:620px}.wpro-content-table th,.wpro-content-table td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.10)}.wpro-content-table th{color:var(--wpro-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.wpro-content-faq{margin-top:16px;padding:16px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}.wpro-content-faq details{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.10)}.wpro-content-faq details:last-child{border-bottom:0}.wpro-content-faq summary{cursor:pointer;font-weight:800}.wpro-content-faq p{color:var(--wpro-muted);line-height:1.7;margin:10px 0 0}.wpro-content-links{margin-top:16px}.wpro-content-links>div{display:flex;flex-wrap:wrap;gap:10px}.wpro-content-links a{display:inline-flex;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);text-decoration:none;color:var(--wpro-text);font-weight:700}@media(max-width:760px){.wpro-content-head{display:block}.wpro-content-pill{margin-top:10px}.wpro-content-grid{grid-template-columns:1fr}.wpro-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wpro-content-block{padding:14px}.wpro-content-card{margin-top:14px}}

/* ============================================================
 * Header drawer rebuild: aligned icons + collapsible sections
 * ============================================================ */
.wpro-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}
.wpro-header-actions .wpro-icon-btn{width:42px;height:42px;border-radius:15px;color:var(--wpro-text);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 24px -18px rgba(0,0,0,.45)}
.wpro-header-actions .wpro-icon-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.13)}
.wpro-menu-btn{display:inline-flex!important}
.wpro-site-header .wpro-primary-nav{width:var(--wpro-container);margin:0 auto;padding:6px 4px 10px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.wpro-site-header .wpro-primary-nav .wpro-menu,.wpro-site-header .wpro-primary-nav ul{display:flex;list-style:none;padding:0;margin:0;gap:8px;align-items:center}
.wpro-site-header .wpro-primary-nav li{list-style:none;margin:0}
.wpro-site-header .wpro-primary-nav a{display:inline-flex;align-items:center;min-height:34px;padding:7px 13px;border-radius:999px;background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);font-size:.86rem;line-height:1;white-space:nowrap;text-decoration:none;color:var(--wpro-text)}
@media(max-width:879px){.wpro-site-header .wpro-primary-nav{display:none!important}.wpro-search-form-header{max-width:none;flex:1}.wpro-header-actions{gap:6px}.wpro-header-actions .wpro-icon-btn{width:39px;height:39px;border-radius:14px}}
@media(max-width:520px){.wpro-header-inner{height:auto;min-height:62px;padding:8px 0}.wpro-logo{max-width:42px}.wpro-search-form-header{min-width:0}.wpro-search-wrap input{font-size:.86rem}.wpro-header-actions .wpro-icon-btn{width:36px;height:36px}.wpro-header-actions .wpro-icon-btn svg{width:17px;height:17px}}

.wpro-drawer-overlay{position:fixed;inset:0;background:rgba(2,6,23,.58);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:98;opacity:0;pointer-events:none;transition:opacity .22s ease}
.wpro-drawer-overlay.is-open{opacity:1;pointer-events:auto}
.wpro-mobile-drawer{position:fixed;top:0;right:0;width:min(390px,88vw);height:100dvh;z-index:99;background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(15,23,42,.88));border-left:1px solid rgba(255,255,255,.12);box-shadow:-30px 0 70px rgba(0,0,0,.35);transform:translateX(105%);transition:transform .26s ease;display:flex;flex-direction:column;padding:18px;overflow:auto;color:#fff}
html[data-wpro-theme="light"] .wpro-mobile-drawer{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(241,245,249,.94));color:#0f172a}
.wpro-mobile-drawer.is-open{transform:translateX(0)}
body.wpro-drawer-open{overflow:hidden}
.wpro-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12)}
.wpro-drawer-head strong{display:block;font-size:1.1rem;letter-spacing:-.02em;color:inherit}
.wpro-drawer-kicker{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:var(--wpro-text-muted);font-weight:800;margin-bottom:4px}
.wpro-drawer-search{padding:16px 0 8px}
.wpro-drawer-search input{width:100%;height:46px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:inherit;padding:0 14px;outline:0;font-size:.95rem}
.wpro-drawer-search input:focus{border-color:var(--wpro-accent);box-shadow:0 0 0 3px rgba(59,130,246,.18)}
.wpro-drawer-sections{display:grid;gap:14px;padding:8px 0 20px}
.wpro-drawer-section{display:grid;gap:8px;padding:14px;border-radius:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}
html[data-wpro-theme="light"] .wpro-drawer-section{background:rgba(15,23,42,.045);border-color:rgba(15,23,42,.08)}
.wpro-drawer-section h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--wpro-text-muted);margin:0 0 4px;font-weight:900}
.wpro-drawer-section a,.wpro-drawer-menu a{display:flex!important;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border-radius:17px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:inherit;text-decoration:none;font-weight:700;font-size:.94rem}
html[data-wpro-theme="light"] .wpro-drawer-section a,html[data-wpro-theme="light"] .wpro-drawer-menu a{background:rgba(15,23,42,.035);border-color:rgba(15,23,42,.07)}
.wpro-drawer-section a:hover,.wpro-drawer-menu a:hover{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.35)}
.wpro-drawer-section a span{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:10px;background:rgba(59,130,246,.18);color:var(--wpro-accent);font-weight:900}
.wpro-drawer-menu,.wpro-drawer-menu ul{display:grid!important;gap:8px;list-style:none;margin:0;padding:0}
.wpro-drawer-menu li{list-style:none;margin:0;padding:0}
.wpro-drawer-menu .sub-menu{margin-left:12px;margin-top:8px}
@media(min-width:880px){.wpro-mobile-drawer{width:410px}.wpro-menu-btn{display:inline-flex!important}}


/* ============================================================
 * Clean mobile drawer + professional header alignment
 * ============================================================ */
.wpro-site-header{z-index:80}.wpro-header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.wpro-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.wpro-header-actions .wpro-icon-btn,.wpro-drawer-head .wpro-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:var(--wpro-text);padding:0}.wpro-header-actions .wpro-icon-btn svg,.wpro-drawer-head .wpro-icon-btn svg{display:block;width:19px;height:19px}.wpro-search-form-header{min-width:0;width:100%}.wpro-search-wrap{width:100%}
.wpro-drawer-overlay{position:fixed;inset:0;background:rgba(2,6,23,.50);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:98;opacity:0;pointer-events:none;transition:opacity .2s ease}.wpro-drawer-overlay.is-open{opacity:1;pointer-events:auto}.wpro-mobile-drawer{box-sizing:border-box;position:fixed;z-index:99;display:flex;flex-direction:column;gap:16px;color:#fff;background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(17,24,39,.94));border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 90px rgba(0,0,0,.35);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:auto;transition:transform .22s ease,opacity .22s ease}html[data-wpro-theme="light"] .wpro-mobile-drawer{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,245,249,.95));color:#0f172a;border-color:rgba(15,23,42,.10)}.wpro-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 14px;border-bottom:1px solid rgba(255,255,255,.11)}html[data-wpro-theme="light"] .wpro-drawer-head{border-bottom-color:rgba(15,23,42,.09)}.wpro-drawer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;min-width:0}.wpro-drawer-brand strong{display:block;font-size:1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit}.wpro-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wpro-drawer-grid a{display:flex;align-items:center;gap:10px;min-height:58px;padding:12px;border-radius:20px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);color:inherit;text-decoration:none;line-height:1.15}.wpro-drawer-grid a:hover{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.34)}html[data-wpro-theme="light"] .wpro-drawer-grid a{background:rgba(15,23,42,.04);border-color:rgba(15,23,42,.08)}.wpro-drawer-grid a span{width:34px;height:34px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2));color:#fff;box-shadow:0 12px 28px rgba(59,130,246,.22)}.wpro-drawer-grid a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wpro-drawer-grid a strong{font-size:.94rem;font-weight:800;color:inherit}.wpro-drawer-kicker,.wpro-drawer-search,.wpro-drawer-sections,.wpro-drawer-section,.wpro-drawer-wp-menu{display:none!important}
@media(min-width:880px){.wpro-mobile-drawer{top:18px;right:18px;width:390px;max-height:calc(100dvh - 36px);border-radius:30px;padding:18px;transform:translateX(18px) scale(.98);opacity:0;pointer-events:none}.wpro-mobile-drawer.is-open{transform:translateX(0) scale(1);opacity:1;pointer-events:auto}.wpro-menu-btn{display:inline-flex!important}}
@media(max-width:879px){.wpro-site-header .wpro-primary-nav{display:none!important}.wpro-header-inner{width:100%;padding:8px 12px;gap:8px;min-height:64px}.wpro-logo{width:44px;min-width:44px}.wpro-logo-mark{width:44px;height:44px;border-radius:15px}.wpro-logo-name{display:none}.wpro-header-actions{gap:7px}.wpro-locate-btn{}.wpro-header-actions #wpro-locate-btn{display:none}.wpro-header-actions .wpro-icon-btn{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.075)}.wpro-search-wrap{min-height:44px;padding:5px 13px;border-radius:999px}.wpro-search-wrap input{font-size:.95rem}.wpro-mobile-drawer{top:76px;left:12px;right:12px;width:auto;max-height:calc(100dvh - 92px);border-radius:28px;padding:14px;transform:translateY(-8px) scale(.98);opacity:0;pointer-events:none}.wpro-mobile-drawer.is-open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.wpro-drawer-grid{grid-template-columns:1fr 1fr}.wpro-drawer-grid a{min-height:56px;padding:11px;border-radius:18px}.wpro-drawer-grid a span{width:32px;height:32px;border-radius:13px}.wpro-drawer-grid a strong{font-size:.9rem}}
@media(max-width:430px){.wpro-header-inner{gap:7px;padding-inline:10px}.wpro-logo{width:40px;min-width:40px}.wpro-logo-mark{width:40px;height:40px}.wpro-header-actions .wpro-icon-btn{width:39px;height:39px}.wpro-search-wrap{min-height:41px}.wpro-search-wrap input{font-size:.86rem}.wpro-drawer-grid{gap:8px}.wpro-drawer-grid a{gap:8px;min-height:54px}.wpro-drawer-grid a strong{font-size:.84rem}.wpro-drawer-grid a span{width:30px;height:30px}}


/* ============================================================
 * FINAL HEADER + DRAWER FIX 1.0.5
 * Prevent oversized broken icons and duplicated drawer text.
 * ============================================================ */
.wpro-site-header{position:sticky!important;top:0!important;z-index:100!important;background:var(--wpro-card)!important;border-bottom:1px solid var(--wpro-divider)!important;backdrop-filter:var(--wpro-glass-blur)!important;-webkit-backdrop-filter:var(--wpro-glass-blur)!important}
.wpro-header-inner{box-sizing:border-box!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;width:var(--wpro-container)!important;margin:0 auto!important;height:64px!important;padding:0 4px!important}
.wpro-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:44px!important;text-decoration:none!important;color:var(--wpro-text)!important;overflow:hidden!important}
.wpro-logo-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2))!important;color:#fff!important;box-shadow:0 10px 28px rgba(59,130,246,.24)!important}
.wpro-logo-mark svg{display:block!important;width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.wpro-search-form-header{display:block!important;min-width:0!important;width:100%!important;max-width:none!important;margin:0!important}
.wpro-search-wrap{box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:46px!important;padding:0 14px!important;border-radius:999px!important;background:var(--wpro-card-soft)!important;border:1px solid var(--wpro-card-border)!important;overflow:visible!important}
.wpro-search-icon{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;fill:none!important;stroke:currentColor!important;color:var(--wpro-text-soft)!important}
.wpro-search-wrap input{display:block!important;width:100%!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--wpro-text)!important;font-size:.95rem!important;line-height:1.2!important;padding:0!important}
.wpro-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:max-content!important}
.wpro-header-actions .wpro-icon-btn,.wpro-drawer-head .wpro-icon-btn{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:16px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;color:var(--wpro-text)!important;line-height:0!important;cursor:pointer!important}
.wpro-header-actions .wpro-icon-btn svg,.wpro-drawer-head .wpro-icon-btn svg{display:block!important;width:19px!important;height:19px!important;max-width:19px!important;max-height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;overflow:visible!important}
.wpro-site-header .wpro-primary-nav{width:var(--wpro-container)!important;margin:0 auto!important;padding:6px 0 10px!important;display:flex!important;overflow-x:auto!important;gap:8px!important;scrollbar-width:none!important}
.wpro-site-header .wpro-primary-nav::-webkit-scrollbar{display:none!important}
.wpro-site-header .wpro-primary-nav ul,.wpro-site-header .wpro-primary-nav .wpro-menu{display:flex!important;align-items:center!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}
.wpro-site-header .wpro-primary-nav li{list-style:none!important;margin:0!important;padding:0!important}
.wpro-site-header .wpro-primary-nav a{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:7px 13px!important;border-radius:999px!important;background:var(--wpro-card-soft)!important;border:1px solid var(--wpro-card-border)!important;color:var(--wpro-text)!important;text-decoration:none!important;font-size:.86rem!important;line-height:1!important;white-space:nowrap!important}
.wpro-drawer-overlay{position:fixed!important;inset:0!important;z-index:998!important;background:rgba(2,6,23,.55)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease!important}
.wpro-drawer-overlay.is-open{opacity:1!important;pointer-events:auto!important}
.wpro-mobile-drawer{box-sizing:border-box!important;position:fixed!important;z-index:999!important;display:flex!important;flex-direction:column!important;gap:16px!important;color:#fff!important;background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(17,24,39,.94))!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 28px 90px rgba(0,0,0,.35)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;overflow:auto!important;transition:transform .22s ease,opacity .22s ease!important}
html[data-wpro-theme="light"] .wpro-mobile-drawer{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,245,249,.95))!important;color:#0f172a!important;border-color:rgba(15,23,42,.10)!important}
.wpro-drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:0 0 14px!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}
.wpro-drawer-brand{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:inherit!important;min-width:0!important;max-width:calc(100% - 54px)!important;overflow:hidden!important}
.wpro-drawer-brand strong{display:block!important;font-size:1rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:inherit!important;margin:0!important;padding:0!important}
.wpro-drawer-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}
.wpro-drawer-grid a{box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:12px!important;border-radius:20px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;color:inherit!important;text-decoration:none!important;line-height:1.15!important;overflow:hidden!important}
html[data-wpro-theme="light"] .wpro-drawer-grid a{background:rgba(15,23,42,.04)!important;border-color:rgba(15,23,42,.08)!important}
.wpro-drawer-grid a:hover{background:rgba(59,130,246,.18)!important;border-color:rgba(59,130,246,.34)!important}
.wpro-nav-icon{box-sizing:border-box!important;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px!important;background:linear-gradient(135deg,var(--wpro-accent),var(--wpro-accent-2))!important;color:#fff!important;box-shadow:0 12px 28px rgba(59,130,246,.22)!important;font-size:18px!important;font-weight:800!important;line-height:1!important;font-family:Arial,system-ui,sans-serif!important;text-align:center!important}
.wpro-drawer-grid a svg{display:none!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important}
.wpro-drawer-grid a strong{display:block!important;font-size:.94rem!important;font-weight:800!important;color:inherit!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important;padding:0!important}
.wpro-drawer-kicker,.wpro-drawer-search,.wpro-drawer-sections,.wpro-drawer-section,.wpro-drawer-wp-menu,.wpro-drawer-menu{display:none!important}
body.wpro-drawer-open{overflow:hidden!important}
@media(min-width:880px){.wpro-mobile-drawer{top:18px!important;right:18px!important;width:390px!important;max-height:calc(100dvh - 36px)!important;border-radius:30px!important;padding:18px!important;transform:translateX(18px) scale(.98)!important;opacity:0!important;pointer-events:none!important}.wpro-mobile-drawer.is-open{transform:translateX(0) scale(1)!important;opacity:1!important;pointer-events:auto!important}.wpro-menu-btn{display:inline-flex!important}}
@media(max-width:879px){.wpro-site-header .wpro-primary-nav{display:none!important}.wpro-header-inner{width:100%!important;height:62px!important;padding:8px 10px!important;gap:8px!important}.wpro-logo{width:42px!important;min-width:42px!important}.wpro-logo-mark{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important}.wpro-logo-name{display:none!important}.wpro-header-actions{gap:6px!important}.wpro-header-actions #wpro-locate-btn{display:none!important}.wpro-header-actions .wpro-icon-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:15px!important}.wpro-search-wrap{min-height:42px!important;padding:0 12px!important}.wpro-search-wrap input{font-size:.88rem!important}.wpro-mobile-drawer{top:74px!important;left:12px!important;right:12px!important;width:auto!important;max-height:calc(100dvh - 90px)!important;border-radius:28px!important;padding:14px!important;transform:translateY(-8px) scale(.98)!important;opacity:0!important;pointer-events:none!important}.wpro-mobile-drawer.is-open{transform:translateY(0) scale(1)!important;opacity:1!important;pointer-events:auto!important}}
@media(max-width:430px){.wpro-header-inner{grid-template-columns:40px minmax(0,1fr) auto!important;gap:7px!important;padding-inline:8px!important}.wpro-logo,.wpro-logo-mark{width:40px!important;min-width:40px!important;height:40px!important}.wpro-header-actions .wpro-icon-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.wpro-header-actions .wpro-icon-btn svg{width:18px!important;height:18px!important}.wpro-search-wrap{min-height:40px!important;padding-inline:11px!important}.wpro-search-wrap input{font-size:.82rem!important}.wpro-drawer-grid{gap:8px!important}.wpro-drawer-grid a{gap:8px!important;min-height:54px!important;padding:10px!important;border-radius:18px!important}.wpro-nav-icon{width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;min-height:30px!important;max-height:30px!important;flex-basis:30px!important;border-radius:13px!important;font-size:16px!important}.wpro-drawer-grid a strong{font-size:.82rem!important}}


/* ============================================================
 * WORDPRESS-CONTROLLED DRAWER MENU 1.0.7
 * Drawer menu now uses Appearance > Menus > Mobile Drawer Menu.
 * ============================================================ */
.wpro-drawer-nav{
	display:block!important;
	margin-top:14px!important;
}
.wpro-drawer-menu,
.wpro-drawer-menu ul{
	display:grid!important;
	grid-template-columns:1fr!important;
	gap:10px!important;
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}
.wpro-drawer-menu li{
	display:block!important;
	margin:0!important;
	padding:0!important;
}
.wpro-drawer-menu a{
	box-sizing:border-box!important;
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:10px!important;
	width:100%!important;
	min-height:54px!important;
	padding:14px 16px!important;
	border-radius:18px!important;
	background:rgba(255,255,255,.075)!important;
	border:1px solid rgba(255,255,255,.10)!important;
	color:inherit!important;
	text-decoration:none!important;
	font-size:.95rem!important;
	font-weight:800!important;
	line-height:1.2!important;
	overflow:hidden!important;
}
html[data-wpro-theme="light"] .wpro-drawer-menu a{
	background:rgba(15,23,42,.045)!important;
	border-color:rgba(15,23,42,.08)!important;
}
.wpro-drawer-menu a:hover,
.wpro-drawer-menu .current-menu-item > a,
.wpro-drawer-menu .current_page_item > a{
	background:rgba(59,130,246,.18)!important;
	border-color:rgba(59,130,246,.34)!important;
}
.wpro-drawer-menu .sub-menu{
	display:grid!important;
	grid-template-columns:1fr!important;
	gap:8px!important;
	margin:8px 0 0 14px!important;
	padding-left:12px!important;
	border-left:1px solid rgba(255,255,255,.12)!important;
}
html[data-wpro-theme="light"] .wpro-drawer-menu .sub-menu{
	border-left-color:rgba(15,23,42,.12)!important;
}
.wpro-drawer-menu .sub-menu a{
	min-height:44px!important;
	padding:11px 13px!important;
	border-radius:15px!important;
	font-size:.88rem!important;
	font-weight:700!important;
	opacity:.92!important;
}
.wpro-drawer-grid{
	display:none!important;
}
@media(min-width:560px){
	.wpro-drawer-menu{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
	.wpro-drawer-menu .sub-menu{
		grid-column:1/-1!important;
	}
}
@media(max-width:430px){
	.wpro-drawer-menu,
	.wpro-drawer-menu ul{
		gap:8px!important;
	}
	.wpro-drawer-menu a{
		min-height:50px!important;
		padding:12px 14px!important;
		border-radius:16px!important;
		font-size:.9rem!important;
	}
	.wpro-drawer-menu .sub-menu a{
		min-height:42px!important;
		font-size:.84rem!important;
	}
}

/* ============================================================
 * Weather News magazine cards 2.0
 * Real WP posts, featured-image first, social sharing.
 * ============================================================ */
.wpro-news-magazine{margin-top:34px!important}
.wpro-news-magazine .wpro-news-head{align-items:flex-end!important;margin-bottom:20px!important}
.wpro-news-magazine .wpro-section-kicker{margin:0 0 6px!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--wpro-accent)!important}
.wpro-news-magazine .wpro-news-all{white-space:nowrap!important;font-weight:900!important}
.wpro-news-magazine .wpro-news-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 28px!important;align-items:start!important}
.wpro-news-magazine .wpro-news-card{display:block!important;position:relative!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;animation:wproFadeUp .45s ease both!important}
.wpro-news-magazine .wpro-news-card:hover{transform:none!important;box-shadow:none!important;border-color:transparent!important}
.wpro-news-magazine .wpro-news-image-wrap{position:relative!important;overflow:visible!important;border-radius:0!important;background:transparent!important}
.wpro-news-magazine .wpro-news-thumb{display:block!important;position:relative!important;aspect-ratio:1.18/1!important;overflow:hidden!important;border-radius:0!important;background:linear-gradient(135deg,rgba(59,130,246,.18),rgba(139,92,246,.18))!important;box-shadow:0 18px 34px -22px rgba(15,23,42,.62)!important;color:var(--wpro-text-muted)!important}
.wpro-news-magazine .wpro-news-thumb:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(2,6,23,0) 40%,rgba(2,6,23,.34) 100%)!important;pointer-events:none!important}
.wpro-news-magazine .wpro-news-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .45s ease,filter .45s ease!important}
.wpro-news-magazine .wpro-news-card:hover .wpro-news-thumb img{transform:scale(1.045)!important;filter:saturate(1.08) contrast(1.03)!important}
.wpro-news-magazine .wpro-news-thumb-placeholder{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.24),transparent 34%),linear-gradient(135deg,rgba(59,130,246,.22),rgba(16,185,129,.18))!important;color:var(--wpro-text-soft)!important}
.wpro-news-magazine .wpro-news-title-overlay{position:absolute!important;left:26px!important;right:26px!important;bottom:26px!important;z-index:3!important;display:inline!important;width:fit-content!important;max-width:calc(100% - 52px)!important;color:#07813d!important;font-size:1.28rem!important;font-weight:700!important;line-height:1.78!important;text-decoration:none!important;box-decoration-break:clone!important;-webkit-box-decoration-break:clone!important;background:rgba(255,255,255,.94)!important;padding:.18em .42em!important;box-shadow:10px 0 0 rgba(255,255,255,.94),-10px 0 0 rgba(255,255,255,.94)!important;text-shadow:none!important}
.wpro-news-magazine .wpro-news-title-overlay:hover{color:#065f46!important}
.wpro-news-magazine .wpro-news-date-badge{position:absolute!important;top:18px!important;right:18px!important;z-index:4!important;display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:30px!important;padding:6px 11px!important;border-radius:999px!important;background:linear-gradient(135deg,#f59e0b,#f97316)!important;color:#fff!important;font-size:.78rem!important;font-weight:900!important;line-height:1!important;box-shadow:0 12px 24px -14px rgba(0,0,0,.55)!important}
.wpro-news-magazine .wpro-news-date-badge svg{width:13px!important;height:13px!important;display:block!important}
.wpro-news-magazine .wpro-news-body{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:13px!important;min-height:0!important;padding:22px 12px 0!important;text-align:center!important;background:transparent!important}
.wpro-news-magazine .wpro-news-author-dot{width:42px!important;height:42px!important;border-radius:50%!important;margin-top:-8px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 8px 20px -14px rgba(15,23,42,.58)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:3px solid rgba(255,255,255,.92)!important}
html[data-wpro-theme="dark"] .wpro-news-magazine .wpro-news-author-dot{background:rgba(15,23,42,.86)!important;border-color:rgba(255,255,255,.14)!important}
.wpro-news-magazine .wpro-news-author-dot img{width:100%!important;height:100%!important;display:block!important;border-radius:50%!important;object-fit:cover!important}
.wpro-news-magazine .wpro-news-excerpt{max-width:92%!important;margin:0 auto!important;color:var(--wpro-text-soft)!important;font-size:.96rem!important;line-height:1.72!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.wpro-news-magazine .wpro-news-meta-line{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}
.wpro-news-magazine .wpro-news-cat{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;max-width:100%!important;padding:0!important;background:transparent!important;border:0!important;color:var(--wpro-text-soft)!important;font-size:.86rem!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important;white-space:normal!important;line-height:1.45!important}
.wpro-news-magazine .wpro-news-cat svg{color:#d69a1e!important;flex:0 0 auto!important}
.wpro-news-magazine .wpro-news-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:2px!important;width:100%!important}
.wpro-news-magazine .wpro-news-more{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:9px 14px!important;border-radius:999px!important;background:rgba(59,130,246,.12)!important;border:1px solid rgba(59,130,246,.18)!important;color:var(--wpro-accent)!important;font-size:.86rem!important;font-weight:900!important;text-decoration:none!important;align-self:auto!important;transition:gap .2s ease,background .2s ease!important}
.wpro-news-magazine .wpro-news-more:hover{gap:10px!important;background:rgba(59,130,246,.18)!important}
.wpro-news-magazine .wpro-news-share{display:inline-flex!important;align-items:center!important;gap:7px!important}
.wpro-news-magazine .wpro-news-share a{width:33px!important;height:33px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;text-transform:uppercase!important;font-size:.82rem!important;font-weight:900!important;color:var(--wpro-text)!important;background:var(--wpro-card-soft)!important;border:1px solid var(--wpro-card-border)!important;transition:transform .2s ease,background .2s ease,color .2s ease!important}
.wpro-news-magazine .wpro-news-share a:hover{transform:translateY(-2px)!important;background:var(--wpro-accent)!important;color:#fff!important}
@media(max-width:980px){.wpro-news-magazine .wpro-news-grid{gap:28px 20px!important}.wpro-news-magazine .wpro-news-title-overlay{font-size:1.14rem!important;left:22px!important;right:22px!important;bottom:22px!important;max-width:calc(100% - 44px)!important}.wpro-news-magazine .wpro-news-excerpt{font-size:.92rem!important}}
@media(max-width:680px){.wpro-news-magazine{margin-top:28px!important}.wpro-news-magazine .wpro-news-head{align-items:flex-start!important;gap:12px!important}.wpro-news-magazine .wpro-news-grid{grid-template-columns:1fr!important;gap:30px!important}.wpro-news-magazine .wpro-news-thumb{aspect-ratio:1.18/1!important}.wpro-news-magazine .wpro-news-title-overlay{font-size:1.08rem!important;line-height:1.72!important;left:24px!important;right:24px!important;bottom:24px!important;max-width:calc(100% - 48px)!important}.wpro-news-magazine .wpro-news-body{padding:20px 4px 0!important}.wpro-news-magazine .wpro-news-excerpt{max-width:96%!important;-webkit-line-clamp:3!important}.wpro-news-magazine .wpro-news-actions{gap:10px!important}.wpro-news-magazine .wpro-news-share a{width:32px!important;height:32px!important}}
@media(max-width:420px){.wpro-news-magazine .wpro-news-title-overlay{font-size:1rem!important;left:20px!important;right:20px!important;bottom:20px!important;max-width:calc(100% - 40px)!important}.wpro-news-magazine .wpro-news-date-badge{top:14px!important;right:14px!important}.wpro-news-magazine .wpro-news-excerpt{font-size:.89rem!important}}

/* ----- Blog / Weather News archive ----- */
.wpro-blog-archive{padding-top:28px;padding-bottom:44px}
.wpro-blog-archive-hero{margin:0 0 24px;padding:26px 22px;border-radius:28px;text-align:center;background:linear-gradient(180deg,var(--wpro-card),var(--wpro-card-soft));border:1px solid var(--wpro-card-border);box-shadow:var(--wpro-shadow)}
.wpro-blog-archive-title{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05;letter-spacing:-.035em;font-weight:900;color:var(--wpro-text)}
.wpro-blog-archive-desc{max-width:720px;margin:12px auto 0;color:var(--wpro-text-soft);line-height:1.7;font-size:1rem}
.wpro-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;align-items:start}
.wpro-blog-card{position:relative;min-width:0;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.wpro-blog-thumb{display:block;position:relative;aspect-ratio:1.18/1;overflow:hidden;text-decoration:none;background:linear-gradient(135deg,rgba(59,130,246,.18),rgba(139,92,246,.18));box-shadow:0 18px 34px -22px rgba(15,23,42,.62);color:var(--wpro-text-muted)}
.wpro-blog-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0) 38%,rgba(2,6,23,.34) 100%);pointer-events:none}
.wpro-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.wpro-blog-card:hover .wpro-blog-thumb img{transform:scale(1.045);filter:saturate(1.08) contrast(1.03)}
.wpro-blog-thumb-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3.2rem;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.24),transparent 34%),linear-gradient(135deg,rgba(59,130,246,.22),rgba(16,185,129,.18));color:var(--wpro-text-soft)}
.wpro-blog-date-badge{position:absolute;top:18px;right:18px;z-index:4;display:inline-flex;align-items:center;min-height:30px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:.78rem;font-weight:900;line-height:1;box-shadow:0 12px 24px -14px rgba(0,0,0,.55)}
.wpro-blog-title-ribbon{position:absolute;left:26px;right:26px;bottom:26px;z-index:3;display:inline;width:fit-content;max-width:calc(100% - 52px);color:#07813d;font-size:1.28rem;font-weight:800;line-height:1.78;text-decoration:none;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:rgba(255,255,255,.94);padding:.18em .42em;box-shadow:10px 0 0 rgba(255,255,255,.94),-10px 0 0 rgba(255,255,255,.94)}
.wpro-blog-card-body{position:relative;display:flex;flex-direction:column;align-items:center;gap:13px;padding:22px 12px 0;text-align:center;background:transparent}
.wpro-blog-avatar{width:42px;height:42px;border-radius:50%;margin-top:-8px;background:rgba(255,255,255,.92);box-shadow:0 8px 20px -14px rgba(15,23,42,.58);display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid rgba(255,255,255,.92)}
.wpro-blog-avatar img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}
.wpro-blog-excerpt{max-width:92%;margin:0 auto;color:var(--wpro-text-soft);font-size:.96rem;line-height:1.72;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wpro-blog-meta{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:var(--wpro-text-soft);font-size:.86rem;font-weight:700;line-height:1.45}
.wpro-blog-meta span:before{content:"◇";color:#d69a1e;margin-right:6px}
.wpro-blog-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:2px;width:100%}
.wpro-blog-read{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.18);color:var(--wpro-accent);font-size:.86rem;font-weight:900;text-decoration:none;transition:background .2s ease,color .2s ease}
.wpro-blog-read:hover{background:var(--wpro-accent);color:#fff}
.wpro-blog-share{display:inline-flex;align-items:center;gap:7px}
.wpro-blog-share a{width:33px;height:33px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-transform:uppercase;font-size:.82rem;font-weight:900;color:var(--wpro-text);background:var(--wpro-card-soft);border:1px solid var(--wpro-card-border);transition:transform .2s ease,background .2s ease,color .2s ease}
.wpro-blog-share a:hover{transform:translateY(-2px);background:var(--wpro-accent);color:#fff}
.wpro-blog-pagination{margin-top:34px}
html[data-wpro-theme="dark"] .wpro-blog-avatar{background:rgba(15,23,42,.86);border-color:rgba(255,255,255,.14)}
@media(max-width:980px){.wpro-blog-grid{gap:28px 20px}.wpro-blog-title-ribbon{font-size:1.14rem;left:22px;right:22px;bottom:22px;max-width:calc(100% - 44px)}.wpro-blog-excerpt{font-size:.92rem}}
@media(max-width:680px){.wpro-blog-archive{padding-top:18px}.wpro-blog-archive-hero{padding:22px 16px;border-radius:24px}.wpro-blog-grid{grid-template-columns:1fr;gap:30px}.wpro-blog-thumb{aspect-ratio:1.18/1}.wpro-blog-title-ribbon{font-size:1.08rem;line-height:1.72;left:24px;right:24px;bottom:24px;max-width:calc(100% - 48px)}.wpro-blog-card-body{padding:20px 4px 0}.wpro-blog-excerpt{max-width:96%;-webkit-line-clamp:3}.wpro-blog-actions{gap:10px}.wpro-blog-share a{width:32px;height:32px}}
@media(max-width:420px){.wpro-blog-title-ribbon{font-size:1rem;left:20px;right:20px;bottom:20px;max-width:calc(100% - 40px)}.wpro-blog-date-badge{top:14px;right:14px}.wpro-blog-excerpt{font-size:.89rem}}

/* Premium visual weather cards replacing the old technical homepage metric cards. */

.wpro-weather-showcase{width:var(--wpro-container);margin:22px auto 30px}
.wpro-weather-showcase-head{margin-bottom:16px}
.wpro-insight-grid{display:grid;grid-template-columns:1fr;gap:16px}
.wpro-insight-card{position:relative;overflow:hidden;border-radius:26px;padding:18px;color:#f8fafc;background:linear-gradient(145deg,rgba(30,41,59,.92),rgba(15,23,42,.96));border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 42px rgba(2,8,23,.24),inset 0 1px 0 rgba(255,255,255,.08)}
.wpro-insight-card:before{content:"";position:absolute;inset:-35%;background:radial-gradient(circle at 18% 10%,rgba(56,189,248,.22),transparent 35%),radial-gradient(circle at 82% 0%,rgba(168,85,247,.18),transparent 34%);pointer-events:none}
.wpro-insight-card>*{position:relative;z-index:1}
.wpro-insight-label{display:block;margin-bottom:5px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900;color:rgba(226,232,240,.64)}
.wpro-mini-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}
.wpro-mini-head strong{font-size:1.2rem;line-height:1.05;letter-spacing:-.035em;text-align:right}
.wpro-current-scene{min-height:385px;padding:22px;background:#38bdf8;isolation:isolate}
.wpro-current-scene:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-6%;height:42%;z-index:0;background:linear-gradient(160deg,rgba(255,255,255,.28),rgba(14,165,233,.18));clip-path:polygon(0 36%,15% 22%,31% 42%,49% 12%,65% 42%,82% 24%,100% 46%,100% 100%,0 100%)}
.wpro-current-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.wpro-current-top strong{font-size:1.65rem;line-height:1;text-align:right;text-shadow:0 3px 12px rgba(15,23,42,.28)}
.wpro-current-visual{display:flex;justify-content:center;align-items:center;height:122px;margin:20px 0 6px;filter:drop-shadow(0 16px 18px rgba(15,23,42,.28))}
.wpro-current-temp{text-align:center;font-size:clamp(4.8rem,20vw,6.4rem);font-weight:950;letter-spacing:-.08em;line-height:.92;text-shadow:0 6px 18px rgba(15,23,42,.32);margin-bottom:20px}
.wpro-current-temp span{font-size:.34em;vertical-align:top;margin-left:4px;letter-spacing:-.04em}
.wpro-current-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wpro-current-metrics div{border-radius:18px;padding:12px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.45);color:#0f172a;backdrop-filter:blur(12px)}
.wpro-current-metrics span,.wpro-smart-pills span{display:block;color:rgba(15,23,42,.64);font-weight:800;font-size:.78rem}
.wpro-current-metrics strong{display:block;margin-top:3px;font-size:1.12rem;color:#0f172a}
.wpro-condition-clear{background:linear-gradient(180deg,#fde68a 0%,#fbbf24 52%,#f97316 100%)}
.wpro-condition-partly,.wpro-condition-cloudy{background:linear-gradient(180deg,#38bdf8 0%,#22d3ee 50%,#14b8a6 100%)}
.wpro-condition-rainy,.wpro-condition-stormy{background:linear-gradient(180deg,#94a3b8 0%,#475569 55%,#0f172a 100%)}
.wpro-condition-snowy,.wpro-condition-foggy{background:linear-gradient(180deg,#cbd5e1 0%,#94a3b8 48%,#334155 100%)}
.wpro-condition-night{background:linear-gradient(180deg,#172554 0%,#1e1b4b 55%,#020617 100%)}
.wpro-mini-hour-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.wpro-mini-hour{min-height:94px;border-radius:18px;padding:9px 6px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.wpro-mini-hour span{display:block;font-size:.76rem;color:rgba(226,232,240,.68);font-weight:800;white-space:nowrap}
.wpro-mini-hour .wpro-icon{display:block;margin:8px auto 5px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.22))}
.wpro-mini-hour strong{font-size:1rem}
.wpro-smart-aqi-value{font-size:4.3rem;font-weight:900;letter-spacing:-.08em;line-height:1;margin:10px 0;text-shadow:0 5px 16px rgba(2,8,23,.28)}
.wpro-smart-meter{position:relative;height:10px;border-radius:99px;background:linear-gradient(90deg,#22c55e,#eab308,#f97316,#ef4444,#7c3aed);box-shadow:inset 0 1px 3px rgba(0,0,0,.25);margin-bottom:16px}
.wpro-smart-meter span{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid rgba(15,23,42,.9);transform:translate(-50%,-50%);box-shadow:0 4px 12px rgba(0,0,0,.35)}
.wpro-smart-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.wpro-smart-pills span{border-radius:16px;padding:10px 9px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.36)}
.wpro-smart-pills strong{display:block;margin-top:4px;font-size:1rem;color:#0f172a;white-space:nowrap}
.wpro-smart-pills-2{grid-template-columns:1fr;gap:9px}.wpro-smart-pills-2 span{display:flex;justify-content:space-between;align-items:center;gap:10px;color:rgba(15,23,42,.7)}.wpro-smart-pills-2 strong{margin-top:0}
.wpro-wind-compass{width:136px;height:136px;border-radius:50%;margin:6px auto 18px;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px dashed rgba(255,255,255,.28);box-shadow:inset 0 0 0 28px rgba(255,255,255,.04)}
.wpro-wind-compass span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:1.2rem;font-weight:950;box-shadow:0 12px 22px rgba(2,8,23,.2)}
.wpro-smart-sun-arc{position:relative;height:112px;margin:10px 0 16px;border-bottom:1px solid rgba(255,255,255,.18);overflow:hidden}
.wpro-smart-sun-arc:before{content:"";position:absolute;left:4%;right:4%;bottom:-68px;height:156px;border-radius:50% 50% 0 0;border-top:2px dashed rgba(255,255,255,.34)}
.wpro-smart-sun-arc span{position:absolute;bottom:45px;width:28px;height:28px;border-radius:50%;background:radial-gradient(circle,#fde68a,#f59e0b);transform:translateX(-50%);box-shadow:0 0 26px rgba(251,191,36,.75)}
.wpro-week-list{display:grid;gap:8px}.wpro-week-row{display:grid;grid-template-columns:70px 34px 1fr;align-items:center;gap:10px;border-radius:16px;padding:8px 10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09)}.wpro-week-row span{font-weight:850;color:rgba(226,232,240,.82)}.wpro-week-row strong{text-align:right;white-space:nowrap}
.wpro-lifestyle-smart-card p{margin:0 0 18px;color:rgba(226,232,240,.8);font-size:1rem;line-height:1.6}.wpro-advice-badge{display:inline-flex;border-radius:999px;padding:9px 13px;background:rgba(56,189,248,.14);border:1px solid rgba(125,211,252,.28);font-weight:900;color:#e0f2fe}
@media (min-width:720px){.wpro-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wpro-current-scene{grid-row:span 2;min-height:520px}.wpro-current-visual{height:170px}.wpro-mini-hour-strip{grid-template-columns:repeat(4,1fr)}}
@media (min-width:1120px){.wpro-insight-grid{grid-template-columns:1.25fr 1fr 1fr 1fr;gap:18px}.wpro-current-scene{grid-row:span 2}.wpro-week-smart-card{grid-column:span 2}.wpro-lifestyle-smart-card{grid-column:span 1}.wpro-mini-hour-strip{grid-template-columns:repeat(4,1fr)}}
@media (max-width:430px){.wpro-weather-showcase{margin-top:18px}.wpro-insight-card{border-radius:23px;padding:16px}.wpro-current-scene{min-height:430px}.wpro-current-visual{height:118px}.wpro-current-metrics{grid-template-columns:1fr}.wpro-mini-hour-strip{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.wpro-mini-hour{min-width:78px;scroll-snap-align:start}.wpro-smart-pills{grid-template-columns:1fr}.wpro-smart-pills-2{grid-template-columns:1fr}.wpro-week-row{grid-template-columns:64px 30px 1fr}}

/* AdSense-readiness content blocks: trust pages, useful homepage guidance, and forecast notice. */
.wpro-editorial-section{width:var(--wpro-container);margin:28px auto 34px}
.wpro-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.wpro-editorial-card{border-radius:24px;padding:22px;border:1px solid var(--wpro-card-border);background:var(--wpro-card-soft);box-shadow:var(--wpro-shadow-soft)}
.wpro-editorial-card h3{margin:0 0 10px;font-size:1.05rem;letter-spacing:-.025em;color:var(--wpro-text)}
.wpro-editorial-card p{margin:0;color:var(--wpro-text-soft);line-height:1.75;font-size:.96rem}
.wpro-disclaimer-section{width:var(--wpro-container);margin:28px auto 0}
.wpro-disclaimer{display:flex;align-items:flex-start;gap:10px;border-radius:18px;padding:14px 16px;border:1px solid var(--wpro-card-border);background:var(--wpro-card-soft);color:var(--wpro-text-soft);font-size:.9rem;line-height:1.55}
.wpro-disclaimer strong{color:var(--wpro-text);white-space:nowrap}
.wpro-footer-brand .wpro-footer-tag{max-width:34ch;line-height:1.7}
@media(max-width:900px){.wpro-editorial-grid{grid-template-columns:1fr}.wpro-editorial-card{padding:19px}.wpro-disclaimer{display:block}.wpro-disclaimer strong{display:block;margin-bottom:4px}}

/* ClimaMap brand palette and admin logo support */
:root{
	--wpro-text:#0F172A;
	--wpro-bg:#FFFFFF;
	--wpro-bg-2:#E2E8F0;
	--wpro-accent:#2563EB;
	--wpro-accent-2:#38BDF8;
	--wpro-warn:#FACC15;
}
html[data-wpro-theme="dark"],
.wpro-mode-dark{
	--wpro-text:#FFFFFF;
	--wpro-bg:#0F172A;
	--wpro-bg-2:#111827;
	--wpro-accent:#2563EB;
	--wpro-accent-2:#38BDF8;
	--wpro-warn:#FACC15;
}
.wpro-logo-img{display:block;width:auto;height:44px;max-width:190px;object-fit:contain;border-radius:12px}
.wpro-footer-logo .wpro-logo-img,.wpro-drawer-brand .wpro-logo-img{height:38px;max-width:180px;border-radius:10px}
@media(max-width:879px){.wpro-logo-img{height:42px;max-width:42px;object-fit:contain}.wpro-drawer-brand .wpro-logo-img{height:40px;max-width:160px}}

/* Quick forecast navigation fix: keep Today, Hourly, 7-day, Air quality and UV index visible on mobile. */
.wpro-quick-links{
	box-sizing:border-box;
	max-width:var(--wpro-container);
	width:100%;
	padding-inline:clamp(10px,4vw,18px);
	margin:10px auto 2px;
	overscroll-behavior-x:contain;
}
.wpro-quick-link{
	justify-content:center;
	min-height:46px;
	line-height:1;
}
.wpro-quick-link-label{display:inline-block;line-height:1.15}
@media(max-width:760px){
	.wpro-quick-links{
		display:grid;
		grid-template-columns:repeat(3,minmax(0,1fr));
		gap:9px;
		overflow:visible;
		padding:8px 14px 12px;
	}
	.wpro-quick-link{
		width:100%;
		min-width:0;
		padding:12px 8px;
		border-radius:22px;
		font-size:.82rem;
		font-weight:850;
		gap:5px;
		box-shadow:0 10px 24px rgba(15,23,42,.06);
	}
	.wpro-quick-link-icon svg{width:17px;height:17px}
}
@media(max-width:380px){
	.wpro-quick-links{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:12px}
	.wpro-quick-link{font-size:.8rem;min-height:44px}
}

/* Nearby cities card */
.wpro-nearby-card{margin-top:22px;padding:22px}
.wpro-nearby-head{align-items:flex-start;margin-bottom:16px}
.wpro-nearby-subtitle{margin:6px 0 0;max-width:620px}
.wpro-nearby-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.wpro-nearby-city{display:flex;flex-direction:column;gap:12px;min-height:168px;padding:16px;border-radius:24px;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.35);overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease}
.wpro-nearby-city:hover{transform:translateY(-2px)}
.wpro-nearby-city-top,.wpro-nearby-city-weather,.wpro-nearby-city-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.wpro-nearby-city-name{display:block;font-size:1rem;line-height:1.2}
.wpro-nearby-city-region{display:block;font-size:.78rem;opacity:.85;margin-top:3px}
.wpro-nearby-city-flag{font-size:1.18rem;line-height:1}
.wpro-nearby-city-weather{margin-top:auto}
.wpro-nearby-city-temp{font-size:2rem;font-weight:400;letter-spacing:-.04em}
.wpro-nearby-city-bottom{font-size:.78rem;opacity:.9;border-top:1px solid rgba(255,255,255,.25);padding-top:10px}
@media (max-width:860px){.wpro-nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.wpro-nearby-card{padding:18px;margin-top:18px}.wpro-nearby-grid{grid-template-columns:1fr}.wpro-nearby-city{min-height:150px;border-radius:22px}}
