@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-blue: #0066cc;--primary-dark: #004499;--accent-orange: #ff9500;--accent-yellow: #ffd700;--bg-gradient-start: #0f172a;--bg-gradient-mid: #1e293b;--bg-gradient-end: #0f172a;--glass-bg: rgba(30, 41, 59, .6);--glass-border: rgba(255, 255, 255, .1);--text-primary: #f8fafc;--text-secondary: rgba(248, 250, 252, .6);--shadow-3d: 0 20px 60px rgba(0, 0, 0, .4);--shadow-glow: 0 0 40px rgba(0, 102, 204, .2)}[data-theme=light]{--bg-gradient-start: #dbeafe;--bg-gradient-mid: #e0f2fe;--bg-gradient-end: #f0f9ff;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .9);--text-primary: #0f172a;--text-secondary: rgba(15, 23, 42, .6);--shadow-3d: 0 20px 60px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:radial-gradient(ellipse at top,var(--bg-gradient-mid) 0%,transparent 50%),radial-gradient(ellipse at bottom,var(--bg-gradient-mid) 0%,transparent 50%),linear-gradient(180deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-attachment:fixed}#root{min-height:100vh;display:flex;flex-direction:column}.glass-card{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:var(--shadow-3d);transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{box-shadow:var(--shadow-3d),var(--shadow-glow)}.gradient-text{background:linear-gradient(135deg,var(--accent-yellow) 0%,var(--accent-orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leaflet-container{width:100%;height:100%;border-radius:16px;z-index:1}.leaflet-control-container .leaflet-top,.leaflet-control-container .leaflet-bottom{z-index:400}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-float{animation:float 4s ease-in-out infinite}.animate-pulse-soft{animation:pulse 2s ease-in-out infinite}.animate-slide-up{animation:slideUp .5s ease-out forwards}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.weather-icon-3d{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));transform-style:preserve-3d;transform:perspective(1000px) rotateX(5deg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{background:#ff95004d;color:var(--text-primary)}@media(max-width:768px){.glass-card{border-radius:18px}}.retry-btn{background:linear-gradient(135deg,var(--accent-orange) 0%,var(--accent-yellow) 100%);border:none;padding:12px 28px;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.retry-btn:hover{transform:scale(1.05);box-shadow:0 8px 20px #ff950066}.header{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);padding:16px 24px;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-left{flex:1;display:flex;align-items:center}.language-selector{display:flex;align-items:center;gap:8px;color:var(--text-secondary)}.language-dropdown{background:transparent;border:1px solid var(--glass-border);border-radius:8px;padding:8px 12px;color:var(--text-primary);font-size:.875rem;cursor:pointer;outline:none;transition:border-color .2s}.language-dropdown:hover,.language-dropdown:focus{border-color:var(--accent-orange)}.language-dropdown option{background:var(--bg-gradient-end);color:var(--text-primary)}.header-center{display:flex;flex-direction:column;align-items:center;gap:4px}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--accent-yellow) 0%,var(--accent-orange) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #ff95004d}.logo-sun{color:#fff}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.current-location{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:.875rem}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:16px}.search-form{display:none}@media(min-width:768px){.search-form{display:block}}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:var(--text-secondary)}.search-input{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;padding:10px 16px 10px 40px;color:var(--text-primary);font-size:.875rem;width:220px;outline:none;transition:all .2s}.search-input::placeholder{color:var(--text-secondary)}.search-input:focus{border-color:var(--accent-orange);background:#ffffff1a;width:280px}.theme-toggle{width:44px;height:44px;border-radius:12px;border:1px solid var(--glass-border);background:#ffffff0d;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.theme-toggle:hover{background:#ffffff26;border-color:var(--accent-orange);color:var(--accent-orange)}@media(max-width:768px){.header-content{flex-wrap:wrap;gap:12px}.header-left{order:1}.header-center{order:0;flex:100%}.header-right{order:2}.logo-text{font-size:1.25rem}}.weather-icon-wrapper{display:flex;align-items:center;justify-content:center}.weather-sticker{position:relative;display:flex;align-items:center;justify-content:center}.sun-sticker .sun-core{width:50%;height:50%;background:radial-gradient(circle at 30% 30%,#ffe066,gold 40%,orange);border-radius:50%;box-shadow:0 0 20px #ffd70099,0 0 40px #ffa50066,inset 0 -5px 15px #ff8c004d;position:relative;z-index:2}.sun-sticker.animated .sun-core{animation:sunPulse 3s ease-in-out infinite}@keyframes sunPulse{0%,to{transform:scale(1);box-shadow:0 0 20px #ffd70099,0 0 40px #ffa50066}50%{transform:scale(1.05);box-shadow:0 0 30px #ffd700cc,0 0 60px #ffa50080}}.sun-rays{position:absolute;width:100%;height:100%;z-index:1}.sun-sticker.animated .sun-rays{animation:sunRotate 20s linear infinite}@keyframes sunRotate{to{transform:rotate(360deg)}}.sun-ray{position:absolute;width:8%;height:25%;background:linear-gradient(180deg,#FFD700 0%,transparent 100%);left:50%;top:0;transform-origin:50% calc(var(--icon-size, 48px) / 2);border-radius:4px;opacity:.8}.sun-rays.small .sun-ray{width:6%;height:20%}.partly-cloudy-sticker{flex-direction:column}.sun-behind{position:absolute;width:60%;height:60%;top:5%;left:5%;display:flex;align-items:center;justify-content:center}.sun-behind .sun-core.small{width:70%;height:70%}.partly-cloudy-sticker.animated .sun-behind .sun-rays{animation:sunRotate 15s linear infinite}.cloud-front{position:absolute;width:80%;height:50%;bottom:10%;right:5%;display:flex;align-items:flex-end;justify-content:center}.cloud-puff{position:absolute;background:linear-gradient(180deg,#fff,#e0e7ff);border-radius:50%;box-shadow:inset 0 -5px 10px #a0aec04d,0 5px 15px #0000001a}.cloud-puff.puff-1{width:45%;height:80%;bottom:20%;left:10%}.cloud-puff.puff-2{width:50%;height:90%;bottom:15%;left:35%}.cloud-puff.puff-3{width:40%;height:70%;bottom:20%;right:10%}.cloud-base{position:absolute;width:100%;height:35%;bottom:0;background:linear-gradient(180deg,#f8fafc,#e2e8f0);border-radius:100px;box-shadow:0 5px 20px #0000001a}.cloud-base.dark{background:linear-gradient(180deg,#94a3b8,#64748b)}.cloud-base.very-dark{background:linear-gradient(180deg,#475569,#334155)}.cloud-sticker .cloud-group{position:relative;width:100%;height:100%}.cloud-sticker .cloud{position:absolute;width:80%;height:50%;background:linear-gradient(180deg,#fff,#e2e8f0);border-radius:100px;box-shadow:inset 0 -5px 15px #a0aec04d,0 5px 20px #0000001a}.cloud-sticker .cloud-back{top:15%;left:5%;opacity:.7}.cloud-sticker .cloud-front{bottom:20%;right:5%}.cloud-sticker.animated .cloud-front{animation:cloudFloat 4s ease-in-out infinite}.cloud-sticker.animated .cloud-back{animation:cloudFloat 4s ease-in-out infinite .5s}@keyframes cloudFloat{0%,to{transform:translate(0)}50%{transform:translate(5%)}}.fog-sticker .fog-lines{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:15%;padding:10%}.fog-line{width:100%;height:12%;background:linear-gradient(90deg,transparent 0%,rgba(203,213,225,.8) 20%,rgba(203,213,225,.8) 80%,transparent 100%);border-radius:100px}.fog-sticker.animated .fog-line{animation:fogMove 3s ease-in-out infinite}@keyframes fogMove{0%,to{transform:translate(-10%);opacity:.6}50%{transform:translate(10%);opacity:.9}}.drizzle-sticker .cloud-mini,.rain-sticker .rain-cloud,.snow-sticker .snow-cloud,.sleet-sticker .sleet-cloud{position:absolute;width:80%;height:45%;top:5%;display:flex;align-items:flex-end;justify-content:center}.drizzle-drops{position:absolute;width:70%;height:40%;bottom:10%;display:flex;justify-content:space-around}.drizzle-drop{width:4px;height:12px;background:linear-gradient(180deg,#60a5fa,#93c5fd);border-radius:0 0 100px 100px;opacity:.7}.drizzle-sticker.animated .drizzle-drop{animation:drizzleFall 1.5s ease-in infinite}@keyframes drizzleFall{0%{transform:translateY(-10px);opacity:0}50%{opacity:.7}to{transform:translateY(25px);opacity:0}}.rain-drops{position:absolute;width:70%;height:45%;bottom:5%;display:flex;justify-content:space-around}.rain-drop{width:5px;height:18px;background:linear-gradient(180deg,#3b82f6,#60a5fa);border-radius:0 0 100px 100px}.rain-sticker.animated .rain-drop{animation:rainFall .8s ease-in infinite}@keyframes rainFall{0%{transform:translateY(-15px);opacity:0}30%{opacity:1}to{transform:translateY(30px);opacity:0}}.heavy-rain-sticker .rain-cloud.dark .cloud-puff.dark{background:linear-gradient(180deg,#64748b,#475569)}.heavy-rain-drops{position:absolute;width:80%;height:50%;bottom:0;display:flex;flex-wrap:wrap;justify-content:space-around;align-content:flex-start}.heavy-drop{width:4px;height:20px;background:linear-gradient(180deg,#1e40af,#3b82f6);border-radius:0 0 100px 100px;margin:2px}.heavy-rain-sticker.animated .heavy-drop{animation:heavyRain .5s ease-in infinite}@keyframes heavyRain{0%{transform:translateY(-20px) rotate(-15deg);opacity:0}20%{opacity:1}to{transform:translateY(35px) rotate(-15deg);opacity:0}}.snowflakes{position:absolute;width:80%;height:50%;bottom:5%;display:flex;flex-wrap:wrap;justify-content:space-around}.snowflake{font-size:calc(var(--icon-size, 48px) * .2);color:#e2e8f0;text-shadow:0 0 10px rgba(255,255,255,.8)}.snow-sticker.animated .snowflake{animation:snowFall 2s ease-in-out infinite}@keyframes snowFall{0%{transform:translateY(-10px) rotate(0);opacity:0}50%{opacity:1}to{transform:translateY(30px) rotate(180deg);opacity:0}}.heavy-snow-sticker .blizzard-cloud{position:absolute;width:85%;height:40%;top:5%;display:flex;align-items:flex-end;justify-content:center}.cloud-puff.ice{background:linear-gradient(180deg,#e0e7ff,#c7d2fe)}.cloud-base.ice{background:linear-gradient(180deg,#c7d2fe,#a5b4fc)}.blizzard-flakes{position:absolute;width:90%;height:55%;bottom:0;display:flex;flex-wrap:wrap;justify-content:space-around}.blizzard-flake{font-size:calc(var(--icon-size, 48px) * .18);color:#e2e8f0;text-shadow:0 0 8px rgba(255,255,255,.9)}.heavy-snow-sticker.animated .blizzard-flake{animation:blizzardFall 1.2s ease-in-out infinite}@keyframes blizzardFall{0%{transform:translate(-5px,-15px) rotate(0);opacity:0}50%{opacity:1}to{transform:translate(10px,35px) rotate(360deg);opacity:0}}.sleet-mix{position:absolute;width:70%;height:45%;bottom:5%;display:flex;flex-wrap:wrap;justify-content:space-around}.sleet-drop{width:4px;height:14px;background:linear-gradient(180deg,#60a5fa,#93c5fd);border-radius:0 0 100px 100px}.sleet-flake{font-size:calc(var(--icon-size, 48px) * .15);color:#e2e8f0}.sleet-sticker.animated .sleet-drop{animation:rainFall 1s ease-in infinite}.sleet-sticker.animated .sleet-flake{animation:snowFall 1.8s ease-in-out infinite}.thunder-sticker .storm-cloud{position:absolute;width:85%;height:45%;top:5%;display:flex;align-items:flex-end;justify-content:center}.cloud-puff.storm{background:linear-gradient(180deg,#475569,#334155)}.cloud-base.storm{background:linear-gradient(180deg,#334155,#1e293b)}.lightning-bolt{position:absolute;font-size:calc(var(--icon-size, 48px) * .5);top:35%;left:50%;transform:translate(-50%);color:#fbbf24;text-shadow:0 0 20px rgba(251,191,36,.8),0 0 40px rgba(251,191,36,.5);z-index:3}.thunder-sticker.animated .lightning-bolt{animation:lightningFlash 2s ease-in-out infinite}@keyframes lightningFlash{0%,to{opacity:0;transform:translate(-50%) scale(.8)}10%{opacity:1;transform:translate(-50%) scale(1.1)}20%{opacity:.3}25%{opacity:1;transform:translate(-50%) scale(1)}35%,to{opacity:0}}.storm-rain{position:absolute;width:60%;height:30%;bottom:5%;display:flex;justify-content:space-around}.storm-drop{width:4px;height:15px;background:linear-gradient(180deg,#3b82f6,#60a5fa);border-radius:0 0 100px 100px}.thunder-sticker.animated .storm-drop{animation:stormRain .6s ease-in infinite}@keyframes stormRain{0%{transform:translateY(-10px) rotate(-20deg);opacity:0}30%{opacity:.8}to{transform:translateY(25px) rotate(-20deg);opacity:0}}.current-weather{padding:28px;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.current-weather:before{content:"";position:absolute;top:-50%;right:-30%;width:60%;height:120%;background:var(--weather-gradient, linear-gradient(180deg, rgba(255, 149, 0, .15) 0%, transparent 100%));opacity:.3;border-radius:50%;filter:blur(60px);pointer-events:none}.weather-hero{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;z-index:1}.circular-temp-display{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.temp-ring{position:absolute;width:100%;height:100%;transform:scaleX(-1)}.temp-ring-bg{transition:all .3s ease}.temp-ring-progress{transition:stroke-dashoffset 1s ease-out;filter:drop-shadow(0 0 8px rgba(255,149,0,.5))}.temp-ring-dot{filter:drop-shadow(0 0 6px rgba(255,215,0,.8));animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.6}}.temp-center{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.main-temp{display:flex;align-items:flex-start;line-height:1}.temp-number{font-size:4rem;font-weight:300;background:linear-gradient(180deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.temp-degree{font-size:1.5rem;font-weight:300;color:#fffc;margin-top:8px}.feels-like-temp{font-size:.85rem;color:var(--text-secondary);margin-top:4px}.temp-markers{position:absolute;width:100%;height:100%;pointer-events:none}.temp-marker{position:absolute;display:flex;flex-direction:column;align-items:center;font-size:.75rem}.temp-marker.max{left:-5px;top:50%;transform:translateY(-50%)}.temp-marker.min{right:-5px;top:50%;transform:translateY(-50%)}.marker-label{color:var(--text-secondary);font-size:.7rem}.marker-value{font-weight:600;color:var(--text-primary)}.weather-icon-display{position:absolute;top:-10px;right:20px;z-index:3}.weather-condition-info{text-align:center;z-index:1}.condition-name{font-size:1.5rem;font-weight:600;margin-bottom:8px}.condition-details{display:flex;justify-content:center;gap:20px;margin-bottom:8px}.condition-detail{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:.9rem}.condition-detail svg{color:var(--accent-orange)}.precipitation-info{font-size:.85rem;color:var(--text-secondary);opacity:.8}.sun-times-row{display:flex;justify-content:center;gap:24px;z-index:1}.sun-time-card{display:flex;align-items:center;gap:10px;padding:12px 18px;background:#ffffff0d;border-radius:14px;border:1px solid rgba(255,255,255,.1)}.sun-time-card svg{color:var(--accent-orange)}.sun-time-info{display:flex;flex-direction:column}.sun-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.sun-value{font-size:.95rem;font-weight:600}.weather-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:1}.stat-card{background:#ffffff0d;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:8px;border:1px solid rgba(255,255,255,.08);transition:all .2s ease}.stat-card:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.stat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.humidity-icon{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.stat-icon.wind-icon{background:linear-gradient(135deg,#06b6d4,#22d3ee)}.stat-icon.pressure-icon{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.stat-icon.uv-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.stat-icon.visibility-icon{background:linear-gradient(135deg,#10b981,#34d399)}.stat-icon.precip-icon{background:linear-gradient(135deg,#6366f1,#818cf8)}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.1rem;font-weight:600}.stat-label{font-size:.75rem;color:var(--text-secondary)}.stat-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:auto}.stat-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;transition:width 1s ease-out}.stat-bar-fill.wind{background:linear-gradient(90deg,#06b6d4,#22d3ee)}.stat-bar-fill.uv{background:linear-gradient(90deg,#4ade80,#fbbf24,#ef4444)}@media(max-width:768px){.current-weather{padding:20px}.circular-temp-display{width:160px;height:160px}.temp-number{font-size:3rem}.weather-icon-display{top:5px;right:10px}.weather-stats-grid{grid-template-columns:repeat(2,1fr)}.sun-times-row{flex-wrap:wrap}}@media(max-width:480px){.weather-stats-grid{grid-template-columns:1fr 1fr}.circular-temp-display{width:140px;height:140px}.temp-number{font-size:2.5rem}}.weekly-forecast{padding:28px}.forecast-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:8px}.title-accent{background:linear-gradient(135deg,var(--accent-yellow) 0%,var(--accent-orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.forecast-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.forecast-day{background:linear-gradient(180deg,#ffffff14,#ffffff05);border-radius:20px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;animation:slideUp .5s ease-out forwards;opacity:0;position:relative;overflow:hidden}.forecast-day:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--day-color, #ffd700),transparent);opacity:0;transition:opacity .3s}.forecast-day:hover{transform:translateY(-8px) scale(1.02);background:linear-gradient(180deg,#ffffff26,#ffffff0d);border-color:var(--day-color, rgba(255, 255, 255, .2));box-shadow:0 20px 40px #0000004d,0 0 30px #ff95001a}.forecast-day:hover:before{opacity:1}.forecast-day.today{background:linear-gradient(180deg,#ff950033,#ff95000d);border-color:#ff95004d}.day-header{width:100%;text-align:center}.day-name{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-primary)}.forecast-day.today .day-name{color:var(--accent-orange)}.day-icon{padding:8px}.day-icon svg{color:var(--day-color, #ffd700);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.day-temps{display:flex;align-items:center;gap:8px;width:100%;padding:0 4px}.temp-high{font-size:1.25rem;font-weight:700;color:var(--text-primary);min-width:36px;text-align:right}.temp-low{font-size:1rem;font-weight:500;color:var(--text-secondary);min-width:36px}.temp-bar{flex:1;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.temp-bar-range{height:100%;border-radius:2px;min-width:20px}.day-condition{font-size:.75rem;color:var(--text-secondary);text-align:center;line-height:1.3;min-height:32px;display:flex;align-items:center}.day-details{display:flex;flex-direction:column;gap:6px;width:100%;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.day-detail{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;color:var(--text-secondary)}.day-detail svg{color:var(--primary-blue)}@media(max-width:1200px){.forecast-grid{grid-template-columns:repeat(4,1fr)}.forecast-day:nth-child(n+5){display:none}}@media(max-width:768px){.weekly-forecast{padding:20px}.forecast-grid{grid-template-columns:repeat(2,1fr);gap:12px}.forecast-day:nth-child(n+5){display:flex}.forecast-day{padding:16px 12px}}@media(max-width:480px){.forecast-grid{grid-template-columns:1fr}.forecast-day{flex-direction:row;padding:16px;gap:16px}.day-header{width:auto;min-width:60px}.day-icon{padding:0}.day-temps{flex:1}.day-condition{display:none}.day-details{flex-direction:row;width:auto;padding-top:0;border-top:none;padding-left:12px;border-left:1px solid rgba(255,255,255,.1)}}.hourly-forecast{padding:20px 24px;background:#1e293bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hourly-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.hourly-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:500;color:var(--text-secondary)}.hourly-title svg{color:var(--text-secondary);opacity:.7}.hours-badge{display:flex;align-items:center;gap:4px;font-size:1rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:color .2s}.hours-badge:hover{color:var(--accent-orange)}.hours-badge svg{opacity:.7}.hourly-scroll{overflow-x:auto;margin:0 -8px;padding:0 8px;scrollbar-width:thin}.hourly-scroll::-webkit-scrollbar{height:4px}.hourly-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.hourly-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.hourly-container{display:flex;gap:6px;padding-bottom:8px}.hourly-card{min-width:75px;padding:16px 12px;background:#ffffff08;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid transparent;transition:all .25s ease;cursor:default}.hourly-card:hover{background:#ffffff14;transform:translateY(-4px);border-color:#ffffff26}.hourly-card.now{background:linear-gradient(180deg,#ff950026,#ff950008);border-color:#ff950040}.hourly-card.now:hover{background:linear-gradient(180deg,#ff950033,#ff95000d)}.hour-time{font-size:.85rem;font-weight:500;color:var(--text-secondary)}.hourly-card.now .hour-time{color:var(--accent-orange);font-weight:600}.hour-icon-wrapper{display:flex;align-items:center;justify-content:center;min-height:44px}.hour-temp{font-size:1.15rem;font-weight:700;letter-spacing:-.5px}.hour-precip{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#60a5fa;padding:4px 8px;background:#60a5fa1a;border-radius:12px}.hour-precip svg{color:#60a5fa;flex-shrink:0}@media(max-width:768px){.hourly-forecast{padding:16px 18px}.hourly-card{min-width:68px;padding:14px 10px;gap:10px}.hour-temp{font-size:1.05rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.radar-map{padding:0;overflow:hidden;display:flex;flex-direction:column}.radar-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#0003;border-bottom:1px solid rgba(255,255,255,.08)}.radar-title{display:flex;align-items:center;gap:12px}.radar-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.radar-icon{color:#22c55e}.live-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#22c55e;border-radius:50%;animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.radar-title h3{font-size:1.1rem;font-weight:600;margin:0}.fullscreen-btn{width:36px;height:36px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.fullscreen-btn:hover{background:#ffffff26;color:var(--text-primary)}.radar-container{position:relative;height:320px;background:#0a1628}.radar-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary)}.radar-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#22c55e;border-radius:50%;animation:spin 1s linear infinite}.radar-leaflet-map{width:100%;height:100%;background:#0a1628;z-index:1}.radar-legend{position:absolute;bottom:50px;left:12px;background:#0a1628e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:10px 12px;z-index:500;border:1px solid rgba(255,255,255,.1)}.legend-title{font-size:.7rem;color:var(--text-secondary);display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.legend-gradient{display:flex;gap:2px;margin-bottom:4px}.legend-item{cursor:help}.legend-color{width:24px;height:10px;border-radius:2px}.legend-labels{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-secondary)}.radar-timestamp{position:absolute;top:12px;right:12px;background:#0a1628e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 14px;border-radius:8px;font-size:.9rem;font-weight:600;z-index:500;border:1px solid rgba(255,255,255,.1)}.radar-timeline{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#0003;border-top:1px solid rgba(255,255,255,.08)}.timeline-controls{display:flex;gap:8px}.timeline-btn{width:36px;height:36px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.timeline-btn:hover{background:#ffffff26;color:var(--text-primary)}.timeline-btn.play-btn{width:42px;height:42px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff}.timeline-btn.play-btn:hover{transform:scale(1.05);box-shadow:0 0 20px #22c55e66}.timeline-btn.play-btn.playing{background:linear-gradient(135deg,#f59e0b,#d97706)}.timeline-slider-container{flex:1;position:relative;height:24px;display:flex;align-items:center}.timeline-progress{position:absolute;width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:visible}.timeline-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:3px;transition:width .1s ease}.timeline-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;transition:left .1s ease}.timeline-range{position:absolute;width:100%;height:24px;opacity:0;cursor:pointer;z-index:2}.timeline-time{min-width:70px;text-align:right}.time-label{font-size:.8rem;color:var(--text-secondary);padding:4px 10px;background:#ffffff14;border-radius:12px}.leaflet-container{font-family:inherit}.leaflet-control-attribution{display:none}@media(max-width:768px){.radar-container{height:280px}.radar-header{padding:14px 16px}.radar-timeline{padding:12px 16px;flex-wrap:wrap}.radar-legend{bottom:40px;padding:8px 10px}.legend-color{width:18px}}.footer{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);padding:2rem 1rem;margin-top:3rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-link{background:none;border:none;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:color .3s ease;padding:.5rem}.footer-link:hover{color:var(--accent-primary)}.footer-copyright{color:var(--text-muted);font-size:.85rem;text-align:center}.footer-disclaimer{color:var(--text-muted);font-size:.8rem;text-align:center;max-width:600px;line-height:1.4;margin:.5rem 0 0}@media(max-width:600px){.footer-links{gap:1rem}.footer-link{font-size:.85rem}.footer-disclaimer{font-size:.75rem}}.policy-page{max-width:800px;margin:2rem auto;padding:2rem}.back-button{display:flex;align-items:center;gap:.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);padding:.75rem 1.25rem;border-radius:12px;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background:var(--accent-primary);border-color:var(--accent-primary)}.policy-page h1{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.last-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.policy-page section{margin-bottom:2rem}.policy-page h2{font-size:1.25rem;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--glass-border)}.policy-page p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.policy-page ul{color:var(--text-secondary);line-height:1.7;padding-left:1.5rem;margin-bottom:1rem}.policy-page li{margin-bottom:.5rem}.policy-page a{color:var(--accent-primary);text-decoration:none}.policy-page a:hover{text-decoration:underline}.contact-info{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:1.5rem;margin-top:1rem}.contact-info p{margin-bottom:.5rem}@media(max-width:600px){.policy-page{margin:1rem;padding:1.5rem}.policy-page h1{font-size:1.5rem}.policy-page h2{font-size:1.1rem}}.adsense-container,.ad-placeholder{margin:1.5rem 0;text-align:center}.ad-label{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.ad-box{background:var(--glass-bg);border:2px dashed var(--glass-border);border-radius:12px;padding:2rem;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.ad-box p{color:var(--text-secondary);font-size:.9rem}.ad-box small{color:var(--text-muted);font-size:.75rem}.ad-horizontal{min-height:90px}.ad-rectangle{min-height:250px;max-width:300px;margin:1.5rem auto}@media(max-width:600px){.ad-box{padding:1.5rem;min-height:80px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:24px;max-width:1400px;margin:0 auto;width:100%}.weather-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.weather-grid{grid-template-columns:1fr 1fr}}.full-width{grid-column:1 / -1}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:12px}.section-title svg{color:var(--accent-orange)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid var(--glass-border);border-top-color:var(--accent-orange);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{text-align:center;padding:32px;color:#ff6b6b}.footer{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--glass-border);padding:24px;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-copyright{color:var(--text-secondary);font-size:.875rem}
