@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--weather-color-white: #FFFFFF;--weather-color-black: #000000;--weather-color-red: #FF0000;--weather-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--weather-font-size-title: 30px;--weather-font-size-big-temp: 42px;--weather-font-size-label: 20px;--weather-font-size-timeline: 17px;--weather-font-size-label-wide: 30px;--weather-font-size-timeline-wide: 20px;--weather-font-weight-title: 600;--weather-font-weight-big-temp: 700;--weather-font-weight-label: 500;--weather-line-height-title: 1.2;--weather-line-height-big-temp: 1.1;--weather-line-height-label: 1.3;--weather-width-standard: 400px;--weather-height-standard: 240px;--weather-left-padding-standard: 12px;--weather-title-offset-y-standard: 15px;--weather-big-temp-offset-y-standard: 60px;--weather-icon-scale-standard: 2;--weather-icon-gap-line-standard: 56px;--weather-label-offset-standard: 10px;--weather-temp-offset-standard: 28px;--weather-items-raise-standard: 20px;--weather-items-offset-x-standard: 48px;--weather-tl-side-margin-standard: 50px;--weather-tl-bottom-offset-standard: 60px;--weather-tl-dot-radius-standard: 4px;--weather-line-thickness-standard: 2px;--weather-label-offset-y-standard: 18px;--weather-width-wide: 800px;--weather-height-wide: 240px;--weather-left-padding-wide: 24px;--weather-title-offset-y-wide: 15px;--weather-big-temp-offset-y-wide: 60px;--weather-icon-scale-wide: 3;--weather-icon-gap-line-wide: 56px;--weather-label-offset-wide: 10px;--weather-temp-offset-wide: 28px;--weather-items-raise-wide: 14px;--weather-items-offset-x-wide: 48px;--weather-tl-side-margin-wide: 100px;--weather-tl-bottom-offset-wide: 60px;--weather-tl-dot-radius-wide: 5px;--weather-line-thickness-wide: 2px;--weather-label-offset-y-wide: 18px;--weather-frame-corner-radius: 20px;--weather-frame-thickness: 1px;--weather-frame-margin: 0px;--weather-dash-length: 10px;--weather-dash-gap: 6px}.weather-today-card{position:relative;background:var(--weather-color-white);box-sizing:border-box;overflow:hidden;font-family:var(--weather-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;contain:layout style paint;width:100%;height:100%}.weather-today-card .frame{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.weather-today-card .frame-solid{border:var(--weather-frame-thickness) solid var(--weather-color-black);border-radius:var(--weather-frame-corner-radius)}.weather-today-card .frame-dashed{border:var(--weather-frame-thickness) dashed var(--weather-color-black);border-radius:var(--weather-frame-corner-radius)}.weather-today-card .frame-red{border-color:var(--weather-color-red)}.weather-today-card .frame-none{border:none}.weather-today-card .title{position:absolute;font-size:var(--weather-font-size-title);font-weight:var(--weather-font-weight-title);line-height:var(--weather-line-height-title);color:var(--weather-color-black);white-space:nowrap}.weather-today-card.standard .title{left:var(--weather-left-padding-standard);top:var(--weather-title-offset-y-standard)}.weather-today-card.wide .title{left:var(--weather-left-padding-wide);top:var(--weather-title-offset-y-wide)}.weather-today-card .big-temp{position:absolute;font-size:var(--weather-font-size-big-temp);font-weight:var(--weather-font-weight-big-temp);line-height:var(--weather-line-height-big-temp);color:var(--weather-color-black);white-space:nowrap}.weather-today-card.standard .big-temp{left:var(--weather-left-padding-standard);top:var(--weather-big-temp-offset-y-standard)}.weather-today-card.wide .big-temp{left:var(--weather-left-padding-wide);top:var(--weather-big-temp-offset-y-wide)}.weather-today-card .items-container{position:relative;width:100%;height:100%}.weather-today-card .weather-item{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%)}.weather-today-card.standard .weather-item .item-icon{width:calc(20px * var(--weather-icon-scale-standard));height:calc(20px * var(--weather-icon-scale-standard));margin-bottom:var(--weather-label-offset-standard)}.weather-today-card.wide .weather-item .item-icon{width:calc(20px * var(--weather-icon-scale-wide));height:calc(20px * var(--weather-icon-scale-wide));margin-bottom:var(--weather-label-offset-wide)}.weather-today-card .item-label{font-weight:var(--weather-font-weight-label);line-height:var(--weather-line-height-label);color:var(--weather-color-black);text-align:center;white-space:nowrap;margin-bottom:var(--weather-temp-offset-standard)}.weather-today-card.standard .item-label{font-size:var(--weather-font-size-label)}.weather-today-card.wide .item-label{font-size:var(--weather-font-size-label-wide)}.weather-today-card .item-temp{font-weight:var(--weather-font-weight-label);line-height:var(--weather-line-height-label);color:var(--weather-color-black);text-align:center;white-space:nowrap}.weather-today-card.standard .item-temp{font-size:var(--weather-font-size-label)}.weather-today-card.wide .item-temp{font-size:var(--weather-font-size-label-wide)}.weather-today-card .timeline-container{position:absolute;height:50px}.weather-today-card.standard .timeline-container{left:var(--weather-tl-side-margin-standard);width:calc(100% - calc(2 * var(--weather-tl-side-margin-standard)));bottom:var(--weather-tl-bottom-offset-standard)}.weather-today-card.wide .timeline-container{left:var(--weather-tl-side-margin-wide);width:calc(100% - calc(2 * var(--weather-tl-side-margin-wide)));bottom:var(--weather-tl-bottom-offset-wide)}.weather-today-card .timeline-line{position:absolute;bottom:var(--weather-label-offset-y-standard);left:0;right:0;height:var(--weather-line-thickness-standard);background:var(--weather-color-black)}.weather-today-card.wide .timeline-line{bottom:var(--weather-label-offset-y-wide);height:var(--weather-line-thickness-wide)}.weather-today-card .timeline-dot{position:absolute;bottom:var(--weather-label-offset-y-standard);transform:translateY(50%);background:var(--weather-color-black);border-radius:50%}.weather-today-card.wide .timeline-dot{bottom:var(--weather-label-offset-y-wide)}.weather-today-card.standard .timeline-dot{width:calc(2 * var(--weather-tl-dot-radius-standard));height:calc(2 * var(--weather-tl-dot-radius-standard))}.weather-today-card.wide .timeline-dot{width:calc(2 * var(--weather-tl-dot-radius-wide));height:calc(2 * var(--weather-tl-dot-radius-wide))}.weather-today-card .timeline-label{position:absolute;font-weight:var(--weather-font-weight-label);line-height:var(--weather-line-height-label);color:var(--weather-color-black);text-align:center;white-space:nowrap;transform:translate(-50%);bottom:0}.weather-today-card.standard .timeline-label{font-size:var(--weather-font-size-timeline)}.weather-today-card.wide .timeline-label{font-size:var(--weather-font-size-timeline-wide)}.weather-today-card .text-red{color:var(--weather-color-red)}.weather-today-card .text-black{color:var(--weather-color-black)}.weather-today-card .text-white{color:var(--weather-color-white)}.weather-today-card .text-center{text-align:center}.weather-today-card .text-left{text-align:left}.weather-today-card .text-right{text-align:right}.weather-today-card .hide{display:none}.weather-today-card .show{display:block}@media(max-width:480px){.weather-today-card.standard{transform:scale(.8);transform-origin:top left}}@media(max-width:320px){.weather-today-card.standard{transform:scale(.6);transform-origin:top left}}@media print{.weather-today-card{background:#fff;border:1px solid black}.weather-today-card .frame{border-color:#000!important}}@keyframes weatherFadeIn{0%{opacity:0}to{opacity:1}}.weather-today-card.fade-in{animation:weatherFadeIn .3s ease-in}@keyframes weatherSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.weather-today-card.slide-in{animation:weatherSlideIn .4s ease-out}.weather-today-card.export-skeleton{transform:none!important}.weather-today-card *{margin:0;padding:0;box-sizing:border-box}.weather-today-card .temp-unit{font-size:.7em;vertical-align:super}.weather-today-card .degree-symbol:before{content:"°"}@media(prefers-contrast:high){.weather-today-card{border-width:2px}.weather-today-card .title,.weather-today-card .big-temp,.weather-today-card .item-label,.weather-today-card .item-temp,.weather-today-card .timeline-label{font-weight:700}}@media(prefers-color-scheme:dark){.weather-today-card{background:#1a1a1a;color:#fff}.weather-today-card .title,.weather-today-card .big-temp,.weather-today-card .item-label,.weather-today-card .item-temp,.weather-today-card .timeline-label{color:#fff}.weather-today-card .timeline-line,.weather-today-card .timeline-dot{background:#fff}}@media(prefers-reduced-motion:reduce){.weather-today-card.fade-in,.weather-today-card.slide-in{animation:none}}.weather-today-card:focus-visible{outline:2px solid var(--weather-color-black);outline-offset:2px}.weather-today-card.standard .item-0{left:calc(var(--weather-tl-side-margin-standard) + calc((100% - calc(2 * var(--weather-tl-side-margin-standard))) / 6) + var(--weather-items-offset-x-standard))}.weather-today-card.standard .item-1{left:calc(var(--weather-tl-side-margin-standard) + calc((100% - calc(2 * var(--weather-tl-side-margin-standard))) / 2) + var(--weather-items-offset-x-standard))}.weather-today-card.standard .item-2{left:calc(var(--weather-tl-side-margin-standard) + calc(5 * (100% - calc(2 * var(--weather-tl-side-margin-standard))) / 6) + var(--weather-items-offset-x-standard))}.weather-today-card.wide .item-0{left:calc(var(--weather-tl-side-margin-wide) + calc((100% - calc(2 * var(--weather-tl-side-margin-wide))) / 6) + var(--weather-items-offset-x-wide))}.weather-today-card.wide .item-1{left:calc(var(--weather-tl-side-margin-wide) + calc((100% - calc(2 * var(--weather-tl-side-margin-wide))) / 2) + var(--weather-items-offset-x-wide))}.weather-today-card.wide .item-2{left:calc(var(--weather-tl-side-margin-wide) + calc(5 * (100% - calc(2 * var(--weather-tl-side-margin-wide))) / 6) + var(--weather-items-offset-x-wide))}.weather-today-card.standard .timeline-dot-first,.weather-today-card.standard .timeline-label-first{left:calc((var(--weather-left-padding-standard) + calc(var(--weather-font-size-big-temp) * .5) + 24px) - var(--weather-tl-side-margin-standard))}.weather-today-card.wide .timeline-dot-first,.weather-today-card.wide .timeline-label-first{left:calc((var(--weather-left-padding-wide) + calc(var(--weather-font-size-big-temp) * .5) + 24px) - var(--weather-tl-side-margin-wide))}.weather-today-card.standard .timeline-dot-item-0,.weather-today-card.standard .timeline-label-item-0{left:calc(16.666% + var(--weather-items-offset-x-standard) / calc(100% - calc(2 * var(--weather-tl-side-margin-standard))) * 100%)}.weather-today-card.standard .timeline-dot-item-1,.weather-today-card.standard .timeline-label-item-1{left:calc(50% + var(--weather-items-offset-x-standard) / calc(100% - calc(2 * var(--weather-tl-side-margin-standard))) * 100%)}.weather-today-card.standard .timeline-dot-item-2,.weather-today-card.standard .timeline-label-item-2{left:calc(83.333% + var(--weather-items-offset-x-standard) / calc(100% - calc(2 * var(--weather-tl-side-margin-standard))) * 100%)}.weather-today-card.wide .timeline-dot-item-0,.weather-today-card.wide .timeline-label-item-0{left:calc(16.666% + var(--weather-items-offset-x-wide) / calc(100% - calc(2 * var(--weather-tl-side-margin-wide))) * 100%)}.weather-today-card.wide .timeline-dot-item-1,.weather-today-card.wide .timeline-label-item-1{left:calc(50% + var(--weather-items-offset-x-wide) / calc(100% - calc(2 * var(--weather-tl-side-margin-wide))) * 100%)}.weather-today-card.wide .timeline-dot-item-2,.weather-today-card.wide .timeline-label-item-2{left:calc(83.333% + var(--weather-items-offset-x-wide) / calc(100% - calc(2 * var(--weather-tl-side-margin-wide))) * 100%)}.weather-typography{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.weather-title{font-family:inherit;font-size:30px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#000}.weather-title.large{font-size:36px}.weather-title.small{font-size:24px}.weather-big-temp{font-family:inherit;font-size:42px;font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#000}.weather-big-temp.large{font-size:48px}.weather-big-temp.small{font-size:36px}.weather-big-temp .unit{font-size:1em;font-weight:700;vertical-align:baseline;margin-left:2px}.weather-big-temp .degree{font-size:1em;font-weight:700;vertical-align:baseline}.weather-label-standard{font-family:inherit;font-size:20px;font-weight:500;line-height:1.3;letter-spacing:0;color:#000}.weather-label-wide{font-family:inherit;font-size:30px;font-weight:500;line-height:1.3;letter-spacing:0;color:#000}.weather-label-standard.small{font-size:16px}.weather-label-wide.small{font-size:24px}.weather-label-standard.bold,.weather-label-wide.bold{font-weight:600}.weather-timeline-label-standard{font-family:inherit;font-size:7px;font-weight:500;line-height:1.3;letter-spacing:0;color:#000}.weather-timeline-label-wide{font-family:inherit;font-size:10px;font-weight:500;line-height:1.3;letter-spacing:0;color:#000}.weather-font-10{font-size:10px}.weather-font-12{font-size:12px}.weather-font-14{font-size:14px}.weather-font-16{font-size:16px}.weather-font-18{font-size:18px}.weather-font-20{font-size:20px}.weather-font-24{font-size:24px}.weather-font-30{font-size:30px}.weather-font-36{font-size:36px}.weather-font-42{font-size:42px}.weather-font-48{font-size:48px}.weather-font-64{font-size:64px}.weather-font-normal{font-weight:400}.weather-font-medium{font-weight:500}.weather-font-semibold{font-weight:600}.weather-font-bold{font-weight:700}.weather-line-height-tight{line-height:1.1}.weather-line-height-normal{line-height:1.2}.weather-line-height-relaxed{line-height:1.3}.weather-line-height-loose{line-height:1.5}.weather-tracking-tighter{letter-spacing:-.05em}.weather-tracking-tight{letter-spacing:-.02em}.weather-tracking-normal{letter-spacing:0}.weather-tracking-wide{letter-spacing:.02em}.weather-text-left{text-align:left}.weather-text-center{text-align:center}.weather-text-right{text-align:right}.weather-text-black{color:#000}.weather-text-white{color:#fff}.weather-text-red{color:red}.weather-uppercase{text-transform:uppercase}.weather-capitalize{text-transform:capitalize}.weather-no-underline{text-decoration:none}.weather-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weather-line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.weather-line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.weather-title{font-size:24px}.weather-big-temp{font-size:36px}.weather-label-standard{font-size:16px}.weather-label-wide{font-size:24px}.weather-timeline-label-standard{font-size:7px}.weather-timeline-label-wide{font-size:9px}}@media(max-width:320px){.weather-title{font-size:20px}.weather-big-temp{font-size:30px}.weather-label-standard{font-size:14px}.weather-label-wide{font-size:20px}.weather-timeline-label-standard{font-size:7px}.weather-timeline-label-wide{font-size:9px}}@media print{.weather-title,.weather-big-temp,.weather-label-standard,.weather-label-wide,.weather-timeline-label-standard,.weather-timeline-label-wide{color:#000!important;font-weight:700!important}}@media(prefers-contrast:high){.weather-title,.weather-big-temp,.weather-label-standard,.weather-label-wide,.weather-timeline-label-standard,.weather-timeline-label-wide{font-weight:700;color:#000}}@font-face{font-family:WeatherFont;font-display:swap}.weather-number{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.weather-temp-number{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";font-weight:700}.weather-degree:before{content:"°";font-size:.7em;vertical-align:super}.weather-celsius:after{content:"°C";font-size:.65em;vertical-align:super;margin-left:1px}.weather-fahrenheit:after{content:"°F";font-size:.65em;vertical-align:super;margin-left:1px}
