@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";:root{--font-family: "Lato", sans-serif;--primary-bg-color: #f1f2f7;--dark-blue: #2c3e50;--text-light: #ffffff;--text-dark: #333333;--border-color: rgba(255, 255, 255, .15)}*,*:before,*:after{box-sizing:inherit}h2,p{padding:0;margin:0}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background-color:transparent;padding:0}html,body{min-width:320px;width:100%;box-sizing:border-box;overflow-x:auto}body{margin:0 auto;font-family:var(--font-family);display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--primary-bg-color);overflow:hidden;color:var(--text-dark);position:relative;--bg-image: none}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:var(--bg-image);background-size:cover;background-position:center;filter:blur(16px) brightness(.8);transition:background-image .5s}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.weather-app{min-width:280px;max-width:360px;width:100%;padding:0 22px;transition:background-image .5s ease-in-out;background-color:var(--primary-bg-color);background:#ffffff40;-webkit-backdrop-filter:blur(12px) saturate(1.2);backdrop-filter:blur(12px) saturate(1.2);box-shadow:0 8px 32px #1f26875e;border-radius:16px;background-image:var(--bg-image);background-size:cover;background-position:center;overflow:hidden}.loader{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:60px;height:60px;border-radius:50%;animation:rotate 1s linear infinite;display:none}.loader:before,.loader:after{display:block;content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}.loader:after{border-color:#ff3d00;animation:prixClipFix 2s linear infinite,rotate .5s linear infinite reverse;inset:6px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.view-transition-out{animation:fadeOut .3s ease-out forwards;pointer-events:none}.view-transition-in{animation:fadeIn .3s ease-in forwards}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.weather-display,.date-time-info{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.weather-app.loaded .weather-display,.weather-app.loaded .date-time-info{opacity:1;transform:translateY(0)}.weather-app.loaded .date-time-info{transition-delay:.2s}#hourly-forecast-container{opacity:0;transform:translateY(15px)}#hourly-forecast-container:not(.hidden){opacity:1;transform:translateY(0);transition:opacity .4s ease-out,transform .4s ease-out}@media screen and (min-width: 768px){.weather-app{max-width:768px;padding:0 15px;display:flex;flex-direction:column}}@media screen and (min-width: 1280px){.weather-app{max-width:1280px;margin:0 auto;position:relative}}.header-search{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:320px;margin-bottom:40px}.search-bar{display:flex;align-items:center;justify-content:center;margin-top:32px;margin-bottom:16px;width:100%;height:48px;background-color:#fffc;border-radius:30px;box-shadow:0 2px 10px #0000001a}.lucide-location{width:22px;height:22px;margin-left:20px;margin-right:16px}.search-bar input{flex-grow:1;padding:0;border:none;outline:none;max-width:180px;background:transparent;font-weight:400;font-size:18px;letter-spacing:.04em;color:#000}.search-bar button{background:transparent;border:none;cursor:pointer;color:#666;margin-right:20px}.city-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start;max-height:48px;position:relative;transition:max-height .3s;margin-bottom:4px}.city-tags.expanded{flex-wrap:wrap}.city-tag{display:flex;align-items:center;justify-content:center;gap:10px;background:#10213680;border-radius:20px;padding:0 12px;height:28px;font-weight:400;font-size:14px;text-decoration:underline;text-decoration-skip-ink:none;color:#fff;cursor:pointer}.city-tag .close-tag{width:12px;height:12px;display:inline-block}.city-tags-toggle{background:none;border:none;cursor:pointer;padding:0 0 0 8px;display:flex;align-items:center;height:32px;margin-left:4px;position:static}.arrow-left{width:28px;height:28px;background:#10213680;border-radius:50%;transition:transform .3s ease}.weather-display{color:var(--text-light);text-align:center;display:flex;flex-direction:column;align-items:center}.current-weather,.forecast-tabs,.date-time-info{margin:0;padding:0}.current-weather{width:100%;min-width:280px;padding:80px 59px 32px;border-radius:34px;box-shadow:0 5px 33px #10213699;background:#102136;margin-bottom:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.current-weather .weather-icon{position:absolute;top:10px;left:50%;transform:translate(-50%);margin-bottom:0}.current-weather .location{position:absolute;top:55px;left:50%;transform:translate(-50%);margin-bottom:0;font-size:16px}.current-weather .temperature{font-weight:300;font-size:90px;letter-spacing:.04em;text-align:center;margin-right:0;margin-bottom:0}.temperature-and-minmax{display:flex;align-items:center;justify-content:center;width:100%}.min-max{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin-left:20px;padding-top:0}.min-col,.max-col{display:flex;flex-direction:column;align-items:center;font-size:1rem}.min-label,.max-label{font-weight:400;font-size:18px;text-align:center;color:#767d85;margin-bottom:8px}.min-temp,.max-temp{font-weight:400;font-size:18px;text-align:center}.minmax-divider{display:flex;align-items:center;height:40px}.forecast-tabs{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:18px}.tab-button{background-color:#ffffff80;border:none;font-weight:700;font-size:14px;text-transform:uppercase;text-align:center;color:#000;border-radius:20px;padding:0 12px;width:126px;height:27px;cursor:pointer;font-family:var(--font-family);transition:background-color .3s ease}.tab-button.active{background-color:var(--text-light);color:#000}.date-time-info{border-radius:34px;height:184px;background:#102136cc;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 25px;box-sizing:border-box;position:relative;margin-bottom:44px}.date{font-weight:300;font-size:45px;letter-spacing:.04em;position:absolute;top:25px;left:61px;width:194px;margin-bottom:10px}.date-number{position:relative;display:inline-block}.date sup{position:absolute;top:0;font-weight:300;font-size:25px;margin-left:2px}.day-of-week{font-weight:300;font-size:45px;letter-spacing:.04em;text-align:center;margin-left:30px}.month-time-container{display:flex;width:100%;justify-content:center;align-items:center;position:absolute;top:90px;left:14.5px;padding:0 25px;box-sizing:border-box}.month-day-divider{margin:0 10px;height:22px;display:flex;align-items:center}.month,.time{font-weight:400;font-size:14px;letter-spacing:.04em}.sun-times{display:flex;align-items:stretch;justify-content:center;width:100%;font-weight:400;font-size:14px;letter-spacing:.04em;position:absolute;bottom:25px;padding:0 25px}.sunrise,.sunset{display:flex;align-items:center;height:24px;padding:0 8px;gap:8px}.sun-time-divider{display:flex;align-items:center;height:24px;padding:0 4px}#today-view-container{display:flex;flex-direction:column;flex-grow:1;width:100%}.quote{max-width:395px;font-style:italic;color:var(--text-light);margin-top:auto;align-self:flex-end;margin-bottom:32px}#quote-text{font-weight:400;font-size:14px;letter-spacing:.04em;text-align:right}.quote .author{text-align:right;font-weight:400;font-size:18px;margin-top:8px}.romb{border:3px solid rgba(255,255,255,.15);border-radius:10px;width:112px;height:112px;transform:rotate(60deg)}.romb-left{position:absolute;top:0;right:90%;z-index:-1}.romb-right{position:absolute;top:0;left:85%;z-index:-1}.forecast-main-section{border-radius:34px;box-shadow:0 8px 43px #10213699;background:#102136cc;width:100%;max-width:1248px;min-width:280px;margin:0 auto;display:flex;flex-direction:column}#five-day-view-container{width:100%;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}.five-day-header{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;gap:16px;width:100%;margin:32px auto;padding:0 15px}#forecast-header-city{color:var(--text-light);font-size:18px;font-weight:700;position:absolute;top:16px;left:50%;transform:translate(-50%);width:max-content;text-align:center;z-index:2}#today-view-container .forecast-tabs{margin-bottom:32px}.five-day-forecast-container{min-height:307px;padding:10px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.five-day-forecast-container::-webkit-scrollbar{display:none}.five-day-forecast-container{-ms-overflow-style:none;scrollbar-width:none}.forecast-scroll-arrow{position:absolute;top:90%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer}.forecast-scroll-arrow svg{width:18px;height:18px;stroke-width:1.5px;stroke:#fff}.forecast-scroll-arrow:hover svg{stroke:#ff6b09}.forecast-scroll-arrow.left{left:100px}.forecast-scroll-arrow.right{right:100px}.custom-scrollbar{width:248px;height:2px;margin:0 auto 32px;position:relative}.custom-scrollbar svg{position:absolute;top:0;left:0;width:100%;height:100%}.forecast-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:var(--text-light);border:1px solid rgba(255,255,255,.2);border-radius:25px;width:160px;padding:12px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.forecast-card:hover,.forecast-card:focus{transform:translateY(-5px);box-shadow:0 8px 32px #1f26875e;border-color:#ff6b09}.forecast-card.active{transform:translateY(-5px);box-shadow:0 8px 32px #1f26875e;border-color:#ff6b09}.forecast-card .forecast-day-of-week{font-weight:400;font-size:12px;opacity:.55}.forecast-card .forecast-date{font-weight:400;font-size:16px}.forecast-card .forecast-icon img{width:35px;height:35px}.forecast-min-max{display:flex;align-items:center;gap:12px}.forecast-min-max .temp-value{font-weight:400;font-size:14px;color:#ff6b09}.forecast-min-max .label{font-weight:400;font-size:12px;color:#767d85}.forecast-card .forecast-more-info{font-weight:700;font-size:12px;text-decoration:underline;opacity:.3;cursor:pointer}#hourly-forecast-container{margin:5px;box-sizing:border-box}.hourly-forecast-cards-wrapper{display:flex;flex-direction:row;overflow-x:auto;gap:30px;scroll-behavior:smooth;margin-bottom:20px;margin-left:5px;margin-right:5px}.hourly-forecast-cards-wrapper::-webkit-scrollbar{display:none}.hourly-forecast-cards-wrapper{-ms-overflow-style:none;scrollbar-width:none}#hourly-forecast-container::-webkit-scrollbar{display:none}#hourly-forecast-container{-ms-overflow-style:none;scrollbar-width:none}.hourly-card{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:25px;height:217px;gap:8px;text-align:center;color:var(--text-light);min-width:120px;padding:16px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.hourly-card:hover,.hourly-card:focus{box-shadow:0 8px 32px #1f26875e;border-color:#ff6b09}.hourly-card .hourly-time{font-weight:400;font-size:14px;opacity:.54}.hourly-card .hourly-icon img{width:48px;height:48px}.hourly-card .hourly-temp{font-weight:700;font-size:18px;color:#ff6b09}.hourly-card .hourly-details{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:14px;opacity:.54}.hourly-details-item{display:flex;align-items:center;gap:10px}.hourly-details-item svg{width:20px;height:20px;fill:none;stroke-width:.1;stroke:#aab8c2}.forecast-card .forecast-more-info{transition:opacity .3s ease,color .3s ease}.forecast-card .forecast-more-info.active,.forecast-card .forecast-more-info:hover,.forecast-card .forecast-day-of-week.active{opacity:1;color:#ff6b09}.five-day-show-chart{display:flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:40px}.show-chart-link{display:flex;align-items:center;font-weight:400;font-size:14px;text-decoration:underline;text-decoration-skip-ink:none;color:#ff6b09;gap:6px}.show-chart-link svg{width:28px;height:28px}.chart-section{border-radius:34px;width:100%;max-width:1248px;min-height:540px;box-shadow:0 8px 43px #10213699;background:#102136cc;margin:20px auto 40px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;color:#fff}.chart-header{display:flex;justify-content:center;align-items:center;margin-bottom:8px}.hide-chart-link{display:flex;align-items:center;gap:6px;font-weight:400;font-size:14px;text-decoration:underline;text-decoration-skip-ink:none;color:#ff6b09}.hide-chart-link .hide-chart-icon{width:28px;height:28px;transform:rotate(180deg)}.chart-legend-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:0 0 20px 20px;max-width:1034px}.chart-legend-wrapper p{font-size:14px;opacity:.7;flex-shrink:0}.chart-legend{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.chart-legend-item{display:flex;align-items:center;cursor:pointer;font-weight:400;font-size:14px;gap:8px}.chart-legend-item input{display:none}.chart-legend-item .legend-color-box{width:12px;height:12px;border:1px solid rgba(255,255,255,.5);display:inline-block;flex-shrink:0}.chart-legend-item .legend-color-box.temp{background-color:#ff6b09}.chart-legend-item .legend-color-box.humidity{background-color:#00f}.chart-legend-item .legend-color-box.wind{background-color:#e0e024}.chart-legend-item .legend-color-box.pressure{background-color:#0f0}.chart-legend-item input:not(:checked)+.legend-color-box{background-color:transparent}.chart-legend-item .unit{opacity:.54}.unit.unit-temp{color:#ff6b09}.unit.unit-humidity{color:#0906eb}.unit.unit-wind{color:#ea9a05}.unit.unit-pressure{color:#067806}.chart-legend-item.disabled span{text-decoration:line-through;opacity:.6}.chart-wrapper{flex-grow:1;position:relative;width:100%;max-width:1034px;height:412px;margin:0 auto}.chart-canvas-container{position:relative;width:100%;height:100%}#weather-chart{width:100%!important;height:100%!important}#chart-custom-scrollbar{width:250px;height:2px;margin:10px auto 32px}@media screen and (min-width: 768px){#forecast-header-city{font-size:28px;position:static;top:auto;left:auto;transform:none}.forecast-min-max .temp-value{font-weight:700;font-size:18px}.forecast-min-max .label{font-size:14px;color:#fff;opacity:.55}.forecast-card .forecast-day-of-week{font-size:14px}.forecast-card .forecast-date{font-size:18px}.date-time-info{min-width:600px;min-height:250px;margin:0 auto;max-width:680px}.header-search{max-width:731px;margin-bottom:106px}.search-bar{max-width:700px;margin-left:16px}.search-bar input{max-width:660px}.city-tags{max-width:600px;margin-left:48px}.sun-times{font-size:18px;bottom:20%;left:50%;transform:translate(-50%)}.date{font-size:60px;left:50%;transform:translate(-50%);width:auto}.month-time-container{top:50%;left:52%;transform:translate(-50%);width:auto}.month,.time{font-size:18px}.weather-display{margin:0 auto;max-width:680px}.current-weather{width:100%;min-width:680px}.temperature-and-minmax{flex-direction:column;align-items:center;justify-content:center;width:100%}.min-max{margin-left:0}.quote{margin:60px auto 40px;min-width:600px}#quote-text{font-size:22px}.romb{border:4px solid rgba(255,255,255,.15);border-radius:30px;width:197px;height:197px}.romb-left{top:-5%;right:93%}.romb-right{top:-2%;left:85%}.five-day-header{gap:24px}.five-day-forecast-container{display:flex;flex-direction:row;align-items:center;overflow-x:visible;justify-content:space-around}.forecast-scroll-arrow{display:none}.chart-legend-wrapper{flex-direction:row;align-items:center;justify-content:center;gap:15px;padding-left:0}.chart-legend{flex-direction:row;align-items:center;gap:25px;flex-wrap:wrap}}@media screen and (min-width: 1280px){#hourly-forecast-container{margin:0 auto}.header-search{max-width:822px;margin:0 auto 106px;align-items:center}.city-tags{align-self:flex-start;margin-left:96px}.weather-app{padding:0}.weather-display{margin:0;min-width:411px;max-width:411px}#today-view-container{align-items:flex-end}.current-weather{border-radius:34px 0 0 34px;box-shadow:0 8px 43px #10213699;width:100%;min-width:411px}.forecast-tabs{margin-right:16px}.tab-button{width:182px}.weather-info-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:85px auto 0}.date-time-info{height:264px;border-radius:0 34px 0 0;margin:0}.date{font-size:90px;left:16px;top:100px;transform:translateY(-50%);margin-bottom:16px}.day-of-week{font-size:90px}.month-time-container{top:178px;left:10px;transform:translateY(-50%);padding-left:20px}.sun-times{margin-left:136px;top:168px;transform:translate(-50%)}.quote{position:absolute;right:32px;bottom:50px;margin-top:0;align-self:auto;min-width:400px}.romb-left{top:106px;left:-42px}.romb-right{top:-160px;left:83%}.five-day-header{flex-direction:row;justify-content:flex-end;gap:138px}}@media screen and (max-width: 1279px){.chart-section{width:100%;max-width:768px;height:auto}}@media screen and (max-width: 767px){.chart-section{height:auto;padding:15px;overflow-x:visible}.chart-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;height:350px;margin:0 auto}.chart-wrapper::-webkit-scrollbar{display:none}.chart-wrapper{-ms-overflow-style:none;scrollbar-width:none}.chart-canvas-container{position:relative;width:500px;height:100%}#weather-chart{width:100%!important;height:100%!important}#chart-custom-scrollbar{display:block!important}}
