/* NeVarX tam ekran canlı hava haritası — masaüstü, Android ve iOS ayrı düzenler. */
.weather-map-fullscreen.weather-map-dialog{inset:0;width:100vw;height:100dvh;max-height:none;margin:0;border-radius:0;background:#eef5f8;box-shadow:none}
.weather-map-fullscreen::backdrop{background:#07131d}
.weather-map-fullscreen .weather-map-shell{height:100dvh;max-height:none;background:linear-gradient(180deg,#edf5f8,#f8fbfc 72%)}
.weather-map-fullscreen .weather-map-head{padding:17px 28px 15px;background:linear-gradient(115deg,#06131e,#0d2c43 58%,#075f94 128%)}
.weather-map-fullscreen .weather-map-head span{margin-bottom:4px}.weather-map-fullscreen .weather-map-head h2{font-size:clamp(25px,2.6vw,36px)}.weather-map-fullscreen .weather-map-head p{margin-top:6px}
.weather-map-fullscreen .weather-map-close{position:relative;z-index:4;flex:0 0 auto}
.weather-map-fullscreen .weather-map-status{margin:10px 18px 0}
.weather-map-fullscreen .weather-map-panel{margin:12px 18px 16px}
.weather-map-fullscreen .weather-map-viewport{border-color:#a9c9d7;border-radius:18px;background:#8fc0d2;box-shadow:inset 0 0 90px #0b536c24,0 17px 44px #102f401f}
.weather-map-fullscreen .weather-turkey-svg{width:100%;height:auto;min-height:0}
.weather-map-fullscreen .weather-terrain-layer image{filter:saturate(1.08) contrast(1.06);opacity:.98}
.weather-map-fullscreen .weather-terrain-layer rect{mix-blend-mode:soft-light}
.weather-map-fullscreen .weather-map-contours path{stroke-opacity:.34}
.weather-map-fullscreen .weather-province{fill-opacity:.26;stroke:#f5fbff;stroke-width:1.2;filter:drop-shadow(0 1px 1px #183c4880)}
.weather-map-fullscreen .weather-province:hover,.weather-map-fullscreen .weather-province:focus-visible,.weather-map-fullscreen .weather-province.active{fill-opacity:.56;stroke:#052b42;stroke-width:2.5;filter:saturate(1.2) brightness(1.08) drop-shadow(0 5px 7px #0a263c70)}
.weather-map-fullscreen .weather-leader-layer path{stroke:#17445a;stroke-width:.7;stroke-opacity:.46}
.weather-map-fullscreen .weather-map-label{animation:wxMarkerFloat 3.7s ease-in-out infinite;animation-delay:var(--wx-delay,0s);transform-box:fill-box;transform-origin:center}
.weather-map-fullscreen .weather-map-label rect{fill:#f8fcff;fill-opacity:.91;stroke:#5f8da3;stroke-opacity:.72;stroke-width:.7;backdrop-filter:blur(4px)}
.weather-map-fullscreen .weather-map-label text{fill:#102531}.weather-map-fullscreen .weather-label-name{font-size:6.4px;letter-spacing:-.06px}.weather-map-fullscreen .weather-label-temp{fill:#31718f!important;font-size:5.8px;font-weight:900}
.weather-map-fullscreen .weather-map-label:hover rect,.weather-map-fullscreen .weather-map-label:focus-visible rect,.weather-map-fullscreen .weather-map-label.active rect{fill:#e8f7ff;stroke:#0878d1;stroke-width:1.25}
.weather-map-fullscreen .weather-map-label:hover text,.weather-map-fullscreen .weather-map-label:focus-visible text,.weather-map-fullscreen .weather-map-label.active text{fill:#07273a}.weather-map-fullscreen .weather-map-label:hover .weather-label-temp,.weather-map-fullscreen .weather-map-label:focus-visible .weather-label-temp,.weather-map-fullscreen .weather-map-label.active .weather-label-temp{fill:#0878d1!important}
.wx-icon{transform-box:fill-box;transform-origin:center;pointer-events:none}.wx-icon path,.wx-icon circle,.wx-icon ellipse{vector-effect:non-scaling-stroke}.wx-sun circle{fill:#ffb91c;stroke:#fff4be;stroke-width:.7;animation:wxSunPulse 2.2s ease-in-out infinite;animation-delay:var(--wx-delay)}.wx-rays{stroke:#f7a600;stroke-width:1.1;stroke-linecap:round;fill:none;animation:wxSunSpin 7s linear infinite;animation-delay:var(--wx-delay);transform-origin:center}.wx-night path{fill:#586bd9;stroke:#dfe6ff;stroke-width:.7;animation:wxMoonGlow 3s ease-in-out infinite;animation-delay:var(--wx-delay)}
.wx-cloud{fill:#e9f1f5;stroke:#83a7b7;stroke-width:.55;animation:wxCloudDrift 3.4s ease-in-out infinite;animation-delay:var(--wx-delay);transform-origin:center}.wx-rain .wx-drops{fill:none;stroke:#258bd0;stroke-width:1.05;stroke-linecap:round;stroke-dasharray:2 3;animation:wxRainFall .78s linear infinite;animation-delay:var(--wx-delay)}.wx-snow .wx-flakes{fill:#fff;stroke:#76b6dc;stroke-width:.35;animation:wxSnowFall 2s ease-in-out infinite;animation-delay:var(--wx-delay)}.wx-storm .wx-bolt{fill:#ffd02d;stroke:#f39c05;stroke-width:.4;animation:wxLightning 2.6s steps(1,end) infinite;animation-delay:var(--wx-delay)}.wx-fog{fill:none;stroke:#7296a6;stroke-width:1.1;stroke-linecap:round;animation:wxFogDrift 3s ease-in-out infinite;animation-delay:var(--wx-delay)}
.weather-map-fullscreen .weather-map-selected{position:absolute;z-index:12;left:18px;bottom:18px;width:min(390px,calc(100% - 36px));margin:0;border-color:#ffffffaa;background:#f8fcfff0;box-shadow:0 16px 42px #09243740;backdrop-filter:blur(12px)}
.weather-map-fullscreen .weather-map-selected>span{font-size:18px}.weather-map-fullscreen .weather-map-selected.is-sun>span{animation:wxSunPulse 2.2s ease-in-out infinite}.weather-map-fullscreen .weather-map-selected.is-cloud>span{animation:wxCloudDrift 3s ease-in-out infinite}.weather-map-fullscreen .weather-map-selected.is-rain>span{animation:wxRainCard 1.15s ease-in-out infinite}
.weather-map-fullscreen .weather-map-toolbar{margin-top:0}.weather-map-fullscreen .weather-map-source{background:#e4eef3}
@keyframes wxMarkerFloat{0%,100%{translate:0 0}50%{translate:0 -1.4px}}
@keyframes wxSunSpin{to{rotate:360deg}}
@keyframes wxSunPulse{0%,100%{scale:1;filter:drop-shadow(0 0 1px #ffc533)}50%{scale:1.12;filter:drop-shadow(0 0 4px #ffb31c)}}
@keyframes wxMoonGlow{0%,100%{opacity:.78;filter:drop-shadow(0 0 1px #8798ff)}50%{opacity:1;filter:drop-shadow(0 0 4px #8798ff)}}
@keyframes wxCloudDrift{0%,100%{translate:-1px 0}50%{translate:1.5px -.45px}}
@keyframes wxRainFall{to{stroke-dashoffset:-5}}
@keyframes wxSnowFall{0%{translate:0 -1px;opacity:.35}50%{translate:1px 1.5px;opacity:1}100%{translate:-.5px 3px;opacity:.25}}
@keyframes wxLightning{0%,78%,86%,100%{opacity:.2}80%,84%{opacity:1;filter:drop-shadow(0 0 3px #ffd82f)}}
@keyframes wxFogDrift{0%,100%{translate:-1px 0;opacity:.65}50%{translate:1.5px 0;opacity:1}}
@keyframes wxRainCard{0%,100%{translate:0 -1px}50%{translate:0 1px}}
@media (max-width:800px){
  .weather-map-fullscreen.weather-map-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}.weather-map-fullscreen .weather-map-shell{height:100dvh;max-height:none}.weather-map-fullscreen .weather-map-head{padding:14px 14px 12px}.weather-map-fullscreen .weather-map-head h2{font-size:22px}.weather-map-fullscreen .weather-map-head p{font-size:9px}.weather-map-fullscreen .weather-map-close{width:37px;height:37px}.weather-map-fullscreen .weather-map-panel{margin:10px 10px 13px}.weather-map-fullscreen .weather-map-viewport{height:min(58dvh,520px);border-radius:14px}.weather-map-fullscreen .weather-turkey-svg{width:1080px;height:100%;min-height:0}.weather-map-fullscreen .weather-map-selected{left:10px;bottom:26px;width:min(340px,calc(100% - 20px));padding:9px 11px}.weather-map-fullscreen .weather-map-mobile-hint{margin-top:5px}.weather-map-fullscreen .weather-map-toolbar{margin:0 10px 9px}.weather-map-fullscreen .weather-city-grid{padding-left:10px;padding-right:10px}.weather-map-fullscreen .weather-map-source{padding-left:10px;padding-right:10px}
}
@supports (-webkit-touch-callout:none){@media (max-width:520px){
  .weather-map-fullscreen.weather-map-dialog{height:100dvh;max-height:100dvh}.weather-map-fullscreen .weather-map-shell{height:100dvh;padding-bottom:env(safe-area-inset-bottom)}.weather-map-fullscreen .weather-map-head{padding-top:max(14px,env(safe-area-inset-top));padding-right:max(14px,env(safe-area-inset-right));padding-left:max(14px,env(safe-area-inset-left))}.weather-map-fullscreen .weather-map-viewport{height:min(60dvh,535px);scroll-snap-type:x proximity}.weather-map-fullscreen .weather-map-selected{bottom:28px}
}}
@supports not (-webkit-touch-callout:none){@media (max-width:520px){
  .weather-map-fullscreen .weather-map-head{padding:12px 12px 10px}.weather-map-fullscreen .weather-map-head h2{font-size:20px}.weather-map-fullscreen .weather-map-viewport{height:min(56dvh,500px)}.weather-map-fullscreen .weather-turkey-svg{width:1040px}.weather-map-fullscreen .weather-map-selected{bottom:25px}
}}
@media (prefers-reduced-motion:reduce){.weather-map-fullscreen .weather-map-label,.weather-map-fullscreen .wx-icon,.weather-map-fullscreen .wx-icon *,.weather-map-fullscreen .weather-map-selected>span{animation:none!important;transition:none!important}}
