.SearchBar-module__9ObJ7W__wrapper{width:100%;max-width:480px;position:relative}@media (max-width:600px){.SearchBar-module__9ObJ7W__wrapper{flex:1;max-width:100%}}.SearchBar-module__9ObJ7W__searchContainer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1.5px solid #fff3;border-radius:16px;align-items:center;gap:8px;padding:10px 14px;transition:all .3s;display:flex}.SearchBar-module__9ObJ7W__searchContainer.SearchBar-module__9ObJ7W__focused{background:#ffffff2e;border-color:#ffffff73;box-shadow:0 0 0 3px #ffffff1a,0 8px 32px #0003}.SearchBar-module__9ObJ7W__searchIcon{color:#ffffffb3;flex-shrink:0}.SearchBar-module__9ObJ7W__input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:15px;font-weight:400}.SearchBar-module__9ObJ7W__input::placeholder{color:#ffffff80}.SearchBar-module__9ObJ7W__loader{color:#ffffffb3;flex-shrink:0;animation:1s linear infinite SearchBar-module__9ObJ7W__spin}@keyframes SearchBar-module__9ObJ7W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchBar-module__9ObJ7W__clearBtn{color:#fffc;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:3px;transition:background .2s;display:flex}.SearchBar-module__9ObJ7W__clearBtn:hover{background:#ffffff40}.SearchBar-module__9ObJ7W__locationBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:10px;flex-shrink:0;align-items:center;min-height:32px;padding:5px 9px;transition:all .2s;display:flex}.SearchBar-module__9ObJ7W__locationBtn:hover{background:#ffffff47;transform:scale(1.05)}.SearchBar-module__9ObJ7W__dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0f1428f2;border:1px solid #ffffff26;border-radius:16px;margin:0;padding:6px;list-style:none;animation:.2s SearchBar-module__9ObJ7W__slideDown;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 60px #0006}@keyframes SearchBar-module__9ObJ7W__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.SearchBar-module__9ObJ7W__dropdownItem{cursor:pointer;border-radius:10px;align-items:center;gap:10px;min-height:48px;padding:13px 14px;transition:background .2s;display:flex}.SearchBar-module__9ObJ7W__dropdownItem:hover{background:#ffffff1a}.SearchBar-module__9ObJ7W__dropdownIcon{color:#ffffff80;flex-shrink:0}.SearchBar-module__9ObJ7W__cityName{color:#fff;flex:1;font-size:14px;font-weight:500}.SearchBar-module__9ObJ7W__cityMeta{color:#ffffff80;font-size:12px}@media (max-width:600px){.SearchBar-module__9ObJ7W__input{font-size:14px}.SearchBar-module__9ObJ7W__searchContainer{border-radius:14px;padding:9px 12px}}
.CurrentWeatherCard-module___0PVoa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;width:100%;padding:24px 20px;animation:.5s CurrentWeatherCard-module___0PVoa__fadeInUp;overflow:hidden;box-shadow:0 8px 32px #0003}@keyframes CurrentWeatherCard-module___0PVoa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CurrentWeatherCard-module___0PVoa__header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.CurrentWeatherCard-module___0PVoa__locationInfo{flex:1;min-width:0}.CurrentWeatherCard-module___0PVoa__cityName{letter-spacing:-.5px;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:1.9rem;font-weight:700;line-height:1.1;overflow:hidden}.CurrentWeatherCard-module___0PVoa__country{opacity:.7;margin:0 0 3px;font-size:.9rem;font-weight:400}.CurrentWeatherCard-module___0PVoa__description{opacity:.75;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:300;overflow:hidden}.CurrentWeatherCard-module___0PVoa__iconWrapper{flex-shrink:0;animation:4s ease-in-out infinite CurrentWeatherCard-module___0PVoa__float}@keyframes CurrentWeatherCard-module___0PVoa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.CurrentWeatherCard-module___0PVoa__tempSection{align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.CurrentWeatherCard-module___0PVoa__temp{letter-spacing:-2px;flex-shrink:0;font-size:4.5rem;font-weight:800;line-height:1}.CurrentWeatherCard-module___0PVoa__tempRange{gap:8px;margin-bottom:8px;display:flex}.CurrentWeatherCard-module___0PVoa__tempMax{opacity:.9;font-size:1rem;font-weight:600}.CurrentWeatherCard-module___0PVoa__tempMin{opacity:.55;font-size:1rem;font-weight:400}.CurrentWeatherCard-module___0PVoa__sunTimes{box-sizing:border-box;background:#ffffff14;border-radius:12px;justify-content:space-around;align-items:center;width:100%;margin-bottom:16px;padding:10px 12px;display:flex;overflow:hidden}.CurrentWeatherCard-module___0PVoa__sunItem{white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.CurrentWeatherCard-module___0PVoa__sunDivider{background:#fff3;flex-shrink:0;width:1px;height:16px}.CurrentWeatherCard-module___0PVoa__detailsGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.CurrentWeatherCard-module___0PVoa__detailItem{background:#ffffff14;border-radius:12px;align-items:center;gap:7px;min-width:0;padding:10px 8px;transition:background .2s;display:flex;overflow:hidden}.CurrentWeatherCard-module___0PVoa__detailItem:hover{background:#ffffff24}.CurrentWeatherCard-module___0PVoa__detailIcon{flex-shrink:0;align-items:center;line-height:1;display:flex}.CurrentWeatherCard-module___0PVoa__detailContent{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex;overflow:hidden}.CurrentWeatherCard-module___0PVoa__detailValue{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;line-height:1.2;overflow:hidden}.CurrentWeatherCard-module___0PVoa__detailLabel{opacity:.55;text-transform:uppercase;letter-spacing:.3px;word-break:break-word;font-size:9px;line-height:1.2}@media (max-width:600px){.CurrentWeatherCard-module___0PVoa__card{border-radius:20px;padding:18px 14px}.CurrentWeatherCard-module___0PVoa__cityName{font-size:1.6rem}.CurrentWeatherCard-module___0PVoa__temp{letter-spacing:-2px;font-size:3.8rem}.CurrentWeatherCard-module___0PVoa__detailsGrid{grid-template-columns:repeat(2,1fr);gap:7px}.CurrentWeatherCard-module___0PVoa__detailItem{gap:8px;padding:10px}.CurrentWeatherCard-module___0PVoa__detailValue{font-size:13px}.CurrentWeatherCard-module___0PVoa__detailLabel{font-size:10px}}@media (max-width:380px){.CurrentWeatherCard-module___0PVoa__card{padding:16px 12px}.CurrentWeatherCard-module___0PVoa__temp{font-size:3.2rem}.CurrentWeatherCard-module___0PVoa__cityName{font-size:1.4rem}.CurrentWeatherCard-module___0PVoa__detailItem{gap:6px;padding:9px 8px}}
.HourlyForecast-module__w1TkLW__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .1s both HourlyForecast-module__w1TkLW__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes HourlyForecast-module__w1TkLW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HourlyForecast-module__w1TkLW__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;margin:0 0 14px;font-size:.75rem;font-weight:600}.HourlyForecast-module__w1TkLW__scrollWrapper{scrollbar-width:thin;scrollbar-color:#fff3 transparent;-webkit-overflow-scrolling:touch;margin:0 -6px;padding:0 6px;overflow-x:auto}.HourlyForecast-module__w1TkLW__scrollWrapper::-webkit-scrollbar{height:3px}.HourlyForecast-module__w1TkLW__scrollWrapper::-webkit-scrollbar-track{background:0 0}.HourlyForecast-module__w1TkLW__scrollWrapper::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.HourlyForecast-module__w1TkLW__scrollContainer{gap:8px;padding-bottom:4px;display:flex}.HourlyForecast-module__w1TkLW__hourItem{background:#ffffff12;border:1.5px solid #0000;border-radius:16px;flex-direction:column;flex-shrink:0;align-items:center;gap:5px;min-width:64px;padding:12px 14px;transition:all .2s;display:flex}.HourlyForecast-module__w1TkLW__hourItem:hover{background:#ffffff21}.HourlyForecast-module__w1TkLW__nowItem{background:#ffffff24}.HourlyForecast-module__w1TkLW__time{opacity:.7;letter-spacing:.3px;font-size:11px;font-weight:500}.HourlyForecast-module__w1TkLW__temp{font-size:14px;font-weight:700}.HourlyForecast-module__w1TkLW__precipitation{color:#93c5fd;align-items:center;gap:2px;font-size:10px;display:flex}@media (max-width:600px){.HourlyForecast-module__w1TkLW__card{border-radius:20px;padding:18px 16px}.HourlyForecast-module__w1TkLW__hourItem{min-width:58px;padding:10px 12px}}
.DailyForecast-module__9TgWfa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .2s both DailyForecast-module__9TgWfa__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes DailyForecast-module__9TgWfa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DailyForecast-module__9TgWfa__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;margin:0 0 14px;font-size:.75rem;font-weight:600}.DailyForecast-module__9TgWfa__list{flex-direction:column;gap:2px;display:flex}.DailyForecast-module__9TgWfa__dayRow{border-radius:12px;align-items:center;gap:10px;min-height:48px;padding:10px 8px;transition:background .2s;display:flex}.DailyForecast-module__9TgWfa__dayRow:hover{background:#ffffff12}.DailyForecast-module__9TgWfa__dayName{flex-shrink:0;width:46px;font-size:14px;font-weight:500}.DailyForecast-module__9TgWfa__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:28px;display:flex}.DailyForecast-module__9TgWfa__pop{color:#93c5fd;flex-shrink:0;align-items:center;gap:2px;width:36px;font-size:11px;display:flex}.DailyForecast-module__9TgWfa__popPlaceholder{flex-shrink:0;width:36px}.DailyForecast-module__9TgWfa__tempBar{flex:1;align-items:center;gap:6px;display:flex}.DailyForecast-module__9TgWfa__tempMin{opacity:.5;text-align:right;flex-shrink:0;width:26px;font-size:12px}.DailyForecast-module__9TgWfa__tempMax{flex-shrink:0;width:26px;font-size:12px;font-weight:600}.DailyForecast-module__9TgWfa__barTrack{background:#ffffff1f;border-radius:3px;flex:1;height:5px;overflow:hidden}.DailyForecast-module__9TgWfa__barFill{border-radius:3px;height:100%;transition:width .5s}@media (max-width:600px){.DailyForecast-module__9TgWfa__card{border-radius:20px;padding:18px 14px}.DailyForecast-module__9TgWfa__dayRow{gap:8px;padding:8px 6px}.DailyForecast-module__9TgWfa__dayName{width:42px;font-size:13px}}
.FavoriteCities-module__GSal5q__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:18px;box-shadow:0 8px 32px #00000026}.FavoriteCities-module__GSal5q__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.FavoriteCities-module__GSal5q__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;margin:0;font-size:.75rem;font-weight:600}.FavoriteCities-module__GSal5q__list{flex-direction:column;gap:4px;display:flex}.FavoriteCities-module__GSal5q__cityItem{border:1.5px solid #0000;border-radius:12px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.FavoriteCities-module__GSal5q__cityItem:hover{background:#ffffff12}.FavoriteCities-module__GSal5q__active{background:#ffffff1a}.FavoriteCities-module__GSal5q__cityBtn{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:8px;min-width:0;padding:10px 12px;font-family:inherit;display:flex}.FavoriteCities-module__GSal5q__cityName{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;overflow:hidden}.FavoriteCities-module__GSal5q__cityCountry{opacity:.5;flex-shrink:0;font-size:11px}.FavoriteCities-module__GSal5q__removeBtn{color:#fff6;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:10px 12px;transition:color .2s;display:flex}.FavoriteCities-module__GSal5q__removeBtn:hover{color:#f87171}.FavoriteCities-module__GSal5q__dragHandle{color:#ffffff4d;cursor:grab;flex-shrink:0;justify-content:center;align-items:center;padding:10px 4px 10px 10px;transition:color .2s;display:flex}.FavoriteCities-module__GSal5q__dragHandle:hover{color:#ffffffd9}.FavoriteCities-module__GSal5q__dragHandle:active{cursor:grabbing}.FavoriteCities-module__GSal5q__dragging{opacity:.4;background:#ffffff05!important;border:1.5px dashed #ffffff40!important}.FavoriteCities-module__GSal5q__dragOver{transform:scale(1.02);background:#ffffff1f!important}
.UVIndex-module__rxtoUa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .15s both UVIndex-module__rxtoUa__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes UVIndex-module__rxtoUa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.UVIndex-module__rxtoUa__header{margin-bottom:8px}.UVIndex-module__rxtoUa__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;font-size:.75rem;font-weight:600}.UVIndex-module__rxtoUa__content{flex-direction:column;align-items:center;display:flex}.UVIndex-module__rxtoUa__arc{width:120px;height:70px}.UVIndex-module__rxtoUa__arcFill{transition:stroke-dashoffset 1s,stroke .5s}.UVIndex-module__rxtoUa__uvValue{font-family:inherit;font-size:18px;font-weight:800}.UVIndex-module__rxtoUa__uvLabel{text-shadow:0 0 10px;margin-top:-4px;font-size:14px;font-weight:700}.UVIndex-module__rxtoUa__scale{border-top:1px solid #ffffff14;justify-content:space-between;margin-top:12px;padding-top:10px;display:flex}.UVIndex-module__rxtoUa__scaleItem{font-size:10px;font-weight:500;transition:opacity .5s}
.HumidityGauge-module__mgy7sa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .3s both HumidityGauge-module__mgy7sa__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes HumidityGauge-module__mgy7sa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HumidityGauge-module__mgy7sa__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.HumidityGauge-module__mgy7sa__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;font-size:.75rem;font-weight:600}.HumidityGauge-module__mgy7sa__valueRow{align-items:baseline;gap:4px;margin-bottom:14px;display:flex}.HumidityGauge-module__mgy7sa__value{letter-spacing:-1px;font-size:2.4rem;font-weight:800;line-height:1}.HumidityGauge-module__mgy7sa__unit{opacity:.6;font-size:1rem}.HumidityGauge-module__mgy7sa__bars{align-items:flex-end;gap:3px;height:50px;margin-bottom:8px;display:flex}.HumidityGauge-module__mgy7sa__bar{border-radius:3px 3px 1px 1px;flex:1;min-height:4px;transition:all .6s}.HumidityGauge-module__mgy7sa__label{opacity:.65;text-align:center;font-size:12px;font-weight:500}
.WeatherStats-module__NPPJrq__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .3s both WeatherStats-module__NPPJrq__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes WeatherStats-module__NPPJrq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WeatherStats-module__NPPJrq__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;margin:0 0 14px;font-size:.75rem;font-weight:600}.WeatherStats-module__NPPJrq__grid{flex-direction:column;gap:12px;display:flex}.WeatherStats-module__NPPJrq__statItem{flex-direction:column;gap:4px;display:flex}.WeatherStats-module__NPPJrq__statHeader{align-items:center;gap:8px;display:flex}.WeatherStats-module__NPPJrq__statIcon{flex-shrink:0;align-items:center;display:flex}.WeatherStats-module__NPPJrq__statLabel{opacity:.65;flex:1;font-size:12px}.WeatherStats-module__NPPJrq__statValue{font-size:13px;font-weight:700}.WeatherStats-module__NPPJrq__barTrack{background:#ffffff1a;border-radius:2px;width:100%;height:4px;overflow:hidden}.WeatherStats-module__NPPJrq__barFill{border-radius:2px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.WeatherStats-module__NPPJrq__statSub{opacity:.5;font-size:11px}@media (max-width:600px){.WeatherStats-module__NPPJrq__card{border-radius:20px;padding:18px 14px}}
.ParticleBackground-module__xETvdW__canvas{pointer-events:none;z-index:0;opacity:.6;position:fixed;inset:0}
.SunArc-module__6WI24G__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;animation:.5s .25s both SunArc-module__6WI24G__fadeInUp;box-shadow:0 8px 32px #00000026}@keyframes SunArc-module__6WI24G__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SunArc-module__6WI24G__title{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;margin-bottom:12px;font-size:.75rem;font-weight:600}.SunArc-module__6WI24G__svgWrapper{flex-direction:column;align-items:center;width:100%;display:flex;overflow:hidden}.SunArc-module__6WI24G__svg{width:100%;max-width:200px;overflow:visible}.SunArc-module__6WI24G__labels{justify-content:space-between;align-items:center;width:100%;margin-top:8px;display:flex}.SunArc-module__6WI24G__timeLabel{opacity:.85;align-items:center;gap:4px;font-size:12px;display:flex}.SunArc-module__6WI24G__dayPercent{text-shadow:0 0 12px;font-size:18px;font-weight:800}
.AirQualityCard-module__uGGVFq__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;padding:24px;animation:.8s ease-out AirQualityCard-module__uGGVFq__fadeIn;display:flex;box-shadow:0 8px 32px #00000026}.AirQualityCard-module__uGGVFq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.AirQualityCard-module__uGGVFq__titleWrapper{align-items:center;gap:8px;display:flex}.AirQualityCard-module__uGGVFq__title{letter-spacing:-.01em;opacity:.9;font-size:1.1rem;font-weight:600}.AirQualityCard-module__uGGVFq__badge{border:1px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;display:flex}.AirQualityCard-module__uGGVFq__mainInfo{flex-direction:column;gap:8px;display:flex}.AirQualityCard-module__uGGVFq__aqiValueSection{align-items:baseline;gap:8px;display:flex}.AirQualityCard-module__uGGVFq__aqiNum{font-size:2.2rem;font-weight:800;line-height:1}.AirQualityCard-module__uGGVFq__aqiLabel{opacity:.6;font-size:.85rem;font-weight:500}.AirQualityCard-module__uGGVFq__description{opacity:.85;font-size:.88rem;line-height:1.4}.AirQualityCard-module__uGGVFq__progressTrack{background:#ffffff1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.AirQualityCard-module__uGGVFq__progressBar{border-radius:3px;height:100%;transition:width 1s ease-in-out}.AirQualityCard-module__uGGVFq__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.AirQualityCard-module__uGGVFq__pollutantItem{flex-direction:column;gap:6px;display:flex}.AirQualityCard-module__uGGVFq__pollutantHeader{justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.AirQualityCard-module__uGGVFq__pollutantName{opacity:.6;font-weight:500}.AirQualityCard-module__uGGVFq__pollutantValue{font-weight:600}.AirQualityCard-module__uGGVFq__miniBarTrack{background:#ffffff14;border-radius:2px;width:100%;height:4px;overflow:hidden}.AirQualityCard-module__uGGVFq__miniBarFill{border-radius:2px;height:100%;transition:width 1s ease-in-out}@keyframes AirQualityCard-module__uGGVFq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:450px){.AirQualityCard-module__uGGVFq__grid{grid-template-columns:1fr;gap:10px}.AirQualityCard-module__uGGVFq__card{padding:18px}.AirQualityCard-module__uGGVFq__aqiNum{font-size:1.8rem}}
.WeatherTrendChart-module__u7QmCW__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;padding:24px;animation:.8s ease-out WeatherTrendChart-module__u7QmCW__fadeIn;display:flex;box-shadow:0 8px 32px #00000026}.WeatherTrendChart-module__u7QmCW__header{justify-content:space-between;align-items:center;display:flex}.WeatherTrendChart-module__u7QmCW__titleWrapper{align-items:center;gap:8px;display:flex}.WeatherTrendChart-module__u7QmCW__title{letter-spacing:-.01em;opacity:.9;font-size:1.1rem;font-weight:600}.WeatherTrendChart-module__u7QmCW__tabs{font-size:.82rem;font-weight:600}.WeatherTrendChart-module__u7QmCW__activeTab{cursor:default;border-bottom:2px solid;padding:4px 10px}.WeatherTrendChart-module__u7QmCW__chartWrapper{width:100%;position:relative}.WeatherTrendChart-module__u7QmCW__svg{cursor:crosshair;width:100%;height:auto;overflow:visible}.WeatherTrendChart-module__u7QmCW__gridLine{stroke:#ffffff0f;stroke-width:1px}.WeatherTrendChart-module__u7QmCW__popBar{transition:height .5s ease-out,y .5s ease-out}.WeatherTrendChart-module__u7QmCW__node{cursor:pointer;transition:r .2s,fill .2s}.WeatherTrendChart-module__u7QmCW__tempLabel{fill:#fff9;font-size:8px;font-weight:600}.WeatherTrendChart-module__u7QmCW__axisLabel{fill:#fff6;font-size:9px;font-weight:500}.WeatherTrendChart-module__u7QmCW__tooltipDetails{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.WeatherTrendChart-module__u7QmCW__tooltipTime{flex-direction:column;gap:2px;display:flex}.WeatherTrendChart-module__u7QmCW__tooltipTime span:first-child{font-size:.9rem;font-weight:700}.WeatherTrendChart-module__u7QmCW__tooltipDesc{opacity:.6;text-transform:capitalize;font-size:.78rem}.WeatherTrendChart-module__u7QmCW__tooltipMetrics{align-items:center;gap:16px;font-size:.85rem;display:flex}.WeatherTrendChart-module__u7QmCW__tooltipMetric{align-items:center;gap:6px;display:flex}.WeatherTrendChart-module__u7QmCW__metricLabelSmall{opacity:.5;font-size:.75rem}@keyframes WeatherTrendChart-module__u7QmCW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:500px){.WeatherTrendChart-module__u7QmCW__card{padding:16px}.WeatherTrendChart-module__u7QmCW__tooltipDetails{flex-direction:column;align-items:flex-start;padding:10px 12px}.WeatherTrendChart-module__u7QmCW__tooltipMetrics{justify-content:space-between;gap:8px;width:100%}}
.OutfitPlanner-module__GUHPkq__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;padding:24px;animation:.8s ease-out OutfitPlanner-module__GUHPkq__fadeIn;display:flex;box-shadow:0 8px 32px #00000026}.OutfitPlanner-module__GUHPkq__header{align-items:center;gap:8px;display:flex}.OutfitPlanner-module__GUHPkq__title{letter-spacing:-.01em;opacity:.9;font-size:1.1rem;font-weight:600}.OutfitPlanner-module__GUHPkq__subTitle{opacity:.7;text-transform:uppercase;letter-spacing:.03em;margin-bottom:10px;font-size:.88rem;font-weight:600}.OutfitPlanner-module__GUHPkq__adviceSection{flex-direction:column;display:flex}.OutfitPlanner-module__GUHPkq__adviceList{flex-direction:column;gap:8px;list-style:none;display:flex}.OutfitPlanner-module__GUHPkq__adviceItem{align-items:flex-start;gap:8px;display:flex}.OutfitPlanner-module__GUHPkq__bullet{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.OutfitPlanner-module__GUHPkq__adviceText{opacity:.9;font-size:.88rem;line-height:1.4}.OutfitPlanner-module__GUHPkq__divider{background:#ffffff14;width:100%;height:1px}.OutfitPlanner-module__GUHPkq__activitiesSection{flex-direction:column;display:flex}.OutfitPlanner-module__GUHPkq__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.OutfitPlanner-module__GUHPkq__actCard{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:6px;padding:12px;display:flex}.OutfitPlanner-module__GUHPkq__actHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.OutfitPlanner-module__GUHPkq__actName{font-size:.85rem;font-weight:600}.OutfitPlanner-module__GUHPkq__actBadge{border-radius:100px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:700;display:flex}.OutfitPlanner-module__GUHPkq__actDesc{opacity:.65;font-size:.78rem;line-height:1.3}@keyframes OutfitPlanner-module__GUHPkq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:450px){.OutfitPlanner-module__GUHPkq__grid{grid-template-columns:1fr;gap:8px}.OutfitPlanner-module__GUHPkq__card{padding:18px}}
.MoonPhase-module__uyDCYq__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;padding:24px;animation:.8s ease-out MoonPhase-module__uyDCYq__fadeIn;display:flex;box-shadow:0 8px 32px #00000026}.MoonPhase-module__uyDCYq__header{align-items:center;gap:8px;display:flex}.MoonPhase-module__uyDCYq__title{letter-spacing:-.01em;opacity:.9;font-size:1.1rem;font-weight:600}.MoonPhase-module__uyDCYq__content{align-items:center;gap:24px;display:flex}.MoonPhase-module__uyDCYq__visualContainer{flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.MoonPhase-module__uyDCYq__moonSvg{filter:drop-shadow(0 0 10px #fef08a40);width:100%;height:100%;overflow:visible}.MoonPhase-module__uyDCYq__info{flex-direction:column;flex-grow:1;gap:6px;display:flex}.MoonPhase-module__uyDCYq__phaseName{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.MoonPhase-module__uyDCYq__metric{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:4px;font-size:.82rem;display:flex}.MoonPhase-module__uyDCYq__label{opacity:.5;font-weight:500}.MoonPhase-module__uyDCYq__value{font-weight:600}@keyframes MoonPhase-module__uyDCYq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:400px){.MoonPhase-module__uyDCYq__content{gap:16px}.MoonPhase-module__uyDCYq__visualContainer{width:60px;height:60px}.MoonPhase-module__uyDCYq__card{padding:18px}}
.WeatherAlerts-module__frJjKG__container{flex-direction:column;gap:12px;width:100%;margin-bottom:8px;display:flex}.WeatherAlerts-module__frJjKG__noAlertsCard{color:#4ade80;background:#22c55e14;border:1px solid #22c55e26;border-radius:16px;align-items:center;gap:8px;width:100%;padding:10px 16px;display:flex}.WeatherAlerts-module__frJjKG__checkIcon{flex-shrink:0}.WeatherAlerts-module__frJjKG__noAlertsText{letter-spacing:-.01em;font-size:.85rem;font-weight:500}.WeatherAlerts-module__frJjKG__alertCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border-left:6px solid #0000;border-radius:20px;flex-direction:column;gap:8px;padding:16px 20px;animation:.5s ease-out WeatherAlerts-module__frJjKG__slideIn;display:flex;box-shadow:0 4px 20px #0000001a}.WeatherAlerts-module__frJjKG__borderRed{background:#ef44440d;border-color:#ef444426 #ef444426 #ef444426 #ef4444;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px}.WeatherAlerts-module__frJjKG__borderOrange{background:#f973160d;border-color:#f9731626 #f9731626 #f9731626 #f97316;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px}.WeatherAlerts-module__frJjKG__borderYellow{background:#eab3080d;border-color:#eab30826 #eab30826 #eab30826 #eab308;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px}.WeatherAlerts-module__frJjKG__alertHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.WeatherAlerts-module__frJjKG__titleArea{align-items:center;gap:8px;display:flex}.WeatherAlerts-module__frJjKG__alertTitle{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:700}.WeatherAlerts-module__frJjKG__levelBadge{letter-spacing:.05em;border-radius:100px;padding:2px 8px;font-size:.68rem;font-weight:800}.WeatherAlerts-module__frJjKG__iconRed{color:#f87171;background-color:#ef444426}.WeatherAlerts-module__frJjKG__iconOrange{color:#fb923c;background-color:#f9731626}.WeatherAlerts-module__frJjKG__iconYellow{color:#fde047;background-color:#eab30826}.WeatherAlerts-module__frJjKG__alertDesc{opacity:.85;font-size:.85rem;line-height:1.4}@keyframes WeatherAlerts-module__frJjKG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:450px){.WeatherAlerts-module__frJjKG__alertCard{padding:14px 16px}}.WeatherAlerts-module__frJjKG__headerActions{align-items:center;gap:10px;display:flex}.WeatherAlerts-module__frJjKG__closeBtn{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .2s,transform .2s;display:flex}.WeatherAlerts-module__frJjKG__closeBtn:hover{opacity:1;background:#ffffff14;transform:scale(1.1)}.WeatherAlerts-module__frJjKG__dismissedMiniBanner{opacity:.6;justify-content:flex-end;align-items:center;gap:8px;padding:0 4px;font-size:.75rem;display:flex}.WeatherAlerts-module__frJjKG__restoreLink{cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:700;text-decoration:underline}.WeatherAlerts-module__frJjKG__dismissedSummaryCard{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 18px;display:flex}.WeatherAlerts-module__frJjKG__dismissedSummaryText{align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.WeatherAlerts-module__frJjKG__restoreBtn{cursor:pointer;background:0 0;border:1px solid;border-radius:100px;padding:4px 12px;font-size:.78rem;font-weight:600;transition:background .2s,transform .2s}.WeatherAlerts-module__frJjKG__restoreBtn:hover{background:#ffffff14;transform:translateY(-1px)}
.RoadtripPlanner-module__cXCDka__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;width:100%;padding:24px;animation:.8s ease-out RoadtripPlanner-module__cXCDka__fadeIn;display:flex;box-shadow:0 8px 32px #00000026}.RoadtripPlanner-module__cXCDka__header{align-items:center;gap:8px;display:flex}.RoadtripPlanner-module__cXCDka__title{letter-spacing:-.01em;opacity:.9;font-size:1.1rem;font-weight:600}.RoadtripPlanner-module__cXCDka__subtitle{opacity:.7;margin-top:-8px;font-size:.85rem;line-height:1.4}.RoadtripPlanner-module__cXCDka__routeForm{flex-direction:column;gap:14px;width:100%;display:flex}.RoadtripPlanner-module__cXCDka__inputsGrid{grid-template-columns:1fr auto 1fr;align-items:flex-end;gap:12px;display:grid}.RoadtripPlanner-module__cXCDka__inputContainer{flex-direction:column;gap:6px;display:flex}.RoadtripPlanner-module__cXCDka__inputLabel{opacity:.6;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.RoadtripPlanner-module__cXCDka__inputWrapper{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;transition:all .3s;display:flex;overflow:hidden}.RoadtripPlanner-module__cXCDka__inputWrapper:focus-within{background:#ffffff1a;border-color:#ffffff40}.RoadtripPlanner-module__cXCDka__input{color:#fff;background:0 0;border:none;outline:none;flex-grow:1;width:100%;padding:10px 14px;font-size:.88rem}.RoadtripPlanner-module__cXCDka__input::placeholder{color:#ffffff4d}.RoadtripPlanner-module__cXCDka__routeArrow{justify-content:center;align-items:center;height:40px;display:flex}.RoadtripPlanner-module__cXCDka__arrowIcon{filter:drop-shadow(0 0 4px)}.RoadtripPlanner-module__cXCDka__calcBtn{color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:700;transition:transform .2s,opacity .2s;display:flex;box-shadow:0 4px 14px #00000026}.RoadtripPlanner-module__cXCDka__calcBtn:hover{opacity:.95;transform:translateY(-1px)}.RoadtripPlanner-module__cXCDka__errorBanner{color:#f87171;background:#ef444414;border:1px solid #ef444426;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:.8rem;display:flex}.RoadtripPlanner-module__cXCDka__resultsContainer{flex-direction:column;gap:20px;margin-top:8px;animation:.5s RoadtripPlanner-module__cXCDka__fadeIn;display:flex}.RoadtripPlanner-module__cXCDka__spotlightCard{background:#ffffff0a;border:1px solid #ffffff0f;border-left:6px solid;border-radius:20px;flex-direction:column;gap:8px;padding:16px 20px;display:flex}.RoadtripPlanner-module__cXCDka__spotlightHeader{align-items:center;gap:6px;display:flex}.RoadtripPlanner-module__cXCDka__spotlightLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.RoadtripPlanner-module__cXCDka__spotlightMain{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.RoadtripPlanner-module__cXCDka__spotlightDay{text-transform:capitalize;font-size:1.4rem;font-weight:800}.RoadtripPlanner-module__cXCDka__spotlightRating{border-radius:100px;padding:4px 12px;font-size:.82rem;font-weight:700}.RoadtripPlanner-module__cXCDka__tipsSection{background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;padding:16px}.RoadtripPlanner-module__cXCDka__sectionTitle{opacity:.8;align-items:center;gap:6px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:flex}.RoadtripPlanner-module__cXCDka__tipsList{flex-direction:column;gap:8px;list-style:none;display:flex}.RoadtripPlanner-module__cXCDka__tipItem{opacity:.9;align-items:flex-start;gap:8px;font-size:.82rem;line-height:1.4;display:flex}.RoadtripPlanner-module__cXCDka__bullet{border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:6px}.RoadtripPlanner-module__cXCDka__tableWrapper{width:100%}.RoadtripPlanner-module__cXCDka__table{background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.RoadtripPlanner-module__cXCDka__tableHeader{opacity:.5;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #ffffff0d;grid-template-columns:1.2fr 2fr 2fr 1.5fr 1.5fr;padding:12px 16px;font-size:.72rem;font-weight:700;display:grid}.RoadtripPlanner-module__cXCDka__tableRow{border-bottom:1px solid #ffffff0a;grid-template-columns:1.2fr 2fr 2fr 1.5fr 1.5fr;align-items:center;padding:12px 16px;font-size:.82rem;transition:background .2s;display:grid}.RoadtripPlanner-module__cXCDka__tableRow:last-child{border-bottom:none}.RoadtripPlanner-module__cXCDka__tableRow:hover{background:#ffffff05}.RoadtripPlanner-module__cXCDka__rowDay{text-transform:capitalize;font-weight:700}.RoadtripPlanner-module__cXCDka__rowOrigin,.RoadtripPlanner-module__cXCDka__rowDest{align-items:center;gap:6px;font-weight:600;display:flex}.RoadtripPlanner-module__cXCDka__rowPop{color:#60a5fa;font-weight:600}.RoadtripPlanner-module__cXCDka__rowScore{font-size:.82rem}.RoadtripPlanner-module__cXCDka__spin{animation:1s linear infinite RoadtripPlanner-module__cXCDka__spinner}@keyframes RoadtripPlanner-module__cXCDka__spinner{to{transform:rotate(360deg)}}@keyframes RoadtripPlanner-module__cXCDka__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:650px){.RoadtripPlanner-module__cXCDka__inputsGrid{grid-template-columns:1fr;gap:8px}.RoadtripPlanner-module__cXCDka__routeArrow{display:none}.RoadtripPlanner-module__cXCDka__card{padding:16px}.RoadtripPlanner-module__cXCDka__tableHeader{display:none}.RoadtripPlanner-module__cXCDka__tableRow{grid-template-columns:1fr 1fr 1fr;gap:8px;padding:10px 12px;font-size:.78rem}.RoadtripPlanner-module__cXCDka__rowPop{opacity:.8;grid-column:span 3;font-size:.72rem}.RoadtripPlanner-module__cXCDka__rowPop:before{content:"Risco de chuva: ";color:#ffffff80;font-weight:500}.RoadtripPlanner-module__cXCDka__rowScore{text-align:right;grid-column:span 3;margin-top:-20px}}
.Footer-module__S6Hkya__footer{border-top:1px solid #ffffff14;width:100%;margin-top:48px;padding:24px 0}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.Footer-module__S6Hkya__copyright{color:#ffffff73;font-size:.82rem}.Footer-module__S6Hkya__links{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__linkBtn{color:#ffffff73;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.82rem;font-weight:500;transition:color .2s}.Footer-module__S6Hkya__linkBtn:hover{color:#fff}.Footer-module__S6Hkya__divider{color:#fff3;font-size:.75rem}.Footer-module__S6Hkya__consentBanner{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:9999;background:#0f172ad9;border:1px solid #ffffff1f;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;width:90%;max-width:720px;padding:20px 24px;animation:.6s cubic-bezier(.16,1,.3,1) forwards Footer-module__S6Hkya__slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.Footer-module__S6Hkya__consentContent{flex:1;align-items:flex-start;gap:16px;display:flex}.Footer-module__S6Hkya__consentIcon{filter:drop-shadow(0 0 6px);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__consentText h4{color:#fff;margin:0 0 4px;font-size:.92rem;font-weight:700}.Footer-module__S6Hkya__consentText p{color:#ffffffb3;margin:0;font-size:.8rem;line-height:1.4}.Footer-module__S6Hkya__consentActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__consentSettingsBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:background .2s}.Footer-module__S6Hkya__consentSettingsBtn:hover{background:#ffffff14}.Footer-module__S6Hkya__consentAcceptBtn{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:8px 18px;font-size:.8rem;font-weight:700;transition:opacity .2s;box-shadow:0 4px 12px #0003}.Footer-module__S6Hkya__consentAcceptBtn:hover{opacity:.9}.Footer-module__S6Hkya__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.3s Footer-module__S6Hkya__fadeIn;display:flex;position:fixed;inset:0}.Footer-module__S6Hkya__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ae6;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;width:100%;max-width:580px;max-height:80vh;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards Footer-module__S6Hkya__modalScale;display:flex;box-shadow:0 20px 50px #0006}.Footer-module__S6Hkya__modalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Footer-module__S6Hkya__modalTitleArea{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__modalTitle{margin:0;font-size:1.15rem;font-weight:700}.Footer-module__S6Hkya__closeBtn{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex}.Footer-module__S6Hkya__closeBtn:hover{color:#fff;background:#ffffff14}.Footer-module__S6Hkya__modalBody{flex:1;padding:24px;overflow-y:auto}.Footer-module__S6Hkya__legalText{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__legalText h4{color:#fff;margin:0;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__legalText p{color:#ffffffb3;margin:0;font-size:.85rem;line-height:1.5}.Footer-module__S6Hkya__legalText ul{flex-direction:column;gap:6px;padding-left:20px;display:flex}.Footer-module__S6Hkya__legalText li{color:#ffffffb3;font-size:.82rem;line-height:1.4}.Footer-module__S6Hkya__modalFooter{border-top:1px solid #ffffff14;justify-content:flex-end;padding:16px 24px;display:flex}.Footer-module__S6Hkya__modalCloseBtn{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:opacity .2s}.Footer-module__S6Hkya__modalCloseBtn:hover{opacity:.9}@keyframes Footer-module__S6Hkya__slideUp{0%{opacity:0;transform:translate(-50%,100px)}to{opacity:1;transform:translate(-50%)}}@keyframes Footer-module__S6Hkya__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Footer-module__S6Hkya__modalScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:650px){.Footer-module__S6Hkya__container{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:0 16px}.Footer-module__S6Hkya__consentBanner{flex-direction:column;gap:16px;padding:16px;bottom:16px}.Footer-module__S6Hkya__consentActions{justify-content:flex-end;width:100%}}
.page-module___8aEwW__main{min-height:100vh;transition:background 2s;position:relative;overflow:hidden}.page-module___8aEwW__bgOrbs{pointer-events:none;z-index:0;position:fixed;inset:0}.page-module___8aEwW__orb1{filter:blur(90px);border-radius:50%;width:700px;height:700px;animation:22s ease-in-out infinite page-module___8aEwW__drift1;position:absolute;top:-250px;right:-150px}.page-module___8aEwW__orb2{filter:blur(70px);border-radius:50%;width:500px;height:500px;animation:28s ease-in-out infinite page-module___8aEwW__drift2;position:absolute;bottom:-150px;left:-100px}.page-module___8aEwW__orb3{filter:blur(50px);border-radius:50%;width:350px;height:350px;animation:35s ease-in-out infinite page-module___8aEwW__drift3;position:absolute;top:40%;left:35%}@keyframes page-module___8aEwW__drift1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,50px)scale(1.05)}66%{transform:translate(40px,-30px)scale(.95)}}@keyframes page-module___8aEwW__drift2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-60px)scale(1.08)}66%{transform:translate(-30px,40px)scale(.92)}}@keyframes page-module___8aEwW__drift3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,50px)scale(1.15)}}.page-module___8aEwW__container{z-index:1;max-width:1280px;min-height:100vh;margin:0 auto;padding:24px 24px 60px;position:relative}.page-module___8aEwW__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-module___8aEwW__logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.page-module___8aEwW__logoText{color:#fff;letter-spacing:-.5px;font-size:1.3rem;font-weight:800;line-height:1.2;display:block}.page-module___8aEwW__lastUpdated{color:#ffffff73;font-size:11px;font-weight:400;display:block}.page-module___8aEwW__loadingScreen{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.page-module___8aEwW__loadingRing{border:3px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:1s linear infinite page-module___8aEwW__spin;display:flex;position:relative}.page-module___8aEwW__loadingInner{border-radius:50%;width:40px;height:40px;animation:2s ease-in-out infinite page-module___8aEwW__pulse}@keyframes page-module___8aEwW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes page-module___8aEwW__pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.page-module___8aEwW__loadingText{color:#ffffff8c;letter-spacing:.3px;font-size:14px;font-weight:400}.page-module___8aEwW__errorCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;color:#fff;background:#ef444414;border:1px solid #ef444440;border-radius:28px;max-width:480px;margin:60px auto 0;padding:48px 40px;animation:.4s page-module___8aEwW__fadeInUp}.page-module___8aEwW__errorIcon{color:#f87171;margin-bottom:16px}.page-module___8aEwW__errorTitle{margin-bottom:10px;font-size:1.6rem;font-weight:700}.page-module___8aEwW__errorMessage{opacity:.75;margin-bottom:24px;line-height:1.6}.page-module___8aEwW__retryBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.page-module___8aEwW__retryBtn:hover{background:#ffffff2e;transform:scale(1.03)}.page-module___8aEwW__content{grid-template-columns:1fr 370px;align-items:start;gap:20px;display:grid}.page-module___8aEwW__leftCol,.page-module___8aEwW__rightCol{flex-direction:column;gap:16px;display:flex}.page-module___8aEwW__actionBar{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module___8aEwW__conditionBadge{letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600}.page-module___8aEwW__actionBtns{align-items:center;gap:8px;display:flex}.page-module___8aEwW__iconBtn{color:#ffffffbf;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.page-module___8aEwW__iconBtn:hover{background:#ffffff26;transform:rotate(180deg)}.page-module___8aEwW__favBtn{color:#fffc;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1.5px solid #fff3;border-radius:12px;align-items:center;gap:7px;height:38px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module___8aEwW__favBtn:hover{background:#ffffff26;transform:scale(1.02)}.page-module___8aEwW__miniWidgets{grid-template-columns:1fr 1fr;gap:12px;display:grid}.page-module___8aEwW__windCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;align-items:center;gap:14px;padding:20px;display:flex;box-shadow:0 8px 32px #00000026}.page-module___8aEwW__windHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.page-module___8aEwW__windTitle{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;font-size:.75rem;font-weight:600}.page-module___8aEwW__windBft{text-shadow:0 0 12px;font-size:1.1rem;font-weight:800}.page-module___8aEwW__compassOuter{width:110px;height:110px;position:relative}.page-module___8aEwW__compassRing{background:radial-gradient(circle,#ffffff0d,#0000);border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 0 0 1px #ffffff0d,inset 0 0 20px #0003}.page-module___8aEwW__cN,.page-module___8aEwW__cE,.page-module___8aEwW__cS,.page-module___8aEwW__cW{opacity:.5;letter-spacing:.5px;font-size:10px;font-weight:700;position:absolute}.page-module___8aEwW__cN{top:6px;left:50%;transform:translate(-50%)}.page-module___8aEwW__cE{top:50%;right:7px;transform:translateY(-50%)}.page-module___8aEwW__cS{bottom:6px;left:50%;transform:translate(-50%)}.page-module___8aEwW__cW{top:50%;left:7px;transform:translateY(-50%)}.page-module___8aEwW__compassCenter{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.page-module___8aEwW__needle{transform-origin:50% 80%;filter:drop-shadow(0 0 4px);border-bottom:28px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;transition:transform 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:4px}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page-module___8aEwW__content{grid-template-columns:1fr 320px;gap:16px}}@media (max-width:860px){.page-module___8aEwW__content{grid-template-columns:1fr}.page-module___8aEwW__miniWidgets{grid-template-columns:1fr 1fr}.page-module___8aEwW__windCard{flex-direction:row;justify-content:space-around;align-items:center;gap:16px;padding:16px 20px}.page-module___8aEwW__windHeader{flex-direction:column;align-items:flex-start;gap:4px;width:auto}}@media (max-width:600px){.page-module___8aEwW__container{padding:14px 12px 80px}.page-module___8aEwW__header{flex-wrap:nowrap;gap:10px;margin-bottom:14px}.page-module___8aEwW__logoText{font-size:1.05rem}.page-module___8aEwW__lastUpdated{display:none}.page-module___8aEwW__content{gap:10px}.page-module___8aEwW__actionBar{gap:8px}.page-module___8aEwW__conditionBadge{padding:4px 10px;font-size:11px}.page-module___8aEwW__favBtn span{display:none}.page-module___8aEwW__favBtn{padding:8px 12px}.page-module___8aEwW__miniWidgets{grid-template-columns:1fr 1fr;gap:10px}.page-module___8aEwW__windCard{flex-direction:row;gap:12px;padding:14px 18px}.page-module___8aEwW__compassOuter{width:80px;height:80px}.page-module___8aEwW__windBft{font-size:1rem}}@media (max-width:400px){.page-module___8aEwW__container{padding:10px 10px 80px}.page-module___8aEwW__miniWidgets{grid-template-columns:1fr 1fr}}.page-module___8aEwW__headerRight{flex:1;justify-content:flex-end;align-items:center;gap:12px;max-width:600px;display:flex}.page-module___8aEwW__unitToggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;flex-shrink:0;padding:2px;display:flex}.page-module___8aEwW__unitBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:9px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .3s}.page-module___8aEwW__unitBtn:hover{color:#fff}.page-module___8aEwW__activeUnit{color:#fff!important}@media (max-width:600px){.page-module___8aEwW__headerRight{gap:8px;max-width:100%}.page-module___8aEwW__unitBtn{padding:5px 8px;font-size:.75rem}}.page-module___8aEwW__navTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:8px;margin-bottom:16px;padding:6px;display:flex;overflow-x:auto}.page-module___8aEwW__navTabs::-webkit-scrollbar{display:none}.page-module___8aEwW__tabBtn{color:#ffffffa6;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.page-module___8aEwW__tabBtn:hover{color:#fff;background:#ffffff0d}.page-module___8aEwW__activeTabBtn{box-shadow:0 4px 12px #00000026;background:#ffffff1a!important;border-color:#ffffff26!important}.page-module___8aEwW__singleColContent{flex-direction:column;gap:16px;width:100%;max-width:720px;margin:0 auto;animation:.6s ease-out page-module___8aEwW__fadeInUp;display:flex}@media (max-width:600px){.page-module___8aEwW__navTabs{border-radius:12px;margin-bottom:12px;padding:4px}.page-module___8aEwW__tabBtn{gap:6px;padding:6px 12px;font-size:.82rem}}
