.weather-bg{border-radius:inherit;z-index:0;--cloud:#fff;position:absolute;inset:0;overflow:hidden}.weather-bg[data-day=day][data-scene=clear],.weather-bg[data-day=day][data-scene=partly-cloudy]{background:radial-gradient(135% 105% at 50% 4%,#cdeafb 0%,#80bdec 42%,#4b91d6 80%,#3f84cd 100%)}.weather-bg[data-day=day][data-scene=cloudy]{background:radial-gradient(135% 105% at 50% 8%,#bac6d2 0%,#8c9aa9 52%,#6b7886 100%)}.weather-bg[data-day=day][data-scene=fog]{background:linear-gradient(#cdd4da 0%,#a6b0b9 60%,#97a2ac 100%)}.weather-bg[data-day=day][data-scene=rain]{background:radial-gradient(135% 105% at 50% 6%,#74808b 0%,#545f69 55%,#404a53 100%)}.weather-bg[data-day=day][data-scene=snow]{background:radial-gradient(135% 105% at 50% 8%,#b7c3cf 0%,#8e9ba8 52%,#717e8b 100%)}.weather-bg[data-day=night][data-scene=clear],.weather-bg[data-day=night][data-scene=partly-cloudy]{background:radial-gradient(135% 112% at 50% 2%,#34486f 0%,#1b2a49 40%,#0c152a 78%,#070c18 100%)}.weather-bg[data-day=night][data-scene=cloudy]{background:radial-gradient(135% 105% at 50% 8%,#3c4653 0%,#2a323d 55%,#1d232b 100%)}.weather-bg[data-day=night][data-scene=fog]{background:linear-gradient(#4a525b 0%,#353c45 60%,#2b313a 100%)}.weather-bg[data-day=night][data-scene=rain]{background:radial-gradient(135% 105% at 50% 6%,#3a444f 0%,#2a323b 55%,#1c2128 100%)}.weather-bg[data-day=night][data-scene=snow]{background:radial-gradient(135% 105% at 50% 8%,#3e4853 0%,#2f3741 55%,#242b33 100%)}.weather-bg[data-scene=thunderstorm]{background:radial-gradient(140% 115% at 50% -6%,#3a4250 0%,#232936 55%,#161a22 100%)}.weather-bg[data-day=day][data-scene=partly-cloudy]{--cloud:#fbfdff}.weather-bg[data-day=night][data-scene=partly-cloudy]{--cloud:#7c8699}.weather-bg[data-day=day][data-scene=cloudy]{--cloud:#e7ecf2}.weather-bg[data-day=night][data-scene=cloudy]{--cloud:#4c5662}.weather-bg[data-day=day][data-scene=rain]{--cloud:#525c66}.weather-bg[data-day=night][data-scene=rain]{--cloud:#3b444f}.weather-bg[data-scene=thunderstorm]{--cloud:#333a45}.weather-bg[data-day=day][data-scene=snow]{--cloud:#dfe5ec}.weather-bg[data-day=night][data-scene=snow]{--cloud:#535d69}.weather-bg__sun,.weather-bg__moon{z-index:2;position:absolute;top:13%;left:67%}.weather-bg__sun{background:radial-gradient(circle at 37% 33%,#fffef4 0%,#ffe7a2 37%,#ffc44e 70%,#f6a92c 100%);border-radius:50%;width:80px;height:80px;margin-left:-40px;animation:6s ease-in-out infinite weather-pulse;box-shadow:0 0 40px 12px #ffc4508c,0 0 96px 34px #ffb03a47}.weather-bg__moon{background:radial-gradient(circle at 36% 32%,#fbfcff 0%,#dde4ef 56%,#b4bfd2 100%);border-radius:50%;width:64px;height:64px;margin-left:-32px;box-shadow:0 0 32px 9px #cad8f26b,0 0 76px 28px #96aad233}.weather-bg__moon:before,.weather-bg__moon:after{content:"";background:#7886a04d;border-radius:50%;position:absolute}.weather-bg__moon:before{width:15px;height:15px;top:16px;left:34px}.weather-bg__moon:after{width:10px;height:10px;top:38px;left:20px}.weather-bg__stars{z-index:1;position:absolute;inset:0}.weather-bg__stars span{background:#fff;border-radius:50%;animation-name:weather-twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.weather-bg__clouds{z-index:2;position:absolute;inset:0}.weather-bg__cloud{background:var(--cloud);width:104px;height:32px;transform:scale(var(--scale));transform-origin:50%;animation:weather-drift var(--duration) linear infinite;animation-delay:var(--delay);border-radius:32px;position:absolute;box-shadow:inset 0 10px 11px -7px #ffffff8c,0 12px 26px #1016224d}.weather-bg__cloud:before,.weather-bg__cloud:after{content:"";background:var(--cloud);border-radius:50%;position:absolute;box-shadow:inset 0 9px 9px -6px #ffffff80}.weather-bg__cloud:before{width:50px;height:50px;top:-24px;left:15px}.weather-bg__cloud:after{width:36px;height:36px;top:-17px;right:17px}.weather-bg__fog{z-index:2;position:absolute;inset:0}.weather-bg__fog span{background:#f4f7fa80;border-radius:40px;width:164%;height:42px;animation-name:weather-fog;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;position:absolute;left:-32%}.weather-bg[data-day=night] .weather-bg__fog span{background:#bec8d457}.weather-bg__canvas{z-index:3;width:100%;height:100%;position:absolute;inset:0}.weather-bg__flash{z-index:4;opacity:0;background:#fff;animation:7s linear infinite weather-flash;position:absolute;inset:0}.weather-bg__bolt{z-index:4;opacity:0;animation:7s linear infinite weather-flash;position:absolute;top:24%;left:58%}.weather-bg__glass{z-index:6;pointer-events:none;background-color:rgba(248, 250, 255, var(--glass-opacity,.6));position:absolute;inset:0}html.dark .weather-bg__glass{background-color:rgba(13, 15, 20, var(--glass-opacity,.6))}.weather-bg__sheen{z-index:7;pointer-events:none;background:linear-gradient(157deg,#ffffff2e 0%,#ffffff0d 17%,#fff0 38%);position:absolute;inset:0}@keyframes weather-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes weather-drift{0%{left:-30%}to{left:118%}}@keyframes weather-fog{0%{transform:translate(-7%)}to{transform:translate(7%)}}@keyframes weather-flash{0%,11%,13.5%,16.5%,to{opacity:0}12%{opacity:.92}15%{opacity:.62}}@keyframes weather-twinkle{0%,to{opacity:.25}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.weather-bg__sun,.weather-bg__cloud,.weather-bg__fog span,.weather-bg__flash,.weather-bg__bolt,.weather-bg__stars span{animation:none!important}}
