*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d1428;
  background-color: #f5f2ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

hr {
  border: none;
  border-top: 1px solid rgba(13, 20, 40, 0.08);
}

.hidden {
  display: none !important;
}

body.preload * {
  transition: none !important;
}

.hero-headline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: var(--headline-size, 3.6rem);
  font-weight: var(--headline-weight, 700);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.module-tagline, .hero-tagline {
  font-family: var(--headline-family, DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif);
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.context-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
}

.module-prefix, .suw-windows-card .window-row .window-content .window-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.module-title, .suw-windows-card .window-row .window-content .window-condition {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: -0.05rem;
  color: #ffffff;
}

.suw-windows-card .window-row[data-window] .window-temp .temp-value, .suw-windows-card .window-row[data-window] .window-temp .temp-prefix {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
}

.suw-main-page {
  min-height: 100vh;
  background-color: #15181C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.suw-app {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #15181C;
  --scene-color: #15181C;
  --module-bg: rgba(14, 14, 14, 0.65);
  isolation: isolate;
  transition: background 0.6s ease, color 0.6s ease;
}
.suw-app.no-transition {
  transition: none !important;
}
.suw-app[data-scene=clear] {
  background: linear-gradient(to bottom, #A9D0E0, #1F4665);
  --scene-color: #1F4665;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=clear-hot] {
  background: linear-gradient(to bottom, #FFA327, #C15400);
  --scene-color: #C15400;
  --module-bg: rgba(14, 14, 14, 0.75);
}
.suw-app[data-scene=clear-warm] {
  background: linear-gradient(to bottom, #CAD470, #0A2C13);
  --scene-color: #0A2C13;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=clear-cool] {
  background: linear-gradient(to bottom, #5B9BD5, #0D2244);
  --scene-color: #0D2244;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=clear-cold] {
  background: linear-gradient(to bottom, #4E86FE, #312CC6);
  --scene-color: #312CC6;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=clear-warm-coastal-south] {
  background: linear-gradient(to bottom, #7DB3B8, #988A61);
  --scene-color: #988A61;
  --module-bg: rgba(14, 14, 14, 0.60);
}
.suw-app[data-scene=clear-warm-coastal-north] {
  background: linear-gradient(to bottom, #9FC1B9, #203C4A);
  --scene-color: #203C4A;
  --module-bg: rgba(14, 14, 14, 0.40);
}
.suw-app[data-scene=snow] {
  background: linear-gradient(to bottom, #8AAAC8, #1A3058);
  --scene-color: #1A3058;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=storm] {
  background: linear-gradient(to bottom, #3A3050, #141022);
  --scene-color: #141022;
  --module-bg: rgba(14, 14, 14, 0.40);
}
.suw-app[data-scene=partly-cloudy] {
  background: linear-gradient(to bottom, #606679, #2A3038);
  --scene-color: #2A3038;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=overcast] {
  background: linear-gradient(to bottom, #A0AAB4, #6A7480);
  --scene-color: #6A7480;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=fog] {
  background: linear-gradient(to bottom, #8796a5, #334150);
  --scene-color: #334150;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=rain] {
  background: linear-gradient(to bottom, #3A5060, #101E30);
  --scene-color: #101E30;
  --module-bg: rgba(14, 14, 14, 0.65);
}
.suw-app[data-scene=windy] {
  background: linear-gradient(to bottom, #88A0B0, #3A5868);
  --scene-color: #3A5868;
  --module-bg: rgba(14, 14, 14, 0.60);
}
.suw-app[data-scene=night] {
  background: linear-gradient(to bottom, #152241, #050A14);
  --scene-color: #050A14;
  --module-bg: rgba(255, 255, 255, 0.1);
}

.app-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #15181c;
  opacity: 0;
  pointer-events: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suw-app.switching .app-loading-overlay {
  opacity: 1;
}
.suw-app.revealed .app-loading-overlay {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.loading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.loading-icon {
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.36, 0.64, 1);
}
.loading-icon[data-rotation="0"] {
  transform: rotate(0deg);
}
.loading-icon[data-rotation="90"] {
  transform: rotate(90deg);
}
.loading-icon[data-rotation="180"] {
  transform: rotate(180deg);
}
.loading-icon[data-rotation="270"] {
  transform: rotate(270deg);
}

.loading-title {
  font-family: "DM Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 3.2rem;
  letter-spacing: -0.15rem;
}

.loading-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}

.app-error-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: #15181c;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suw-app.has-error .app-error-overlay {
  opacity: 1;
  pointer-events: auto;
}

.error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
}

.error-icon {
  display: block;
  width: 52px;
  height: 46px;
}

.error-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 3.2rem;
  letter-spacing: -0.15rem;
}

.error-tagline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}

.error-reload-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.error-reload-button:hover {
  background: rgba(255, 255, 255, 0.18);
}
.error-reload-button:active {
  transform: scale(0.96);
}
.error-reload-button.reloading {
  pointer-events: none;
  opacity: 0.6;
}

.error-reload-icon {
  width: 20px;
  height: 20px;
  display: block;
}
@keyframes spin-reload {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error-reload-button.reloading .error-reload-icon {
  animation: spin-reload 0.8s linear infinite;
}

.app-bg {
  position: absolute;
  inset: 0;
}

.app-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 50%;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

.app-bg-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, var(--scene-color, #312CC6) 75%);
}

:root {
  --anim-duration: 0.5s;
  --anim-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --anim-distance: 5px;
}

@keyframes suw-fade-up {
  from {
    opacity: 0;
    transform: translateY(var(--anim-distance));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.suw-scroll {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.suw-scroll.visible {
  opacity: 1;
}
.suw-scroll.visible .suw-modules-group > #clothing-module, .suw-scroll.visible .suw-modules-group > .suw-modules-row-secondary, .suw-scroll.visible .suw-modules-group > .suw-modules-row-primary, .suw-scroll.visible .context-pills-group, .suw-scroll.visible .hero-inner, .suw-scroll.visible .suw-header {
  animation-name: suw-fade-up;
  animation-duration: var(--anim-duration);
  animation-timing-function: var(--anim-easing);
  animation-fill-mode: both;
}
.suw-scroll.visible .suw-header {
  animation-delay: 0.05s;
  animation-fill-mode: backwards;
}
.suw-scroll.visible .hero-inner {
  animation-delay: 0.1s;
}
.suw-scroll.visible .context-pills-group {
  animation-delay: 0.2s;
}
.suw-scroll.visible .suw-modules-group > .suw-modules-row-primary {
  animation-delay: 0.3s;
}
.suw-scroll.visible .suw-modules-group > .suw-modules-row-secondary {
  animation-delay: 0.45s;
}
.suw-scroll.visible .suw-modules-group > #clothing-module {
  animation-delay: 0.35s;
}
.suw-scroll {
  scrollbar-width: none;
}
.suw-scroll::-webkit-scrollbar {
  display: none;
}

.context-pills-group {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.hero-spacer {
  flex: none;
  height: 0;
  min-height: 75px;
  pointer-events: none;
}

.suw-app.no-location .condition-icon,
.suw-app.no-location .context-pills-group,
.suw-app.no-location .suw-windows-card,
.suw-app.no-location .suw-module-placeholder {
  display: none;
}

@media all and (max-width: 640px) {
  .suw-main-page {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .suw-app {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    box-shadow: none;
  }
  .suw-scroll.visible .suw-modules-group > .suw-modules-row-primary,
  .suw-scroll.visible .suw-modules-group > .suw-modules-row-secondary {
    animation: none;
  }
  .suw-scroll.visible .suw-modules-group .suw-module {
    animation-name: suw-fade-up;
    animation-duration: var(--anim-duration);
    animation-timing-function: var(--anim-easing);
    animation-fill-mode: both;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(1) {
    animation-delay: 0.3s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(2) {
    animation-delay: 0.35s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(3) {
    animation-delay: 0.4s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(4) {
    animation-delay: 0.45s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(5) {
    animation-delay: 0.5s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(6) {
    animation-delay: 0.55s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(7) {
    animation-delay: 0.6s;
  }
  .suw-scroll.visible .suw-modules-group .suw-module:nth-child(8) {
    animation-delay: 0.65s;
  }
}
.suw-header {
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
  opacity: var(--header-opacity, 1);
}
.suw-header.faded {
  pointer-events: none;
}
.suw-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.suw-header .app-name-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-header .app-name-button:hover {
  opacity: 0.7;
}
.suw-header .app-name {
  display: block;
  width: 80px;
  height: auto;
  filter: drop-shadow(0.5px 0.5px 0 rgba(0, 0, 0, 0.12));
}
.suw-header .settings-button {
  padding: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-header .settings-button:hover {
  opacity: 0.7;
}
.suw-header .settings-button .settings-button-icon {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.hero-inner {
  flex-shrink: 0;
  padding-top: 0;
  padding-right: 24px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.hero-inner:has([data-headline-font=serif]) {
  --headline-family: DM Serif Text, Georgia, Times New Roman, serif;
}
.hero-inner:has([data-headline-font=heavy]), .hero-inner:has([data-headline-font=bold]) {
  --headline-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}
.hero-inner:has([data-headline-font=soft]), .hero-inner:has([data-headline-font=regular]) {
  --headline-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

.condition-icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 8px;
}

.hero-headline {
  margin-bottom: 8px;
  white-space: pre-line;
}
.hero-headline[data-headline-font=serif] {
  font-family: "DM Serif Text", Georgia, "Times New Roman", serif;
  --headline-weight: 700;
  --headline-size: 4rem;
  letter-spacing: 0;
  line-height: 4rem;
}
.hero-headline[data-headline-font=heavy] {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --headline-weight: 800;
  --headline-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: -0.03em;
}
.hero-headline[data-headline-font=soft] {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --headline-weight: 900;
  --headline-size: 3.8rem;
  line-height: 3.8rem;
  letter-spacing: -0.2rem;
}
.hero-headline[data-headline-font=regular] {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --headline-weight: 900;
  --headline-size: 3.8rem;
  line-height: 3.8rem;
  letter-spacing: -0.2rem;
}
.hero-headline[data-headline-font=bold] {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --headline-weight: 800;
  --headline-size: 3.4rem;
  letter-spacing: -0.02em;
  line-height: 3.8rem;
}

.context-label {
  padding-left: 24px;
  padding-right: 24px;
}
.context-label .context-sep {
  font-size: 2rem;
}
.context-label .context-date {
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  .context-label {
    flex-wrap: wrap;
  }
  .context-label.location-wraps {
    column-gap: 8px;
    row-gap: 4px;
  }
  .context-label.location-wraps .context-location {
    width: 100%;
  }
  .context-label.location-wraps .context-sep-location {
    display: none;
  }
}

@media all and (min-width: 641px) {
  .hero-headline {
    white-space: normal;
  }
}
.suw-module {
  flex-grow: 1;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 16px;
  background: var(--module-bg);
  transition: background 0.6s ease;
}

.suw-modules-group {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
}
.suw-modules-group .suw-module {
  margin-bottom: 0;
}

.suw-modules-row-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}
.suw-modules-row-primary .suw-module {
  flex: 1;
  min-width: 0;
}

.suw-modules-row-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}
.suw-modules-row-secondary .suw-module {
  flex: 1;
  min-width: 0;
  align-content: center;
}

#clothing-module {
  display: none;
}

.suw-windows-card {
  padding-right: 0;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.suw-windows-card .window-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  gap: 16px;
}
.suw-windows-card .window-row .window-content .window-label {
  margin-bottom: 8px;
}
.suw-windows-card .alert-row {
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-windows-card .alert-row:hover {
  background: rgba(255, 255, 255, 0.08);
}
.suw-windows-card .alert-row:hover + .alert-divider {
  margin-left: 0;
  margin-right: 0;
}
.suw-windows-card .alert-row + .alert-divider {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-windows-card .alert-row .window-label {
  color: #FF7B0F;
}
.suw-windows-card .alert-row .window-label .alert-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  animation: alert-dot-pulse 2s ease-in-out infinite;
}
.suw-windows-card .alert-row .window-label .alert-dot[data-severity=WARNING] {
  background: #d32c20;
}
.suw-windows-card .alert-row .window-label .alert-dot[data-severity=WATCH] {
  background: #FF7B0F;
}
.suw-windows-card .alert-row .window-label .alert-dot[data-severity=ADVISORY] {
  background: #FFB900;
}
.suw-windows-card .alert-row .window-label .alert-dot[data-severity=STATEMENT] {
  background: #FFB900;
}
@keyframes alert-dot-pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.suw-windows-card .alert-row .window-condition {
  color: #FF7B0F;
  font-weight: 500;
}
.suw-windows-card .alert-row .alert-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.suw-windows-card .alert-row .alert-more-line {
  display: block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.suw-windows-card .alert-row .alert-more-line.hidden {
  display: none;
}
.suw-windows-card .alert-row .window-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.suw-windows-card .window-row[data-window] .window-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.suw-windows-card .window-row[data-window] .window-temp .temp-prefix {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.suw-windows-card .window-row[data-window] .window-temp .temp-value {
  color: #ffffff;
  font-weight: 600;
}
.suw-windows-card .window-divider {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media all and (max-width: 640px) {
  .suw-modules-group {
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .suw-modules-group .suw-module {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-left: 24px;
  }
  .suw-modules-row-primary,
  .suw-modules-row-secondary {
    display: contents;
  }
  #clothing-module-desktop {
    display: none !important;
  }
  #clothing-module {
    display: block;
    order: 2;
  }
  .suw-windows-card {
    order: 1;
  }
  .suw-ten-day-outlook {
    order: 3;
  }
  #next-best-day-module {
    order: 4;
  }
  #sun-module {
    order: 5;
  }
  #moon-module {
    order: 6;
  }
  #uv-module {
    order: 7;
  }
  #air-quality-module {
    order: 8;
  }
}
.pills-row {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 24px;
  padding-left: 24px;
  scrollbar-width: none;
}
.pills-row::-webkit-scrollbar {
  display: none;
}

.pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  padding: 16px 20px;
  background: var(--module-bg);
  border-radius: 999px;
  transition: background 0.6s ease;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
.pill .pill-sep {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1rem;
  font-size: 2rem;
}

.pill-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pill.tappable {
  cursor: pointer;
}

.settings-module-btn {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(14, 14, 14, 0.8);
}
.suw-app[data-scene=night] .settings-module-btn {
  background: rgba(255, 255, 255, 0.1);
}
.settings-module-btn {
  border: none;
  color: #ffffff;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.settings-module-btn.round {
  border-radius: 999px;
}
.settings-module-btn:hover {
  background: rgba(14, 14, 14, 0.9);
}

.settings-panel {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.settings-panel.open {
  pointer-events: all;
}

.settings-panel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 24, 0.85);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  cursor: pointer;
}
.settings-panel.open .settings-panel-overlay {
  opacity: 1;
}

.settings-panel-sheet {
  position: absolute;
  left: calc(50% - 320px);
  right: 0;
  height: 90%;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  background: #0e1118;
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateY(100%);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  overflow: hidden;
}
.settings-panel.open .settings-panel-sheet {
  transform: translateY(-5%);
}

.settings-panel-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  scrollbar-width: none;
}
.settings-panel-body::-webkit-scrollbar {
  display: none;
}

.settings-panel-header {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.settings-panel-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.settings-panel-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.1rem;
}

.settings-panel-subtitle {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.settings-panel-close {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.settings-panel-close img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.settings-panel-close:hover {
  background: rgba(255, 255, 255, 0.18);
}
.settings-panel-close:hover img {
  opacity: 1;
}

.settings-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.settings-section-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 4px;
  margin-bottom: 0;
}

.settings-section-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
}

.settings-panel.searching .settings-section-places,
.settings-panel.searching .settings-section-units,
.settings-panel.searching .settings-section-shuffle {
  display: none;
}

.settings-panel.searching .settings-panel-body {
  gap: 8px;
}

.my-places-empty {
  padding-top: 20px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 16px;
  background-image: url(../assets/icons/icon-map.svg);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-places-empty .empty-icon {
  background-image: url(../assets/icons/icon-location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  margin-bottom: 8px;
}
.my-places-empty .empty-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  letter-spacing: -0.03rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.my-place-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  gap: 12px;
}
.my-place-row:last-child {
  border-bottom: none;
}
.my-place-row:hover {
  background: rgba(255, 255, 255, 0.04);
}

.my-place-name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.my-place-name {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-place-sub {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.my-place-remove {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.my-place-remove img {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.my-place-remove:hover {
  background: rgba(255, 255, 255, 0.15);
}
.my-place-remove:hover img {
  opacity: 1;
}

.shuffle-headline-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shuffle-headline-btn .icon {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  display: block;
  background-image: url(../assets/icons/icon-shuffle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.shuffle-headline-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.units-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.units-row:hover {
  background: rgba(255, 255, 255, 0.04);
}

.units-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.units-name {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #ffffff;
}

.units-sub {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.units-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity;
}
.units-row.active .units-check {
  opacity: 1;
}

.units-divider {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.settings-section-card:has(.units-row:hover) .units-divider {
  opacity: 0;
}

.location-search-wrap {
  position: relative;
  flex-shrink: 0;
}

.location-search-input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 999px;
  color: #ffffff;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 48px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 48px;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.location-search-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.location-search-input:focus {
  background: rgba(255, 255, 255, 0.15);
}
.location-search-input::-webkit-search-cancel-button {
  display: none;
}

.location-search-clear {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
}
.location-search-clear img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.6;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.settings-panel.searching .location-search-clear {
  opacity: 1;
  pointer-events: all;
}
.location-search-clear:hover {
  background: rgba(255, 255, 255, 0.2);
}
.location-search-clear:hover img {
  opacity: 1;
}

.location-search-disclaimer {
  flex-shrink: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 0;
  display: none;
}
.settings-panel.searching .location-search-disclaimer {
  display: block;
}

.location-results {
  display: none;
  border-radius: 16px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.location-results::-webkit-scrollbar {
  display: none;
}
.settings-panel.searching .location-results {
  display: block;
}

.location-result-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  gap: 12px;
}
.location-result-row:last-child {
  border-bottom: none;
}

.result-name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.result-name {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #ffffff;
}

.result-sub {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.result-actions {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.result-switch-btn {
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  color: #0d1428;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.result-switch-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.result-switch-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.85);
}

.result-save-btn {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.result-save-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.result-save-btn:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.result-save-btn img {
  width: 14px;
  height: 14px;
  display: block;
}

.location-results-count {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 14px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
}

@keyframes location-loading-shimmer {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
.location-results-loading {
  display: none;
  height: 1px;
  max-width: 40%;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 999px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 30%, white 50%, rgba(255, 255, 255, 0.1) 70%);
  background-size: 200% 100%;
  animation: location-loading-shimmer 0.6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.settings-panel.searching .location-results-loading.active {
  opacity: 1;
  display: block;
}

.location-no-results {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.settings-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-top: 8px;
}
.settings-panel.searching .settings-footer {
  display: none;
}

.settings-footer-made-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}

.settings-footer-heart {
  width: 10px;
  height: 10px;
  display: block;
  opacity: 1;
}

.settings-footer-copyright {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.settings-footer-version {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.settings-footer-version .separator {
  background-color: rgba(255, 255, 255, 0.6);
  height: 4px;
  width: 4px;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

@media all and (max-width: 640px) {
  .settings-panel-sheet {
    bottom: 0;
    left: 0;
    right: 0;
    height: 95%;
  }
  .settings-panel.open .settings-panel-sheet {
    transform: translateY(0);
  }
}
.suw-ten-day-outlook {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  align-content: center;
}
.suw-ten-day-outlook .suw-module-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 641px) {
  .suw-ten-day-outlook .suw-module-title {
    display: none;
  }
  .forecast-day-group {
    flex-shrink: unset;
    flex-grow: 1;
  }
  .forecast-day-unit {
    flex-shrink: unset;
    flex-grow: 1;
  }
}
.forecast-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: 16px;
  padding-right: 16px;
  gap: 12px;
}
.forecast-container::-webkit-scrollbar {
  display: none;
}

.forecast-day-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
}

.forecast-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.forecast-day-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  flex-shrink: 0;
}
.forecast-day-unit .day-of-week {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.forecast-day-unit .date-of-month {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #ffffff;
  margin-top: 8px;
}
.forecast-day-unit .condition-icon {
  width: 30px;
  height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forecast-day-unit .condition-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.forecast-day-unit .temp-high {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #ffffff;
}
.forecast-day-unit .temp-low {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.forecast-group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.forecast-group-label .forecast-divider {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.forecast-group-label .forecast-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  flex-shrink: 0;
}

.module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.module-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
}
.module-icon:not([src]), .module-icon[src=""] {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.module-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.module-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.module-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-bottom: -2px;
}

.module-tagline {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.suw-moon-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-sun-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-uv-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-uv-module .module-text {
  width: 100%;
}

.uv-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.uv-dash {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}
.uv-dash.lit {
  background: white;
}

.suw-air-quality-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-air-quality-module .module-icon {
  opacity: 0.9;
}

.suw-air-quality-module .module-title {
  line-height: 2rem;
}

.suw-next-best-day-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-clothing-module {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.suw-alert-modal {
  position: absolute;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.suw-alert-modal.open {
  pointer-events: all;
}
.suw-alert-modal .alert-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 24, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-alert-modal.open .alert-modal-overlay {
  opacity: 1;
}
.suw-alert-modal .alert-modal-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95%;
  background: #15181C;
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateY(100%);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  overflow: hidden;
}
.suw-alert-modal.open .alert-modal-sheet {
  transform: translateY(0);
}
.suw-alert-modal .alert-modal-header {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.suw-alert-modal .alert-modal-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.suw-alert-modal .alert-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-alert-modal .alert-modal-close img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-alert-modal .alert-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
}
.suw-alert-modal .alert-modal-close:hover img {
  opacity: 1;
}
.suw-alert-modal .alert-modal-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}
.suw-alert-modal .alert-source {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 14px;
}
.suw-alert-modal .alert-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.suw-alert-modal .alert-card {
  border-radius: 16px;
  overflow: hidden;
}
.suw-alert-modal .card-severity-bar {
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.suw-alert-modal .card-severity-bar[data-severity=WARNING] {
  background: #d32c20;
}
.suw-alert-modal .card-severity-bar[data-severity=WATCH] {
  background: #FF7B0F;
}
.suw-alert-modal .card-severity-bar[data-severity=ADVISORY] {
  background: #FFB900;
}
.suw-alert-modal .card-severity-bar[data-severity=STATEMENT] {
  background: #FFB900;
}
.suw-alert-modal .card-header {
  background: rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
.suw-alert-modal .card-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.08rem;
  color: #ffffff;
}
.suw-alert-modal .card-issued {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  margin-bottom: 8px;
}
.suw-alert-modal .card-severity-desc {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.suw-alert-modal .card-content {
  background: rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.suw-alert-modal .card-section-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}
.suw-alert-modal .card-section-body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #f5f2ed;
}
.suw-alert-modal .alert-details-list {
  list-style: disc;
  padding-left: 18px;
  margin-top: 12px;
}
.suw-alert-modal .alert-details-list li {
  margin-bottom: 0px;
}
.suw-alert-modal .alert-details-list li:last-child {
  margin-bottom: 0;
}
.suw-alert-modal .alert-details-link {
  display: block;
  margin-top: 12px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  word-break: break-all;
}
.suw-alert-modal .alert-details-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.suw-alert-modal .card-when-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.suw-alert-modal .card-when-col {
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.suw-alert-modal .card-when-block {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  height: 100%;
}
.suw-alert-modal .card-when-block .when-day {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
  letter-spacing: -0.05rem;
}
.suw-alert-modal .card-when-block .when-time {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}
.suw-alert-modal .card-when-block.when-active .when-time {
  font-size: 1.6rem;
}
.suw-alert-modal .alert-confidence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.suw-alert-modal .confidence-zone-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
}
.suw-alert-modal .confidence-zone-svg {
  display: block;
  width: 72px;
  height: 72px;
}
.suw-alert-modal .confidence-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.suw-alert-modal .confidence-dot-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid #ffffff;
  opacity: 0;
  animation: dot-ring-pulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes dot-ring-pulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.suw-alert-modal .confidence-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.suw-alert-modal .confidence-headline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.suw-alert-modal .confidence-subline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.suw-alert-modal .confidence-bar-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.suw-alert-modal .confidence-bar-track {
  height: 12px;
  background: #1F2125;
  border-radius: 12px;
  padding: 3px;
  overflow: hidden;
}
.suw-alert-modal .confidence-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(to right, #FFB900, #FF7B0F, #d32c20);
  background-size: 0px 100%;
  width: 0%;
}
.suw-alert-modal .confidence-bar-handle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 4px solid #1F2125;
  pointer-events: none;
}
.suw-alert-modal .confidence-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.suw-alert-modal .confidence-location {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}
.suw-alert-modal .confidence-meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.suw-alert-modal .confidence-updated {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

@media all and (min-width: 641px) {
  .suw-alert-modal .alert-modal-sheet {
    left: calc(50% - 320px);
    right: auto;
    width: 100%;
    max-width: 640px;
    height: 90%;
  }
  .suw-alert-modal.open .alert-modal-sheet {
    transform: translateY(-5%);
  }
}
.suw-outlook-modal {
  position: absolute;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.suw-outlook-modal.open {
  pointer-events: all;
}
.suw-outlook-modal .outlook-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 24, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-outlook-modal.open .outlook-modal-overlay {
  opacity: 1;
}
.suw-outlook-modal .outlook-modal-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #15181C;
  border-radius: 24px 24px 0 0;
  transform: translateY(100%);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  overflow: hidden;
}
.suw-outlook-modal.open .outlook-modal-sheet {
  transform: translateY(0);
}
.suw-outlook-modal .outlook-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.suw-outlook-modal .outlook-modal-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.suw-outlook-modal .outlook-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-outlook-modal .outlook-modal-close img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-outlook-modal .outlook-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
}
.suw-outlook-modal .outlook-modal-close:hover img {
  opacity: 1;
}
.suw-outlook-modal .outlook-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.suw-outlook-modal .outlook-tabs::-webkit-scrollbar {
  display: none;
}
.suw-outlook-modal .outlook-tab {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 999px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.suw-outlook-modal .outlook-tab.active {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.suw-outlook-modal .outlook-tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.75);
}
.suw-outlook-modal .outlook-summary {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.suw-outlook-modal .outlook-summary-headline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}
.suw-outlook-modal .outlook-summary-tagline {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  min-height: 1.8rem;
}
.suw-outlook-modal .outlook-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 4px;
  scrollbar-width: none;
}
.suw-outlook-modal .outlook-scroll::-webkit-scrollbar {
  display: none;
}
.suw-outlook-modal .outlook-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
}
.suw-outlook-modal .outlook-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 64px;
  flex-shrink: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.suw-outlook-modal .outlook-hour.is-current .hour-label {
  color: #FFF;
}
.suw-outlook-modal .outlook-hour.is-past {
  opacity: 0.6;
}
.suw-outlook-modal .hour-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.suw-outlook-modal .hour-icon {
  display: block;
  width: 32px;
  height: 32px;
}
.suw-outlook-modal .hour-value {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}

@media all and (min-width: 641px) {
  .suw-outlook-modal .outlook-modal-sheet {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    width: 100%;
    max-width: 640px;
    border-radius: 24px;
    transform: translate(-50%, 100vh);
  }
  .suw-outlook-modal.open .outlook-modal-sheet {
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=main.css.map */
