.weather-tools-hub-v57636 {
  position: relative;
  margin: 20px 0 28px;
  overflow: hidden;
  border: 1px solid #abc3c1;
  border-top: 4px solid #12a67b;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 31, 39, .12);
}

.weather-tools-hub-head-v57636 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(95, 220, 255, .24), transparent 28%),
    linear-gradient(125deg, #071a25 0%, #0c3441 52%, #0c6558 100%);
  color: #fff;
}

.weather-tools-hub-head-v57636::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -54px;
  bottom: -114px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, .035), 0 0 0 58px rgba(255, 255, 255, .025);
  content: '';
  pointer-events: none;
}

.weather-tools-hub-head-v57636 .story-kicker {
  color: #66ead0;
}

.weather-tools-hub-head-v57636 h2 {
  max-width: 740px;
  margin: 7px 0 9px;
  color: #fff;
  font: 700 clamp(2rem, 4.2vw, 3.55rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}

.weather-tools-hub-head-v57636 p {
  max-width: 720px;
  margin: 0;
  color: #d6e9e8;
  font-size: .98rem;
  line-height: 1.55;
}

.weather-tools-hub-badge-v57636 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(4, 19, 27, .42);
  color: #fff;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
}

.weather-tools-hub-list-v57636 {
  background: #f5f9f9;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-forecast-disclosure,
.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure {
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-forecast-disclosure {
  border-bottom: 1px solid #c9d8d6;
}

.weather-page .weather-tools-hub-list-v57636 > details > summary {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 88px;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  border: 0;
  background: linear-gradient(90deg, #fff 0%, #f1f8f6 100%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure > summary {
  background: linear-gradient(90deg, #fff 0%, #eef6fb 100%);
}

.weather-page .weather-tools-hub-list-v57636 > details > summary::before {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #08785d;
  box-shadow: 0 7px 18px rgba(8, 120, 93, .2);
  color: #fff;
  content: '\2600';
  font: 700 1.25rem/1 Arial, sans-serif;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure > summary::before {
  background: #176d99;
  box-shadow: 0 7px 18px rgba(23, 109, 153, .2);
  content: '\2637';
}

.weather-page .weather-tools-hub-list-v57636 > details > summary:hover,
.weather-page .weather-tools-hub-list-v57636 > details > summary:focus-visible {
  background: #e8f6f2;
  outline: 0;
  box-shadow: inset 5px 0 0 #12a67b;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure > summary:hover,
.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure > summary:focus-visible {
  background: #e8f3f9;
  box-shadow: inset 5px 0 0 #278fc0;
}

.weather-page .weather-tools-hub-list-v57636 > details[open] > summary {
  box-shadow: inset 5px 0 0 #12a67b, inset 0 -1px 0 #bfd1cd;
}

.weather-page .weather-tools-hub-list-v57636 > .weather-archive-disclosure[open] > summary {
  box-shadow: inset 5px 0 0 #278fc0, inset 0 -1px 0 #bfd1cd;
}

.weather-tools-hub-list-v57636 .weather-disclosure-action {
  min-width: 112px;
  justify-content: center;
  border-color: #09222a;
  border-radius: 999px;
  background: #09222a;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.weather-tools-hub-list-v57636 summary:hover .weather-disclosure-action,
.weather-tools-hub-list-v57636 summary:focus-visible .weather-disclosure-action {
  border-color: #0a8d6b;
  background: #0a8d6b;
  transform: translateX(2px);
}

.weather-tools-hub-list-v57636 .weather-archive-disclosure summary:hover .weather-disclosure-action,
.weather-tools-hub-list-v57636 .weather-archive-disclosure summary:focus-visible .weather-disclosure-action {
  border-color: #176d99;
  background: #176d99;
}

.weather-tools-hub-list-v57636 .weather-studio,
.weather-tools-hub-list-v57636 .weather-day-explorer {
  animation: weather-hub-reveal-v57636 .24s ease-out both;
}

@keyframes weather-hub-reveal-v57636 {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .weather-tools-hub-v57636 {
    border-radius: 13px;
  }

  .weather-tools-hub-head-v57636 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px;
  }

  .weather-tools-hub-head-v57636 h2 {
    font-size: clamp(1.9rem, 10vw, 2.75rem);
  }

  .weather-tools-hub-badge-v57636 {
    justify-self: start;
  }

  .weather-page .weather-tools-hub-list-v57636 > details > summary {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 14px;
  }

  .weather-page .weather-tools-hub-list-v57636 > details > summary::before {
    width: 40px;
    height: 40px;
  }

  .weather-tools-hub-list-v57636 .weather-disclosure-action {
    grid-column: 2;
    min-width: 0;
    width: max-content;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .weather-tools-hub-list-v57636 .weather-studio,
  .weather-tools-hub-list-v57636 .weather-day-explorer,
  .weather-page .weather-tools-hub-list-v57636 > details > summary,
  .weather-tools-hub-list-v57636 .weather-disclosure-action {
    animation: none;
    transition: none;
  }
}
