    body {
      margin: 0;
      font-family: "Avenir Next", "Segoe UI", sans-serif;
      color: #1f2937;
      background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    }
    main {
      max-width: 1400px;
      margin: 0 auto;
      padding: 20px;
    }
    .page-footer {
      max-width: 1400px;
      margin: 10px auto 20px;
      padding: 0 20px;
      font-size: 13px;
      color: #475569;
    }
    .page-footer a {
      color: #0f766e;
      text-decoration: none;
      font-weight: 600;
    }
    .page-footer a:hover {
      text-decoration: underline;
    }
    h1 {
      margin: 0 0 16px;
      font-size: 28px;
    }
    .report-date {
      margin: -8px 0 12px;
    }
    .report-powered {
      font-size: 13px;
      color: #475569;
      font-weight: 600;
    }
    .report-generated {
      margin-top: 2px;
      font-size: 12px;
      font-weight: 500;
      color: #64748b;
    }
    .resort-controls {
      margin: 10px 0 18px;
      display: grid;
      gap: 8px;
    }
    .resort-search {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    .resort-search label {
      font-size: 13px;
      font-weight: 600;
      color: #334155;
    }
    .resort-search input {
      min-width: 260px;
      padding: 7px 10px;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      background: #fff;
      font-size: 13px;
      color: #1f2937;
    }
    .resort-search button {
      border: 1px solid #94a3b8;
      background: #f8fafc;
      color: #1f2937;
      border-radius: 8px;
      padding: 7px 12px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
    }
    .resort-search-toggle {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      font-weight: 600;
      color: #334155;
    }
    .resort-search-options {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: -2px;
    }
    .resort-filter-bar {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    #filter-open-btn {
      border: 1px solid #0f766e;
      background: #0f766e;
      color: #fff;
      border-radius: 8px;
      padding: 7px 12px;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
    }
    .filter-summary {
      font-size: 12px;
      color: #475569;
      font-weight: 600;
    }
    .section-loading,
    .page-load-error {
      margin: 0;
      font-size: 13px;
      color: #64748b;
      font-weight: 500;
    }
    .empty-state-cell {
      padding: 14px 16px;
      font-size: 13px;
      color: #64748b;
      font-weight: 600;
      text-align: left;
    }
    .filter-modal[hidden] {
      display: none;
    }
    .filter-modal {
      position: fixed;
      inset: 0;
      background: rgba(15, 23, 42, 0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 50;
      padding: 14px;
    }
    .filter-panel {
      width: min(460px, 100%);
      background: #fff;
      border-radius: 12px;
      border: 1px solid #cbd5e1;
      box-shadow: 0 18px 50px rgba(0,0,0,0.18);
      padding: 14px;
    }
    .filter-panel h3 {
      margin: 0 0 10px;
      font-size: 18px;
      color: #0f172a;
    }
    .filter-group {
      display: grid;
      gap: 7px;
      margin-bottom: 12px;
      font-size: 13px;
      color: #334155;
    }
    .filter-group label {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .filter-option-grid {
      display: grid;
      gap: 6px;
      max-height: 170px;
      overflow: auto;
      padding: 6px;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      background: #fff;
    }
    .filter-option-list {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
    }
    .filter-option-grid label {
      align-items: center;
      justify-content: flex-start;
      line-height: 1.2;
    }
    .filter-option-grid .filter-count {
      color: #64748b;
      font-size: 12px;
      font-weight: 600;
    }
    .filter-option-empty {
      font-size: 12px;
      color: #64748b;
      font-weight: 500;
    }
    .filter-group select {
      width: 100%;
      padding: 7px 10px;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      background: #fff;
      font-size: 13px;
      color: #1f2937;
    }
    .filter-group label span[data-pass-count] {
      color: #64748b;
      font-size: 12px;
      font-weight: 600;
    }
    .filter-group-title {
      font-size: 12px;
      font-weight: 700;
      color: #0f172a;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
    .filter-include-all-label {
      font-weight: 600;
      color: #0f172a;
    }
    .filter-actions {
      display: flex;
      gap: 8px;
      justify-content: flex-end;
      flex-wrap: wrap;
    }
    .filter-actions button {
      border: 1px solid #94a3b8;
      background: #f8fafc;
      color: #1f2937;
      border-radius: 8px;
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
    }
    .report-powered a {
      color: #0f766e;
      text-decoration: none;
      font-weight: 600;
    }
    .report-powered a:hover {
      text-decoration: underline;
    }
    .unit-toggle {
      position: relative;
      display: inline-flex;
      gap: 0;
      margin: 0;
      padding: 4px;
      border: 1px solid #cbd5e1;
      border-radius: 999px;
      background: #f8fafc;
      overflow: hidden;
    }
    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin: 24px 0 8px;
    }
    .section-header h2 {
      margin: 0;
    }
    .unit-toggle::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(50% - 4px);
      height: calc(100% - 8px);
      border-radius: 999px;
      background: #0f766e;
      transform: translateX(0);
      z-index: 0;
    }
    body:not(.units-pending) .unit-toggle::before {
      transition: transform 240ms ease;
    }
    .unit-toggle[data-mode="imperial"]::before {
      transform: translateX(100%);
    }
    .unit-btn {
      border: 0;
      background: transparent;
      color: #334155;
      padding: 5px 0;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      transition: color 160ms ease;
      width: 52px;
      position: relative;
      z-index: 1;
    }
    .unit-toggle[data-compact-summary-toggle="1"] .unit-btn {
      width: 58px;
    }
    body.units-pending .unit-btn {
      transition: none;
    }
    .unit-btn.is-active {
      color: #fff;
    }
    @keyframes unitCellRefresh {
      from {
        opacity: 0.35;
        transform: translateY(2px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    td.unit-changing {
      animation: unitCellRefresh 240ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    h2 {
      margin: 24px 0 8px;
      font-size: 20px;
    }
    .table-wrap {
      overflow: auto;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    }
    table {
      border-collapse: separate;
      border-spacing: 0;
      width: max-content;
    }
    th, td {
      border-bottom: 1px solid #e5e7eb;
      border-right: 1px solid #f3f4f6;
      padding: 7px 9px;
      line-height: 14px;
      font-size: 12px;
      text-align: right;
      white-space: nowrap;
    }
    th {
      background: #f3f4f6;
      text-align: center;
      font-weight: 700;
    }
    th .day-label-date,
    th .day-label-weekday {
      display: block;
      line-height: 1.15;
    }
    th .day-label-weekday {
      font-size: 11px;
      color: #475569;
      font-weight: 600;
    }
    .plain-table thead th {
      position: sticky;
      top: 0;
      z-index: 2;
    }
    .plain-table {
      min-width: 1100px;
    }
    .plain-table .query-col {
      text-align: left;
      font-weight: 600;
    }
    .query-col .resort-link {
      display: block;
      color: #0f766e;
      text-decoration: none;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .query-col .resort-link:hover {
      text-decoration: underline;
    }
    .resort-cell {
      display: block;
      min-width: 0;
    }
    .resort-link-wrap {
      min-width: 0;
    }
    .resort-link-wrap .resort-link,
    .resort-link-wrap > span,
    .resort-link-wrap > a {
      display: block;
    }
    .favorite-btn {
      position: relative;
      width: 14px;
      height: 14px;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #94a3b8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      cursor: pointer;
      padding: 0;
      transition:
        transform 180ms ease,
        color 180ms ease;
    }
    .favorite-col .favorite-btn,
    .favorite-head .favorite-btn {
      display: flex;
      margin: 0 auto;
    }
    .favorite-btn-icon {
      position: absolute;
      inset: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      height: 12px;
      margin: auto;
      line-height: 1;
      transition: transform 180ms ease, opacity 180ms ease, color 180ms ease;
    }
    .favorite-btn-outline {
      opacity: 1;
      transform: scale(1);
      color: #64748b;
    }
    .favorite-btn-filled {
      opacity: 0;
      transform: scale(0.7);
      color: #fb7185;
    }
    .favorite-btn[data-favorite-active="1"] .favorite-btn-outline {
      opacity: 0;
      transform: scale(0.7);
    }
    .favorite-btn[data-favorite-active="1"] .favorite-btn-filled {
      opacity: 1;
      transform: scale(1);
    }
    .favorite-btn:hover {
      transform: scale(1.08);
    }
    .favorite-btn:hover .favorite-btn-outline {
      color: #fb7185;
      transform: scale(1.05);
    }
    .favorite-btn:hover .favorite-btn-filled {
      transform: scale(0.82);
    }
    .favorite-btn:focus-visible {
      outline: 2px solid #fb7185;
      outline-offset: 2px;
    }
    .favorite-col,
    .favorite-head {
      width: 28px;
      min-width: 28px;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      line-height: 1;
    }
    .favorite-col {
      background: #fff;
      vertical-align: middle;
    }
    .favorite-head {
      background: #f3f4f6;
      vertical-align: middle;
    }
    .favorite-all-btn {
      opacity: 0.78;
    }
    .favorite-all-btn:hover {
      opacity: 1;
    }
    .compact-grid-wrap {
      display: flex;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: hidden;
      --compact-header-row1-h: 32px;
      margin-top: 8px;
    }
    .compact-grid-mobile-wrap {
      margin-top: 8px;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: auto;
      --compact-mobile-query-w: 180px;
    }
    .compact-grid-left-wrap {
      flex: 0 0 auto;
      background: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      --compact-query-w: 220px;
    }
    .compact-grid-right-wrap {
      flex: 1 1 auto;
      overflow: auto;
    }
    .compact-grid-mobile-wrap,
    .compact-grid-left-wrap,
    .compact-grid-right-wrap,
    .sticky-single-table-wrap,
    .weather-table-wrap,
    .snowfall-sticky-wrap,
    .snowfall-left-wrap,
    .snowfall-right-wrap,
    .rain-sticky-wrap,
    .rain-left-wrap,
    .rain-right-wrap,
    .temperature-sticky-wrap,
    .sun-single-wrap {
      -webkit-overflow-scrolling: touch;
    }
    .sticky-single-table-wrap {
      overflow: auto;
    }
    .sticky-single-table {
      table-layout: fixed;
      width: max-content;
      min-width: 100%;
    }
    .sticky-single-table thead th {
      position: sticky;
      top: 0;
      z-index: 5;
      background: #e5e7eb;
    }
    .sticky-single-table[data-sticky-header-rows="2"] thead tr:nth-child(2) th {
      top: var(--sticky-header-row-2-top, 32px);
    }
    .sticky-single-table .sticky-leading-cell {
      position: sticky;
      left: var(--sticky-leading-left, 0px);
      z-index: 6;
      background: #fff;
      background-clip: padding-box;
    }
    .sticky-single-table thead .sticky-leading-cell {
      z-index: 8;
      background: #e5e7eb;
    }
    .compact-grid-mobile-table {
      table-layout: fixed;
      width: max-content;
      min-width: 100%;
    }
    .compact-grid-mobile-table col.col-favorite {
      width: 28px;
    }
    .compact-grid-mobile-table col.col-query {
      width: var(--compact-mobile-query-w);
    }
    .compact-grid-mobile-table col.col-compact-day {
      width: 98px;
    }
    .compact-grid-left-table,
    .compact-grid-right-table {
      table-layout: fixed;
      width: auto;
      min-width: 0;
    }
    .compact-grid-right-table {
      width: max-content;
    }
    .compact-grid-left-table col.col-favorite {
      width: 28px;
    }
    .compact-grid-left-table col.col-query {
      width: var(--compact-query-w);
    }
    .compact-grid-right-table col.col-compact-day {
      width: 98px;
    }
    .compact-grid-left-table thead th,
    .compact-grid-right-table thead th,
    .compact-grid-mobile-table thead th {
      position: sticky;
      top: 0;
      z-index: 5;
      background: #e5e7eb;
    }
    .compact-grid-left-table tbody .query-col {
      text-align: left;
      font-weight: 600;
      background: #fff;
      max-width: var(--compact-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .compact-grid-left-table thead .query-col {
      text-align: left;
    }
    .compact-grid-mobile-table .query-col {
      text-align: left;
      font-weight: 600;
      background: #fff;
      max-width: var(--compact-mobile-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .compact-grid-mobile-table thead .query-col {
      background: #e5e7eb;
      z-index: 8;
    }
    .compact-grid-left-table td,
    .compact-grid-right-table td,
    .compact-grid-mobile-table td {
      background-clip: padding-box;
    }
    .compact-grid-left-table td,
    .compact-grid-right-table td,
    .compact-grid-mobile-table td {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 9px;
      padding-right: 9px;
    }
    .compact-grid-left-table thead th,
    .compact-grid-right-table thead th,
    .compact-grid-mobile-table thead th {
      padding-top: 7px;
      padding-bottom: 7px;
    }
    .compact-grid-left-table .favorite-col,
    .compact-grid-left-table .favorite-head,
    .compact-grid-mobile-table .favorite-col,
    .compact-grid-mobile-table .favorite-head {
      width: 28px;
      min-width: 28px;
      padding-left: 0;
      padding-right: 0;
    }
    .compact-grid-mobile-table .favorite-col,
    .compact-grid-mobile-table .favorite-head {
    }
    .compact-day-cell {
      padding: 5px 8px;
      height: 62px;
      min-height: 62px;
      vertical-align: top;
    }
    .compact-day-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 4px;
      height: 100%;
    }
    .compact-row {
      display: grid;
      align-items: center;
    }
    .compact-row-primary {
      grid-template-columns: 20px 1fr;
      gap: 2px;
      align-items: stretch;
    }
    .compact-row-secondary {
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      align-items: center;
    }
    .compact-weather {
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: stretch;
      font-size: 26px;
      line-height: 1;
    }
    .compact-temp-stack {
      display: grid;
      justify-items: end;
      line-height: 1.1;
      gap: 1px;
    }
    .compact-temp-high {
      font-size: 15px;
      font-weight: 600;
      color: #0f172a;
    }
    .compact-temp-low {
      font-size: 12px;
      font-weight: 500;
      color: #475569;
    }
    .compact-pair {
      display: inline-flex;
      align-items: center;
      gap: 2px;
      min-width: 0;
      font-size: 12px;
      line-height: 1;
      white-space: nowrap;
    }
    .compact-pair-value {
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .compact-row-secondary .compact-pair {
      color: #334155;
      font-weight: 600;
    }
    .compact-rain {
      justify-self: end;
      justify-content: flex-end;
      text-align: right;
      flex-direction: row-reverse;
    }
    .compact-snow .compact-pair-icon {
      color: #2563eb;
    }
    .compact-rain .compact-pair-icon {
      color: #0f766e;
    }
    .desktop-only {
      display: block;
    }
    .mobile-only {
      display: none;
    }
    .weather-table-wrap {
      margin-top: 8px;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: auto;
      --weather-query-w: 220px;
    }
    .weather-table {
      table-layout: fixed;
      width: max-content;
      min-width: 100%;
    }
    .weather-table col.col-favorite {
      width: 28px;
    }
    .weather-table col.col-query {
      width: var(--weather-query-w);
    }
    .weather-table col.col-weather {
      width: 68px;
    }
    .weather-table .favorite-col,
    .weather-table .favorite-head {
      width: 28px;
      min-width: 28px;
      padding-left: 0;
      padding-right: 0;
    }
    .weather-table .query-col {
      text-align: left;
      font-weight: 600;
      background: #fff;
      max-width: var(--weather-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .weather-table thead .query-col {
      background: #e5e7eb;
    }
    .weather-table td {
      background-clip: padding-box;
    }
    .weather-table td.weather-emoji-cell {
      text-align: center;
      font-size: 18px;
      line-height: 1;
    }
    .snowfall-sticky-wrap,
    .rain-sticky-wrap {
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: auto;
    }
    .snowfall-sticky-wrap {
      --snowfall-query-w: 220px;
      --snowfall-week-w: 110px;
    }
    .rain-sticky-wrap {
      --rain-query-w: 220px;
      --rain-week-w: 110px;
    }
    .snowfall-sticky-table col.col-favorite,
    .rain-sticky-table col.col-favorite {
      width: 28px;
    }
    .snowfall-sticky-table col.col-query {
      width: var(--snowfall-query-w);
    }
    .rain-sticky-table col.col-query {
      width: var(--rain-query-w);
    }
    .snowfall-sticky-table col.col-week {
      width: var(--snowfall-week-w);
    }
    .rain-sticky-table col.col-week {
      width: var(--rain-week-w);
    }
    .snowfall-sticky-table col.col-day,
    .rain-sticky-table col.col-day {
      width: 66px;
    }
    .snowfall-sticky-table .query-col,
    .rain-sticky-table .query-col {
      text-align: left;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .mobile-precip-resort-content {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }
    .mobile-precip-resort-content .resort-cell {
      flex: 1 1 auto;
      min-width: 0;
    }
    .mobile-precip-resort-head {
      text-align: left;
    }
    .mobile-precip-resort-head .favorite-btn,
    .mobile-precip-resort-cell .favorite-btn {
      flex: 0 0 auto;
      margin: 0;
    }
    .mobile-precip-resort-label {
      min-width: 0;
    }
    .snowfall-sticky-table .query-col {
      max-width: var(--snowfall-query-w);
    }
    .rain-sticky-table .query-col {
      max-width: var(--rain-query-w);
    }
    .snowfall-sticky-table .week-col-cell,
    .rain-sticky-table .week-col-cell {
      text-align: center;
    }
    .snowfall-sticky-table td,
    .rain-sticky-table td {
      background-clip: padding-box;
    }
    .snowfall-split-wrap {
      display: flex;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: hidden;
      --snow-header-row1-h: 32px;
    }
    .snowfall-split-wrap.mobile-only {
      display: none;
    }
    .snowfall-left-wrap {
      flex: 0 0 auto;
      background: #fff;
      overflow: hidden;
      --query-col-w: 220px;
      --week-col-w: 110px;
    }
    .snowfall-left-table col.col-favorite {
      width: 28px;
    }
    .snowfall-left-table col.col-query {
      width: var(--query-col-w);
    }
    .snowfall-left-table col.col-week {
      width: var(--week-col-w);
    }
    .snowfall-right-wrap {
      flex: 1 1 auto;
      overflow: auto;
    }
    .snowfall-left-table, .snowfall-right-table {
      table-layout: fixed;
    }
    .snowfall-left-table {
      min-width: 0;
      width: auto;
    }
    .snowfall-right-table {
      min-width: 0;
      width: auto;
    }
    .snowfall-right-table col.col-week-right {
      width: 100px;
    }
    .snowfall-right-table col.col-day {
      width: 66px;
    }
    .snowfall-left-table thead tr:first-child th,
    .snowfall-right-table thead tr:first-child th {
      top: 0;
      z-index: 5;
    }
    .snowfall-left-table thead tr:nth-child(2) th,
    .snowfall-right-table thead tr:nth-child(2) th {
      top: var(--snow-header-row1-h);
      z-index: 5;
      text-align: center;
    }
    .snowfall-left-table .query-col {
      text-align: left;
      font-weight: 600;
      max-width: var(--query-col-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .snowfall-left-table thead th,
    .snowfall-right-table thead th {
      position: sticky;
      background: #e5e7eb;
    }
    .snowfall-left-table td,
    .snowfall-right-table td {
      background-clip: padding-box;
    }
    .rain-split-wrap {
      display: flex;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: hidden;
      --rain-header-row1-h: 32px;
    }
    .rain-split-wrap.mobile-only {
      display: none;
    }
    .rain-left-wrap {
      flex: 0 0 auto;
      background: #fff;
      overflow: hidden;
      --rain-query-w: 220px;
      --rain-week-w: 110px;
    }
    .rain-right-wrap {
      flex: 1 1 auto;
      overflow: auto;
    }
    .rain-left-table, .rain-right-table {
      table-layout: fixed;
      width: auto;
      min-width: 0;
    }
    .rain-left-table col.col-favorite {
      width: 28px;
    }
    .rain-left-table col.col-query {
      width: var(--rain-query-w);
    }
    .rain-left-table col.col-week {
      width: var(--rain-week-w);
    }
    .rain-right-table col.col-day {
      width: 66px;
    }
    .rain-right-table col.col-week-right {
      width: 100px;
    }
    .rain-left-table thead tr:first-child th,
    .rain-right-table thead tr:first-child th {
      position: sticky;
      top: 0;
      z-index: 5;
      background: #e5e7eb;
    }
    .rain-left-table thead tr:nth-child(2) th,
    .rain-right-table thead tr:nth-child(2) th {
      position: sticky;
      top: var(--rain-header-row1-h);
      z-index: 5;
      background: #e5e7eb;
    }
    .rain-left-table .query-col {
      text-align: left;
      font-weight: 600;
      max-width: var(--rain-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .rain-left-table td, .rain-right-table td {
      background-clip: padding-box;
    }
    .temperature-sticky-wrap {
      margin-top: 8px;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: auto;
      --temp-query-w: 220px;
    }
    .temperature-single-table {
      table-layout: fixed;
      width: max-content;
      min-width: 100%;
    }
    .temperature-single-table col.col-favorite {
      width: 28px;
    }
    .temperature-single-table col.col-query {
      width: var(--temp-query-w);
    }
    .temperature-single-table col.col-temp {
      width: 50px;
    }
    .temperature-single-table .query-col {
      text-align: left;
      font-weight: 600;
      background: #fff;
      max-width: var(--temp-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .temperature-single-table td {
      background-clip: padding-box;
    }
    .sun-single-wrap {
      border: 1px solid #d1d5db;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 6px 24px rgba(0,0,0,0.06);
      overflow: auto;
      --sun-query-w: 220px;
    }
    .sun-single-table {
      table-layout: fixed;
      width: max-content;
      min-width: 100%;
    }
    .sun-single-table col.col-favorite {
      width: 28px;
    }
    .sun-single-table col.col-query {
      width: var(--sun-query-w);
    }
    .sun-single-table col.col-sun {
      width: 58px;
    }
    .sun-single-table .query-col {
      text-align: left;
      font-weight: 600;
      background: #fff;
      max-width: var(--sun-query-w);
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sun-single-table td {
      background-clip: padding-box;
    }
    .sun-single-table td[data-sun-time-raw] {
      text-align: center;
    }
    body.mobile-simple .desktop-only {
      display: none;
    }
    body.mobile-simple .mobile-only {
      display: block;
    }
    body.mobile-simple .snowfall-split-wrap.mobile-only {
      display: flex;
    }
    body.mobile-simple .rain-split-wrap.mobile-only {
      display: flex;
    }
    body.mobile-simple .snowfall-left-table th,
    body.mobile-simple .snowfall-left-table td,
    body.mobile-simple .snowfall-right-table th,
    body.mobile-simple .snowfall-right-table td,
    body.mobile-simple .rain-left-table th,
    body.mobile-simple .rain-left-table td,
    body.mobile-simple .rain-right-table th,
    body.mobile-simple .rain-right-table td {
      box-sizing: border-box;
    }
    body.mobile-simple {
      --mobile-leading-col-max: max(0px, calc(50vw - 28px));
      --mobile-single-leading-col-max: 50vw;
    }
    body.mobile-simple .plain-table {
      min-width: 0;
    }
    body.mobile-simple .compact-grid-mobile-table col.col-query {
      width: min(var(--compact-mobile-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .compact-grid-mobile-table .query-col {
      max-width: min(var(--compact-mobile-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .snowfall-left-table col.col-query {
      width: min(var(--query-col-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .snowfall-left-table .query-col {
      max-width: min(var(--query-col-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .snowfall-sticky-wrap.mobile-only .snowfall-sticky-table col.col-query {
      width: min(var(--snowfall-query-w), var(--mobile-single-leading-col-max));
    }
    body.mobile-simple .snowfall-sticky-wrap.mobile-only .snowfall-sticky-table .query-col {
      max-width: min(var(--snowfall-query-w), var(--mobile-single-leading-col-max));
    }
    body.mobile-simple .snowfall-sticky-wrap.mobile-only .snowfall-sticky-table col.col-week {
      width: 92px;
    }
    body.mobile-simple .snowfall-sticky-wrap.mobile-only .snowfall-sticky-table col.col-day {
      width: 62px;
    }
    body.mobile-simple .rain-left-table col.col-query {
      width: min(var(--rain-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .rain-left-table .query-col {
      max-width: min(var(--rain-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .rain-sticky-wrap.mobile-only .rain-sticky-table col.col-query {
      width: min(var(--rain-query-w), var(--mobile-single-leading-col-max));
    }
    body.mobile-simple .rain-sticky-wrap.mobile-only .rain-sticky-table .query-col {
      max-width: min(var(--rain-query-w), var(--mobile-single-leading-col-max));
    }
    body.mobile-simple .rain-sticky-wrap.mobile-only .rain-sticky-table col.col-week {
      width: 92px;
    }
    body.mobile-simple .rain-sticky-wrap.mobile-only .rain-sticky-table col.col-day {
      width: 62px;
    }
    body.mobile-simple .temperature-single-table col.col-query {
      width: min(var(--temp-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .temperature-single-table .query-col {
      max-width: min(var(--temp-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .weather-table col.col-query {
      width: min(var(--weather-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .weather-table .query-col {
      max-width: min(var(--weather-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .sun-single-table col.col-query {
      width: min(var(--sun-query-w), var(--mobile-leading-col-max));
    }
    body.mobile-simple .sun-single-table .query-col {
      max-width: min(var(--sun-query-w), var(--mobile-leading-col-max));
    }
  
