
.githubModule[data-v-ef2000d2] {
  width: calc(100% - 14px);
  margin: 34px 7px 18px;
  color: var(--main_text_color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.githubModuleHeader[data-v-ef2000d2],
.githubModuleTitle[data-v-ef2000d2],
.githubProfileCard[data-v-ef2000d2],
.githubCardHeader[data-v-ef2000d2],
.githubCalendarBody[data-v-ef2000d2],
.githubContributionFooter[data-v-ef2000d2],
.githubLegend[data-v-ef2000d2],
.githubRepoTopline[data-v-ef2000d2],
.githubRepoMeta[data-v-ef2000d2],
.githubRepositoryHeader[data-v-ef2000d2],
.githubLocation[data-v-ef2000d2] {
  display: flex;
  align-items: center;
}
.githubModuleHeader[data-v-ef2000d2] {
  min-height: 48px;
  justify-content: space-between;
  margin-bottom: 14px;
}
.githubModuleTitle[data-v-ef2000d2] {
  min-width: 0;
  gap: 12px;
}
.githubModuleTitle h2[data-v-ef2000d2] {
  margin: 2px 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.githubEyebrow[data-v-ef2000d2],
.githubCardEyebrow[data-v-ef2000d2],
.githubHandle[data-v-ef2000d2],
.githubRepoTopline span[data-v-ef2000d2],
.githubRepositoryHeader p[data-v-ef2000d2] {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.56;
}
.githubMark[data-v-ef2000d2] {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.githubRefresh[data-v-ef2000d2],
.githubErrorState button[data-v-ef2000d2] {
  border: 1px solid var(--module_dock_border);
  color: var(--main_text_color);
  background: var(--item_bg_color);
  cursor: pointer;
}
.githubRefresh[data-v-ef2000d2] {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.githubRefresh[data-v-ef2000d2]:hover:not(:disabled) {
  background: var(--item_hover_color);
  transform: translateY(-2px);
}
.githubRefresh[data-v-ef2000d2]:active:not(:disabled) {
  transform: scale(0.96);
}
.githubRefresh[data-v-ef2000d2]:focus-visible,
.githubCalendarScroller[data-v-ef2000d2]:focus-visible,
.githubErrorState button[data-v-ef2000d2]:focus-visible,
.githubProfileLink[data-v-ef2000d2]:focus-visible,
.githubRepoCard[data-v-ef2000d2]:focus-visible {
  outline: 2px solid var(--fill);
  outline-offset: 2px;
}
.githubRefresh[data-v-ef2000d2]:disabled {
  cursor: wait;
  opacity: 0.55;
}
.githubRefresh svg[data-v-ef2000d2] {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.githubRefresh svg.is-spinning[data-v-ef2000d2] {
  animation: githubSpin-ef2000d2 0.9s linear infinite;
}
.githubProfileCard[data-v-ef2000d2],
.githubContributionCard[data-v-ef2000d2],
.githubActivityCard[data-v-ef2000d2],
.githubRepoCard[data-v-ef2000d2],
.githubErrorState[data-v-ef2000d2],
.githubRepoEmpty[data-v-ef2000d2] {
  border: 1px solid var(--module_dock_border);
  border-radius: 24px;
  background: var(--item_bg_color);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.githubProfileCard[data-v-ef2000d2]:hover,
.githubContributionCard[data-v-ef2000d2]:hover,
.githubActivityCard[data-v-ef2000d2]:hover,
.githubRepoCard[data-v-ef2000d2]:hover {
  border-color: var(--module_dock_active_border);
  background: var(--item_hover_color);
}
.githubProfileCard[data-v-ef2000d2] {
  position: relative;
  min-width: 0;
  min-height: 132px;
  padding: 24px;
  gap: 18px;
}
.githubAvatar[data-v-ef2000d2] {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border: 1px solid var(--module_dock_border);
  border-radius: 50%;
  overflow: hidden;
  color: var(--main_text_color);
  background: var(--module_dock_inactive_bg);
}
.githubAvatar img[data-v-ef2000d2] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.githubAvatar svg[data-v-ef2000d2] {
  width: 100%;
  height: 100%;
  padding: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.githubIdentity[data-v-ef2000d2] {
  min-width: 0;
  flex: 1 1 auto;
}
.githubIdentity h3[data-v-ef2000d2] {
  margin: 2px 0 0;
  overflow: hidden;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubBio[data-v-ef2000d2] {
  max-width: 44ch;
  margin: 6px 0 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
  opacity: 0.67;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubLocation[data-v-ef2000d2] {
  gap: 5px;
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
}
.githubLocation svg[data-v-ef2000d2] {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.githubStats[data-v-ef2000d2] {
  margin: 0 40px 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  gap: 8px;
}
.githubStats div[data-v-ef2000d2] {
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--module_dock_border);
}
.githubStats dt[data-v-ef2000d2] {
  overflow: hidden;
  font-size: 9px;
  line-height: 13px;
  opacity: 0.5;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.githubStats dd[data-v-ef2000d2] {
  margin: 4px 0 0;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 300;
  line-height: 25px;
}
.githubProfileLink[data-v-ef2000d2] {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: inherit;
}
.githubProfileLink[data-v-ef2000d2]:hover {
  background: var(--left_tag_item);
}
.githubProfileLink svg[data-v-ef2000d2],
.githubRepoTopline svg[data-v-ef2000d2],
.githubCardHeader > svg[data-v-ef2000d2] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.githubPartialNotice[data-v-ef2000d2] {
  margin: 10px 2px 0;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.7;
}
.githubOverviewGrid[data-v-ef2000d2] {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(255px, 1fr);
  gap: 18px;
}
.githubContributionCard[data-v-ef2000d2],
.githubActivityCard[data-v-ef2000d2] {
  min-width: 0;
  min-height: 268px;
  padding: 18px;
}
.githubContributionCard[data-v-ef2000d2] {
  display: flex;
  flex-direction: column;
}
.githubCardHeader[data-v-ef2000d2] {
  min-width: 0;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.githubCardHeader h3[data-v-ef2000d2] {
  margin: 3px 0 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubCardHeader > svg[data-v-ef2000d2] {
  flex: 0 0 auto;
  opacity: 0.56;
}
.githubCalendarScroller[data-v-ef2000d2] {
  width: 100%;
  min-width: 0;
  padding: 13px 13px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid color-mix(in srgb, var(--module_dock_border) 72%, transparent);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.08);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}
.githubCalendarScroller[data-v-ef2000d2]::-webkit-scrollbar {
  width: auto;
  height: 3px;
}
.githubCalendarScroller[data-v-ef2000d2]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
}
.githubCalendar[data-v-ef2000d2] {
  width: calc(var(--calendar-grid-width) + 29px);
  min-width: calc(var(--calendar-grid-width) + 29px);
}
.githubMonthTrack[data-v-ef2000d2] {
  position: relative;
  width: var(--calendar-grid-width);
  height: 14px;
  margin: 0 0 5px 29px;
}
.githubMonthTrack span[data-v-ef2000d2] {
  position: absolute;
  top: 0;
  font-size: 8px;
  line-height: 12px;
  opacity: 0.55;
}
.githubCalendarBody[data-v-ef2000d2] {
  align-items: flex-start;
}
.githubWeekdays[data-v-ef2000d2] {
  width: 29px;
  flex: 0 0 29px;
  display: grid;
  grid-template-rows: repeat(7, 7px);
  gap: 2px;
  font-size: 7px;
  line-height: 7px;
  opacity: 0.54;
}
.githubCalendarCells[data-v-ef2000d2] {
  width: var(--calendar-grid-width);
  display: grid;
  grid-template-rows: repeat(7, 7px);
  grid-auto-flow: column;
  grid-auto-columns: 7px;
  gap: 2px;
}
.githubContributionCell[data-v-ef2000d2],
.githubLegend i[data-v-ef2000d2] {
  display: block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}
.githubContributionCell[data-v-ef2000d2] {
  width: 7px;
  height: 7px;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.githubContributionCell[data-v-ef2000d2]:not(.is-blank):hover {
  z-index: 1;
  filter: brightness(1.18);
  transform: scale(1.25);
}
.githubContributionCell.is-blank[data-v-ef2000d2] {
  visibility: hidden;
}
.githubContributionCell.level-1[data-v-ef2000d2],
.githubLegend i.level-1[data-v-ef2000d2] { background: #9be9a8;
}
.githubContributionCell.level-2[data-v-ef2000d2],
.githubLegend i.level-2[data-v-ef2000d2] { background: #40c463;
}
.githubContributionCell.level-3[data-v-ef2000d2],
.githubLegend i.level-3[data-v-ef2000d2] { background: #30a14e;
}
.githubContributionCell.level-4[data-v-ef2000d2],
.githubLegend i.level-4[data-v-ef2000d2] { background: #216e39;
}
.githubContributionFooter[data-v-ef2000d2] {
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  font-size: 9px;
  line-height: 13px;
  opacity: 0.68;
}
.githubContributionFooter a[data-v-ef2000d2],
.githubActivityLink[data-v-ef2000d2] {
  color: inherit;
}
.githubContributionFooter a[data-v-ef2000d2]:hover,
.githubActivityLink[data-v-ef2000d2]:hover {
  text-decoration: underline;
}
.githubLegend[data-v-ef2000d2] {
  flex: 0 0 auto;
  gap: 4px;
}
.githubLegend i[data-v-ef2000d2] {
  width: 9px;
  height: 9px;
}
.githubActivityCard[data-v-ef2000d2] {
  display: flex;
  flex-direction: column;
}
.githubActivityHeader[data-v-ef2000d2] {
  padding-bottom: 9px;
  border-bottom: 1px solid color-mix(in srgb, var(--module_dock_border) 70%, transparent);
}
.githubEventList[data-v-ef2000d2] {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.githubEventItem[data-v-ef2000d2] {
  min-width: 0;
  min-height: 37px;
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--module_dock_border) 54%, transparent);
}
.githubEventItem[data-v-ef2000d2]:last-child {
  border-bottom: 0;
}
.githubEventItem > div[data-v-ef2000d2] {
  min-width: 0;
}
.githubEventItem p[data-v-ef2000d2],
.githubEventItem span[data-v-ef2000d2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubEventItem p[data-v-ef2000d2] {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}
.githubEventItem span[data-v-ef2000d2],
.githubEventItem time[data-v-ef2000d2] {
  font-size: 9px;
  line-height: 13px;
  opacity: 0.55;
}
.githubEventItem span[data-v-ef2000d2] {
  display: block;
  margin-top: 1px;
}
.githubEventItem time[data-v-ef2000d2] {
  flex: 0 0 auto;
}
.githubActivityLink[data-v-ef2000d2] {
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid color-mix(in srgb, var(--module_dock_border) 70%, transparent);
  font-size: 9px;
  line-height: 13px;
  text-align: right;
  opacity: 0.68;
}
.githubCardEmpty[data-v-ef2000d2] {
  min-height: 120px;
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  padding: 18px;
  font-size: 11px;
  text-align: center;
  opacity: 0.55;
}
.githubRepositoryHeader[data-v-ef2000d2] {
  justify-content: space-between;
  margin: 22px 2px 10px;
}
.githubRepositoryHeader span[data-v-ef2000d2] {
  font-size: 9px;
  opacity: 0.5;
}
.githubRepositoryGrid[data-v-ef2000d2] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.githubRepoCard[data-v-ef2000d2] {
  min-width: 0;
  min-height: 174px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: inherit;
}
.githubRepoCard[data-v-ef2000d2]:hover {
  transform: translateY(-2px);
}
.githubRepoCard[data-v-ef2000d2]:active {
  transform: scale(0.98);
}
.githubRepoTopline[data-v-ef2000d2] {
  justify-content: space-between;
  gap: 10px;
}
.githubRepoTopline svg[data-v-ef2000d2] {
  flex: 0 0 auto;
  opacity: 0.55;
  transition: transform 0.2s ease;
}
.githubRepoCard:hover .githubRepoTopline svg[data-v-ef2000d2] {
  transform: translate(2px, -2px);
}
.githubRepoCard h3[data-v-ef2000d2] {
  margin: 16px 0 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubRepoCard > div > p[data-v-ef2000d2] {
  margin: 7px 0 0;
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  line-height: 15px;
  opacity: 0.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.githubRepoMeta[data-v-ef2000d2] {
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  font-size: 9px;
  line-height: 13px;
  opacity: 0.65;
}
.githubRepoMeta span[data-v-ef2000d2] {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.githubRepoMeta i[data-v-ef2000d2] {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
}
.githubRepoMeta time[data-v-ef2000d2] {
  flex: 0 0 auto;
}
.githubErrorState[data-v-ef2000d2] {
  min-height: 180px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.githubErrorState > svg[data-v-ef2000d2] {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  opacity: 0.65;
}
.githubErrorState h3[data-v-ef2000d2] {
  margin: 0;
  font-size: 15px;
}
.githubErrorState p[data-v-ef2000d2] {
  max-width: 46ch;
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.6;
}
.githubErrorState button[data-v-ef2000d2] {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 11px;
}
.githubRepoEmpty[data-v-ef2000d2] {
  min-height: 110px;
  padding: 24px;
  display: grid;
  place-items: center;
  font-size: 11px;
  opacity: 0.6;
}
.githubSkeletonBlock[data-v-ef2000d2] {
  position: relative;
  overflow: hidden;
}
.githubSkeletonBlock[data-v-ef2000d2]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.12) 42%, transparent 64%);
  transform: translateX(-100%);
  animation: githubSkeletonSweep-ef2000d2 1.35s ease-in-out infinite;
}
.githubSkeletonProfile[data-v-ef2000d2] {
  min-height: 132px;
}
.githubSkeletonLarge[data-v-ef2000d2] {
  min-height: 268px;
}
.githubSkeletonRepo[data-v-ef2000d2] {
  min-height: 174px;
}
@keyframes githubSpin-ef2000d2 {
to { transform: rotate(360deg);
}
}
@keyframes githubSkeletonSweep-ef2000d2 {
to { transform: translateX(100%);
}
}
@media (max-width: 1100px) {
.githubOverviewGrid[data-v-ef2000d2] {
    grid-template-columns: 1fr;
}
.githubRepositoryGrid[data-v-ef2000d2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.githubActivityCard[data-v-ef2000d2] {
    min-height: 268px;
}
}
@media (max-width: 920px) {
.githubProfileCard[data-v-ef2000d2] {
    align-items: flex-start;
    flex-wrap: wrap;
}
.githubStats[data-v-ef2000d2] {
    width: calc(100% - 82px);
    margin: 0 0 0 82px;
}
}
@media (max-width: 680px) {
.githubModule[data-v-ef2000d2] {
    width: calc(100% - 18px);
    margin-inline: 9px;
}
.githubProfileCard[data-v-ef2000d2],
  .githubContributionCard[data-v-ef2000d2],
  .githubActivityCard[data-v-ef2000d2],
  .githubRepoCard[data-v-ef2000d2],
  .githubErrorState[data-v-ef2000d2] {
    border-radius: 20px;
}
.githubProfileCard[data-v-ef2000d2],
  .githubContributionCard[data-v-ef2000d2],
  .githubActivityCard[data-v-ef2000d2] {
    padding: 18px;
}
.githubRepositoryGrid[data-v-ef2000d2] {
    grid-template-columns: 1fr;
    gap: 14px;
}
.githubRepoCard[data-v-ef2000d2] {
    min-height: 158px;
}
.githubStats[data-v-ef2000d2] {
    width: 100%;
    margin: 2px 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.githubStats div[data-v-ef2000d2]:first-child {
    padding-left: 0;
    border-left: 0;
}
.githubContributionFooter[data-v-ef2000d2] {
    align-items: flex-start;
    flex-direction: column;
}
.githubErrorState[data-v-ef2000d2] {
    align-items: flex-start;
    flex-direction: column;
}
}
@media (max-width: 420px) {
.githubModuleTitle h2[data-v-ef2000d2] {
    font-size: 19px;
}
.githubProfileCard[data-v-ef2000d2] {
    gap: 14px;
}
.githubAvatar[data-v-ef2000d2] {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
}
.githubIdentity[data-v-ef2000d2] {
    width: calc(100% - 68px);
    flex-basis: calc(100% - 68px);
}
.githubIdentity h3[data-v-ef2000d2] {
    padding-right: 20px;
    font-size: 18px;
}
.githubBio[data-v-ef2000d2] {
    white-space: normal;
}
.githubProfileLink[data-v-ef2000d2] {
    top: 18px;
    right: 18px;
}
.githubStats dt[data-v-ef2000d2] {
    font-size: 8px;
}
.githubStats dd[data-v-ef2000d2] {
    font-size: 19px;
}
.githubCalendarScroller[data-v-ef2000d2] {
    padding-inline: 10px;
}
}
@media (prefers-reduced-motion: reduce) {
.githubRefresh[data-v-ef2000d2],
  .githubProfileCard[data-v-ef2000d2],
  .githubContributionCard[data-v-ef2000d2],
  .githubActivityCard[data-v-ef2000d2],
  .githubRepoCard[data-v-ef2000d2],
  .githubContributionCell[data-v-ef2000d2],
  .githubRepoTopline svg[data-v-ef2000d2] {
    transition: none;
}
.githubRefresh svg.is-spinning[data-v-ef2000d2],
  .githubSkeletonBlock[data-v-ef2000d2]::after {
    animation: none;
}
}

.weatherCardTools[data-v-574af5a9],
.weatherReading[data-v-574af5a9],
.weatherSummaryMeta[data-v-574af5a9],
.weatherDialogHeader[data-v-574af5a9],
.weatherDialogCurrent[data-v-574af5a9],
.weatherDialogActions[data-v-574af5a9],
.weatherSectionHeading[data-v-574af5a9],
.weatherIndexItem header[data-v-574af5a9] {
  display: flex;
  align-items: center;
}
.weatherCardTools[data-v-574af5a9] {
  min-width: 0;
  gap: 4px;
}
.weatherCardTools .weatherIcon[data-v-574af5a9] {
  margin-right: 2px;
}
.weatherRefresh svg[data-v-574af5a9],
.weatherDetails svg[data-v-574af5a9],
.weatherDialogActions svg[data-v-574af5a9] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.weatherDetails[data-v-574af5a9] {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.weatherDetails[data-v-574af5a9]:hover:not(:disabled) {
  background: var(--left_tag_item);
  transform: translateY(-1px);
}
.weatherDetails[data-v-574af5a9]:active:not(:disabled) {
  transform: scale(0.96);
}
.weatherDetails[data-v-574af5a9]:focus-visible {
  outline: 2px solid var(--fill);
  outline-offset: 2px;
}
.weatherDetails[data-v-574af5a9]:disabled {
  cursor: default;
  opacity: 0.28;
}
.weatherReading[data-v-574af5a9] {
  gap: 8px;
}
.weatherTemperature[data-v-574af5a9] {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.weatherCondition[data-v-574af5a9] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherSummaryMeta[data-v-574af5a9] {
  min-width: 0;
  margin-top: 1px;
  gap: 7px;
  overflow: hidden;
  color: var(--main_text_color);
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  opacity: 0.78;
}
.weatherSummaryMeta span[data-v-574af5a9] {
  min-width: 0;
  flex: 0 0 auto;
}
.weatherSummaryMeta span + span[data-v-574af5a9]::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 7px 2px 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.65;
}
.weatherLocation[data-v-574af5a9] {
  margin-top: 1px;
}
.weatherStateCopy .weatherSummaryMeta[data-v-574af5a9] {
  opacity: 0.55;
}
.weatherRefresh svg.is-spinning[data-v-574af5a9],
.weatherDialogActions svg.is-spinning[data-v-574af5a9] {
  animation: weatherSpin-574af5a9 0.8s linear infinite;
}
@keyframes weatherSpin-574af5a9 {
to { transform: rotate(360deg);
}
}
.weatherDialogBackdrop[data-v-574af5a9] {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--weather_dialog_backdrop);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.weatherDialogPanel[data-v-574af5a9] {
  width: min(900px, calc(100vw - 32px));
  max-height: min(780px, calc(100dvh - 32px));
  border: 1px solid var(--weather_dialog_border);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--weather_dialog_text);
  background: var(--weather_dialog_bg);
  box-shadow: 0 24px 70px var(--weather_dialog_shadow), inset 0 1px 0 var(--weather_dialog_inset);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  outline: none;
}
.weatherDialogHeader[data-v-574af5a9] {
  flex: 0 0 auto;
  min-width: 0;
  padding: 22px 24px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
}
.weatherDialogTitle[data-v-574af5a9] {
  min-width: 0;
}
.weatherDialogTitle p[data-v-574af5a9],
.weatherSectionHeading p[data-v-574af5a9] {
  margin: 0 0 4px;
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.weatherDialogTitle h2[data-v-574af5a9] {
  margin: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 650;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherDialogCurrent[data-v-574af5a9] {
  align-items: baseline;
  gap: 10px;
}
.weatherDialogCurrent > strong[data-v-574af5a9] {
  font-size: 38px;
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  line-height: 42px;
}
.weatherDialogCurrent > span[data-v-574af5a9] {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 18px;
}
.weatherDialogCurrent small[data-v-574af5a9] {
  color: var(--weather_dialog_subtle);
  font-size: 10px;
}
.weatherDialogActions[data-v-574af5a9] {
  align-self: start;
  gap: 6px;
}
.weatherDialogActions button[data-v-574af5a9] {
  width: 32px;
  height: 32px;
  border: 1px solid var(--weather_dialog_line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: inherit;
  background: var(--weather_dialog_control_bg);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.weatherDialogActions button[data-v-574af5a9]:hover:not(:disabled) {
  background: var(--weather_dialog_control_hover);
  transform: translateY(-1px);
}
.weatherDialogActions button[data-v-574af5a9]:active:not(:disabled) {
  transform: scale(0.96);
}
.weatherDialogActions button[data-v-574af5a9]:disabled {
  cursor: wait;
  opacity: 0.48;
}
.weatherDialogActions button[data-v-574af5a9]:focus-visible,
.weatherTabs button[data-v-574af5a9]:focus-visible,
.weatherHourlyScroller[data-v-574af5a9]:focus-visible {
  outline: 2px solid var(--weather_dialog_focus);
  outline-offset: 2px;
}
.weatherTabs[data-v-574af5a9] {
  min-height: 49px;
  flex: 0 0 auto;
  padding: 7px 24px;
  border-top: 1px solid var(--weather_dialog_line);
  border-bottom: 1px solid var(--weather_dialog_line);
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
}
.weatherTabs button[data-v-574af5a9] {
  min-width: max-content;
  height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  color: var(--weather_dialog_subtle);
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.weatherTabs button[data-v-574af5a9]:hover {
  color: var(--weather_dialog_text);
  background: var(--weather_dialog_control_bg);
}
.weatherTabs button[data-v-574af5a9]:active {
  transform: scale(0.97);
}
.weatherTabs button.is-active[data-v-574af5a9] {
  color: var(--weather_dialog_active_text);
  background: var(--weather_dialog_active_bg);
}
.weatherDialogBody[data-v-574af5a9] {
  min-height: 0;
  flex: 1 1 auto;
  padding: 22px 24px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.weatherRefreshNotice[data-v-574af5a9] {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-left: 2px solid var(--weather_dialog_warning_border);
  color: var(--weather_dialog_warning_text);
  background: var(--weather_dialog_warning_bg);
  font-size: 11px;
  line-height: 17px;
}
.weatherTabPanel[data-v-574af5a9] {
  animation: weatherTabIn-574af5a9 0.26s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes weatherTabIn-574af5a9 {
from { opacity: 0; transform: translate3d(0, 8px, 0);
}
to { opacity: 1; transform: translate3d(0, 0, 0);
}
}
.weatherDetailSection + .weatherDetailSection[data-v-574af5a9] {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--weather_dialog_line);
}
.weatherSectionHeading[data-v-574af5a9] {
  min-width: 0;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.weatherSectionHeading > div[data-v-574af5a9] {
  min-width: 0;
}
.weatherSectionHeading h3[data-v-574af5a9] {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 20px;
}
.weatherSectionHeading > span[data-v-574af5a9] {
  flex: 0 0 auto;
  color: var(--weather_dialog_subtle);
  font-size: 10px;
  line-height: 16px;
}
.weatherAqiBadge[data-v-574af5a9] {
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--weather_aqi_good_text) !important;
  background: var(--weather_aqi_good_bg);
}
.weatherAqiBadge[data-tone="moderate"][data-v-574af5a9] { color: var(--weather_aqi_moderate_text) !important; background: var(--weather_aqi_moderate_bg);
}
.weatherAqiBadge[data-tone="sensitive"][data-v-574af5a9] { color: var(--weather_aqi_sensitive_text) !important; background: var(--weather_aqi_sensitive_bg);
}
.weatherAqiBadge[data-tone="poor"][data-v-574af5a9] { color: var(--weather_aqi_poor_text) !important; background: var(--weather_aqi_poor_bg);
}
.weatherAqiBadge[data-tone="neutral"][data-v-574af5a9] { color: var(--weather_dialog_muted) !important; background: var(--weather_dialog_control_bg);
}
.weatherMetricGrid[data-v-574af5a9],
.weatherPollutantGrid[data-v-574af5a9] {
  display: grid;
  gap: 8px;
}
.weatherMetricGrid[data-v-574af5a9] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.weatherMetricGrid > div[data-v-574af5a9],
.weatherPollutantGrid > div[data-v-574af5a9] {
  min-width: 0;
  border: 1px solid var(--weather_dialog_line);
  border-radius: 8px;
  background: var(--weather_dialog_surface);
}
.weatherMetricGrid > div[data-v-574af5a9] {
  min-height: 70px;
  padding: 11px 12px;
}
.weatherMetricGrid dt[data-v-574af5a9],
.weatherPollutantGrid dt[data-v-574af5a9],
.weatherHourlyItem dt[data-v-574af5a9] {
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  line-height: 13px;
}
.weatherMetricGrid dd[data-v-574af5a9] {
  margin: 8px 0 0;
  overflow: hidden;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherAlertList[data-v-574af5a9] {
  display: grid;
  gap: 8px;
}
.weatherAlertItem[data-v-574af5a9] {
  border: 1px solid var(--weather_dialog_warning_border);
  border-radius: 8px;
  background: var(--weather_dialog_warning_bg);
}
.weatherAlertItem summary[data-v-574af5a9] {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}
.weatherAlertItem summary[data-v-574af5a9]::-webkit-details-marker { display: none;
}
.weatherAlertItem summary[data-v-574af5a9]::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--weather_dialog_subtle);
  font-size: 17px;
  font-weight: 300;
}
.weatherAlertItem[open] summary[data-v-574af5a9]::after { content: "−";
}
.weatherAlertItem summary span[data-v-574af5a9] {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherAlertItem summary small[data-v-574af5a9] {
  margin-left: auto;
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  white-space: nowrap;
}
.weatherAlertItem > p[data-v-574af5a9],
.weatherAlertItem ul[data-v-574af5a9] {
  margin: 0 12px 12px;
  color: var(--weather_dialog_muted);
  font-size: 11px;
  line-height: 18px;
  user-select: text;
}
.weatherAlertItem ul[data-v-574af5a9] {
  padding-left: 17px;
}
.weatherMinutelySummary[data-v-574af5a9] {
  margin: 0 0 14px;
  color: var(--weather_dialog_muted);
  font-size: 12px;
  line-height: 18px;
}
.weatherRainChart[data-v-574af5a9] {
  height: 62px;
  padding-top: 4px;
  border-bottom: 1px solid var(--weather_dialog_line_strong);
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.weatherRainChart span[data-v-574af5a9] {
  height: var(--rain-height);
  min-width: 1px;
  flex: 1 1 0;
  border-radius: 2px 2px 0 0;
  background: var(--weather_dialog_rain);
}
.weatherChartAxis[data-v-574af5a9] {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  color: var(--weather_dialog_faint);
  font-size: 9px;
}
.weatherPollutantGrid[data-v-574af5a9] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.weatherPollutantGrid > div[data-v-574af5a9] {
  min-height: 66px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  column-gap: 4px;
}
.weatherPollutantGrid dd[data-v-574af5a9] {
  grid-column: 1;
  margin: 6px 0 0;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.weatherPollutantGrid small[data-v-574af5a9] {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  color: var(--weather_dialog_faint);
  font-size: 8px;
}
.weatherTabHeading[data-v-574af5a9] {
  margin-bottom: 18px;
}
.weatherHourlyScroller[data-v-574af5a9] {
  padding-bottom: 8px;
  display: grid;
  grid-auto-columns: 132px;
  grid-auto-flow: column;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}
.weatherHourlyItem[data-v-574af5a9] {
  min-height: 216px;
  padding: 14px 12px;
  border: 1px solid var(--weather_dialog_line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: var(--weather_dialog_surface);
  scroll-snap-align: start;
}
.weatherHourlyItem > time[data-v-574af5a9] {
  color: var(--weather_dialog_subtle);
  font-size: 10px;
  line-height: 14px;
}
.weatherHourlyItem > strong[data-v-574af5a9] {
  margin-top: 13px;
  font-size: 29px;
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  line-height: 34px;
}
.weatherHourlyItem > p[data-v-574af5a9] {
  min-height: 34px;
  margin: 5px 0 12px;
  color: var(--weather_dialog_muted);
  font-size: 11px;
  line-height: 17px;
}
.weatherHourlyItem dl[data-v-574af5a9] {
  margin-top: auto;
  display: grid;
  gap: 5px;
}
.weatherHourlyItem dl > div[data-v-574af5a9] {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.weatherHourlyItem dd[data-v-574af5a9] {
  margin: 0;
  overflow: hidden;
  font-size: 9px;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherForecastList[data-v-574af5a9] {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--weather_dialog_line);
  border-bottom: 1px solid var(--weather_dialog_line);
}
.weatherForecastItem[data-v-574af5a9] {
  min-width: 0;
  padding: 14px 2px;
  display: grid;
  grid-template-columns: 105px minmax(120px, 1fr) 78px minmax(250px, 1.5fr);
  align-items: center;
  gap: 14px;
}
.weatherForecastItem + .weatherForecastItem[data-v-574af5a9] {
  border-top: 1px solid var(--weather_dialog_line);
}
.weatherForecastDate[data-v-574af5a9],
.weatherForecastCondition[data-v-574af5a9],
.weatherForecastTemperature[data-v-574af5a9] {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.weatherForecastDate strong[data-v-574af5a9],
.weatherForecastCondition strong[data-v-574af5a9] {
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherForecastDate time[data-v-574af5a9],
.weatherForecastCondition span[data-v-574af5a9] {
  margin-top: 2px;
  overflow: hidden;
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherForecastTemperature[data-v-574af5a9] {
  flex-direction: row;
  align-items: baseline;
  gap: 7px;
  font-variant-numeric: tabular-nums;
}
.weatherForecastTemperature strong[data-v-574af5a9] {
  font-size: 18px;
  font-weight: 500;
}
.weatherForecastTemperature span[data-v-574af5a9] {
  color: var(--weather_dialog_subtle);
  font-size: 12px;
}
.weatherForecastMeta[data-v-574af5a9] {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 10px;
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  line-height: 13px;
}
.weatherForecastMeta span[data-v-574af5a9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherIndexGrid[data-v-574af5a9] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.weatherIndexItem[data-v-574af5a9] {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--weather_dialog_line);
  border-radius: 8px;
  background: var(--weather_dialog_surface);
}
.weatherIndexItem header[data-v-574af5a9] {
  justify-content: space-between;
  gap: 12px;
}
.weatherIndexItem h3[data-v-574af5a9] {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
}
.weatherIndexItem header span[data-v-574af5a9] {
  max-width: 62%;
  overflow: hidden;
  color: var(--weather_dialog_subtle);
  font-size: 9px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weatherIndexItem > p[data-v-574af5a9] {
  margin: 8px 0 0;
  color: var(--weather_dialog_muted);
  font-size: 10px;
  line-height: 17px;
  user-select: text;
}
.weatherIndexItem > p + p[data-v-574af5a9] {
  margin-top: 3px;
  color: var(--weather_dialog_subtle);
}
.weatherEmptyState[data-v-574af5a9] {
  min-height: 180px;
  border-top: 1px solid var(--weather_dialog_line);
  border-bottom: 1px solid var(--weather_dialog_line);
  display: grid;
  place-items: center;
  color: var(--weather_dialog_subtle);
  font-size: 12px;
}
.weather-dialog-enter-active[data-v-574af5a9],
.weather-dialog-leave-active[data-v-574af5a9] {
  transition: opacity 0.24s ease;
}
.weather-dialog-enter-active .weatherDialogPanel[data-v-574af5a9],
.weather-dialog-leave-active .weatherDialogPanel[data-v-574af5a9] {
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.weather-dialog-enter-from[data-v-574af5a9],
.weather-dialog-leave-to[data-v-574af5a9],
.weather-dialog-enter-from .weatherDialogPanel[data-v-574af5a9],
.weather-dialog-leave-to .weatherDialogPanel[data-v-574af5a9] {
  opacity: 0;
}
.weather-dialog-enter-from .weatherDialogPanel[data-v-574af5a9],
.weather-dialog-leave-to .weatherDialogPanel[data-v-574af5a9] {
  transform: translate3d(0, 12px, 0) scale(0.985);
}
@media (max-width: 720px) {
.weatherDialogBackdrop[data-v-574af5a9] { padding: 8px;
}
.weatherDialogPanel[data-v-574af5a9] {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 16px;
}
.weatherDialogHeader[data-v-574af5a9] {
    padding: 18px 18px 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
}
.weatherDialogCurrent[data-v-574af5a9] {
    grid-column: 1 / -1;
    grid-row: 2;
}
.weatherDialogActions[data-v-574af5a9] { grid-column: 2; grid-row: 1;
}
.weatherTabs[data-v-574af5a9] { padding-inline: 14px;
}
.weatherDialogBody[data-v-574af5a9] { padding: 18px 18px 24px;
}
.weatherMetricGrid[data-v-574af5a9] { grid-template-columns: repeat(2, minmax(0, 1fr));
}
.weatherPollutantGrid[data-v-574af5a9] { grid-template-columns: repeat(3, minmax(0, 1fr));
}
.weatherForecastItem[data-v-574af5a9] {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
}
.weatherForecastCondition[data-v-574af5a9] { grid-column: 1; grid-row: 2;
}
.weatherForecastTemperature[data-v-574af5a9] { grid-column: 2; grid-row: 1 / 3;
}
.weatherForecastMeta[data-v-574af5a9] { grid-column: 1 / -1; grid-row: 3;
}
}
@media (max-width: 480px) {
.weatherDialogTitle h2[data-v-574af5a9] { font-size: 17px; line-height: 23px;
}
.weatherDialogCurrent > strong[data-v-574af5a9] { font-size: 34px; line-height: 38px;
}
.weatherSectionHeading[data-v-574af5a9] { align-items: flex-end;
}
.weatherPollutantGrid[data-v-574af5a9] { grid-template-columns: repeat(2, minmax(0, 1fr));
}
.weatherIndexGrid[data-v-574af5a9] { grid-template-columns: 1fr;
}
.weatherAlertItem summary small[data-v-574af5a9] { display: none;
}
.weatherForecastMeta[data-v-574af5a9] { grid-template-columns: 1fr;
}
}
@media (max-width: 360px) {
.weatherSummaryMeta[data-v-574af5a9] { gap: 5px; font-size: 9px;
}
.weatherSummaryMeta span + span[data-v-574af5a9]::before { margin-right: 5px;
}
.weatherDialogHeader[data-v-574af5a9] { padding-inline: 14px;
}
.weatherTabs[data-v-574af5a9] { padding-inline: 10px;
}
.weatherTabs button[data-v-574af5a9] { padding-inline: 10px;
}
.weatherDialogBody[data-v-574af5a9] { padding: 16px 14px 22px;
}
.weatherMetricGrid > div[data-v-574af5a9] { padding-inline: 10px;
}
}
@media (prefers-reduced-motion: reduce) {
.weatherDetails[data-v-574af5a9],
  .weatherDialogActions button[data-v-574af5a9],
  .weatherTabs button[data-v-574af5a9],
  .weather-dialog-enter-active[data-v-574af5a9],
  .weather-dialog-leave-active[data-v-574af5a9],
  .weather-dialog-enter-active .weatherDialogPanel[data-v-574af5a9],
  .weather-dialog-leave-active .weatherDialogPanel[data-v-574af5a9] {
    transition: none;
}
.weatherTabPanel[data-v-574af5a9] { animation: none;
}
}
