:root{--lockscreen-home-width: 360px;--lockscreen-home-unit: calc(var(--lockscreen-home-width) / 360);--lockscreen-topbar-height: calc(var(--lockscreen-home-unit) * 50);--lockscreen-tab-height: calc(var(--lockscreen-home-unit) * 50);--lockscreen-card-gap: calc(var(--lockscreen-home-unit) * 16);--lockscreen-card-padding: calc(var(--lockscreen-home-unit) * 16);--lockscreen-card-radius: calc(var(--lockscreen-home-unit) * 10);--lockscreen-content-side-padding: calc(var(--lockscreen-home-unit) * 16);--lockscreen-glass-bg: rgba(40, 40, 40, .2);--lockscreen-glass-shadow: 0 3px 4px 1px rgba(111, 111, 111, .5);--lockscreen-blur: 2px;--lockscreen-text-primary: #ffffff;--lockscreen-text-secondary: rgba(255, 255, 255, .8);--lockscreen-text-soft: rgba(255, 255, 255, .6);--lockscreen-text-emphasis: rgba(255, 255, 255, .9);--lockscreen-divider: rgba(255, 255, 255, .15);--lockscreen-item-bg: rgba(255, 255, 255, .08);--lockscreen-item-bg-strong: rgba(255, 255, 255, .18)}body{margin:0;padding:0}.lockscreen-page{min-height:100vh;background:linear-gradient(180deg,#4a90e2,#87ceeb,#e0f6ff);color:var(--lockscreen-text-primary);font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lockscreen-page,.lockscreen-page *{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.topbar{position:sticky;top:0;z-index:100;height:var(--lockscreen-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:calc(var(--lockscreen-home-unit) * 12);padding:0 calc(var(--lockscreen-home-unit) * 12);background:#0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.topbar__location{appearance:none;-webkit-appearance:none;border:0;padding:0;background:transparent;color:inherit;font-family:inherit;display:flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 8);flex:0 1 60%;min-width:0;height:100%;font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 20);touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:left}button.topbar__location{cursor:pointer}button.topbar__location:active{opacity:.82}.topbar__location .iconfont{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--lockscreen-home-unit) * 16);height:calc(var(--lockscreen-home-unit) * 20);font-size:calc(var(--lockscreen-home-unit) * 16);color:var(--lockscreen-text-secondary);flex-shrink:0;line-height:1}.topbar__weather{display:flex;align-items:center;justify-content:flex-start;flex:0 1 40%;min-width:0;height:100%;font-size:calc(var(--lockscreen-home-unit) * 13);line-height:calc(var(--lockscreen-home-unit) * 20);overflow:hidden}.topbar__marquee{overflow:hidden;min-width:0;width:100%;position:relative;display:flex;align-items:center;height:calc(var(--lockscreen-home-unit) * 20)}.topbar__marquee-runner{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 24);min-width:max-content;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.topbar__marquee.is-marquee-active .topbar__marquee-runner{animation-name:topbar-marquee-scroll;animation-duration:var(--topbar-marquee-duration, 8s);animation-timing-function:linear;animation-delay:var(--topbar-marquee-start-delay, 0ms);animation-iteration-count:infinite}.topbar__marquee-segment{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 12);white-space:nowrap;flex-shrink:0}.topbar__location-text .topbar__marquee-segment{gap:0;color:var(--lockscreen-text-primary);font-weight:500}.location-panel[hidden]{display:none}.location-panel{position:fixed;inset:0;z-index:300;display:block;width:100%;color:#263238}.location-panel__scrim{position:absolute;inset:var(--lockscreen-topbar-height) 0 0;border:0;padding:0;background:#0f172a47;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.location-panel__sheet{position:absolute;top:var(--lockscreen-topbar-height);left:50%;width:min(100vw,500px);max-height:calc(100dvh - var(--lockscreen-topbar-height));padding:calc(var(--lockscreen-home-unit) * 15);border-radius:0 0 calc(var(--lockscreen-home-unit) * 10) calc(var(--lockscreen-home-unit) * 10);background:#fffffff5;box-shadow:0 calc(var(--lockscreen-home-unit) * 10) calc(var(--lockscreen-home-unit) * 24) #0f172a38;transform:translate(-50%);overflow:hidden}.location-panel__search-wrap{position:relative;height:calc(var(--lockscreen-home-unit) * 32)}.location-panel__search{width:100%;height:calc(var(--lockscreen-home-unit) * 32);border:0;border-radius:calc(var(--lockscreen-home-unit) * 30);padding:0 calc(var(--lockscreen-home-unit) * 42) 0 calc(var(--lockscreen-home-unit) * 15);background:#0f172a14;color:#172033;font-family:inherit;font-size:max(16px,calc(var(--lockscreen-home-unit) * 16));outline:none}.location-panel__search:focus{box-shadow:0 0 0 2px #0269bd3d}.location-panel__clear{position:absolute;top:50%;right:calc(var(--lockscreen-home-unit) * 4);width:calc(var(--lockscreen-home-unit) * 32);min-width:32px;height:calc(var(--lockscreen-home-unit) * 32);min-height:32px;border:0;border-radius:999px;background:transparent;color:#0f172a9e;font-size:calc(var(--lockscreen-home-unit) * 20);transform:translateY(-50%);cursor:pointer}.location-panel__current{appearance:none;-webkit-appearance:none;display:flex;width:100%;min-height:calc(var(--lockscreen-home-unit) * 44);align-items:center;gap:calc(var(--lockscreen-home-unit) * 6);border:0;padding:calc(var(--lockscreen-home-unit) * 15) 0 calc(var(--lockscreen-home-unit) * 5);background:transparent;color:#263238;font-family:inherit;font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 20);text-align:left;cursor:pointer}.location-panel__status{min-height:calc(var(--lockscreen-home-unit) * 18);margin:0;color:#263238b8;font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 18)}.location-panel__results{display:flex;max-height:calc(var(--lockscreen-home-unit) * 280);flex-direction:column;gap:calc(var(--lockscreen-home-unit) * 2);margin:calc(var(--lockscreen-home-unit) * 5) 0 0;padding:0 calc(var(--lockscreen-home-unit) * 10);overflow-y:auto;list-style:none}.location-panel__result{width:100%;min-height:calc(var(--lockscreen-home-unit) * 36);border:0;border-radius:calc(var(--lockscreen-home-unit) * 8);padding:0 calc(var(--lockscreen-home-unit) * 6);background:transparent;color:#172033;font-family:inherit;font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 20);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.location-panel__result:active,.location-panel__result:focus-visible{background:#0269bd1f}.location-panel__empty{min-height:calc(var(--lockscreen-home-unit) * 36);color:#263238ad;font-size:calc(var(--lockscreen-home-unit) * 13);line-height:calc(var(--lockscreen-home-unit) * 36)}.topbar__weather-text{color:var(--lockscreen-text-primary)}.topbar__weather-text-inner{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 8);line-height:calc(var(--lockscreen-home-unit) * 20)}.topbar__weather-icon{width:calc(var(--lockscreen-home-unit) * 20);height:calc(var(--lockscreen-home-unit) * 20);flex-shrink:0;display:block}.topbar__marquee.is-marquee-active:after{content:"";position:absolute;inset:0;pointer-events:none}@media(prefers-reduced-motion:reduce){.topbar__marquee-runner{animation:none!important;transform:translate(0)!important}}@keyframes topbar-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--topbar-marquee-distance, 0px) * -1),0,0)}}.tabs{position:sticky;top:var(--lockscreen-topbar-height);z-index:99;height:var(--lockscreen-tab-height);display:flex;align-items:center;justify-content:flex-start;width:100%;background:transparent}.tabs__scroller{display:flex;align-items:center;width:100%;height:var(--lockscreen-tab-height);padding:0 calc(var(--lockscreen-home-unit) * 10);background:inherit;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;font-size:calc(var(--lockscreen-home-unit) * 13);line-height:var(--lockscreen-tab-height)}.tabs__scroller::-webkit-scrollbar{display:none}.tabs__item{appearance:none;-webkit-appearance:none;display:inline-block;flex:0 0 auto;padding:0 calc(var(--lockscreen-home-unit) * 10);margin-right:calc(var(--lockscreen-home-unit) * 8);border-radius:calc(var(--lockscreen-home-unit) * 30);font-family:inherit;font-size:calc(var(--lockscreen-home-unit) * 13);font-weight:400;color:#fff;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;height:calc(var(--lockscreen-home-unit) * 30);line-height:calc(var(--lockscreen-home-unit) * 30);text-decoration:none;vertical-align:middle}.tabs__item[hidden]{display:none}.tabs__item:last-of-type{margin-right:0}.tabs__item--active{background:#fff6;color:#fff}.lockscreen-content{padding:var(--lockscreen-card-gap) var(--lockscreen-content-side-padding) calc(var(--lockscreen-home-unit) * 24);display:flex;flex-direction:column;gap:var(--lockscreen-card-gap)}.card{background:var(--lockscreen-glass-bg);backdrop-filter:blur(var(--lockscreen-blur));-webkit-backdrop-filter:blur(var(--lockscreen-blur));border-radius:var(--lockscreen-card-radius);padding:var(--lockscreen-card-padding);box-shadow:var(--lockscreen-glass-shadow)}.current-card{display:flex;flex-direction:column;gap:var(--lockscreen-card-gap);text-align:left}.current-card__header{display:flex;justify-content:space-between;align-items:center;gap:calc(var(--lockscreen-home-unit) * 16);margin:0}.current-card__title{font-size:calc(var(--lockscreen-home-unit) * 16);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 19);color:var(--lockscreen-text-primary)}.current-card__time{font-size:calc(var(--lockscreen-home-unit) * 12);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-secondary);white-space:nowrap}.current-card__body{display:flex;align-items:center;width:100%;margin:0}.current-card__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr) minmax(0,1fr);align-items:start;width:100%;--current-card-main-row-height: calc(var(--lockscreen-home-unit) * 90);padding:0 calc(var(--lockscreen-home-unit) * 20);column-gap:0}.current-card__summary,.current-card__reading{display:grid;grid-template-rows:var(--current-card-main-row-height) auto;gap:calc(var(--lockscreen-home-unit) * 8);align-items:center;justify-items:center}.current-card__summary{grid-column:1;width:calc(var(--lockscreen-home-unit) * 104);min-width:0;overflow:hidden;align-items:center;justify-content:center}.current-card__reading{grid-column:3;width:100%;min-width:0;margin:0;align-items:center;justify-content:center;text-align:center;align-content:start}.current-card__icon{width:calc(var(--lockscreen-home-unit) * 90);height:calc(var(--lockscreen-home-unit) * 90);align-self:center}.current-card__temp{display:flex;flex-wrap:nowrap;align-items:flex-end;align-self:center;justify-self:center;color:var(--lockscreen-text-primary);line-height:1;white-space:nowrap}.current-card__temp-value{font-size:calc(var(--lockscreen-home-unit) * 75);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 75)}.current-card__temp-degree{font-size:calc(var(--lockscreen-home-unit) * 30);font-weight:400;line-height:1;flex:0 0 auto;align-self:center;transform:translateY(calc(var(--lockscreen-home-unit) * 4))}.current-card__desc{font-size:calc(var(--lockscreen-home-unit) * 18);line-height:calc(var(--lockscreen-home-unit) * 21);font-weight:400;margin:0;color:var(--lockscreen-text-secondary);text-align:center;--current-card-secondary-row-offset-y: calc(var(--lockscreen-home-unit) * -8);transform:translateY(var(--current-card-secondary-row-offset-y))}.current-card__range{font-size:calc(var(--lockscreen-home-unit) * 16);line-height:calc(var(--lockscreen-home-unit) * 19);color:var(--lockscreen-text-emphasis);margin:0;padding-left:0;text-align:center;--current-card-range-optical-offset: calc(var(--lockscreen-home-unit) * -12);--current-card-secondary-row-offset-y: calc(var(--lockscreen-home-unit) * -8);transform:translate(var(--current-card-range-optical-offset),var(--current-card-secondary-row-offset-y))}.current-card__feels{display:flex;justify-content:flex-start;align-items:center;gap:calc(var(--lockscreen-home-unit) * 8);font-size:calc(var(--lockscreen-home-unit) * 13);line-height:calc(var(--lockscreen-home-unit) * 16);font-weight:500;color:var(--lockscreen-text-secondary);padding-top:calc(var(--lockscreen-home-unit) * 16);border-top:1px solid var(--lockscreen-divider)}.current-card__feels-text{flex:0 1 auto;max-width:calc((100% - (var(--lockscreen-home-unit) * 16) - 1px) / 2);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-card__feels-separator{width:1px;height:calc(var(--lockscreen-home-unit) * 11);background:#ffffff38;flex-shrink:0}.hourly-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;padding:var(--lockscreen-card-padding) 0}.hourly-card__title{font-size:calc(var(--lockscreen-home-unit) * 16);line-height:calc(var(--lockscreen-home-unit) * 25);font-weight:400;margin:0;padding:0 var(--lockscreen-card-padding)}.hourly-strip{display:flex;justify-content:flex-start;align-items:center;gap:0;width:100%;overflow-x:scroll;overflow-y:hidden;padding-top:calc(var(--lockscreen-home-unit) * 10);padding-bottom:0;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.hourly-strip::-webkit-scrollbar{display:none}.hourly-item{flex:0 0 auto;min-width:calc(var(--lockscreen-home-unit) * 50);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:calc(var(--lockscreen-home-unit) * 10);padding:calc(var(--lockscreen-home-unit) * 10) calc(var(--lockscreen-home-unit) * 5);border-radius:calc(var(--lockscreen-home-unit) * 10);background:transparent;font-size:calc(var(--lockscreen-home-unit) * 13);line-height:1;text-align:center;vertical-align:top}.hourly-item:first-child{margin-inline-start:calc(var(--lockscreen-home-unit) * 8)}.hourly-item:last-child{margin-inline-end:calc(var(--lockscreen-home-unit) * 8)}.hourly-item--current{color:var(--lockscreen-text-primary)}.hourly-item__time{font-size:calc(var(--lockscreen-home-unit) * 12);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-secondary)}.hourly-item__icon{width:calc(var(--lockscreen-home-unit) * 30);height:calc(var(--lockscreen-home-unit) * 30)}.hourly-item__temp{font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 16);font-weight:400;color:var(--lockscreen-text-emphasis)}.hourly-item__temp--text{font-size:calc(var(--lockscreen-home-unit) * 13);color:var(--lockscreen-text-primary)}.hourly-item__precip{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 2);font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-soft)}.hourly-item__precip-icon{width:calc(var(--lockscreen-home-unit) * 8);height:calc(var(--lockscreen-home-unit) * 9);flex-shrink:0}.hourly-item--current .hourly-item__time,.hourly-item--current .hourly-item__temp,.hourly-item--current .hourly-item__precip{color:var(--lockscreen-text-primary)}.lockscreen-content[hidden]{display:none}.hourly-page{--lockscreen-hourly-unit: calc(min(100vw, 500px) / 360);padding:calc(var(--lockscreen-hourly-unit) * 10) calc(var(--lockscreen-hourly-unit) * 16) calc(var(--lockscreen-hourly-unit) * 24)}.hourly-page__ad-anchor{display:none}.hourly-page__list{display:flex;flex-direction:column;gap:calc(var(--lockscreen-hourly-unit) * 10)}.hourly-accordion{padding:calc(var(--lockscreen-hourly-unit) * 16);border-radius:calc(var(--lockscreen-hourly-unit) * 10);color:var(--lockscreen-text-primary);overflow:hidden}.hourly-accordion.card{contain:layout paint;isolation:isolate;background-clip:padding-box}.hourly-accordion__summary{display:grid;grid-template-columns:minmax(calc(var(--lockscreen-hourly-unit) * 72),1.5fr) minmax(calc(var(--lockscreen-home-unit) * 36),1fr) minmax(0,4fr) minmax(calc(var(--lockscreen-hourly-unit) * 62),2fr) minmax(calc(var(--lockscreen-hourly-unit) * 20),1.5fr);align-items:center;column-gap:calc(var(--lockscreen-hourly-unit) * 4);row-gap:0;min-height:calc(var(--lockscreen-hourly-unit) * 20);list-style:none;cursor:pointer;font-size:calc(var(--lockscreen-hourly-unit) * 12);line-height:calc(var(--lockscreen-hourly-unit) * 20);transition:margin-bottom .22s cubic-bezier(.23,1,.32,1)}.hourly-accordion__summary::-webkit-details-marker{display:none}.hourly-accordion__summary--event{grid-template-columns:minmax(calc(var(--lockscreen-hourly-unit) * 72),1.5fr) minmax(calc(var(--lockscreen-hourly-unit) * 18),.5fr) minmax(0,4.5fr) minmax(calc(var(--lockscreen-hourly-unit) * 62),2fr) minmax(calc(var(--lockscreen-hourly-unit) * 20),1.5fr)}.hourly-accordion[data-hourly-state=open] .hourly-accordion__summary{margin-bottom:calc(var(--lockscreen-hourly-unit) * 10)}.hourly-accordion__time,.hourly-accordion__weather,.hourly-accordion__precip{min-width:0;white-space:nowrap}.hourly-accordion__time{display:block;overflow:hidden;text-overflow:ellipsis}.hourly-accordion__temp{font-size:calc(var(--lockscreen-hourly-unit) * 16);line-height:calc(var(--lockscreen-hourly-unit) * 20);font-weight:400;white-space:nowrap}.hourly-accordion__weather,.hourly-accordion__precip{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-hourly-unit) * 5);overflow:hidden}.hourly-accordion__weather span,.hourly-accordion__precip span{overflow:hidden;text-overflow:ellipsis}.hourly-accordion__weather>.overflow-marquee{flex:1 1 auto}.hourly-accordion__icon{width:calc(var(--lockscreen-hourly-unit) * 20);height:calc(var(--lockscreen-hourly-unit) * 20);flex:0 0 auto}.hourly-accordion__precip-icon{width:calc(var(--lockscreen-hourly-unit) * 12);height:calc(var(--lockscreen-hourly-unit) * 13);flex:0 0 auto}.hourly-accordion__precip{justify-content:flex-end;text-align:right}.hourly-accordion__chevron{justify-self:center;width:calc(var(--lockscreen-hourly-unit) * 10);height:calc(var(--lockscreen-hourly-unit) * 10);border-right:calc(var(--lockscreen-hourly-unit) * 2) solid currentColor;border-bottom:calc(var(--lockscreen-hourly-unit) * 2) solid currentColor;transform:rotate(45deg);transition:transform .18s cubic-bezier(.23,1,.32,1)}.hourly-accordion[data-hourly-state=open] .hourly-accordion__chevron{transform:rotate(225deg)}.hourly-accordion__panel{overflow:hidden;height:0;opacity:0;transition:height .26s cubic-bezier(.23,1,.32,1),opacity .18s ease-out}.hourly-accordion[open] .hourly-accordion__panel{height:auto;opacity:1}.hourly-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:calc(var(--lockscreen-hourly-unit) * 16);border-radius:calc(var(--lockscreen-hourly-unit) * 10)}.hourly-detail-grid__item{position:relative;min-height:calc(var(--lockscreen-hourly-unit) * 100);overflow:hidden;text-align:center}.hourly-detail-grid__item:before{content:"";position:absolute;top:10%;bottom:10%;left:0;width:1px;background:var(--lockscreen-divider)}.hourly-detail-grid__item:nth-child(3n+1):before{display:none}.hourly-detail-grid__item:nth-last-child(n+4){border-bottom:1px solid var(--lockscreen-divider)}.hourly-detail-grid__inner{position:absolute;top:50%;left:50%;display:flex;width:calc(100% - (var(--lockscreen-hourly-unit) * 16));flex-direction:column;align-items:center;gap:calc(var(--lockscreen-hourly-unit) * 5);padding:calc(var(--lockscreen-hourly-unit) * 5) 0;transform:translate(-50%,-50%);white-space:nowrap}.hourly-detail-grid__icon{width:calc(var(--lockscreen-hourly-unit) * 20);height:calc(var(--lockscreen-hourly-unit) * 20);object-fit:contain}.hourly-detail-grid__label,.hourly-detail-grid__value{display:inline-block;max-width:100%;overflow:hidden;padding:0 calc(var(--lockscreen-hourly-unit) * 4);font-size:calc(var(--lockscreen-hourly-unit) * 12);line-height:calc(var(--lockscreen-hourly-unit) * 17);text-overflow:ellipsis}@media(prefers-reduced-motion:reduce){.hourly-accordion__summary,.hourly-accordion__panel,.hourly-accordion__chevron{transition-duration:1ms!important}}.daily-page{--lockscreen-daily-unit: calc(min(100vw, 500px) / 360);padding:calc(var(--lockscreen-daily-unit) * 10) calc(var(--lockscreen-daily-unit) * 16) calc(var(--lockscreen-daily-unit) * 24)}.daily-page__ad-anchor{display:none}.daily-page__list{display:flex;flex-direction:column;gap:calc(var(--lockscreen-daily-unit) * 10)}.daily-accordion{padding:calc(var(--lockscreen-daily-unit) * 16);border-radius:calc(var(--lockscreen-daily-unit) * 10);color:var(--lockscreen-text-primary);overflow:hidden}.daily-accordion.card{contain:layout paint;isolation:isolate;background-clip:padding-box}.daily-accordion__summary{display:flex;align-items:center;gap:calc(var(--lockscreen-daily-unit) * 10);min-height:calc(var(--lockscreen-daily-unit) * 28.8);list-style:none;cursor:pointer;font-size:calc(var(--lockscreen-daily-unit) * 12);line-height:calc(var(--lockscreen-daily-unit) * 14.4);transition:margin-bottom .22s cubic-bezier(.23,1,.32,1)}.daily-accordion__summary::-webkit-details-marker{display:none}.daily-accordion[data-daily-state=open] .daily-accordion__summary{margin-bottom:calc(var(--lockscreen-daily-unit) * 10)}.daily-accordion__date{display:flex;flex:1 0 0;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;font-size:calc(var(--lockscreen-daily-unit) * 10);line-height:calc(var(--lockscreen-daily-unit) * 12);text-align:left}.daily-accordion__icon-wrap{flex:0 0 calc(var(--lockscreen-daily-unit) * 20);width:calc(var(--lockscreen-daily-unit) * 20)}.daily-accordion__icon{display:block;width:calc(var(--lockscreen-daily-unit) * 20);height:calc(var(--lockscreen-daily-unit) * 20);object-fit:contain}.daily-accordion__desc{flex:4 1 0;min-width:0;max-height:calc(var(--lockscreen-daily-unit) * 29);overflow:hidden;line-height:calc(var(--lockscreen-daily-unit) * 14.4)}.daily-accordion__temp{flex:2 0 0;min-width:calc(var(--lockscreen-daily-unit) * 54);font-size:calc(var(--lockscreen-daily-unit) * 16);line-height:calc(var(--lockscreen-daily-unit) * 19.2);white-space:nowrap}.daily-accordion__precip{display:inline-flex;flex:1.5 0 0;min-width:calc(var(--lockscreen-daily-unit) * 39);align-items:center;gap:calc(var(--lockscreen-daily-unit) * 5);white-space:nowrap}.daily-accordion__precip-icon{width:calc(var(--lockscreen-daily-unit) * 12);height:calc(var(--lockscreen-daily-unit) * 13);flex:0 0 auto}.daily-accordion__chevron{display:inline-flex;flex:0 0 calc(var(--lockscreen-daily-unit) * 20);width:calc(var(--lockscreen-daily-unit) * 20);height:calc(var(--lockscreen-daily-unit) * 20);align-items:center;justify-content:center;color:var(--lockscreen-text-primary);transition:opacity .16s ease-out}.daily-accordion__chevron-icon{display:block;width:100%;height:100%;fill:currentColor;opacity:.555}.daily-accordion__chevron-icon--open,.daily-accordion[data-daily-state=open] .daily-accordion__chevron-icon--closed{display:none}.daily-accordion[data-daily-state=open] .daily-accordion__chevron-icon--open{display:block}.daily-accordion__panel{overflow:hidden;height:0;opacity:0;transition:height .26s cubic-bezier(.23,1,.32,1),opacity .18s ease-out}.daily-accordion[open] .daily-accordion__panel{height:auto;opacity:1}.daily-accordion__phrase{margin:0 0 calc(var(--lockscreen-daily-unit) * 8);padding:calc(var(--lockscreen-daily-unit) * 8);border-radius:calc(var(--lockscreen-daily-unit) * 8);background:#ffffff24;color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-daily-unit) * 10);font-weight:300;line-height:calc(var(--lockscreen-daily-unit) * 13)}.daily-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:calc(var(--lockscreen-daily-unit) * 16);border-radius:calc(var(--lockscreen-daily-unit) * 10)}.daily-detail-grid__item{position:relative;min-height:calc(var(--lockscreen-daily-unit) * 100);overflow:hidden;text-align:center}.daily-detail-grid__item:before{content:"";position:absolute;top:10%;bottom:10%;left:0;width:1px;background:var(--lockscreen-divider)}.daily-detail-grid__item:nth-child(3n+1):before{display:none}.daily-detail-grid__item:nth-last-child(n+4){border-bottom:1px solid var(--lockscreen-divider)}.daily-detail-grid__inner{position:absolute;top:50%;left:50%;display:flex;width:calc(100% - (var(--lockscreen-daily-unit) * 16));flex-direction:column;align-items:center;gap:calc(var(--lockscreen-daily-unit) * 5);padding:calc(var(--lockscreen-daily-unit) * 5) 0;transform:translate(-50%,-50%);white-space:nowrap}.daily-detail-grid__icon{width:calc(var(--lockscreen-daily-unit) * 20);height:calc(var(--lockscreen-daily-unit) * 20);object-fit:contain}.daily-detail-grid__label,.daily-detail-grid__value{display:inline-block;max-width:100%;overflow:hidden;padding:0 calc(var(--lockscreen-daily-unit) * 4);font-size:calc(var(--lockscreen-daily-unit) * 12);line-height:calc(var(--lockscreen-daily-unit) * 17);text-overflow:ellipsis}.daily-accordion__all-info{display:inline-flex;align-items:center;justify-content:center;gap:calc(var(--lockscreen-daily-unit) * 4);width:100%;color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-daily-unit) * 12);line-height:calc(var(--lockscreen-daily-unit) * 20);text-decoration:none}.daily-accordion__all-info-arrow{width:calc(var(--lockscreen-daily-unit) * 7);height:calc(var(--lockscreen-daily-unit) * 7);border-right:calc(var(--lockscreen-daily-unit) * 1.5) solid currentColor;border-bottom:calc(var(--lockscreen-daily-unit) * 1.5) solid currentColor;transform:rotate(-45deg)}@media(prefers-reduced-motion:reduce){.daily-accordion__summary,.daily-accordion__panel,.daily-accordion__chevron{transition-duration:1ms!important}}.sunmoon-page{--lockscreen-sunmoon-unit: calc(min(100vw, 500px) / 360);padding:calc(var(--lockscreen-sunmoon-unit) * 10) calc(var(--lockscreen-sunmoon-unit) * 16) calc(var(--lockscreen-sunmoon-unit) * 24)}.sunmoon-page__ad-anchor{display:none}.sunmoon-page__stack{display:flex;flex-direction:column;gap:calc(var(--lockscreen-sunmoon-unit) * 10)}.sunmoon-page-card{padding:calc(var(--lockscreen-sunmoon-unit) * 16);border-radius:calc(var(--lockscreen-sunmoon-unit) * 10);color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-sunmoon-unit) * 12);line-height:normal}.sunmoon-page-card__title{margin:0 0 calc(var(--lockscreen-sunmoon-unit) * 27);color:var(--lockscreen-text-primary);font:inherit;line-height:calc(var(--lockscreen-sunmoon-unit) * 14.4);text-transform:lowercase}.sunmoon-page-card__title:first-letter{text-transform:uppercase}.sunmoon-chart{width:100%;height:calc(var(--lockscreen-sunmoon-unit) * 100);margin-bottom:calc(var(--lockscreen-sunmoon-unit) * 35.2);overflow:hidden}.sunmoon-chart__svg{display:block;width:100%;height:100%}.sunmoon-chart__axis{stroke:#ffffffe6;stroke-width:.5}.sunmoon-chart__sun-path{fill:none;stroke:#ffe400;stroke-width:2;stroke-linecap:round}.sunmoon-chart__path--dashed,.sunmoon-chart__moon-path{stroke-dasharray:5 5}.sunmoon-chart__moon-path{fill:none;stroke:#0269bd;stroke-width:2;stroke-linecap:round}.sunmoon-chart__tick{fill:var(--lockscreen-text-primary);font-family:Arial,Roboto,sans-serif;font-size:12px;line-height:1}.sunmoon-page-times{display:flex;flex-direction:column;gap:calc(var(--lockscreen-sunmoon-unit) * 16)}.sunmoon-page-times__row{display:flex;gap:calc(var(--lockscreen-sunmoon-unit) * 24)}.sunmoon-page-time{display:flex;flex:1 1 0;min-width:0;align-items:center}.sunmoon-page-time__label{display:inline-flex;flex:1 1 0;min-width:0;justify-content:flex-start;color:#ffffffb3;font:inherit}.sunmoon-page-time__value{display:inline-flex;flex:1 1 0;min-width:0;align-items:flex-end;justify-content:flex-start;gap:calc(var(--lockscreen-sunmoon-unit) * 4);color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-sunmoon-unit) * 16);line-height:calc(var(--lockscreen-sunmoon-unit) * 19.2);white-space:nowrap}.sunmoon-page-time__next-day{font-size:calc(var(--lockscreen-sunmoon-unit) * 10);line-height:1;transform:translateY(calc(var(--lockscreen-sunmoon-unit) * -1.2))}.moon-phase-selector{display:flex;align-items:center;justify-content:space-around;padding-bottom:calc(var(--lockscreen-sunmoon-unit) * 25);border-bottom:1px solid var(--lockscreen-divider)}.moon-phase-selector__arrow{display:inline-flex;width:calc(var(--lockscreen-sunmoon-unit) * 40);height:calc(var(--lockscreen-sunmoon-unit) * 40);flex:0 0 calc(var(--lockscreen-sunmoon-unit) * 40);align-items:center;justify-content:center;border:0;border-radius:calc(var(--lockscreen-sunmoon-unit) * 6);padding:0;background:transparent;color:var(--lockscreen-text-primary);cursor:pointer;touch-action:manipulation}.moon-phase-selector__arrow:disabled{cursor:default;opacity:.5}.moon-phase-selector__arrow:not(:disabled):active{background:#ffffff2e}.moon-phase-selector__arrow img{display:block;width:100%;height:100%}[dir=rtl] .moon-phase-selector__arrow img{transform:scaleX(-1)}.moon-phase-selector__center{display:flex;flex:0 1 auto;min-width:0;flex-direction:column;align-items:center;gap:calc(var(--lockscreen-sunmoon-unit) * 8);text-align:center}.moon-phase-selector__image{display:block;width:calc(var(--lockscreen-sunmoon-unit) * 60);height:calc(var(--lockscreen-sunmoon-unit) * 60);object-fit:contain}.moon-phase-selector__name,.moon-phase-selector__date,.moon-phase-next p{margin:0;line-height:calc(var(--lockscreen-sunmoon-unit) * 14.4)}.moon-phase-selector__name{max-width:calc(var(--lockscreen-sunmoon-unit) * 150);min-height:calc(var(--lockscreen-sunmoon-unit) * 16);overflow:visible;line-height:calc(var(--lockscreen-sunmoon-unit) * 16);text-overflow:clip;white-space:normal}.moon-phase-selector__date{color:#ffffffb3}.moon-phase-next{display:flex;padding-top:calc(var(--lockscreen-sunmoon-unit) * 20);color:#ffffffb3;font-size:calc(var(--lockscreen-sunmoon-unit) * 12);line-height:normal}.moon-phase-next__item{flex:1 1 0;min-width:0;text-align:center}.moon-phase-next__item:first-child{border-right:1px solid var(--lockscreen-divider)}.moon-phase-next__icon{display:inline-block;width:calc(var(--lockscreen-sunmoon-unit) * 20);height:calc(var(--lockscreen-sunmoon-unit) * 20);margin-bottom:calc(var(--lockscreen-sunmoon-unit) * 10);object-fit:contain}.daily-card{padding:var(--lockscreen-card-padding)}.daily-card__title{font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 16);font-weight:700;margin:0 0 var(--lockscreen-card-gap)}.daily-list{display:flex;flex-direction:column;gap:0}.daily-item{display:grid;grid-template-columns:calc(var(--lockscreen-home-unit) * 72) calc(var(--lockscreen-home-unit) * 25) minmax(0,1fr) auto;align-items:center;gap:calc(var(--lockscreen-home-unit) * 12);padding:calc(var(--lockscreen-home-unit) * 15) 0;border-bottom:1px solid var(--lockscreen-divider)}.daily-item:last-child{border-bottom:none}.daily-item__date{display:flex;flex-direction:column;gap:calc(var(--lockscreen-home-unit) * 4);font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-secondary)}.daily-item__day{font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 16);font-weight:500;color:var(--lockscreen-text-primary)}.daily-item__date-short{font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-soft)}.daily-item__icon{width:calc(var(--lockscreen-home-unit) * 25);height:calc(var(--lockscreen-home-unit) * 25)}.daily-item__desc{min-width:0;font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 16);color:var(--lockscreen-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-item__meta{display:flex;align-items:center;justify-content:flex-end;gap:calc(var(--lockscreen-home-unit) * 10);white-space:nowrap}.daily-item__precip{display:inline-flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 4);font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 14);color:var(--lockscreen-text-soft)}.daily-item__precip-icon{width:calc(var(--lockscreen-home-unit) * 12);height:calc(var(--lockscreen-home-unit) * 13);opacity:.85;flex-shrink:0}.daily-item__temp{text-align:right;font-size:calc(var(--lockscreen-home-unit) * 16);line-height:calc(var(--lockscreen-home-unit) * 18);font-weight:400;color:var(--lockscreen-text-emphasis)}.daily-more-link{display:block;width:100%;margin:calc(var(--lockscreen-home-unit) * 15) auto calc(var(--lockscreen-home-unit) * 5);border-radius:calc(var(--lockscreen-home-unit) * 10);background:#ffffff14;color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-home-unit) * 14);font-weight:500;line-height:calc(var(--lockscreen-home-unit) * 35);text-align:center;text-decoration:none}.metrics-card{padding:var(--lockscreen-card-padding)}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border-radius:calc(var(--lockscreen-home-unit) * 8)}.metric-item{position:relative;min-height:calc(var(--lockscreen-home-unit) * 100);text-align:center;overflow:hidden}.metric-item:before{content:"";position:absolute;top:calc(var(--lockscreen-home-unit) * 10);bottom:calc(var(--lockscreen-home-unit) * 10);left:0;width:1px;background:var(--lockscreen-divider)}.metric-item:nth-child(3n+1):before{display:none}.metric-item:nth-child(-n+3){border-bottom:1px solid var(--lockscreen-divider)}.metric-item:nth-child(n+4):nth-child(-n+6){border-bottom:1px solid var(--lockscreen-divider)}.metric-item__inner{position:absolute;top:50%;left:50%;display:flex;width:calc(100% - (var(--lockscreen-home-unit) * 16));flex-direction:column;align-items:center;gap:calc(var(--lockscreen-home-unit) * 5);transform:translate(-50%,-50%);white-space:nowrap}.metric-item__icon{width:calc(var(--lockscreen-home-unit) * 20);height:calc(var(--lockscreen-home-unit) * 20);opacity:.9}.metric-item__label{display:inline-flex;max-width:100%;align-items:center;justify-content:center;padding:0 calc(var(--lockscreen-home-unit) * 4);font-size:calc(var(--lockscreen-home-unit) * 12);font-weight:300;color:var(--lockscreen-text-soft);line-height:calc(var(--lockscreen-home-unit) * 14);white-space:nowrap}.metric-item__value{font-size:calc(var(--lockscreen-home-unit) * 15);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 18);color:var(--lockscreen-text-primary)}.news-banner{padding:0;overflow:hidden}.news-banner__viewport{width:100%;overflow:hidden}.news-banner__track{display:flex;transition:transform .28s cubic-bezier(.23,1,.32,1);will-change:transform}.news-banner__item{display:flex;min-width:100%;flex:0 0 100%;flex-direction:column;color:inherit;text-decoration:none}.news-banner__image{display:block;width:100%;aspect-ratio:328 / 160;height:auto;object-fit:cover}.news-banner__body{display:flex;min-height:calc(var(--lockscreen-home-unit) * 82);flex-direction:column;justify-content:center;gap:calc(var(--lockscreen-home-unit) * 8);padding:calc(var(--lockscreen-home-unit) * 12) calc(var(--lockscreen-home-unit) * 16);background:#fffffff5;color:#4b5563}.news-banner__title{display:-webkit-box;overflow:hidden;color:#4b5563;font-size:calc(var(--lockscreen-home-unit) * 14);font-weight:500;line-height:calc(var(--lockscreen-home-unit) * 20);-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-banner__meta{overflow:hidden;color:#4b55639e;font-size:calc(var(--lockscreen-home-unit) * 12);line-height:calc(var(--lockscreen-home-unit) * 15);text-overflow:ellipsis;white-space:nowrap}.news-banner__dots{display:flex;justify-content:center;gap:calc(var(--lockscreen-home-unit) * 5);padding:calc(var(--lockscreen-home-unit) * 8) 0 calc(var(--lockscreen-home-unit) * 10)}.news-banner__dot{width:calc(var(--lockscreen-home-unit) * 4);height:calc(var(--lockscreen-home-unit) * 4);border-radius:50%;background:#ffffff73}.news-banner__dot--active{background:#fffffff2}.news-banner__empty{margin:0;padding:calc(var(--lockscreen-home-unit) * 16);color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 20)}.news-page{--lockscreen-news-unit: calc(min(100vw, 500px) / 360);padding:calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 24)}.news-page__list{display:flex;flex-direction:column;gap:calc(var(--lockscreen-news-unit) * 10)}.news-list-item{display:flex;gap:calc(var(--lockscreen-news-unit) * 12);padding:calc(var(--lockscreen-news-unit) * 12);color:var(--lockscreen-text-primary);text-decoration:none}.news-list-item__image{width:calc(var(--lockscreen-news-unit) * 112);height:calc(var(--lockscreen-news-unit) * 78);flex:0 0 calc(var(--lockscreen-news-unit) * 112);border-radius:calc(var(--lockscreen-news-unit) * 8);object-fit:cover}.news-list-item__body{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;justify-content:center;gap:calc(var(--lockscreen-news-unit) * 8)}.news-list-item__title{display:-webkit-box;overflow:hidden;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:500;line-height:calc(var(--lockscreen-news-unit) * 20);-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-list-item__meta{overflow:hidden;color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-news-unit) * 12);line-height:calc(var(--lockscreen-news-unit) * 15);text-overflow:ellipsis;white-space:nowrap}.news-page__empty{color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-news-unit) * 14);line-height:calc(var(--lockscreen-news-unit) * 20);text-align:center}.news-page__status,.news-detail-page__status{margin-bottom:calc(var(--lockscreen-news-unit) * 10);padding:calc(var(--lockscreen-news-unit) * 12);color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-news-unit) * 13);line-height:calc(var(--lockscreen-news-unit) * 18);text-align:center}.news-page__actions{display:flex;justify-content:center;padding:calc(var(--lockscreen-news-unit) * 14) 0 0}.news-page__more{min-width:calc(var(--lockscreen-news-unit) * 112);min-height:calc(var(--lockscreen-news-unit) * 34);border:0;border-radius:calc(var(--lockscreen-news-unit) * 999);background:#ffffffeb;color:#0269bd;font-family:inherit;font-size:calc(var(--lockscreen-news-unit) * 14);line-height:calc(var(--lockscreen-news-unit) * 20)}.news-detail-page{--lockscreen-news-unit: calc(min(100vw, 500px) / 360);padding:calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 24);color:var(--lockscreen-text-primary)}.news-detail-card{padding:calc(var(--lockscreen-news-unit) * 14)}.news-detail-card__image{display:block;width:100%;aspect-ratio:328 / 240;height:auto;margin-bottom:calc(var(--lockscreen-news-unit) * 14);border-radius:calc(var(--lockscreen-news-unit) * 8);object-fit:cover}.news-detail-card__title{margin:0 0 calc(var(--lockscreen-news-unit) * 12);color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-news-unit) * 18);font-weight:600;line-height:calc(var(--lockscreen-news-unit) * 25)}.news-detail-card__meta{display:flex;min-height:calc(var(--lockscreen-news-unit) * 52);flex-direction:column;justify-content:center;gap:calc(var(--lockscreen-news-unit) * 3);margin-bottom:calc(var(--lockscreen-news-unit) * 14);border-radius:calc(var(--lockscreen-news-unit) * 10);padding:calc(var(--lockscreen-news-unit) * 7) calc(var(--lockscreen-news-unit) * 12);background:#ffffff6b;color:var(--lockscreen-text-secondary);font-size:calc(var(--lockscreen-news-unit) * 13);line-height:calc(var(--lockscreen-news-unit) * 18)}.news-detail-card__meta span:empty{display:none}.news-detail-card__body{color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-news-unit) * 15);line-height:calc(var(--lockscreen-news-unit) * 24);overflow-wrap:anywhere}.news-detail-card__body p{margin:0 0 calc(var(--lockscreen-news-unit) * 12)}.news-detail-card__body img{max-width:100%;height:auto;border-radius:calc(var(--lockscreen-news-unit) * 8)}.news-recommend{margin-top:calc(var(--lockscreen-news-unit) * 14)}.news-recommend__title{margin:0 0 calc(var(--lockscreen-news-unit) * 10);color:var(--lockscreen-text-primary);font-size:calc(var(--lockscreen-news-unit) * 16);font-weight:600;line-height:calc(var(--lockscreen-news-unit) * 22)}.news-recommend__list{display:flex;flex-direction:column;gap:calc(var(--lockscreen-news-unit) * 10)}@media(prefers-reduced-motion:reduce){.news-banner__track{transition-duration:1ms!important}}.aqi-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}.aqi-card[hidden]{display:none}.aqi-circle{position:relative;width:calc(var(--lockscreen-home-unit) * 140);height:calc(var(--lockscreen-home-unit) * 140);align-self:center}.aqi-circle__ring{position:absolute;inset:calc(var(--lockscreen-home-unit) * 12);border-radius:50%;background:conic-gradient(var(--aqi-color, #ffd54f) var(--aqi-progress, 0%),rgba(255,255,255,.15) 0);mask:radial-gradient(transparent calc(var(--lockscreen-home-unit) * 39),#000 calc(var(--lockscreen-home-unit) * 39));-webkit-mask:radial-gradient(transparent calc(var(--lockscreen-home-unit) * 39),#000 calc(var(--lockscreen-home-unit) * 39))}.aqi-circle__content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--lockscreen-home-unit) * 2);text-align:center}.aqi-circle__value{font-size:calc(var(--lockscreen-home-unit) * 22);font-weight:400;line-height:calc(var(--lockscreen-home-unit) * 24)}.aqi-circle__label{font-size:calc(var(--lockscreen-home-unit) * 13);line-height:calc(var(--lockscreen-home-unit) * 15);color:var(--lockscreen-text-secondary)}.aqi-card__level{font-size:calc(var(--lockscreen-home-unit) * 14);line-height:calc(var(--lockscreen-home-unit) * 17);font-weight:400;text-align:center}.sunmoon-card{display:flex;flex-direction:column;gap:var(--lockscreen-card-gap)}.sunmoon-progress{--sunmoon-marker-size: calc(var(--lockscreen-home-unit) * 20);--sunmoon-rail-height: calc(var(--lockscreen-home-unit) * 8);position:relative;padding:calc(var(--lockscreen-home-unit) * 4) 0}.sunmoon-progress__row{display:flex;align-items:center;width:100%}.sunmoon-progress__line{display:flex;align-items:center;gap:calc(var(--lockscreen-home-unit) * 4);flex:1 1 100%;width:100%;min-width:0}.sunmoon-progress__track{min-width:0;flex-basis:0;height:var(--sunmoon-rail-height);border-radius:calc(var(--lockscreen-home-unit) * 15)}.sunmoon-progress__track--past{background:#fffffff5}.sunmoon-progress__track--future{background:#ffffff47}.sunmoon-progress__marker{width:var(--sunmoon-marker-size);height:var(--sunmoon-marker-size);flex:0 0 auto}.sunmoon-progress__marker-icon{width:100%;height:100%;display:block;background:transparent;object-fit:contain;filter:none}.sunmoon-times{display:flex;justify-content:space-between;gap:calc(var(--lockscreen-home-unit) * 16)}.sunmoon-time{display:flex;flex-direction:column;gap:calc(var(--lockscreen-home-unit) * 2)}.sunmoon-time__label{font-size:calc(var(--lockscreen-home-unit) * 13);line-height:calc(var(--lockscreen-home-unit) * 16);font-weight:500;color:var(--lockscreen-text-secondary)}.sunmoon-time__value{display:inline-flex;align-items:baseline;gap:calc(var(--lockscreen-home-unit) * 4);font-size:calc(var(--lockscreen-home-unit) * 16);line-height:calc(var(--lockscreen-home-unit) * 19);font-weight:400}.sunmoon-time__next-day{font-size:calc(var(--lockscreen-home-unit) * 10);line-height:1;transform:translateY(calc(var(--lockscreen-home-unit) * -1.2))}.sunmoon-time--end{align-items:flex-end;text-align:right}.footer{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:calc(var(--lockscreen-home-unit) * 4);margin:calc(var(--lockscreen-home-unit) * 10) 0;padding:0 0 calc(var(--lockscreen-home-unit) * 24);text-align:center;font-size:calc(var(--lockscreen-home-unit) * 12);color:var(--lockscreen-text-secondary);line-height:calc(var(--lockscreen-home-unit) * 16)}.footer__row{width:min(calc(var(--lockscreen-home-unit) * 224),100%)}.footer__privacy{color:var(--lockscreen-text-emphasis);text-decoration:underline}.overflow-marquee{position:relative;display:inline-flex;max-width:100%;min-width:0;align-items:center;justify-content:flex-start;overflow:hidden;text-overflow:clip;vertical-align:top;white-space:nowrap}.overflow-marquee__runner{display:inline-flex;min-width:max-content;align-items:center;gap:calc(var(--lockscreen-home-unit) * 24);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.overflow-marquee__segment{display:inline-flex;flex-shrink:0;align-items:center;white-space:nowrap}.overflow-marquee.is-marquee-active .overflow-marquee__runner{animation-name:topbar-marquee-scroll;animation-duration:var(--topbar-marquee-duration, 8s);animation-timing-function:linear;animation-delay:var(--topbar-marquee-start-delay, 0ms);animation-iteration-count:infinite}.topbar__marquee.is-rtl-marquee,.overflow-marquee.is-rtl-marquee,.topbar__marquee.is-rtl-marquee .topbar__marquee-runner,.overflow-marquee.is-rtl-marquee .overflow-marquee__runner{direction:ltr}.topbar__marquee.is-rtl-marquee .topbar__marquee-segment,.overflow-marquee.is-rtl-marquee .overflow-marquee__segment{direction:rtl}@media(prefers-reduced-motion:reduce){.overflow-marquee__runner{animation:none!important;transform:translate(0)!important}}[dir=rtl] .topbar__temperature,[dir=rtl] .current-card__temp,[dir=rtl] .current-card__range,[dir=rtl] .hourly-item__temp,[dir=rtl] .daily-item__temp,[dir=rtl] .hourly-accordion__temp,[dir=rtl] .daily-accordion__temp,[dir=rtl] .daily-detail-period__temp,[dir=rtl] .temperature-value{direction:ltr;unicode-bidi:isolate}:root[dir=rtl] .current-card__feels{flex-wrap:nowrap;direction:rtl;justify-content:flex-start}:root[dir=rtl] .current-card__feels-text{direction:rtl;text-align:right}:root[dir=rtl] .current-card__feels-separator{display:block}:root[dir=rtl] .rtl-wrap-label{min-height:calc(var(--lockscreen-home-unit) * 28);overflow:visible;line-height:1.2;text-align:center;text-wrap:balance;white-space:normal}:root[dir=rtl] .rtl-wrap-value{overflow:visible;line-height:1.25;overflow-wrap:anywhere;white-space:normal}:root[dir=rtl] .rtl-measurement{direction:ltr;unicode-bidi:isolate}:root[dir=rtl] .metrics-card .metric-item:before{right:0;left:auto}:root[dir=rtl] .hourly-detail-grid__item:before,:root[dir=rtl] .daily-detail-grid__item:before{right:0;left:auto}:root[dir=rtl] .sunmoon-page-times__row{direction:ltr}:root[dir=rtl] .sunmoon-page-time{direction:rtl}:root[dir=rtl] .sunmoon-page-time__value{direction:ltr;unicode-bidi:isolate}:root[dir=rtl] .moon-phase-next__item:first-child{border-right:0;border-left:1px solid var(--lockscreen-divider)}:root[dir=rtl] .hourly-accordion__weather{align-items:flex-start;white-space:normal}:root[dir=rtl] .hourly-accordion__weather>span{line-height:1.2;overflow:visible;text-overflow:clip;white-space:normal}[dir=rtl] .topbar,[dir=rtl] .tabs,[dir=rtl] .current-card__feels,[dir=rtl] .daily-item,[dir=rtl] .sunmoon-times,[dir=rtl] .hourly-strip{direction:rtl}[data-channel=vivo]{--vivo-cache-bust: 20260713-1148;--lockscreen-accent: #f5c400;--lockscreen-home-width: min(100vw, 500px);--vivo-legacy-header-unit: calc(min(100vw, 500px) / 360);--lockscreen-bg-primary: url(https://www.comfortweather.com/weather/images/sunshine.webp);--lockscreen-body-bg: #0f8ee8;--lockscreen-tabs-bg: transparent;--lockscreen-tabs-shadow: none;--lockscreen-legacy-header-bg: rgba(255, 255, 255, .2);--lockscreen-topbar-bg: #0f8ee8;--vivo-reference-topbar-shadow: none;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 28px;--lockscreen-glass-bg: rgba(22, 97, 172, .4);--lockscreen-glass-shadow: 0 2px 8px 2px rgba(13, 130, 212, .29);--lockscreen-card-blur: 2px;--lockscreen-item-bg: rgba(139, 190, 235, .2);--lockscreen-item-bg-strong: rgba(139, 190, 235, .2);--lockscreen-text-soft: rgb(255, 255, 255);--lockscreen-divider: rgba(255, 255, 255, .15);--lockscreen-active-tab-bg: rgba(255, 255, 255, .4);--lockscreen-location-scrim: rgba(8, 33, 61, .28);--lockscreen-location-sheet-bg: rgba(20, 133, 220, .94);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(12, 83, 138, .28);--lockscreen-location-input-bg: rgba(255, 255, 255, .14);--lockscreen-location-input-text: rgba(255, 255, 255, .96);--lockscreen-location-placeholder: rgba(255, 255, 255, .64);--lockscreen-location-secondary-text: rgba(255, 255, 255, .82);--lockscreen-location-focus-ring: rgba(255, 255, 255, .28);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .12);--lockscreen-sun-accent: #ffe36b;--lockscreen-moon-accent: #b7d8ff;--lockscreen-sunmoon-track-past: rgba(255, 255, 255, .96);--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .28)}[data-channel=vivo]{background:transparent;overflow-x:clip;overscroll-behavior-x:none;overscroll-behavior-y:none;scrollbar-color:rgba(255,255,255,.42) transparent;scrollbar-width:thin}html:has(body[data-channel=vivo]){overflow-x:clip;overscroll-behavior-x:none;overscroll-behavior-y:none;scrollbar-color:rgba(255,255,255,.42) transparent;scrollbar-width:thin}[data-channel=vivo] .lockscreen-bg{position:fixed;inset:0;width:100%;max-width:500px;margin:0 auto;z-index:0;pointer-events:none;background-image:var(--lockscreen-bg-primary);background-position:center;background-repeat:no-repeat;background-size:cover}[data-channel=vivo]::-webkit-scrollbar,[data-channel=vivo] *::-webkit-scrollbar,html:has(body[data-channel=vivo])::-webkit-scrollbar{width:8px;height:8px}[data-channel=vivo]::-webkit-scrollbar-track,[data-channel=vivo] *::-webkit-scrollbar-track,html:has(body[data-channel=vivo])::-webkit-scrollbar-track{background:transparent}[data-channel=vivo]::-webkit-scrollbar-thumb,[data-channel=vivo] *::-webkit-scrollbar-thumb,html:has(body[data-channel=vivo])::-webkit-scrollbar-thumb{min-height:40px;border:2px solid transparent;border-radius:999px;background:#ffffff6b;background-clip:content-box}[data-channel=vivo]::-webkit-scrollbar-thumb:hover,[data-channel=vivo] *::-webkit-scrollbar-thumb:hover,html:has(body[data-channel=vivo])::-webkit-scrollbar-thumb:hover{background:#ffffff94;background-clip:content-box}[data-channel=vivo] .lockscreen-page{position:relative;z-index:1;width:100%;max-width:500px;margin:0 auto;background:transparent}[data-channel=vivo],[data-channel=vivo] .topbar,[data-channel=vivo] .tabs,[data-channel=vivo] .card,[data-channel=vivo] .current-card,[data-channel=vivo] .hourly-card,[data-channel=vivo] .daily-card,[data-channel=vivo] .metrics-card,[data-channel=vivo] .aqi-card,[data-channel=vivo] .sunmoon-card{transition:background-color .22s ease,background-image .22s ease,box-shadow .22s ease}[data-channel=vivo] .topbar{background:var(--lockscreen-topbar-bg);box-shadow:var(--lockscreen-topbar-shadow);backdrop-filter:blur(var(--lockscreen-topbar-blur));-webkit-backdrop-filter:blur(var(--lockscreen-topbar-blur));gap:24px;padding:0 10px}[data-channel=vivo] .tabs__item--active{background:var(--lockscreen-active-tab-bg)}[data-channel=vivo] .topbar__marquee{--topbar-marquee-start-delay: .8s}[data-channel=vivo] .daily-page__list,[data-channel=vivo] .hourly-page__list{gap:22px}[data-channel=vivo] .tabs{background-image:var(--lockscreen-bg-primary);background-position:center bottom;background-repeat:no-repeat;background-size:cover}[data-channel=vivo] .card{background:var(--lockscreen-glass-bg);box-shadow:none;backdrop-filter:blur(var(--lockscreen-card-blur));-webkit-backdrop-filter:blur(var(--lockscreen-card-blur));border:none}[data-channel=vivo] .hourly-accordion.card,[data-channel=vivo] .daily-accordion.card{background:var(--lockscreen-glass-bg);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;contain:layout paint;isolation:isolate}[data-channel=vivo] .current-card,[data-channel=vivo] .hourly-card,[data-channel=vivo] .daily-card,[data-channel=vivo] .metrics-card,[data-channel=vivo] .aqi-card,[data-channel=vivo] .sunmoon-card{background:var(--lockscreen-glass-bg);box-shadow:none;backdrop-filter:blur(var(--lockscreen-card-blur));-webkit-backdrop-filter:blur(var(--lockscreen-card-blur))}[data-channel=vivo] .daily-more-link{background:var(--lockscreen-item-bg);border:none;color:#fff}[data-channel=vivo] .current-card__feels{font-weight:400;line-height:22px}[data-channel=vivo] .metric-item__label{color:#fff;font-family:Roboto Light,Roboto,sans-serif;font-weight:400}[data-channel=vivo] .aqi-circle__ring{background:conic-gradient(var(--aqi-color, var(--lockscreen-accent)) var(--aqi-progress, 0%),rgba(255,255,255,.12) 0%)}[data-channel=vivo] .sunmoon-progress__marker{background:transparent;box-shadow:none}*{-webkit-tap-highlight-color:transparent}img,button,a,summary{-webkit-tap-highlight-color:transparent}img{-webkit-user-drag:none}[data-channel=vivo][data-weather-theme=cloudy]{--lockscreen-body-bg: #7f93a7;--lockscreen-topbar-bg: #7f93a7;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(22, 97, 172, .47);--lockscreen-glass-shadow: 0 2px 8px 2px rgba(13, 130, 212, .29);--lockscreen-card-blur: 5px;--lockscreen-item-bg: rgba(142, 208, 248, .2);--lockscreen-item-bg-strong: rgba(142, 208, 248, .2);--lockscreen-divider: rgba(255, 255, 255, .17);--lockscreen-location-scrim: rgba(34, 45, 59, .34);--lockscreen-location-sheet-bg: rgba(104, 127, 151, .95);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(64, 81, 101, .28);--lockscreen-location-input-bg: rgba(255, 255, 255, .12);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .1);--lockscreen-sun-accent: #ffe3a5;--lockscreen-moon-accent: #d7e8ff;--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .24)}[data-channel=vivo][data-weather-theme=rain]{--lockscreen-body-bg: #9499a0;--lockscreen-topbar-bg: #9499a0;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(0, 0, 0, .2);--lockscreen-glass-shadow: 0 3px 4px 1px rgba(111, 111, 111, .5);--lockscreen-card-blur: 3px;--lockscreen-item-bg: rgba(196, 196, 196, .2);--lockscreen-item-bg-strong: rgba(196, 196, 196, .2);--lockscreen-divider: rgba(255, 255, 255, .18);--lockscreen-location-scrim: rgba(26, 34, 46, .34);--lockscreen-location-sheet-bg: rgba(92, 142, 190, .95);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(55, 85, 115, .3);--lockscreen-location-input-bg: rgba(255, 255, 255, .13);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .11);--lockscreen-sun-accent: #ffe7a8;--lockscreen-moon-accent: #d8ecff;--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .22)}[data-channel=vivo][data-weather-theme=thunder]{--lockscreen-body-bg: #3c4b65;--lockscreen-topbar-bg: #3c4b65;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(231, 231, 231, .1);--lockscreen-glass-shadow: 0 2px 8px 2px rgba(11, 2, 58, .29);--lockscreen-card-blur: 5px;--lockscreen-item-bg: rgba(138, 116, 252, .2);--lockscreen-item-bg-strong: rgba(138, 116, 252, .2);--lockscreen-divider: rgba(255, 255, 255, .2);--lockscreen-location-scrim: rgba(6, 11, 19, .42);--lockscreen-location-sheet-bg: rgba(42, 61, 93, .96);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(8, 13, 22, .34);--lockscreen-location-input-bg: rgba(255, 255, 255, .1);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .09);--lockscreen-sun-accent: #f6d876;--lockscreen-moon-accent: #a7c8ff;--lockscreen-sunmoon-track-past: rgba(255, 255, 255, .92);--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .18)}[data-channel=vivo][data-weather-theme=snow]{--lockscreen-body-bg: #84afd1;--lockscreen-topbar-bg: #84afd1;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(0, 102, 178, .4);--lockscreen-glass-shadow: 0 2px 8px 2px rgba(13, 130, 212, .29);--lockscreen-card-blur: 5px;--lockscreen-item-bg: rgba(41, 184, 248, .2);--lockscreen-item-bg-strong: rgba(41, 184, 248, .2);--lockscreen-divider: rgba(255, 255, 255, .24);--lockscreen-location-scrim: rgba(71, 93, 118, .28);--lockscreen-location-sheet-bg: rgba(144, 185, 223, .92);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(97, 130, 162, .22);--lockscreen-location-input-bg: rgba(255, 255, 255, .18);--lockscreen-location-input-text: rgba(255, 255, 255, .98);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .14);--lockscreen-sun-accent: #fff0b1;--lockscreen-moon-accent: #edf7ff;--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .3)}[data-channel=vivo][data-weather-theme=rain_snow]{--lockscreen-body-bg: #7795b7;--lockscreen-topbar-bg: #7795b7;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(17, 81, 116, .4);--lockscreen-glass-shadow: 0 2px 8px 2px #41728b;--lockscreen-card-blur: 2px;--lockscreen-item-bg: rgba(90, 153, 185, .2);--lockscreen-item-bg-strong: rgba(90, 153, 185, .2);--lockscreen-divider: rgba(255, 255, 255, .18);--lockscreen-location-scrim: rgba(23, 35, 51, .34);--lockscreen-location-sheet-bg: rgba(87, 121, 158, .95);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(50, 73, 98, .28);--lockscreen-location-input-bg: rgba(255, 255, 255, .12);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .1);--lockscreen-sun-accent: #ffe5a0;--lockscreen-moon-accent: #d4e6ff;--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .22)}[data-channel=vivo][data-weather-theme=night]{--lockscreen-body-bg: #15233f;--lockscreen-topbar-bg: #15233f;--lockscreen-topbar-shadow: var(--vivo-reference-topbar-shadow);--lockscreen-topbar-blur: 0px;--lockscreen-glass-bg: rgba(148, 139, 255, .08);--lockscreen-glass-shadow: 0 2px 8px 2px #0d1f44;--lockscreen-card-blur: 2px;--lockscreen-item-bg: rgba(62, 93, 160, .2);--lockscreen-item-bg-strong: rgba(62, 93, 160, .2);--lockscreen-divider: rgba(255, 255, 255, .16);--lockscreen-location-scrim: rgba(4, 7, 13, .44);--lockscreen-location-sheet-bg: rgba(18, 31, 55, .96);--lockscreen-location-sheet-shadow: 0 12px 24px rgba(5, 9, 16, .38);--lockscreen-location-input-bg: rgba(255, 255, 255, .08);--lockscreen-location-result-hover-bg: rgba(255, 255, 255, .08);--lockscreen-sun-accent: #f4d46b;--lockscreen-moon-accent: #9dbefe;--lockscreen-sunmoon-track-past: rgba(255, 255, 255, .9);--lockscreen-sunmoon-track-future: rgba(255, 255, 255, .16)}[data-channel=vivo] .topbar{isolation:isolate;overflow:hidden;background:transparent;box-shadow:var(--lockscreen-topbar-shadow);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px)}[data-channel=vivo] .topbar:before,[data-channel=vivo] .topbar:after{position:absolute;inset:0;z-index:0;pointer-events:none;content:""}[data-channel=vivo] .topbar:before{inset:-28px;background-image:var(--lockscreen-bg-primary);background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(28px);transform:scale(1.04)}[data-channel=vivo] .topbar:after{background:var(--lockscreen-legacy-header-bg)}[data-channel=vivo] .topbar__location,[data-channel=vivo] .topbar__weather{position:relative;z-index:1}[data-channel=vivo] .topbar__location{min-height:var(--lockscreen-topbar-height);border-radius:0;outline:none}[data-channel=vivo] .topbar__location:active,[data-channel=vivo] .topbar__location:focus-visible{opacity:1;background:transparent}[data-channel=vivo] .topbar__location .iconfont{width:calc(var(--vivo-legacy-header-unit) * 16);height:calc(var(--vivo-legacy-header-unit) * 16);font-size:calc(var(--vivo-legacy-header-unit) * 16)}[data-channel=vivo] .iconfont.icon-weather-position{width:18px;height:18px;font-size:18px;line-height:18px}[data-channel=vivo] .topbar__weather,[data-channel=vivo] .topbar__weather-text-inner,[data-channel=vivo] .tabs__scroller,[data-channel=vivo] .tabs__item{font-size:calc(var(--vivo-legacy-header-unit) * 13)}[data-channel=vivo] .tabs{background-color:var(--lockscreen-tabs-bg);box-shadow:var(--lockscreen-tabs-shadow);backdrop-filter:none;-webkit-backdrop-filter:none}[data-channel=vivo] .tabs__back{display:inline-flex;width:calc(var(--lockscreen-home-unit) * 50);height:var(--lockscreen-tab-height);flex:0 0 calc(var(--lockscreen-home-unit) * 50);align-items:center;justify-content:center;position:relative;box-sizing:border-box;border:0;background:transparent;color:var(--lockscreen-text-primary);text-decoration:none;-webkit-tap-highlight-color:transparent}[data-channel=vivo] .tabs__back:before{display:block;width:calc(var(--lockscreen-home-unit) * 8);height:calc(var(--lockscreen-home-unit) * 8);border-bottom:calc(var(--lockscreen-home-unit) * 1.5) solid currentColor;border-left:calc(var(--lockscreen-home-unit) * 1.5) solid currentColor;content:"";opacity:.95;transform:translate(calc(var(--lockscreen-home-unit) * 2)) rotate(45deg);transform-origin:center}[data-channel=vivo] .tabs__back img{display:none;width:calc(var(--lockscreen-home-unit) * 14);height:calc(var(--lockscreen-home-unit) * 14);object-fit:contain}[dir=rtl] [data-channel=vivo] .tabs__back:before{transform:translate(calc(var(--lockscreen-home-unit) * -2)) rotate(-135deg)}[data-channel=vivo] .tabs--with-back .tabs__scroller{width:auto;min-width:0;flex:1 1 auto}[data-channel=vivo] .tabs__scroller{gap:0;justify-content:flex-start;padding:0 calc(var(--lockscreen-home-unit) * 10);font-weight:400}[data-channel=vivo] .tabs__item{margin-right:calc(var(--lockscreen-home-unit) * 8);padding:0 calc(var(--lockscreen-home-unit) * 10);font-family:Roboto,Arial,sans-serif;font-weight:400;height:calc(var(--lockscreen-home-unit) * 30);line-height:calc(var(--lockscreen-home-unit) * 30)}[data-channel=vivo] .tabs__item:last-of-type{margin-right:0}[data-channel=vivo] .tabs__item--active{background:var(--lockscreen-active-tab-bg);font-weight:400}[data-channel=vivo] .card{background:var(--lockscreen-glass-bg);box-shadow:none}[data-channel=vivo] .hourly-accordion.card,[data-channel=vivo] .daily-accordion.card{background:var(--lockscreen-glass-bg);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}[data-channel=vivo] .hourly-accordion.card{padding-inline:calc(var(--lockscreen-hourly-unit) * 12)}[data-channel=vivo] .hourly-accordion[open] .hourly-accordion__summary,[data-channel=vivo] .hourly-accordion[data-hourly-state=open] .hourly-accordion__summary,[data-channel=vivo] .daily-accordion[open] .daily-accordion__summary,[data-channel=vivo] .daily-accordion[data-daily-state=open] .daily-accordion__summary{padding-bottom:calc(var(--vivo-legacy-header-unit) * 10);border-bottom:1px solid var(--lockscreen-divider)}[data-channel=vivo] .hourly-detail-grid{grid-template-columns:repeat(6,minmax(0,1fr));padding:0}[data-channel=vivo] .hourly-detail-grid__item{grid-column:span 2}[data-channel=vivo] .hourly-detail-grid__item:nth-last-child(3):nth-child(3n){border-bottom:1px solid var(--lockscreen-divider)}[data-channel=vivo] .daily-detail-grid{grid-template-columns:repeat(6,minmax(0,1fr));padding:0}[data-channel=vivo] .daily-detail-grid__item{grid-column:span 2}[data-channel=vivo] .daily-accordion__meta{display:flex;flex:0 0 auto;width:max-content;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--vivo-legacy-header-unit) * 6)}[data-channel=vivo] .daily-accordion__temp{order:1;flex:0 0 auto;min-width:0;color:var(--lockscreen-text-primary);font-size:14px;line-height:normal;text-align:center}[data-channel=vivo] .daily-accordion__precip{order:2;display:inline-flex;flex:0 0 auto;width:calc(var(--vivo-legacy-header-unit) * 49);min-width:0;height:calc(var(--vivo-legacy-header-unit) * 20);align-items:center;justify-content:center;gap:calc(var(--vivo-legacy-header-unit) * 4);padding:0 calc(var(--vivo-legacy-header-unit) * 6);border-radius:999px;background:#ffffff1c;color:var(--lockscreen-text-soft);font-size:14px;line-height:calc(var(--vivo-legacy-header-unit) * 20)}[data-channel=vivo] .daily-accordion__precip-icon{width:calc(var(--vivo-legacy-header-unit) * 10);height:calc(var(--vivo-legacy-header-unit) * 10);opacity:1}[data-channel=vivo] .hourly-accordion__chevron,[data-channel=vivo] .daily-accordion__chevron{justify-self:center;display:inline-block;flex:0 0 auto;width:calc(var(--vivo-legacy-header-unit) * 8);height:calc(var(--vivo-legacy-header-unit) * 8);border-right:calc(var(--vivo-legacy-header-unit) * 1.5) solid currentColor;border-bottom:calc(var(--vivo-legacy-header-unit) * 1.5) solid currentColor;color:var(--lockscreen-text-primary);opacity:.72;transform:rotate(45deg);transition:transform .18s cubic-bezier(.23,1,.32,1)}[data-channel=vivo] .daily-accordion__chevron-icon{display:none!important}[data-channel=vivo] .daily-accordion__chevron{align-self:center;margin-top:calc(var(--vivo-legacy-header-unit) * -2)}[data-channel=vivo] .hourly-accordion[data-hourly-state=open] .hourly-accordion__chevron,[data-channel=vivo] .daily-accordion[data-daily-state=open] .daily-accordion__chevron{transform:rotate(225deg)}[data-channel=vivo] .hourly-accordion.card .hourly-detail-grid__item,[data-channel=vivo] .daily-detail-grid__item{border-bottom:0}[data-channel=vivo] .hourly-accordion.card .hourly-detail-grid__item:before,[data-channel=vivo] .daily-detail-grid__item:before{display:none;content:none}[data-channel=vivo] .vivo-google-ad-wrapper{width:min(100%,var(--google-ad-slot-width, 320px));max-width:var(--google-ad-slot-width, 320px);display:flex;justify-content:center;align-items:center;margin:12px auto}[data-channel=vivo] .vivo-google-ad-wrapper .google-ad-slot{width:min(100%,var(--google-ad-slot-width, 320px));max-width:var(--google-ad-slot-width, 320px);min-width:min(100%,var(--google-ad-slot-width, 320px));min-height:var(--google-ad-slot-height, 0px)}[data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-google-ad-wrapper,[data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-adsense-wrapper,[data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-adfox-wrapper{display:flex;width:100%;justify-content:center}[data-channel=vivo][data-runtime-channel=xiaomi] .google-ad-slot-wrapper--anchor-marker,[data-channel=vivo][data-runtime-channel=xiaomi] .google-ad-slot--anchor-marker{display:none;width:0;height:0;min-height:0;margin:0;padding:0;background:transparent}:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-google-ad-wrapper.google-ad-slot-wrapper--empty,:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-google-ad-wrapper.google-ad-slot-wrapper--failed,:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] [data-xiaomi-ad-host=true][hidden]{display:none}:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-google-ad-wrapper.google-ad-slot-wrapper--empty+[data-weather-ad-anchor],:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-google-ad-wrapper.google-ad-slot-wrapper--failed+[data-weather-ad-anchor],:root:not([data-weather-google-ad-debug=true]) [data-channel=vivo][data-runtime-channel=xiaomi] [data-xiaomi-ad-host=true][hidden]+[data-weather-ad-anchor]{display:none}[data-channel=vivo][data-runtime-channel=xiaomi] .xiaomi-adfox-floor{display:flex;width:100%;justify-content:center;padding-bottom:env(safe-area-inset-bottom)}[data-channel=vivo][data-runtime-channel=xiaomi].xiaomi-adfox-floor-active .lockscreen-page{padding-bottom:max(100px,env(safe-area-inset-bottom))}[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true],[data-channel=vivo] .vivo-google-ad-wrapper .google-ad-slot[data-google-ad-enforce-max-height=true]{height:var(--google-ad-slot-height, 0px);max-height:var(--google-ad-slot-height, 0px);overflow:hidden}[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true]{box-sizing:border-box;position:relative;flex:0 0 var(--google-ad-slot-height, auto);min-height:var(--google-ad-slot-height, 0px);contain:layout paint}[data-channel=vivo] .vivo-google-ad-wrapper.footer-fixed-adx[data-google-ad-enforce-max-height=true]{position:fixed;right:0;bottom:0;left:0;width:100%;max-width:none;z-index:30;justify-content:center;margin:0;pointer-events:none}[data-channel=vivo] .vivo-google-ad-wrapper--accordion[data-google-ad-enforce-max-height=true]{display:block;margin:0 auto}[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true] .google-ad-slot{position:relative;flex:0 0 var(--google-ad-slot-height, auto)}[data-channel=vivo] .vivo-google-ad-wrapper--accordion[data-google-ad-enforce-max-height=true] .google-ad-slot{position:absolute;top:0;left:50%;width:min(100%,var(--google-ad-slot-width, 320px));transform:translate(-50%)}[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true] iframe,[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true] ins,[data-channel=vivo] .vivo-google-ad-wrapper[data-google-ad-enforce-max-height=true] [id^=google_ads_iframe]{width:min(100%,var(--google-ad-slot-width, 320px))!important;max-width:var(--google-ad-slot-width, 320px)!important;height:var(--google-ad-slot-height, 0px)!important;max-height:var(--google-ad-slot-height, 0px)!important;overflow:hidden!important}[data-channel=vivo] .vivo-google-ad-wrapper.google-ad-slot-wrapper--empty,[data-channel=vivo] .vivo-google-ad-wrapper.google-ad-slot-wrapper--failed{display:none;margin:0}:root[data-weather-google-ad-debug=true] [data-channel=vivo] .vivo-google-ad-wrapper.google-ad-slot-wrapper--empty,:root[data-weather-google-ad-debug=true] [data-channel=vivo] .vivo-google-ad-wrapper.google-ad-slot-wrapper--failed{display:flex;min-height:var(--google-ad-slot-height, 0px);outline:1px dashed rgba(255,88,88,.55)}[data-channel=vivo] .footer-fixed-adx{position:fixed;right:0;bottom:0;left:0;z-index:30;justify-content:center;margin:0;pointer-events:none}[data-channel=vivo] .footer-fixed-adx .google-ad-slot{pointer-events:auto}[data-channel=vivo] .footer-fixed-adx--filled{background:#fff}[data-channel=vivo].bd-ad-adx .lockscreen-page{padding-bottom:var(--weather-bottom-fixed-ad-height, 0px)}[data-channel=vivo].bd-ad-adx:not(.bd-ad-adx-filled) .app-privacy-policy{padding-bottom:50px}[data-channel=vivo].bd-ad-adx-filled .app-privacy-policy{padding-bottom:calc(var(--weather-bottom-fixed-ad-height, 100px) + 50px)}[data-channel=vivo] .daily-accordion__phrase,[data-channel=vivo] .news-banner__body,[data-channel=vivo] .news-detail-card__meta,[data-channel=vivo] .news-page__more{transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}[data-channel=vivo] .daily-accordion__phrase{background:var(--lockscreen-item-bg);color:var(--lockscreen-text-secondary)}[data-channel=vivo] .news-banner__body{background:var(--lockscreen-item-bg-strong);color:var(--lockscreen-text-primary)}[data-channel=vivo] .news-banner__title{color:var(--lockscreen-text-primary)}[data-channel=vivo] .news-banner__meta{color:var(--lockscreen-text-secondary)}[data-channel=vivo] .news-page__more{background:var(--lockscreen-item-bg-strong);border:none;color:var(--lockscreen-text-primary)}[data-channel=vivo] .news-detail-card__meta{background:var(--lockscreen-item-bg-strong);border:none;color:var(--lockscreen-text-secondary)}[data-channel=vivo] .news-page,[data-channel=vivo] .news-detail-page{--lockscreen-news-unit: calc(min(100vw, 500px) / 360);background:#fff;color:#444}[data-channel=vivo]:has(.news-page){background:#fff}[data-channel=vivo]:has(.news-page) .lockscreen-bg{display:none}[data-channel=vivo]:has(.news-page) .lockscreen-page{display:flex;min-height:100dvh;flex-direction:column;background:#fff}[data-channel=vivo] .news-page,[data-channel=vivo] .news-detail-page{flex:1 0 auto}[data-channel=vivo] .news-page{padding:calc(var(--lockscreen-news-unit) * 16) 0 0}[data-channel=vivo] .news-banner,[data-channel=vivo] .news-feature-item,[data-channel=vivo] .news-list-item,[data-channel=vivo] .news-detail-card{border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}[data-channel=vivo] .news-page__list{gap:0}[data-channel=vivo] .news-group{display:flex;flex-direction:column;margin-bottom:calc(var(--lockscreen-news-unit) * 10)}[data-channel=vivo] .news-group:last-child{margin-bottom:0}[data-channel=vivo] .news-banner{position:relative;margin:0 calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 10);border-radius:calc(var(--lockscreen-news-unit) * 10)}[data-channel=vivo] .news-banner__viewport{border-radius:calc(var(--lockscreen-news-unit) * 10)}[data-channel=vivo] .news-banner__item{position:relative;min-height:calc(var(--lockscreen-news-unit) * 192);border-radius:calc(var(--lockscreen-news-unit) * 10);overflow:hidden}[data-channel=vivo] .news-banner__image{width:100%;height:calc(var(--lockscreen-news-unit) * 192);aspect-ratio:auto;border-radius:calc(var(--lockscreen-news-unit) * 10)}[data-channel=vivo] .news-banner__body{position:absolute;right:0;bottom:0;left:0;min-height:calc(var(--lockscreen-news-unit) * 81);padding:0;border-radius:0 0 calc(var(--lockscreen-news-unit) * 10) calc(var(--lockscreen-news-unit) * 10);background:linear-gradient(180deg,transparent 0%,#000000 100%);color:#fff}[data-channel=vivo] .news-banner__title{position:absolute;top:calc(var(--lockscreen-news-unit) * 19);left:calc(var(--lockscreen-news-unit) * 16);width:calc(100% - (var(--lockscreen-news-unit) * 32));color:#fff;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:500;line-height:calc(var(--lockscreen-news-unit) * 20)}[data-channel=vivo] .news-banner__meta{position:absolute;top:calc(var(--lockscreen-news-unit) * 57);left:calc(var(--lockscreen-news-unit) * 16);width:calc(100% - (var(--lockscreen-news-unit) * 32));color:#fffc;font-size:calc(var(--lockscreen-news-unit) * 12);line-height:calc(var(--lockscreen-news-unit) * 15)}[data-channel=vivo] .news-banner__dots{display:none}[data-channel=vivo] .news-feature-item{position:relative;display:block;height:calc(var(--lockscreen-news-unit) * 192);margin:0 calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 10);overflow:hidden;border-radius:calc(var(--lockscreen-news-unit) * 10);color:#fff;text-decoration:none}[data-channel=vivo] .news-feature-item__image{display:block;width:100%;height:calc(var(--lockscreen-news-unit) * 192);border-radius:calc(var(--lockscreen-news-unit) * 10);object-fit:cover}[data-channel=vivo] .news-feature-item__body{position:absolute;right:0;bottom:0;left:0;height:calc(var(--lockscreen-news-unit) * 81);border-radius:0 0 calc(var(--lockscreen-news-unit) * 10) calc(var(--lockscreen-news-unit) * 10);background:linear-gradient(180deg,transparent 0%,#000000 100%)}[data-channel=vivo] .news-feature-item__title{position:absolute;top:calc(var(--lockscreen-news-unit) * 19);left:calc(var(--lockscreen-news-unit) * 16);display:-webkit-box;width:calc(100% - (var(--lockscreen-news-unit) * 32));overflow:hidden;color:#fff;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:500;line-height:calc(var(--lockscreen-news-unit) * 20);-webkit-box-orient:vertical;-webkit-line-clamp:2}[data-channel=vivo] .news-feature-item__meta{position:absolute;top:calc(var(--lockscreen-news-unit) * 57);left:calc(var(--lockscreen-news-unit) * 16);width:calc(100% - (var(--lockscreen-news-unit) * 32));overflow:hidden;color:#fffc;font-size:calc(var(--lockscreen-news-unit) * 12);font-weight:400;line-height:calc(var(--lockscreen-news-unit) * 15);text-overflow:ellipsis;white-space:nowrap}[data-channel=vivo] .news-list-item{align-items:center;gap:calc(var(--lockscreen-news-unit) * 16);margin-bottom:calc(var(--lockscreen-news-unit) * 10);padding:0 calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 10);border-bottom:1px solid #f7f7f7;border-radius:0;color:#444}[data-channel=vivo] .news-list-item:last-child{border-bottom-color:transparent}[data-channel=vivo] .news-group .news-list-item:last-child,[data-channel=vivo] .news-recommend__list .news-list-item:last-child{border-bottom-color:transparent}[data-channel=vivo] .news-list-item__image{width:calc(var(--lockscreen-news-unit) * 90);height:calc(var(--lockscreen-news-unit) * 90);flex:0 0 calc(var(--lockscreen-news-unit) * 90);border-radius:calc(var(--lockscreen-news-unit) * 10)}[data-channel=vivo] .news-list-item__body{min-width:0;min-height:calc(var(--lockscreen-news-unit) * 90);justify-content:space-between;gap:calc(var(--lockscreen-news-unit) * 8)}[data-channel=vivo] .news-list-item__title{color:#444;font-size:calc(var(--lockscreen-news-unit) * 12);font-weight:500;line-height:calc(var(--lockscreen-news-unit) * 16);-webkit-line-clamp:4}[data-channel=vivo] .news-list-item__meta{color:#999;font-size:calc(var(--lockscreen-news-unit) * 10);line-height:calc(var(--lockscreen-news-unit) * 14)}[data-channel=vivo] .news-page__empty,[data-channel=vivo] .news-page__status,[data-channel=vivo] .news-detail-page__status{color:#666}[data-channel=vivo] .news-pagination-wrap{display:flex;height:calc(var(--lockscreen-news-unit) * 32);align-items:center;justify-content:center;margin:0 0 calc(var(--lockscreen-news-unit) * 10);padding:0 calc(var(--lockscreen-news-unit) * 16);color:#444;font-family:Roboto,Arial,sans-serif;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:400}[data-channel=vivo] .rc-pagination{display:flex;justify-content:center;margin:0;padding:0;font-family:Arial,sans-serif;font-size:calc(var(--lockscreen-news-unit) * 14);list-style:none}[data-channel=vivo] .rc-pagination-item,[data-channel=vivo] .rc-pagination-prev,[data-channel=vivo] .rc-pagination-next,[data-channel=vivo] .rc-pagination-jump-prev,[data-channel=vivo] .rc-pagination-jump-next{display:inline-block;min-width:calc(var(--lockscreen-news-unit) * 28);height:calc(var(--lockscreen-news-unit) * 28);margin-right:calc(var(--lockscreen-news-unit) * 8);border-radius:calc(var(--lockscreen-news-unit) * 2);color:#000000d9;line-height:calc(var(--lockscreen-news-unit) * 26);text-align:center;vertical-align:middle;list-style:none;-webkit-user-select:none;user-select:none}[data-channel=vivo] .rc-pagination-next{margin-right:0}[data-channel=vivo] .rc-pagination-item{border:1px solid #d9d9d9;background:#fff;cursor:pointer}[data-channel=vivo] .rc-pagination-item a{display:block;padding:0 calc(var(--lockscreen-news-unit) * 6);color:#000000d9;text-decoration:none}[data-channel=vivo] .rc-pagination-item:hover,[data-channel=vivo] .rc-pagination-item-active{font-weight:500;border-color:#1890ff}[data-channel=vivo] .rc-pagination-item:hover a,[data-channel=vivo] .rc-pagination-item-active a{color:#1890ff}[data-channel=vivo] .rc-pagination-prev .rc-pagination-item-link,[data-channel=vivo] .rc-pagination-next .rc-pagination-item-link{display:block;width:100%;height:100%;border:1px solid #d9d9d9;border-radius:calc(var(--lockscreen-news-unit) * 2);background:#fff;color:#000000d9;font-size:calc(var(--lockscreen-news-unit) * 12);line-height:normal;padding:1px calc(var(--lockscreen-news-unit) * 4.32);text-align:center;text-decoration:none}[data-channel=vivo] .rc-pagination-prev button.rc-pagination-item-link,[data-channel=vivo] .rc-pagination-next button.rc-pagination-item-link,[data-channel=vivo] .rc-pagination-jump-prev button,[data-channel=vivo] .rc-pagination-jump-next button{padding:1px calc(var(--lockscreen-news-unit) * 4.32);cursor:pointer}[data-channel=vivo] .rc-pagination-prev .rc-pagination-item-link:after{content:"‹";display:block}[data-channel=vivo] .rc-pagination-next .rc-pagination-item-link:after{content:"›";display:block}[data-channel=vivo] .rc-pagination-prev:not(.rc-pagination-disabled):hover .rc-pagination-item-link,[data-channel=vivo] .rc-pagination-next:not(.rc-pagination-disabled):hover .rc-pagination-item-link{border-color:#1890ff;color:#1890ff}[data-channel=vivo] .rc-pagination-disabled,[data-channel=vivo] .rc-pagination-disabled .rc-pagination-item-link{cursor:not-allowed}[data-channel=vivo] .rc-pagination-disabled .rc-pagination-item-link{border-color:#d9d9d9;color:#000000d9}[data-channel=vivo] .rc-pagination-jump-prev button,[data-channel=vivo] .rc-pagination-jump-next button{width:100%;height:100%;border:0;background:transparent;color:#666}[data-channel=vivo] .rc-pagination-jump-prev button:after,[data-channel=vivo] .rc-pagination-jump-next button:after{content:"•••";display:block}[data-channel=vivo] .news-footer{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;min-height:230px;margin-top:30px;padding:50px 0;background:#087bd8;color:#fff;text-align:center}[data-channel=vivo] .news-footer.app-privacy-policy,[data-channel=vivo].bd-ad-adx:not(.bd-ad-adx-filled) .news-footer.app-privacy-policy{padding-top:50px;padding-bottom:50px}[data-channel=vivo].bd-ad-adx-filled .news-footer.app-privacy-policy{min-height:calc(var(--weather-bottom-fixed-ad-height, 100px) + 230px);padding-top:50px;padding-bottom:calc(var(--weather-bottom-fixed-ad-height, 100px) + 50px)}[data-channel=vivo] .news-detail-page .news-footer{margin-right:calc(var(--lockscreen-news-unit) * -16);margin-left:calc(var(--lockscreen-news-unit) * -16)}[data-channel=vivo] .news-footer p{width:calc(var(--lockscreen-news-unit) * 224);max-width:100%;margin:0 auto;color:#fff;font-size:12px;line-height:16px}[data-channel=vivo] .news-footer a{color:#fff;text-decoration:underline}[data-channel=vivo] .news-detail-page{padding:calc(var(--lockscreen-news-unit) * 16) calc(var(--lockscreen-news-unit) * 16) 0}[data-channel=vivo] .news-detail-card{padding:0;color:#444}[data-channel=vivo] .news-detail-card__image{height:calc(var(--lockscreen-news-unit) * 240);margin-bottom:calc(var(--lockscreen-news-unit) * 14);border-radius:calc(var(--lockscreen-news-unit) * 10);aspect-ratio:auto}[data-channel=vivo] .news-detail-card__title{margin-bottom:calc(var(--lockscreen-news-unit) * 14);color:#444;font-size:calc(var(--lockscreen-news-unit) * 18);font-weight:600;line-height:calc(var(--lockscreen-news-unit) * 25)}[data-channel=vivo] .news-detail-card__meta{display:flex;min-height:calc(var(--lockscreen-news-unit) * 52);flex-direction:column;justify-content:space-between;gap:0;margin-bottom:calc(var(--lockscreen-news-unit) * 14);border-radius:calc(var(--lockscreen-news-unit) * 12);padding:calc(var(--lockscreen-news-unit) * 6) calc(var(--lockscreen-news-unit) * 12) calc(var(--lockscreen-news-unit) * 6) calc(var(--lockscreen-news-unit) * 17);background:#f8f8f8;color:#999;font-size:calc(var(--lockscreen-news-unit) * 14);line-height:calc(var(--lockscreen-news-unit) * 20)}[data-channel=vivo] [data-news-detail-author]{color:#444;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:400;line-height:calc(var(--lockscreen-news-unit) * 20)}[data-channel=vivo] .news-detail-card__source-date{color:#cbcbcb;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:400;line-height:calc(var(--lockscreen-news-unit) * 20)}[data-channel=vivo] .news-detail-card__separator{color:#cbcbcb}[data-channel=vivo] .news-detail-card__body{color:#444;font-size:14px;line-height:normal}[data-channel=vivo] .news-detail-card__body img{width:100%;max-width:100%;height:auto;border-radius:0}[data-channel=vivo] .news-detail-card__body img.icsmicro{width:auto}[data-channel=vivo] .news-detail-card__body figure,[data-channel=vivo] .news-detail-card__body figcaption{width:100%!important}[data-channel=vivo] .news-detail-card__body.rich-text *:not(figcaption,video,img,figure){all:revert}[data-channel=vivo] .news-recommend{margin-top:0}[data-channel=vivo] .news-recommend__title{display:none}[data-channel=vivo] .news-recommend__list{gap:0}[data-channel=vivo] .news-detail-actions{display:flex;justify-content:center}[data-channel=vivo] .news-detail-back{display:inline-flex;width:auto;min-width:calc(var(--lockscreen-news-unit) * 48);height:calc(var(--lockscreen-news-unit) * 32);align-items:center;justify-content:center;margin:calc(var(--lockscreen-news-unit) * 20) 0;border-radius:calc(var(--lockscreen-news-unit) * 40);color:#666;font-size:calc(var(--lockscreen-news-unit) * 14);font-weight:400;line-height:calc(var(--lockscreen-news-unit) * 20);text-decoration:none}[data-channel=vivo] .location-panel__scrim,[data-channel=vivo] .location-panel__sheet,[data-channel=vivo] .location-panel__search,[data-channel=vivo] .location-panel__clear,[data-channel=vivo] .location-panel__current,[data-channel=vivo] .location-panel__status,[data-channel=vivo] .location-panel__result,[data-channel=vivo] .location-panel__empty,[data-channel=vivo] .sunmoon-chart__sun-path,[data-channel=vivo] .sunmoon-chart__moon-path,[data-channel=vivo] .sunmoon-progress__track--past,[data-channel=vivo] .sunmoon-progress__track--future{transition:background-color .22s ease,color .22s ease,stroke .22s ease,box-shadow .22s ease}[data-channel=vivo] .location-panel__scrim{background:#0000004d}[data-channel=vivo] .location-panel__sheet{background:#fff;box-shadow:none;color:#333;backdrop-filter:none;-webkit-backdrop-filter:none}[data-channel=vivo] .location-panel__search{background:#eee;color:#333}[data-channel=vivo] .location-panel__search::-webkit-search-cancel-button,[data-channel=vivo] .location-panel__search::-webkit-search-decoration,[data-channel=vivo] .location-panel__search::-webkit-search-results-button,[data-channel=vivo] .location-panel__search::-webkit-search-results-decoration{display:none;-webkit-appearance:none;appearance:none}[data-channel=vivo] .location-panel__search::placeholder{color:#999}[data-channel=vivo] .location-panel__search:focus{box-shadow:none}[data-channel=vivo] .location-panel__clear,[data-channel=vivo] .location-panel__status,[data-channel=vivo] .location-panel__empty,[data-channel=vivo] .location-panel__current{color:#333}[data-channel=vivo] .location-panel__clear,[data-channel=vivo] .location-panel__status,[data-channel=vivo] .location-panel__empty{color:#999}[data-channel=vivo] .location-panel__status:empty{display:none}[data-channel=vivo] .location-panel__result{color:#333}[data-channel=vivo] .location-panel__results{padding-right:calc(var(--lockscreen-home-unit) * 6);scrollbar-color:rgba(153,153,153,.46) transparent}[data-channel=vivo] .location-panel__results::-webkit-scrollbar{width:8px}[data-channel=vivo] .location-panel__results::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#99999975;background-clip:content-box}[data-channel=vivo] .location-panel__result:active,[data-channel=vivo] .location-panel__result:focus-visible{background:#0000000f}[data-channel=vivo] .sunmoon-chart__sun-path{stroke:var(--lockscreen-sun-accent)}[data-channel=vivo] .sunmoon-chart__moon-path{stroke:var(--lockscreen-moon-accent)}[data-channel=vivo] .sunmoon-chart{width:calc(100% + (var(--lockscreen-sunmoon-unit) * 32));margin-inline:calc(var(--lockscreen-sunmoon-unit) * -16)}[data-channel=vivo] .sunmoon-chart__svg{width:100%;max-width:none}[data-channel=vivo] .sunmoon-progress__track--past{background:var(--lockscreen-sunmoon-track-past)}[data-channel=vivo] .sunmoon-progress__track--future{background:var(--lockscreen-sunmoon-track-future)}[data-channel=vivo] .sunmoon-page-times{gap:calc(var(--vivo-legacy-header-unit) * 12)}[data-channel=vivo] .sunmoon-page-times__row{justify-content:space-between;gap:calc(var(--vivo-legacy-header-unit) * 18)}[data-channel=vivo] .sunmoon-page-time{flex:0 0 auto;gap:calc(var(--vivo-legacy-header-unit) * 12)}[data-channel=vivo] .sunmoon-page-time:nth-child(2){justify-content:flex-end;margin-left:auto}[data-channel=vivo] .sunmoon-page-time__label,[data-channel=vivo] .sunmoon-page-time__value{flex:0 0 auto}[data-channel=vivo] .sunmoon-page-time__label{color:var(--lockscreen-text-primary);font-size:calc(var(--vivo-legacy-header-unit) * 16);font-weight:400;line-height:1.2}[data-channel=vivo] .sunmoon-page-time__value{font-size:calc(var(--vivo-legacy-header-unit) * 14);line-height:1.2}[data-channel=vivo] .moon-phase-next{align-items:flex-start;padding-top:calc(var(--vivo-legacy-header-unit) * 16);color:#fffc}[data-channel=vivo] .moon-phase-next p{line-height:1.2}[data-channel=vivo] .moon-phase-next p:first-of-type{color:var(--lockscreen-text-primary);font-size:calc(var(--vivo-legacy-header-unit) * 16);font-weight:400}[data-channel=vivo] .moon-phase-next p:last-of-type{margin-top:calc(var(--vivo-legacy-header-unit) * 2);font-size:calc(var(--vivo-legacy-header-unit) * 14)}[data-channel=vivo] .moon-phase-next__icon{margin-bottom:calc(var(--vivo-legacy-header-unit) * 8)}[data-channel=vivo] .sunmoon-page,[data-channel=vivo] .sunmoon-page :where(.sunmoon-page-card,.sunmoon-page-card__title,.sunmoon-page-time__label,.sunmoon-page-time__value,.sunmoon-page-time__next-day,.moon-phase-selector__name,.moon-phase-selector__date,.moon-phase-next,.moon-phase-next p,.footer,.footer__row,.footer__privacy){font-size:14px}[data-channel=vivo] .sunmoon-page .sunmoon-chart__tick,[data-channel=vivo] .sunmoon-page .moon-phase-next,[data-channel=vivo] .sunmoon-page .moon-phase-next__item,[data-channel=vivo] .sunmoon-page .moon-phase-next p{font-size:14px}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home]{padding:calc(var(--vivo-legacy-header-unit) * 16) calc(var(--vivo-legacy-header-unit) * 16) calc(var(--vivo-legacy-header-unit) * 24);gap:calc(var(--vivo-legacy-header-unit) * 16)}[data-channel=vivo] .current-card{gap:calc(var(--vivo-legacy-header-unit) * 16);padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card{background:var(--lockscreen-glass-bg);box-shadow:none;backdrop-filter:blur(var(--lockscreen-card-blur));-webkit-backdrop-filter:blur(var(--lockscreen-card-blur))}[data-channel=vivo] .current-card__header{align-items:center}[data-channel=vivo] .current-card__title{font-size:calc(var(--vivo-legacy-header-unit) * 16);font-weight:400;line-height:calc(var(--vivo-legacy-header-unit) * 19)}[data-channel=vivo] .current-card__time{display:inline-flex;align-items:center;font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:calc(var(--vivo-legacy-header-unit) * 14)}[data-channel=vivo] .current-card__body{min-height:calc(var(--vivo-legacy-header-unit) * 130);padding:0;gap:calc(var(--vivo-legacy-header-unit) * 60);justify-content:center}[data-channel=vivo] .current-card__icon{width:calc(var(--vivo-legacy-header-unit) * 90);height:calc(var(--vivo-legacy-header-unit) * 90)}[data-channel=vivo] .current-card__temp-value{font-size:calc(var(--vivo-legacy-header-unit) * 75);line-height:calc(var(--vivo-legacy-header-unit) * 75)}[data-channel=vivo] .current-card__temp-degree{font-size:calc(var(--vivo-legacy-header-unit) * 30);line-height:calc(var(--vivo-legacy-header-unit) * 70)}[data-channel=vivo] .current-card__desc,[data-channel=vivo] .current-card__range{font-size:calc(var(--vivo-legacy-header-unit) * 18);line-height:calc(var(--vivo-legacy-header-unit) * 21.6)}[data-channel=vivo] .current-card__summary{width:calc(var(--vivo-legacy-header-unit) * 126);gap:calc(var(--vivo-legacy-header-unit) * 8)}[data-channel=vivo] .current-card__reading{gap:calc(var(--vivo-legacy-header-unit) * 8);margin-left:0}[data-channel=vivo] .current-card__range{padding-left:calc(var(--vivo-legacy-header-unit) * 15)}[data-channel=vivo] .current-card__feels{border-top:0;gap:calc(var(--vivo-legacy-header-unit) * 8);padding-top:0;font-size:calc(var(--vivo-legacy-header-unit) * 13);font-weight:500;line-height:normal}[data-channel=vivo] .current-card__feels-text,[data-channel=vivo] .current-card__feels-separator{line-height:calc(var(--vivo-legacy-header-unit) * 22)}[data-channel=vivo] .current-card__feels-text{font-weight:400}[data-channel=vivo] .current-card__feels-separator{width:auto;height:auto;background:transparent}[data-channel=vivo] .current-card__feels-separator:before{content:"|"}[data-channel=vivo] .daily-card{padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .daily-card__title,[data-channel=vivo] .hourly-card__title{font-size:calc(var(--lockscreen-home-unit) * 16);font-weight:400}[data-channel=vivo] .daily-card__title{display:none}[data-channel=vivo] .hourly-card{padding:calc(var(--vivo-legacy-header-unit) * 16) 0;border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .hourly-card__title{padding:0 calc(var(--vivo-legacy-header-unit) * 16);font-size:16px;line-height:calc(var(--vivo-legacy-header-unit) * 25);font-weight:400}[data-channel=vivo] .hourly-strip{box-sizing:border-box;min-height:calc(var(--vivo-legacy-header-unit) * 101);padding-inline:calc(var(--vivo-legacy-header-unit) * 11) calc(var(--vivo-legacy-header-unit) * 16);padding-top:calc(var(--vivo-legacy-header-unit) * 10);gap:calc(var(--vivo-legacy-header-unit) * 5)}[data-channel=vivo] .hourly-item{min-width:calc(var(--vivo-legacy-header-unit) * 42.5);min-height:calc(var(--vivo-legacy-header-unit) * 91);gap:calc(var(--vivo-legacy-header-unit) * 2);padding:calc(var(--vivo-legacy-header-unit) * 10) calc(var(--vivo-legacy-header-unit) * 5);font-size:14px;line-height:normal}[data-channel=vivo] .hourly-item:first-child{margin-left:0}[data-channel=vivo] .hourly-item:last-child{margin-right:calc(var(--vivo-legacy-header-unit) * 8)}[data-channel=vivo] .hourly-item__icon{width:auto;height:calc(var(--vivo-legacy-header-unit) * 30)}[data-channel=vivo] .hourly-item__wind{min-height:0;flex:1 1 0}[data-channel=vivo] .hourly-item__time,[data-channel=vivo] .hourly-item__precip{font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:1.2}[data-channel=vivo] .hourly-item__temp{font-size:14px;line-height:1.2}[data-channel=vivo] .daily-item{grid-template-columns:calc(100% * .9 / 5.5) calc(100% * .9 / 5.5) minmax(0,calc(100% * 1.7 / 5.5)) minmax(max-content,calc(100% * 2 / 5.5));gap:0;padding:calc(var(--vivo-legacy-header-unit) * 15) 0}[data-channel=vivo] .daily-item__desc,[data-channel=vivo] .daily-item__day{font-weight:500;line-height:normal}[data-channel=vivo] .daily-item__date{align-self:stretch;align-items:flex-start;justify-content:center;justify-self:stretch;gap:calc(var(--vivo-legacy-header-unit) * 2);text-align:left;transform:none}[data-channel=vivo] .daily-item__day{font-size:14px;line-height:1.2;text-align:left}[data-channel=vivo] .daily-item__date-short,[data-channel=vivo] .daily-item__desc{font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:1.2}[data-channel=vivo] .daily-item__desc{white-space:normal;overflow:visible;overflow-wrap:anywhere;text-overflow:clip}[data-channel=vivo] .daily-item__icon{width:calc(var(--vivo-legacy-header-unit) * 25);height:calc(var(--vivo-legacy-header-unit) * 25)}[data-channel=vivo] .daily-item__meta{width:max-content;flex-direction:column;align-items:center;justify-content:center;justify-self:end;gap:calc(var(--vivo-legacy-header-unit) * 6)}[data-channel=vivo] .daily-item__precip{order:2;width:calc(var(--vivo-legacy-header-unit) * 49);height:calc(var(--vivo-legacy-header-unit) * 20);justify-content:center;gap:calc(var(--vivo-legacy-header-unit) * 4);padding:0 calc(var(--vivo-legacy-header-unit) * 6);border-radius:999px;background:#ffffff1c;font-size:14px;line-height:calc(var(--vivo-legacy-header-unit) * 20)}[data-channel=vivo] .daily-item__precip-icon{width:calc(var(--vivo-legacy-header-unit) * 10);height:calc(var(--vivo-legacy-header-unit) * 10);opacity:1}[data-channel=vivo] .daily-item__temp{order:1;color:var(--lockscreen-text-primary);font-size:14px;line-height:normal;text-align:center}[data-channel=vivo] .daily-more-link{margin:calc(var(--vivo-legacy-header-unit) * 15) auto calc(var(--vivo-legacy-header-unit) * 5);border-radius:calc(var(--vivo-legacy-header-unit) * 10);font-size:calc(var(--vivo-legacy-header-unit) * 14);line-height:calc(var(--vivo-legacy-header-unit) * 35)}[data-channel=vivo] .metrics-card{padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .metrics-grid{border-radius:0}[data-channel=vivo] .metric-item{min-height:calc(var(--vivo-legacy-header-unit) * 100)}[data-channel=vivo] .metric-item:before{top:calc(var(--vivo-legacy-header-unit) * 10);bottom:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .metric-item:nth-last-child(n+4),[data-channel=vivo] .metric-item:nth-last-child(3):nth-child(3n),[data-channel=vivo] .metric-item:nth-last-child(3):nth-child(3n+2),[data-channel=vivo] .metric-item:nth-last-child(2):nth-child(3n){border-bottom:1px solid var(--lockscreen-divider)}[data-channel=vivo] .metric-item__inner{width:calc(100% - (var(--vivo-legacy-header-unit) * 16));justify-content:center;text-align:center;gap:calc(var(--vivo-legacy-header-unit) * 5);font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:normal}[data-channel=vivo] .metric-item__icon{width:calc(var(--vivo-legacy-header-unit) * 20);height:calc(var(--vivo-legacy-header-unit) * 20)}[data-channel=vivo] .metric-item__label,[data-channel=vivo] .metric-item__value{width:100%;min-width:0;padding:0 calc(var(--vivo-legacy-header-unit) * 4);justify-content:center;text-align:center;font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:normal}[data-channel=vivo] .metric-item__label.overflow-marquee:not(.is-marquee-active),[data-channel=vivo] .metric-item__value.overflow-marquee:not(.is-marquee-active){vertical-align:middle}[data-channel=vivo] .metric-item__label{overflow:hidden;text-overflow:clip}[data-channel=vivo] .metric-item__label-runner{display:inline-block;max-width:none;white-space:nowrap;will-change:transform}[data-channel=vivo] .metric-item__label.is-metric-label-marquee{justify-content:flex-start}[data-channel=vivo] .metric-item__label.is-metric-label-marquee .metric-item__label-runner{animation:vivo-metric-label-marquee var(--metric-label-marquee-duration, 4s) ease-in-out .8s infinite alternate}[data-channel=vivo] .daily-accordion__all-info{display:flex;width:100%;min-height:calc(var(--vivo-legacy-header-unit) * 35);margin:calc(var(--vivo-legacy-header-unit) * 15) auto calc(var(--vivo-legacy-header-unit) * 5);border:none;border-radius:calc(var(--vivo-legacy-header-unit) * 10);background:var(--lockscreen-item-bg);color:#fff;font-size:14px;font-weight:500;line-height:calc(var(--vivo-legacy-header-unit) * 35);text-align:center}[data-channel=vivo] .daily-detail-page{--lockscreen-daily-unit: calc(min(100vw, 500px) / 360);--daily-detail-selector-unit: calc(min(100vw, 500px) / 406);gap:calc(var(--lockscreen-daily-unit) * 10);padding:0 calc(var(--lockscreen-daily-unit) * 16) calc(var(--lockscreen-daily-unit) * 24)}[data-channel=vivo] .daily-detail-page .sunmoon-card,[data-channel=vivo] .daily-detail-page .sunmoon-time__label,[data-channel=vivo] .daily-detail-page .sunmoon-times--bottom .sunmoon-time__label,[data-channel=vivo] .daily-detail-page .sunmoon-time__value{font-size:14px}[data-channel=vivo] .daily-detail-page__selector{display:flex;width:calc(100% + (var(--vivo-legacy-header-unit) * 32));height:calc(var(--daily-detail-selector-unit) * 60);min-height:calc(var(--daily-detail-selector-unit) * 60);align-items:center;box-sizing:border-box;gap:16px;overflow-x:auto;overflow-y:hidden;margin-inline:calc(var(--vivo-legacy-header-unit) * -16);padding:calc(var(--daily-detail-selector-unit) * 12) calc(var(--daily-detail-selector-unit) * 16);border-radius:0;background:#ffffff57;backdrop-filter:blur(2.72px) saturate(100%);-webkit-backdrop-filter:blur(2.72px) saturate(100%);overscroll-behavior-x:contain;scroll-padding-inline:calc(var(--daily-detail-selector-unit) * 16);touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-channel=vivo] .daily-detail-page__selector::-webkit-scrollbar{display:none}[data-channel=vivo] .daily-detail-day{display:flex;flex:0 0 auto;width:calc(var(--daily-detail-selector-unit) * 44);min-width:calc(var(--daily-detail-selector-unit) * 44);height:calc(var(--daily-detail-selector-unit) * 36);flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;gap:0;padding:calc(var(--daily-detail-selector-unit) * 5) 0;border-radius:calc(var(--daily-detail-selector-unit) * 6);color:#fff;background:#00000040;font-family:Roboto,Arial,sans-serif;font-size:calc(var(--daily-detail-selector-unit) * 12);font-weight:400;line-height:calc(var(--daily-detail-selector-unit) * 14);text-align:center;text-decoration:none}[data-channel=vivo] .daily-detail-day--active{gap:0;background:#ffcd65;color:#fff}[data-channel=vivo] .daily-detail-day__week{font-size:calc(var(--daily-detail-selector-unit) * 12);line-height:calc(var(--daily-detail-selector-unit) * 14);text-transform:uppercase}[data-channel=vivo] .daily-detail-day__date{font-size:calc(var(--daily-detail-selector-unit) * 10);line-height:calc(var(--daily-detail-selector-unit) * 12)}[data-channel=vivo] .daily-detail-day--active .daily-detail-day__week{font-size:calc(var(--daily-detail-selector-unit) * 12);line-height:calc(var(--daily-detail-selector-unit) * 14)}[data-channel=vivo] .daily-detail-day__week,[data-channel=vivo] .daily-detail-day__date{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-channel=vivo] .daily-detail-day__week.overflow-marquee{display:flex;width:100%}[data-channel=vivo] .daily-detail-day__week.overflow-marquee:not(.is-marquee-active){justify-content:center}[data-channel=vivo] .daily-detail-page__stack,[data-channel=vivo] .daily-detail-warnings{display:flex;flex-direction:column;gap:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .daily-detail-period,[data-channel=vivo] .daily-detail-extra,[data-channel=vivo] .daily-detail-warning,[data-channel=vivo] .daily-detail-empty{padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .daily-detail-period{display:flex;flex-direction:column;gap:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .daily-detail-period__title{margin:0;font-size:calc(var(--vivo-legacy-header-unit) * 14);font-weight:600;line-height:1.2}[data-channel=vivo] .daily-detail-period__summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(calc(var(--vivo-legacy-header-unit) * 120),1fr);align-items:center;gap:calc(var(--vivo-legacy-header-unit) * 12)}[data-channel=vivo] .daily-detail-period__weather{display:flex;min-width:0;flex-direction:column;align-items:center;gap:calc(var(--vivo-legacy-header-unit) * 4);text-align:center}[data-channel=vivo] .daily-detail-period__icon{width:calc(var(--vivo-legacy-header-unit) * 56);height:calc(var(--vivo-legacy-header-unit) * 56);object-fit:contain}[data-channel=vivo] .daily-detail-period__text{width:100%;margin:0;overflow-wrap:anywhere;font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:1.2}[data-channel=vivo] .daily-detail-period__temp{display:flex;align-items:center;justify-content:center;min-width:0;line-height:1}[data-channel=vivo] .daily-detail-period__temp-value{font-size:calc(var(--vivo-legacy-header-unit) * 66);font-weight:400}[data-channel=vivo] .daily-detail-period__temp-meta{display:flex;min-height:calc(var(--vivo-legacy-header-unit) * 56);flex-direction:column;align-items:center;justify-content:space-between}[data-channel=vivo] .daily-detail-period__temp-unit{font-size:calc(var(--vivo-legacy-header-unit) * 30)}[data-channel=vivo] .daily-detail-period__temp-label{font-size:calc(var(--vivo-legacy-header-unit) * 10);line-height:1.2}[data-channel=vivo] .daily-detail-period__phrase{margin:0;padding:calc(var(--vivo-legacy-header-unit) * 8);border-radius:calc(var(--vivo-legacy-header-unit) * 8);background:var(--app-bg-14, rgba(255, 255, 255, .14));color:var(--lockscreen-text-secondary);font-size:calc(var(--vivo-legacy-header-unit) * 10);font-weight:300;line-height:calc(var(--vivo-legacy-header-unit) * 13)}[data-channel=vivo] .daily-detail-grid--full{padding:0;border-radius:0}[data-channel=vivo] .daily-detail-warning{display:flex;align-items:center;gap:calc(var(--vivo-legacy-header-unit) * 10);background:#ffffff24}[data-channel=vivo] .daily-detail-warning__mark{width:calc(var(--vivo-legacy-header-unit) * 4);align-self:stretch;border-radius:999px;background:var(--daily-detail-warning-color, #ffd700)}[data-channel=vivo] .daily-detail-warning__body{min-width:0}[data-channel=vivo] .daily-detail-warning__title,[data-channel=vivo] .daily-detail-warning__time{margin:0}[data-channel=vivo] .daily-detail-warning__title{font-size:calc(var(--vivo-legacy-header-unit) * 13);font-weight:600;line-height:1.25}[data-channel=vivo] .daily-detail-warning__time,[data-channel=vivo] .daily-detail-empty{font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:1.35}@keyframes vivo-metric-label-marquee{to{transform:translate3d(calc(var(--metric-label-marquee-distance, 0px) * -1),0,0)}}@media(prefers-reduced-motion:reduce){[data-channel=vivo] .metric-item__label.is-metric-label-marquee .metric-item__label-runner{animation:none}}[data-channel=vivo] .aqi-card{min-height:calc(var(--vivo-legacy-header-unit) * 168);gap:calc(var(--vivo-legacy-header-unit) * 16);justify-content:center;padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .aqi-circle{width:calc(var(--vivo-legacy-header-unit) * 100);height:calc(var(--vivo-legacy-header-unit) * 100)}[data-channel=vivo] .aqi-circle__ring{inset:0;mask:radial-gradient(transparent calc(var(--vivo-legacy-header-unit) * 35),#000 calc(var(--vivo-legacy-header-unit) * 35));-webkit-mask:radial-gradient(transparent calc(var(--vivo-legacy-header-unit) * 35),#000 calc(var(--vivo-legacy-header-unit) * 35))}[data-channel=vivo] .aqi-circle__value{font-size:calc(var(--vivo-legacy-header-unit) * 18);line-height:normal}[data-channel=vivo] .aqi-circle__label{font-size:calc(var(--vivo-legacy-header-unit) * 12);line-height:normal}[data-channel=vivo] .aqi-card__level{font-size:14px;line-height:normal}[data-channel=vivo] .aqi-card__level:empty{display:none}[data-channel=vivo] .sunmoon-card{gap:calc(var(--vivo-legacy-header-unit) * 16);padding:calc(var(--vivo-legacy-header-unit) * 16);border-radius:calc(var(--vivo-legacy-header-unit) * 10)}[data-channel=vivo] .sunmoon-times{gap:calc(var(--vivo-legacy-header-unit) * 16)}[data-channel=vivo] .sunmoon-time{gap:calc(var(--vivo-legacy-header-unit) * 2)}[data-channel=vivo] .sunmoon-time__label{font-size:calc(var(--vivo-legacy-header-unit) * 13);line-height:1.2;font-weight:500}[data-channel=vivo] .sunmoon-times--bottom .sunmoon-time__label{font-size:calc(var(--vivo-legacy-header-unit) * 12);font-weight:300}[data-channel=vivo] .sunmoon-time__value{font-size:calc(var(--vivo-legacy-header-unit) * 16);line-height:1.2}[data-channel=vivo] .topbar__location,[data-channel=vivo] .topbar__location-text,[data-channel=vivo] .topbar__weather,[data-channel=vivo] .topbar__weather-text-inner,[data-channel=vivo] .tabs__scroller,[data-channel=vivo] .tabs__item,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home],[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__title,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__time,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__desc,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__range,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__feels,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__feels-text,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .temperature-value,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-card__title,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-item,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-item__temp,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-item__time,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-item__precip,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-card__title,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-item__day,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-item__date-short,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-item__desc,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-item__precip,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-item__temp,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-more-link,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .daily-more-link__text,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .metric-item__inner,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .metric-item__label,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .metric-item__value,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .aqi-circle__value,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .aqi-circle__label,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .aqi-card__level,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .sunmoon-time__label,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .sunmoon-time__value,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .footer,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .footer__row,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .footer__privacy{font-size:14px}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__body{display:flex;align-items:center;justify-content:center;padding:0}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr) minmax(0,1fr);--current-card-main-row-height: calc(var(--vivo-legacy-header-unit) * 100);align-items:start;justify-content:stretch;width:100%;padding:0;column-gap:0}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__summary,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__reading{display:grid;grid-row:1;width:100%;min-width:0;margin:0}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__reading{align-content:start}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__summary{grid-column:1;justify-self:start}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__reading{grid-column:3;justify-self:end}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__icon{justify-self:center}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__temp{--vivo-current-temp-optical-offset: 0px;width:100%;align-items:flex-end;justify-content:center;justify-self:stretch;text-align:center;transform:translate(var(--vivo-current-temp-optical-offset))}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__temp-value{font-size:65px;line-height:65px}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__temp-degree{align-self:center;line-height:1;transform:translateY(calc(var(--vivo-legacy-header-unit) * 4))}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__desc,[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__range{justify-self:center;align-self:start;font-size:16px;line-height:20px;--current-card-secondary-row-offset-y: calc(var(--vivo-legacy-header-unit) * -8)}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__desc{min-width:0;max-width:100%;overflow-wrap:anywhere}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__range{width:100%;justify-self:stretch;align-self:start;padding-left:0;text-align:center;--current-card-range-optical-offset: calc(var(--vivo-legacy-header-unit) * -12)}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .hourly-card__title{font-size:16px;font-weight:400}[data-channel=vivo] .tabs__scroller,[data-channel=vivo] .tabs__item{font-size:16px}[data-channel=vivo] .lockscreen-content[data-lockscreen-view=home] .current-card__temp{font-size:initial}[data-channel=vivo] .sunmoon-progress{--sunmoon-marker-size: 20px;--sunmoon-rail-height: calc(var(--vivo-legacy-header-unit) * 8);padding:0}[data-channel=vivo] .sunmoon-progress__line{gap:calc(var(--vivo-legacy-header-unit) * 4)}[data-channel=vivo] .moon-phase-selector__arrow:not(:disabled):active{background:transparent}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-wrapper{position:relative;display:flex;width:100%;min-height:var(--google-ad-slot-height, 0);flex-direction:column;align-items:center;justify-content:center;overflow:visible}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-frame{position:relative;display:flex;width:min(100%,var(--chuanyin-ad-visible-width, var(--google-ad-slot-width, 320px)));max-width:100%;flex:0 1 auto;flex-direction:column;align-items:center}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-content{display:flex;width:100%;min-height:var(--chuanyin-ad-visible-height, var(--google-ad-slot-height, 0));justify-content:center}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-wrapper--filled{padding-top:21px;background:linear-gradient(to bottom,transparent 0,transparent 29px,#fff 29px,#fff 100%)}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-close-bar{position:relative;width:100%;max-width:none;height:8px;flex:0 0 8px;align-self:stretch;background:#f0f0f0}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-close{position:absolute;top:-21px;right:0;z-index:2;width:37px;height:21px;padding:0;border:0;border-radius:0;background:transparent;font-size:0;line-height:0;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}[data-channel=vivo][data-runtime-channel=chuanyin] .chuanyin-ad-close-image{display:block;width:37px;height:21px;transform:rotate(180deg);pointer-events:none}[data-channel=vivo][data-runtime-channel=chuanyin] .footer-fixed-ads.chuanyin-ad-wrapper{position:fixed;inset:auto 0 0;z-index:1000;min-height:0}
