.weather-forecast-pro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.82fr);
  gap: 1.5rem;
  align-items: stretch;
}

.weather-forecast-pro-shell,
.weather-forecast-pro-aside,
.weather-search-panel-pro,
.weather-overview-card-pro,
.weather-stat-card,
.weather-highlight-card,
.weather-daily-card-pro,
.weather-chart-card,
.weather-note-banner,
.weather-loader-card,
.weather-error-card,
.weather-empty-state-pro,
.weather-suggestion-button-pro,
.weather-day-chip,
.weather-days-chip {
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.weather-forecast-pro-shell {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(240,246,255,0.98));
  border: 1px solid rgba(71, 85, 105, 0.12);
}

.weather-forecast-pro-shell h1,
.weather-forecast-pro-aside h2,
.weather-empty-state-pro h2,
.weather-section-head h2,
.weather-city-meta h2 {
  color: #0b1528;
}

.weather-forecast-pro-shell .hero-text,
.weather-forecast-pro-shell .weather-breadcrumbs,
.weather-forecast-pro-aside p,
.weather-forecast-pro-aside li,
.weather-empty-state-pro p,
.weather-empty-state-pro li,
.weather-section-description,
.weather-search-help,
.weather-chart-note,
.weather-note-banner p,
.weather-overview-summary,
.weather-day-summary,
.weather-stat-card p,
.weather-highlight-card p,
.weather-city-meta p,
.weather-day-date,
.weather-day-min-temp span,
.weather-day-main-temp span,
.weather-hero-mini-note span,
.weather-city-context,
.weather-section-soft-copy {
  color: #334155;
}

.weather-forecast-pro-aside {
  padding: 1.55rem;
  background: linear-gradient(180deg, rgba(248,251,255,0.98), rgba(237,244,255,0.96));
  border: 1px solid rgba(71, 85, 105, 0.12);
}

.weather-search-panel-pro {
  margin-top: 1.4rem;
  padding: 1rem;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(59, 130, 246, 0.16);
}

.weather-search-controls-pro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
}

.weather-input-stack {
  position: relative;
}

.weather-search-label {
  display: block;
  margin-bottom: 0.55rem;
  font-weight: 800;
  color: #0f172a;
}

.weather-search-input-pro {
  width: 100%;
  min-height: 3.45rem;
  border-radius: 18px;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(71, 85, 105, 0.24);
  background: #fff;
  color: #0f172a;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.weather-search-input-pro::placeholder {
  color: #64748b;
}

.weather-search-input-pro:focus-visible,
.weather-search-submit:focus-visible,
.weather-days-chip:focus-visible,
.weather-day-chip:focus-visible,
.weather-suggestion-button-pro:focus-visible {
  outline: none;
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18);
}

.weather-search-submit {
  min-height: 3.45rem;
  min-width: 170px;
}

.weather-suggestions-pro {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 8;
  display: grid;
  gap: 0.55rem;
  max-height: 21rem;
  overflow: auto;
  padding: 0.75rem;
  background: rgba(255,255,255,0.99);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 20px;
}

.weather-suggestion-button-pro {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.22rem;
  cursor: pointer;
}

.weather-suggestion-button-pro:hover,
.weather-suggestion-button-pro.is-active {
  border-color: rgba(37, 99, 235, 0.32);
  background: #eff6ff;
}

.weather-suggestion-button-pro strong,
.weather-stat-card strong,
.weather-highlight-card strong,
.weather-day-main-temp strong,
.weather-day-min-temp strong,
.weather-chart-stat strong,
.weather-now-temp strong {
  color: #0f172a;
}

.weather-suggestion-button-pro strong {
  font-size: 0.98rem;
}

.weather-suggestion-button-pro span {
  font-size: 0.88rem;
  color: #334155;
}

.weather-search-help {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
}

.weather-search-feedback {
  margin-top: 0.75rem;
  min-height: 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.weather-search-feedback[data-state="muted"] { color: #475569; }
.weather-search-feedback[data-state="success"] { color: #166534; }
.weather-search-feedback[data-state="warning"] { color: #b45309; }
.weather-search-feedback[data-state="error"] { color: #b91c1c; }
.weather-search-feedback[data-state="loading"] { color: #1d4ed8; }

.weather-guide-list-pro,
.weather-empty-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.weather-hero-mini-note {
  margin-top: 1.1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(59, 130, 246, 0.14);
  color: #0f172a;
}

.weather-results-section-pro {
  margin-top: 1.5rem;
}

.weather-empty-state-pro {
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,255,0.96));
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.weather-empty-state-pro .eyebrow,
.weather-city-meta .eyebrow,
.weather-section-head .eyebrow,
.weather-forecast-pro-shell .eyebrow {
  color: #1d4ed8;
  font-weight: 800;
}

.weather-result-shell-pro {
  display: grid;
  gap: 1.25rem;
}

.weather-overview-grid-pro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
  gap: 1rem;
}

.weather-overview-card-pro {
  padding: 1.35rem;
  background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(241,246,255,0.98));
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.weather-overview-card-current {
  position: relative;
  overflow: hidden;
}

.weather-overview-card-current::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--temp-accent, #3b82f6);
}

.weather-overview-card-pro.weather-theme-clear { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(245,249,255,0.99)); }
.weather-overview-card-pro.weather-theme-cloudy { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(244,246,250,0.99)); }
.weather-overview-card-pro.weather-theme-rain { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(236,243,255,0.99)); }
.weather-overview-card-pro.weather-theme-storm { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(238,241,255,0.99)); }
.weather-overview-card-pro.weather-theme-snow { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(241,248,255,0.99)); }
.weather-overview-card-pro.weather-theme-mist { background: linear-gradient(160deg, rgba(255,255,255,0.99), rgba(245,247,248,0.99)); }

.weather-overview-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.weather-city-meta h2 {
  margin: 0.2rem 0 0.28rem;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
}

.weather-city-context {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.weather-now-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.weather-now-temp {
  display: grid;
  gap: 0.2rem;
  align-content: start;
}

.weather-now-temp strong {
  font-size: clamp(2.5rem, 6vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--temp-accent, #0f172a);
}

.weather-now-temp span {
  font-size: 0.96rem;
  font-weight: 700;
  color: #334155;
}

.weather-now-temp,
.weather-day-main-temp,
.weather-day-min-temp {
  background: linear-gradient(180deg, var(--temp-soft, rgba(248,250,255,0.92)), rgba(255,255,255,0.96));
  border-color: var(--temp-border, rgba(148, 163, 184, 0.18));
}

.weather-day-main-temp strong,
.weather-day-min-temp strong {
  color: var(--temp-accent, #0f172a);
}

.weather-daily-card-pro {
  position: relative;
}

.weather-daily-card-pro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 24px 0 0 24px;
  background: var(--temp-accent, rgba(59,130,246,0.35));
  opacity: 0.8;
}

.weather-condition-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-weight: 800;
}

.weather-condition-chip img {
  width: 26px;
  height: 26px;
}

.weather-current-stats,
.weather-highlights-grid,
.weather-stat-grid,
.weather-daily-grid-pro,
.weather-chart-stats {
  display: grid;
  gap: 0.9rem;
}

.weather-current-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.weather-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.weather-highlights-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.weather-daily-grid-pro { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.weather-chart-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.weather-stat-card,
.weather-highlight-card,
.weather-daily-card-pro,
.weather-chart-card,
.weather-note-banner {
  padding: 1rem 1.05rem;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.weather-stat-card span,
.weather-highlight-card span,
.weather-day-summary,
.weather-chart-note,
.weather-day-icon,
.weather-day-facts,
.weather-chart-legend,
.weather-day-chip span {
  color: #334155;
}

.weather-stat-card strong,
.weather-highlight-card strong,
.weather-chart-stat strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.04rem;
}

.weather-note-banner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  border-left: 4px solid #f59e0b;
}

.weather-note-banner.is-warning {
  background: rgba(255, 247, 230, 0.98);
}

.weather-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.weather-section-head-range {
  align-items: start;
}

.weather-section-head h2 {
  margin: 0.15rem 0 0.3rem;
}

.weather-section-description {
  margin: -0.4rem 0 1rem;
}

.weather-days-toggle {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.weather-days-toggle-results {
  justify-content: flex-end;
}

.weather-days-chip {
  appearance: none;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: rgba(248, 250, 255, 0.96);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.weather-days-chip:hover,
.weather-day-chip:hover {
  transform: translateY(-1px);
}

.weather-days-chip.is-active {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  border-color: transparent;
  color: #fff;
}

.weather-daily-card-pro {
  display: grid;
  gap: 0.8rem;
}

.weather-daily-top {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: flex-start;
}

.weather-day-header-copy {
  display: grid;
  gap: 0.12rem;
}

.weather-day-name {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.weather-day-date {
  font-size: 0.88rem;
}

.weather-day-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
}

.weather-day-icon img { width: 28px; height: 28px; }

.weather-day-temps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.weather-day-main-temp,
.weather-day-min-temp {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  border: 1px solid var(--temp-border, rgba(148, 163, 184, 0.18));
  background: linear-gradient(180deg, var(--temp-soft, rgba(248,250,255,0.92)), rgba(255,255,255,0.92));
}

.weather-day-main-temp strong,
.weather-day-min-temp strong {
  font-size: 1.58rem;
  margin-top: 0;
}

.weather-day-main-temp span,
.weather-day-min-temp span {
  font-size: 0.81rem;
  font-weight: 700;
}

.weather-day-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.8rem;
  font-size: 0.92rem;
}

.weather-day-facts span {
  display: inline-flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.weather-day-facts b,
.weather-day-facts em {
  color: #0f172a;
  font-style: normal;
}

.weather-hourly-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 3;
}

.weather-day-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  position: relative;
  z-index: 3;
}

.weather-day-chip {
  appearance: none;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: rgba(255,255,255,0.98);
  padding: 0.72rem 0.95rem;
  cursor: pointer;
  display: grid;
  gap: 0.15rem;
  min-width: 120px;
  min-height: 3.5rem;
  position: relative;
  z-index: 3;
}

.weather-day-chip.is-active {
  background: linear-gradient(135deg, rgba(59,130,246,0.14), rgba(96,165,250,0.18));
  border-color: rgba(59, 130, 246, 0.34);
}

.weather-day-chip strong {
  font-size: 0.95rem;
  color: #0f172a;
}

.weather-chart-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(244,248,255,0.99));
}

.weather-chart-wrap {
  position: relative;
  isolation: isolate;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(242,247,255,0.99));
}

.weather-chart-inner {
  position: relative;
}

.weather-chart-svg {
  width: 100%;
  height: 326px;
  display: block;
  pointer-events: none;
  user-select: none;
}

.weather-chart-legend {
  display: flex;
  gap: 0.7rem 0.95rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
  color: #334155;
}

.weather-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.weather-chart-legend i {
  width: 18px;
  height: 3px;
  display: inline-block;
  border-radius: 999px;
  flex: 0 0 auto;
}

.weather-chart-legend .temp-scale-swatch { width: 24px; height: 10px; border-radius: 999px; }
.weather-chart-legend .temp-scale-swatch.is-full { background: linear-gradient(90deg, #b14cff, #1d4ed8, #60a5fa, #22c55e, #facc15, #f97316, #dc2626); }
.weather-chart-legend .line-rain { background: #0ea5e9; height: 6px; }
.weather-chart-legend .line-cloud { background: repeating-linear-gradient(90deg, #64748b 0 8px, transparent 8px 13px); height: 3px; }
.weather-chart-legend .band-day-night {
  height: 10px;
  background: linear-gradient(90deg, rgba(59,130,246,0.14) 0%, rgba(251,191,36,0.24) 50%, rgba(59,130,246,0.14) 100%);
}

.weather-chart-axis-label {
  font-size: 11px;
  fill: #475569;
  font-weight: 700;
}

.weather-chart-axis-caption {
  font-size: 11px;
  fill: #64748b;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.weather-chart-axis-caption-rain {
  fill: #0284c7;
}

.weather-chart-axis-temp {
  fill: #334155;
}

.weather-chart-band {
  pointer-events: none;
}

.weather-chart-band.is-day {
  fill: rgba(251, 191, 36, 0.11);
}

.weather-chart-band.is-night {
  fill: rgba(59, 130, 246, 0.065);
}

.weather-chart-grid {
  stroke: rgba(148, 163, 184, 0.28);
  stroke-width: 1;
}

.weather-chart-grid-vertical {
  stroke-dasharray: 3 6;
}

.weather-chart-zero-line {
  stroke: #64748b;
  stroke-width: 1.5;
  stroke-dasharray: 8 6;
}

.weather-chart-temp-area {
  fill: url(#weatherTempArea);
}

.weather-chart-line-temp {
  stroke-width: 3.7;
  stroke-linecap: round;
}

.weather-chart-point-temp {
  stroke: rgba(255,255,255,0.95);
  stroke-width: 1.7;
}

.weather-chart-bar-rain {
  fill: rgba(14, 165, 233, 0.36);
}

.weather-chart-line-cloud {
  fill: none;
  stroke: rgba(71, 85, 105, 0.82);
  stroke-width: 1.8;
  stroke-dasharray: 5 5;
}


.weather-hourly-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.weather-hourly-summary-card {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--temp-soft, rgba(255,255,255,0.96)), rgba(255,255,255,0.98));
  border: 1px solid var(--temp-border, rgba(148, 163, 184, 0.22));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.weather-hourly-summary-card.is-rain {
  background: linear-gradient(180deg, rgba(240,249,255,0.98), rgba(255,255,255,0.98));
  border-color: rgba(14, 165, 233, 0.24);
}

.weather-hourly-summary-card.is-cloud {
  background: linear-gradient(180deg, rgba(248,250,252,0.98), rgba(255,255,255,0.98));
  border-color: rgba(100, 116, 139, 0.24);
}

.weather-hourly-summary-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: #475569;
  font-size: 0.83rem;
  font-weight: 700;
}

.weather-hourly-summary-card strong {
  display: block;
  color: var(--temp-accent, #0f172a);
  font-size: 1.05rem;
  line-height: 1.15;
}

.weather-hourly-summary-card p {
  margin: 0.3rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.weather-chart-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.weather-chart-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.weather-chart-hotspot::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.weather-chart-hotspot:hover::before,
.weather-chart-hotspot.is-active::before,
.weather-chart-hotspot:focus-visible::before {
  opacity: 1;
  transform: scale(1.08);
}

.weather-chart-hotspot:focus-visible {
  outline: none;
}

.weather-chart-tooltip {
  position: absolute;
  z-index: 4;
  min-width: 180px;
  max-width: 230px;
  pointer-events: none;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.94);
  color: #f8fafc;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.28);
}

.weather-chart-tooltip-time {
  font-size: 0.83rem;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.88);
}

.weather-chart-tooltip-temp {
  margin-top: 0.22rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.weather-chart-tooltip-condition {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: rgba(241, 245, 249, 0.95);
}

.weather-chart-tooltip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  margin: 0.65rem 0 0;
}

.weather-chart-tooltip-grid div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.84rem;
}

.weather-chart-tooltip-grid dt {
  color: rgba(203, 213, 225, 0.82);
}

.weather-chart-tooltip-grid dd {
  margin: 0;
  font-weight: 700;
  color: #f8fafc;
}

.weather-loader-card,
.weather-error-card {
  padding: 1.45rem;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.weather-loader-card strong,
.weather-error-card strong {
  color: #0f172a;
}

.weather-loader-card p,
.weather-error-card p {
  margin: 0.3rem 0 0;
  color: #334155;
}

.weather-loader-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(191,219,254,0.38), rgba(59,130,246,0.95), rgba(191,219,254,0.38));
  background-size: 200% 100%;
  animation: weather-loader 1.4s linear infinite;
  margin-top: 1rem;
}

@keyframes weather-loader {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 1080px) {
  .weather-forecast-pro-hero,
  .weather-overview-grid-pro,
  .weather-highlights-grid,
  .weather-chart-stats {
    grid-template-columns: 1fr 1fr;
  }

  .weather-daily-grid-pro,
  .weather-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .weather-forecast-pro-hero,
  .weather-overview-grid-pro,
  .weather-current-stats,
  .weather-highlights-grid,
  .weather-chart-stats,
  .weather-search-controls-pro,
  .weather-day-temps,
  .weather-day-facts {
    grid-template-columns: 1fr;
  }

  .weather-forecast-pro-shell,
  .weather-forecast-pro-aside,
  .weather-overview-card-pro,
  .weather-chart-card,
  .weather-daily-card-pro,
  .weather-empty-state-pro {
    padding: 1rem;
  }

  .weather-search-submit,
  .weather-days-toggle-results,
  .weather-day-chip-row {
    width: 100%;
  }

  .weather-days-toggle-results {
    justify-content: stretch;
  }

  .weather-days-toggle-results .weather-days-chip,
  .weather-day-chip {
    flex: 1 1 0;
    min-width: 0;
  }

  .weather-chart-svg { height: 272px; }

  .weather-hourly-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weather-now-block,
  .weather-section-head,
  .weather-hourly-toolbar,
  .weather-note-banner,
  .weather-overview-head,
  .weather-section-head-range {
    align-items: stretch;
    flex-direction: column;
  }

  .weather-chart-legend {
    gap: 0.6rem;
  }

  .weather-chart-legend span {
    width: 100%;
    justify-content: flex-start;
  }

  .weather-chart-tooltip {
    min-width: 160px;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 560px) {
  .weather-hourly-summary {
    grid-template-columns: 1fr;
  }

  .weather-chart-svg { height: 252px; }

  .weather-chart-hotspot {
    width: 32px;
    height: 32px;
  }
}


/* Czytelność hero i panelu bocznego na jasnym tle */
.weather-page.weather-page-pro .weather-forecast-pro-shell .hero-text,
.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-breadcrumbs,
.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-search-help,
.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-search-feedback,
.weather-page.weather-page-pro .weather-forecast-pro-aside .weather-aside-intro,
.weather-page.weather-page-pro .weather-forecast-pro-aside p,
.weather-page.weather-page-pro .weather-forecast-pro-aside li,
.weather-page.weather-page-pro .weather-forecast-pro-aside .weather-hero-mini-note span {
  color: #475569;
}

.weather-page.weather-page-pro .weather-forecast-pro-shell .hero-text {
  font-size: 1.03rem;
  line-height: 1.75;
  max-width: 62ch;
}

.weather-page.weather-page-pro .weather-forecast-pro-aside .weather-aside-intro {
  font-size: 1rem;
  line-height: 1.7;
}

.weather-page.weather-page-pro .weather-forecast-pro-aside .weather-guide-list-pro,
.weather-page.weather-page-pro .weather-empty-list {
  color: #334155;
}

.weather-page.weather-page-pro .weather-forecast-pro-aside .weather-guide-list-pro li,
.weather-page.weather-page-pro .weather-empty-list li {
  color: #334155;
}

.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-search-help {
  color: #64748b;
}

.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-breadcrumbs,
.weather-page.weather-page-pro .weather-forecast-pro-shell .weather-breadcrumbs a {
  color: #0f766e;
}

.weather-page.weather-page-pro .weather-hero-mini-note {
  color: #0f172a;
}

.weather-page.weather-page-pro .weather-hero-mini-note strong {
  color: #0f172a;
}
