html.station-technical-theme {
  color-scheme: dark;
  background: #071016;
}

html.station-technical-theme *,
html.station-technical-theme *::before,
html.station-technical-theme *::after {
  letter-spacing: 0;
}

html.station-technical-theme body.station-dashboard-page {
  color: var(--ink);
  background-color: #071016;
  background-image:
    linear-gradient(rgba(88, 216, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 216, 255, 0.024) 1px, transparent 1px);
  background-size: 32px 32px;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-synthesis: none;
}

html.station-technical-theme .sky {
  display: none;
}

html.station-technical-theme .dashboard-shell {
  width: min(1280px, calc(100% - 2rem));
  padding: 1.25rem 0 2.5rem;
}

html.station-technical-theme h1,
html.station-technical-theme h2,
html.station-technical-theme h3,
html.station-technical-theme h4,
html.station-technical-theme .network-kpi-card__value,
html.station-technical-theme .observed-highlight-card__value,
html.station-technical-theme .weather-brief-card__value,
html.station-technical-theme .storm-potential-card__value,
html.station-technical-theme .station-card__name,
html.station-technical-theme .station-card__forecast-temp,
html.station-technical-theme .station-card__heat-stat strong,
html.station-technical-theme .temperature-lockup__value,
html.station-technical-theme .metric-card__value,
html.station-technical-theme .forecast-card__temp,
html.station-technical-theme .hourly-forecast-card__temp,
html.station-technical-theme .river-current-card__value,
html.station-technical-theme .air-quality-card__value,
html.station-technical-theme .sounding-parameter-value {
  color: var(--ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

html.station-technical-theme h1 {
  font-size: 2.4rem;
  font-weight: 720;
  line-height: 1.05;
}

html.station-technical-theme h2 {
  font-size: 1.45rem;
  font-weight: 720;
  line-height: 1.14;
}

html.station-technical-theme h3,
html.station-technical-theme h4 {
  font-weight: 700;
}

html.station-technical-theme .eyebrow,
html.station-technical-theme .network-kpi-card__label,
html.station-technical-theme .observed-highlight-card__label,
html.station-technical-theme .weather-brief-card__label,
html.station-technical-theme .storm-potential-card__label,
html.station-technical-theme .station-card__eyebrow,
html.station-technical-theme .station-card__label,
html.station-technical-theme .metric-card__label,
html.station-technical-theme .forecast-card__time,
html.station-technical-theme .hourly-forecast-card__time,
html.station-technical-theme .rainfall-source-card__label,
html.station-technical-theme .air-quality-card__label,
html.station-technical-theme .sounding-parameter-label {
  color: var(--cool);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-weight: 700;
  text-transform: uppercase;
}

html.station-technical-theme .section__caption,
html.station-technical-theme .station-card__location,
html.station-technical-theme .station-card__updated,
html.station-technical-theme .station-card__coords,
html.station-technical-theme .station-card__summary,
html.station-technical-theme .station-card__detail,
html.station-technical-theme .network-kpi-card__detail,
html.station-technical-theme .weather-brief-card__detail,
html.station-technical-theme .forecast-card__time,
html.station-technical-theme .forecast-card__wind,
html.station-technical-theme .forecast-card__detail,
html.station-technical-theme .hourly-forecast-card__wind,
html.station-technical-theme .hourly-forecast-card__detail,
html.station-technical-theme .download-panel__note,
html.station-technical-theme .chart-legend,
html.station-technical-theme .radar-card__meta,
html.station-technical-theme .radar-card__detail,
html.station-technical-theme .sounding-meta,
html.station-technical-theme .sounding-scope {
  color: var(--ink-soft);
}

html.station-technical-theme a {
  color: var(--cool);
}

html.station-technical-theme .section {
  margin-top: 0.9rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(13, 24, 31, 0.98);
  box-shadow: var(--shadow);
  backdrop-filter: none;
}

html.station-technical-theme .network-strip {
  margin-bottom: 0.9rem;
  border-left: 4px solid var(--cool);
  background: #0b151b;
}

html.station-technical-theme .network-strip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cool));
  opacity: 0.66;
}

html.station-technical-theme .button,
html.station-technical-theme .icon-button,
html.station-technical-theme .section-collapse-button,
html.station-technical-theme .weather-jump-nav__link,
html.station-technical-theme .station-card__link,
html.station-technical-theme .archive-preset-button,
html.station-technical-theme .storm-details summary,
html.station-technical-theme .archive-disclosure__summary::after {
  min-height: 2.75rem;
  border: 1px solid #3d6270;
  border-radius: 5px;
  background: #10232c;
  box-shadow: none;
  color: var(--cool);
  font-weight: 700;
}

html.station-technical-theme .button:hover,
html.station-technical-theme .button:focus-visible,
html.station-technical-theme .icon-button:hover,
html.station-technical-theme .icon-button:focus-visible,
html.station-technical-theme .section-collapse-button:hover,
html.station-technical-theme .section-collapse-button:focus-visible,
html.station-technical-theme .weather-jump-nav__link:hover,
html.station-technical-theme .weather-jump-nav__link:focus-visible,
html.station-technical-theme .station-card__link:hover,
html.station-technical-theme .station-card__link:focus-visible,
html.station-technical-theme .archive-preset-button:hover,
html.station-technical-theme .archive-preset-button:focus-visible,
html.station-technical-theme .archive-preset-button--active {
  border-color: var(--cool);
  background: #15313d;
  box-shadow: 0 0 0 2px rgba(88, 216, 255, 0.12);
  transform: none;
}

html.station-technical-theme .button--secondary {
  border-color: rgba(120, 201, 107, 0.72);
  background: rgba(120, 201, 107, 0.12);
  color: #b9efaf;
}

html.station-technical-theme .button:disabled,
html.station-technical-theme .button[aria-disabled="true"],
html.station-technical-theme .icon-button:disabled,
html.station-technical-theme .icon-button[aria-disabled="true"] {
  border-color: #263c45;
  background: #0c181e;
  color: #6f858d;
}

html.station-technical-theme .weather-jump-nav {
  gap: 0.45rem;
  margin-top: 0;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(7, 16, 22, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

html.station-technical-theme .station-switcher {
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #09151b;
}

html.station-technical-theme .station-switcher__button,
html.station-technical-theme .station-switcher button {
  border-color: #31515e;
  border-radius: 4px;
  background: #0e2028;
  color: var(--ink-soft);
}

html.station-technical-theme .station-switcher__button[aria-pressed="true"],
html.station-technical-theme .station-switcher button[aria-pressed="true"] {
  border-color: var(--cool);
  background: rgba(88, 216, 255, 0.12);
  color: var(--ink);
}

html.station-technical-theme body.station-site-network .homepage-network-alerts,
html.station-technical-theme body.station-site-network .homepage-selection-context {
  border-top-color: #29414b;
  border-right: 0;
  border-bottom-color: #29414b;
  background: #0a171d;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts__label,
html.station-technical-theme body.station-site-network .homepage-selection-context__label {
  color: var(--cool);
  font-family: Consolas, "SFMono-Regular", monospace;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts__copy strong,
html.station-technical-theme body.station-site-network .homepage-selection-context__copy strong {
  color: var(--ink);
}

html.station-technical-theme body.station-site-network .homepage-network-alerts__copy > span:last-child,
html.station-technical-theme body.station-site-network .homepage-selection-context__copy > span:last-child {
  color: var(--ink-soft);
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--clear {
  border-left-color: var(--theme-green);
  background: #0d2118;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--clear .homepage-network-alerts__label {
  color: #a8e59e;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--active {
  border-left-color: var(--theme-cyan);
  background: #0d2028;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--stale,
html.station-technical-theme body.station-site-network .homepage-network-alerts--minor,
html.station-technical-theme body.station-site-network .homepage-network-alerts--moderate {
  border-left-color: var(--theme-yellow);
  background: #2a2111;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--stale .homepage-network-alerts__label,
html.station-technical-theme body.station-site-network .homepage-network-alerts--minor .homepage-network-alerts__label,
html.station-technical-theme body.station-site-network .homepage-network-alerts--moderate .homepage-network-alerts__label {
  color: #ffd78b;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--severe {
  border-left-color: var(--theme-orange);
  background: #2c1813;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--severe .homepage-network-alerts__label {
  color: #ffad92;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--extreme {
  border-left-color: var(--theme-red);
  background: #30141a;
}

html.station-technical-theme body.station-site-network .homepage-network-alerts--extreme .homepage-network-alerts__label {
  color: #ff9aaa;
}

html.station-technical-theme body.station-site-network .homepage-selection-context {
  border-left-color: var(--theme-cyan);
  background: #091920;
}

html.station-technical-theme .network-kpi-card,
html.station-technical-theme .station-source-summary,
html.station-technical-theme .station-mode-help,
html.station-technical-theme .today-story-card,
html.station-technical-theme .period-comparison-card,
html.station-technical-theme .black-globe-snapshot-card,
html.station-technical-theme .source-comparator-card,
html.station-technical-theme .weather-brief-card,
html.station-technical-theme .metric-card,
html.station-technical-theme .forecast-card,
html.station-technical-theme .hourly-forecast-card,
html.station-technical-theme .observed-highlight-card,
html.station-technical-theme .chart-card,
html.station-technical-theme .table-card,
html.station-technical-theme .download-panel,
html.station-technical-theme .archive-disclosure,
html.station-technical-theme .archive-comparison-card,
html.station-technical-theme .rainfall-source-card,
html.station-technical-theme .rainfall-confidence,
html.station-technical-theme .rainfall-distribution,
html.station-technical-theme .storm-source,
html.station-technical-theme .storm-term,
html.station-technical-theme .storm-summary-box,
html.station-technical-theme .river-current-card,
html.station-technical-theme .river-chart-card,
html.station-technical-theme .air-quality-card,
html.station-technical-theme .air-quality-interpretation,
html.station-technical-theme .air-quality-daily,
html.station-technical-theme .air-quality-chart-block,
html.station-technical-theme .radar-control-panel,
html.station-technical-theme .radar-control-toolbar,
html.station-technical-theme .radar-card,
html.station-technical-theme .radar-card__meta,
html.station-technical-theme .sounding-card,
html.station-technical-theme .sounding-parameter-row,
html.station-technical-theme .sounding-bottom-line,
html.station-technical-theme .sounding-interpretation-item,
html.station-technical-theme .convective-probability-panel {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #101f27;
  box-shadow: none;
}

html.station-technical-theme .today-story-card__fact,
html.station-technical-theme .period-comparison-card__period,
html.station-technical-theme .source-comparator-card__metric,
html.station-technical-theme .black-globe-snapshot-card__warning,
html.station-technical-theme .radar-progress,
html.station-technical-theme .sounding-parameter-assessment,
html.station-technical-theme .convective-probability-card,
html.station-technical-theme .convective-probability-trend,
html.station-technical-theme .sounding-note {
  border: 1px solid #29414b;
  border-radius: 4px;
  background: #0a171d;
  color: var(--ink);
}

html.station-technical-theme .today-story-card__main p:last-child,
html.station-technical-theme .today-story-card__fact span,
html.station-technical-theme .period-comparison-card__header p,
html.station-technical-theme .period-comparison-card__period-top span,
html.station-technical-theme .period-comparison-card__metric span,
html.station-technical-theme .source-comparator-card__metric span,
html.station-technical-theme .source-comparator-card__metric small,
html.station-technical-theme .archive-comparison-card__top span,
html.station-technical-theme .archive-comparison-card__metrics span,
html.station-technical-theme .archive-comparison-card__detail,
html.station-technical-theme .black-globe-snapshot-card .station-card__heat-legend,
html.station-technical-theme .black-globe-snapshot-card .station-card__heat-axis,
html.station-technical-theme .convective-probability-header p,
html.station-technical-theme .convective-probability-card p,
html.station-technical-theme .convective-probability-card span,
html.station-technical-theme .convective-probability-method,
html.station-technical-theme .sounding-parameter-description {
  color: var(--ink-soft);
}

html.station-technical-theme .today-story-card__eyebrow,
html.station-technical-theme .period-comparison-card__eyebrow,
html.station-technical-theme .source-comparator-card__eyebrow {
  color: var(--cool);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-weight: 700;
}

html.station-technical-theme .today-story-card__fact strong,
html.station-technical-theme .period-comparison-card__metric strong,
html.station-technical-theme .source-comparator-card h3,
html.station-technical-theme .source-comparator-card__metric strong,
html.station-technical-theme .archive-comparison-card__metrics strong,
html.station-technical-theme .convective-probability-card strong {
  color: var(--ink);
}

html.station-technical-theme .source-comparator-card__status {
  border: 1px solid #31515e;
  border-radius: 3px;
  background: #10232c;
  color: var(--ink-soft);
}

html.station-technical-theme .black-globe-snapshot-card--danger {
  border-color: rgba(255, 92, 92, 0.72);
  background: rgba(112, 24, 31, 0.32);
}

html.station-technical-theme .black-globe-snapshot-card--danger .black-globe-snapshot-card__warning {
  border-color: rgba(255, 92, 92, 0.62);
  background: rgba(126, 24, 33, 0.34);
  color: #ffd2d2;
}

html.station-technical-theme .station-card__heat-grid {
  stroke: rgba(169, 188, 195, 0.24);
}

html.station-technical-theme .station-card__heat-dot {
  fill: #071016;
}

html.station-technical-theme .network-kpi-card--station,
html.station-technical-theme .network-kpi-card--context,
html.station-technical-theme .weather-brief-card--lead,
html.station-technical-theme .weather-brief-card--river,
html.station-technical-theme .rainfall-source-card--analyzed,
html.station-technical-theme .river-current-card,
html.station-technical-theme .river-chart-card {
  border-color: rgba(88, 216, 255, 0.45);
  background: #10242d;
}

html.station-technical-theme .network-kpi-card--alert,
html.station-technical-theme .weather-brief-card--alert {
  border-color: rgba(255, 92, 92, 0.72);
  background: rgba(112, 24, 31, 0.28);
}

html.station-technical-theme .weather-brief-card--storm {
  border-color: rgba(120, 201, 107, 0.5);
  background: rgba(47, 85, 46, 0.25);
}

html.station-technical-theme .weather-brief-card--change {
  border-color: rgba(242, 191, 104, 0.56);
  background: rgba(94, 66, 25, 0.24);
}

html.station-technical-theme .station-theme-toggle,
html.station-technical-theme .station-mode-toggle,
html.station-technical-theme .rainfall-analysis-toggle,
html.station-technical-theme .radar-mode-toggle {
  padding: 3px;
  border: 1px solid #31515e;
  border-radius: 5px;
  background: #09171d;
}

html.station-technical-theme .station-theme-toggle button,
html.station-technical-theme .station-mode-toggle button,
html.station-technical-theme .rainfall-analysis-toggle button,
html.station-technical-theme .radar-mode-toggle button {
  min-height: 2.5rem;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

html.station-technical-theme .station-theme-toggle button[aria-pressed="true"],
html.station-technical-theme .station-mode-toggle button[aria-pressed="true"],
html.station-technical-theme .rainfall-analysis-toggle button[aria-pressed="true"],
html.station-technical-theme .radar-mode-toggle button[aria-pressed="true"] {
  background: var(--cool);
  color: #071016;
  box-shadow: none;
}

html.station-technical-theme .station-mode-actions {
  align-items: flex-end;
}

html.station-technical-theme .station-theme-control {
  display: grid;
  gap: 0.3rem;
}

html.station-technical-theme .station-theme-control[hidden] {
  display: none;
}

html.station-technical-theme .station-theme-control__label {
  color: var(--ink-soft);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

html.station-technical-theme .station-theme-toggle {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 9.5rem;
}

html.station-technical-theme .station-mode-help {
  border-left: 3px solid var(--cool);
}

html.station-technical-theme .station-mode-help__label {
  color: var(--cool);
  font-family: Consolas, "SFMono-Regular", monospace;
}

html.station-technical-theme .station-mode-help__text {
  color: var(--ink);
}

html.station-technical-theme .station-card {
  border: 1px solid #31515e;
  border-radius: 6px;
  background: #0e1b22;
  box-shadow: none;
}

html.station-technical-theme .station-card:hover,
html.station-technical-theme .station-card:focus-visible,
html.station-technical-theme .station-card--active {
  border-color: var(--cool);
  background: #10252e;
  box-shadow: 0 0 0 2px rgba(88, 216, 255, 0.1);
  transform: none;
}

html.station-technical-theme body.station-site-network .station-card:not(.station-card--active) {
  border-color: #263d46;
  background: #0b181e;
}

html.station-technical-theme body.station-site-network .station-card--active {
  border-color: var(--cool);
  border-left-width: 4px;
  background: #102832;
  box-shadow: 0 0 0 2px rgba(88, 216, 255, 0.14);
}

html.station-technical-theme body.station-site-network .network-kpi-card:not(.network-kpi-card--station):not(.network-kpi-card--alert) {
  border-color: #243a44;
  background: #0c1a21;
}

html.station-technical-theme .station-card__wind-panel,
html.station-technical-theme .station-card__heat-panel,
html.station-technical-theme .station-card__forecast-panel,
html.station-technical-theme .station-card__heat-stat,
html.station-technical-theme .station-card__wind-stats div,
html.station-technical-theme .wind-card__stats div,
html.station-technical-theme .focus-card {
  border: 1px solid #29414b;
  border-radius: 5px;
  background: #0a171d;
}

html.station-technical-theme .focus-card::after {
  display: none;
}

html.station-technical-theme .wind-compass__rings {
  border-color: #426270;
  background: radial-gradient(circle, rgba(88, 216, 255, 0.1) 0 24%, transparent 25% 54%, rgba(88, 216, 255, 0.16) 55% 56%, transparent 57% 100%);
}

html.station-technical-theme .wind-compass__hub {
  border-color: var(--cool);
  background: #071016;
}

html.station-technical-theme .wind-compass__arrow {
  background: var(--cool);
}

html.station-technical-theme .wind-compass__arrow::before {
  border-bottom-color: var(--cool);
}

html.station-technical-theme .metric-card__meter,
html.station-technical-theme .rainfall-distribution__meter,
html.station-technical-theme .radar-progress__track {
  border-radius: 3px;
  background: #071116;
  box-shadow: inset 0 0 0 1px #29414b;
}

html.station-technical-theme .forecast-card__summary,
html.station-technical-theme .hourly-forecast-card__summary,
html.station-technical-theme .storm-potential-row strong,
html.station-technical-theme .storm-summary-box strong {
  color: var(--ink);
}

html.station-technical-theme .hourly-forecast-strip {
  border-color: #31515e;
  border-radius: 5px;
  box-shadow: inset 18px 0 18px -22px rgba(88, 216, 255, 0.64), inset -18px 0 18px -22px rgba(88, 216, 255, 0.64);
  scrollbar-color: var(--cool) #071016;
}

html.station-technical-theme .storm-potential-card {
  border-radius: 5px;
  background: #101f27;
}

html.station-technical-theme .storm-potential-card--minimal {
  border-color: #3b5c68;
  background: #11222a;
}

html.station-technical-theme .storm-potential-card--low,
html.station-technical-theme .storm-summary-box.storm-potential-card--low {
  border-color: #78c96b;
  background: rgba(48, 88, 43, 0.3);
}

html.station-technical-theme .storm-potential-card--medium,
html.station-technical-theme .storm-summary-box.storm-potential-card--medium {
  border-color: #e2b14f;
  background: rgba(101, 72, 20, 0.3);
}

html.station-technical-theme .storm-potential-card--high,
html.station-technical-theme .storm-summary-box.storm-potential-card--high {
  border-color: #ed784d;
  background: rgba(116, 48, 28, 0.32);
}

html.station-technical-theme .storm-potential-card--extreme,
html.station-technical-theme .storm-summary-box.storm-potential-card--extreme {
  border-color: #c264b6;
  background: rgba(91, 34, 82, 0.34);
}

html.station-technical-theme .alert-card {
  border-radius: 5px;
  color: var(--ink);
}

html.station-technical-theme .alert-card--extreme,
html.station-technical-theme .alert-card--severe {
  border-color: #ff5c5c;
  background: rgba(126, 24, 33, 0.36);
}

html.station-technical-theme .alert-card--moderate {
  border-color: #f2bf68;
  background: rgba(100, 70, 18, 0.32);
}

html.station-technical-theme .alert-card--minor,
html.station-technical-theme .alert-card--unknown,
html.station-technical-theme .alert-card--empty {
  border-color: #4e7280;
  background: #101f27;
}

html.station-technical-theme .alert-card__headline,
html.station-technical-theme .alert-card__body,
html.station-technical-theme .alert-card__instruction,
html.station-technical-theme .alert-card__meta {
  color: var(--ink);
}

html.station-technical-theme .rainfall-source-card--observed {
  border-color: #53b8d2;
  background: rgba(32, 91, 106, 0.28);
}

html.station-technical-theme .rainfall-source-card--unavailable {
  border-color: #344d57;
  background: #0c181e;
}

html.station-technical-theme .rainfall-confidence__value[data-level="high"] {
  color: #9be38e;
}

html.station-technical-theme .rainfall-confidence__value[data-level="medium"] {
  color: #ffd37a;
}

html.station-technical-theme .rainfall-confidence__value[data-level="low"] {
  color: #ff9f8a;
}

html.station-technical-theme .aqi-tone--good,
html.station-technical-theme .air-quality-card--good {
  --aqi-tint: #0d2b1a;
  --aqi-border: #00e400;
}

html.station-technical-theme .aqi-tone--moderate,
html.station-technical-theme .air-quality-card--moderate {
  --aqi-tint: #302d08;
  --aqi-border: #ffff00;
}

html.station-technical-theme .aqi-tone--sensitive,
html.station-technical-theme .air-quality-card--sensitive {
  --aqi-tint: #35200b;
  --aqi-border: #ff7e00;
}

html.station-technical-theme .aqi-tone--unhealthy,
html.station-technical-theme .air-quality-card--unhealthy {
  --aqi-tint: #391317;
  --aqi-border: #ff0000;
}

html.station-technical-theme .aqi-tone--very-unhealthy,
html.station-technical-theme .air-quality-card--very-unhealthy {
  --aqi-tint: #2e1735;
  --aqi-border: #b869c1;
}

html.station-technical-theme .aqi-tone--hazardous,
html.station-technical-theme .air-quality-card--hazardous {
  --aqi-tint: #35121c;
  --aqi-border: #b94f6d;
}

html.station-technical-theme .air-quality-card--good,
html.station-technical-theme .air-quality-card--moderate,
html.station-technical-theme .air-quality-card--sensitive,
html.station-technical-theme .air-quality-card--unhealthy,
html.station-technical-theme .air-quality-card--very-unhealthy,
html.station-technical-theme .air-quality-card--hazardous,
html.station-technical-theme .aqi-scale__item,
html.station-technical-theme .air-quality-day {
  border-color: var(--aqi-border);
  background: var(--aqi-tint);
}

html.station-technical-theme .air-quality-day {
  border-top-color: var(--aqi-color);
}

html.station-technical-theme .air-quality-day--missing {
  --aqi-tint: #15242b;
  --aqi-border: #536b75;
  border-top-color: #7f939b;
}

html.station-technical-theme .air-quality-card--good *,
html.station-technical-theme .air-quality-card--moderate *,
html.station-technical-theme .air-quality-card--sensitive *,
html.station-technical-theme .air-quality-card--unhealthy *,
html.station-technical-theme .air-quality-card--very-unhealthy *,
html.station-technical-theme .air-quality-card--hazardous *,
html.station-technical-theme .aqi-scale__item *,
html.station-technical-theme .air-quality-day * {
  color: var(--ink);
}

html.station-technical-theme .aqi-scale__item small,
html.station-technical-theme .air-quality-day__label,
html.station-technical-theme .air-quality-day__detail {
  color: var(--ink-soft);
}

html.station-technical-theme .radar-control-panel,
html.station-technical-theme .radar-card__frame,
html.station-technical-theme .sounding-graphic-shell {
  border-color: #31515e;
  border-radius: 5px;
  background: #071116;
}

html.station-technical-theme .radar-card__meta,
html.station-technical-theme .radar-control-toolbar {
  border-color: #31515e;
  background: #101f27;
}

html.station-technical-theme .radar-progress,
html.station-technical-theme .radar-card__facts div,
html.station-technical-theme .radar-frame-note,
html.station-technical-theme .radar-source-details {
  border-color: #29414b;
}

html.station-technical-theme .radar-progress {
  background: #0a171d;
}

html.station-technical-theme .radar-card__facts dt,
html.station-technical-theme .radar-progress__text,
html.station-technical-theme .radar-source-details,
html.station-technical-theme .radar-source-details__text {
  color: var(--ink-soft);
}

html.station-technical-theme .radar-card__facts dd,
html.station-technical-theme .radar-source-details summary {
  color: var(--ink);
}

html.station-technical-theme .radar-card__map-status {
  border-color: #3d6270;
  border-radius: 4px;
  background: rgba(7, 16, 22, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

html.station-technical-theme .radar-card__badge {
  border-radius: 4px;
  background: #0e2028;
  color: var(--ink);
}

html.station-technical-theme .radar-card__badge--radar {
  border-color: #53b8d2;
  color: #9ee9fb;
}

html.station-technical-theme .radar-card__badge--alert {
  border-color: #ff5c5c;
  color: #ffaaaa;
}

html.station-technical-theme .chart-hover-tooltip {
  border-color: #3d6270;
  background: rgba(7, 16, 22, 0.98);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

html.station-technical-theme .sounding-parameter-chip {
  border: 1px solid #3b5965;
  border-radius: 3px;
  background: #15252c;
  color: var(--ink-soft);
}

html.station-technical-theme .sounding-parameter-chip--low {
  border-color: #5f9f55;
  background: #19311c;
  color: #b9efaf;
}

html.station-technical-theme .sounding-parameter-chip--medium {
  border-color: #bd8d35;
  background: #33260f;
  color: #ffd37a;
}

html.station-technical-theme .sounding-parameter-chip--high {
  border-color: #d1603f;
  background: #381c15;
  color: #ffad96;
}

html.station-technical-theme .sounding-parameter-chip--extreme {
  border-color: #a862a0;
  background: #321b30;
  color: #e5a8de;
}

html.station-technical-theme .convective-probability-panel--medium,
html.station-technical-theme .convective-probability-panel--high {
  border-color: rgba(242, 191, 104, 0.6);
  background: rgba(94, 66, 25, 0.24);
}

html.station-technical-theme input,
html.station-technical-theme select,
html.station-technical-theme textarea,
html.station-technical-theme .download-panel__date {
  border: 1px solid #3d6270;
  border-radius: 4px;
  background: #071116;
  color: var(--ink);
}

html.station-technical-theme input:focus-visible,
html.station-technical-theme select:focus-visible,
html.station-technical-theme textarea:focus-visible,
html.station-technical-theme .download-panel__date:focus-visible {
  border-color: var(--cool);
  outline: 2px solid rgba(88, 216, 255, 0.24);
  outline-offset: 2px;
}

html.station-technical-theme .table-scroll {
  border-color: #29414b;
  border-radius: 4px;
  background: #09151b;
}

html.station-technical-theme thead th {
  background: #10232c;
  color: var(--cool);
}

html.station-technical-theme tbody tr:nth-child(even) td {
  background: rgba(88, 216, 255, 0.025);
}

html.station-technical-theme .archive-disclosure__body {
  border-color: #29414b;
}

html.station-technical-theme .flatpickr-calendar {
  border-color: #3d6270;
  background: #101f27;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
}

html.station-technical-theme .flatpickr-day,
html.station-technical-theme .flatpickr-weekday,
html.station-technical-theme .flatpickr-current-month,
html.station-technical-theme .flatpickr-monthDropdown-months,
html.station-technical-theme .numInputWrapper span {
  color: var(--ink);
}

html.station-technical-theme .flatpickr-day:hover,
html.station-technical-theme .flatpickr-day:focus {
  border-color: #3d6270;
  background: #15313d;
}

html.station-technical-theme .flatpickr-day.selected,
html.station-technical-theme .flatpickr-day.startRange,
html.station-technical-theme .flatpickr-day.endRange {
  border-color: var(--cool);
  background: var(--cool);
  color: #071016;
}

html.station-technical-theme .site-health-panel,
html.station-technical-theme .site-health-panel__card,
html.station-technical-theme .site-health-panel__trigger,
html.station-technical-theme .site-health-panel__preferences,
html.station-technical-theme .site-health-panel__form-grid {
  border-color: var(--line);
  border-radius: 5px;
  background: #101f27;
  color: var(--ink);
}

html.station-technical-theme .site-health-panel__card--fresh {
  border-color: rgba(120, 201, 107, 0.72);
  background: rgba(48, 88, 43, 0.28);
}

html.station-technical-theme .site-health-panel__card--stale,
html.station-technical-theme .site-health-panel__card--issue,
html.station-technical-theme .site-health-panel__trigger--active {
  border-color: rgba(255, 92, 92, 0.72);
  background: rgba(112, 24, 31, 0.32);
}

html.station-technical-theme .site-health-panel__label,
html.station-technical-theme .site-health-panel__note,
html.station-technical-theme .site-health-panel__meta,
html.station-technical-theme .site-health-panel__trigger-detail {
  color: #c0d0d5;
}

html.station-technical-theme .site-health-panel__card-value,
html.station-technical-theme .site-health-panel__trigger-value,
html.station-technical-theme .site-health-panel summary {
  color: var(--ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

html.station-technical-theme.station-theme-light {
  color-scheme: light;
  background: #e9f1f4;
}

html.station-technical-theme.station-theme-light body.station-dashboard-page {
  color: var(--ink);
  background-color: #e9f1f4;
  background-image:
    linear-gradient(rgba(0, 124, 155, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 124, 155, 0.045) 1px, transparent 1px);
}

html.station-technical-theme.station-theme-light .section {
  border-color: var(--line);
  background: rgba(248, 251, 252, 0.98);
  box-shadow: var(--shadow);
}

html.station-technical-theme.station-theme-light .network-strip {
  border-left-color: var(--cool);
  background: #e5f1f4;
}

html.station-technical-theme.station-theme-light .button,
html.station-technical-theme.station-theme-light .icon-button,
html.station-technical-theme.station-theme-light .section-collapse-button,
html.station-technical-theme.station-theme-light .weather-jump-nav__link,
html.station-technical-theme.station-theme-light .station-card__link,
html.station-technical-theme.station-theme-light .archive-preset-button,
html.station-technical-theme.station-theme-light .storm-details summary,
html.station-technical-theme.station-theme-light .archive-disclosure__summary::after {
  border-color: #91b2bd;
  background: #edf7f9;
  color: var(--cool-deep);
}

html.station-technical-theme.station-theme-light .button:hover,
html.station-technical-theme.station-theme-light .button:focus-visible,
html.station-technical-theme.station-theme-light .icon-button:hover,
html.station-technical-theme.station-theme-light .icon-button:focus-visible,
html.station-technical-theme.station-theme-light .section-collapse-button:hover,
html.station-technical-theme.station-theme-light .section-collapse-button:focus-visible,
html.station-technical-theme.station-theme-light .weather-jump-nav__link:hover,
html.station-technical-theme.station-theme-light .weather-jump-nav__link:focus-visible,
html.station-technical-theme.station-theme-light .station-card__link:hover,
html.station-technical-theme.station-theme-light .station-card__link:focus-visible,
html.station-technical-theme.station-theme-light .archive-preset-button:hover,
html.station-technical-theme.station-theme-light .archive-preset-button:focus-visible,
html.station-technical-theme.station-theme-light .archive-preset-button--active {
  border-color: var(--cool);
  background: #dceff3;
  box-shadow: 0 0 0 2px rgba(0, 124, 155, 0.12);
}

html.station-technical-theme.station-theme-light .button--secondary {
  border-color: #6c9e69;
  background: #e9f6e7;
  color: #286528;
}

html.station-technical-theme.station-theme-light .button:disabled,
html.station-technical-theme.station-theme-light .button[aria-disabled="true"],
html.station-technical-theme.station-theme-light .icon-button:disabled,
html.station-technical-theme.station-theme-light .icon-button[aria-disabled="true"] {
  border-color: #cbd9de;
  background: #eef2f3;
  color: #70858d;
}

html.station-technical-theme.station-theme-light .weather-jump-nav,
html.station-technical-theme.station-theme-light .station-switcher {
  border-color: var(--line);
  background: rgba(239, 247, 249, 0.98);
  box-shadow: 0 10px 24px rgba(18, 42, 52, 0.1);
}

html.station-technical-theme.station-theme-light .station-switcher__button,
html.station-technical-theme.station-theme-light .station-switcher button {
  border-color: #bfd0d6;
  background: #f8fbfc;
  color: var(--ink-soft);
}

html.station-technical-theme.station-theme-light .station-switcher__button[aria-pressed="true"],
html.station-technical-theme.station-theme-light .station-switcher button[aria-pressed="true"] {
  border-color: var(--cool);
  background: #def2f6;
  color: var(--ink);
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts,
html.station-technical-theme.station-theme-light body.station-site-network .homepage-selection-context {
  border-top-color: #b9ccd3;
  border-bottom-color: #b9ccd3;
  background: #edf7f9;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--clear {
  border-left-color: var(--theme-green);
  background: #e7f5e9;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--clear .homepage-network-alerts__label {
  color: #286528;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--active {
  border-left-color: var(--theme-cyan);
  background: #e6f5f8;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--stale,
html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--minor,
html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--moderate {
  border-left-color: var(--theme-yellow);
  background: #fff3cf;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--stale .homepage-network-alerts__label,
html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--minor .homepage-network-alerts__label,
html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--moderate .homepage-network-alerts__label {
  color: #805400;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--severe {
  border-left-color: var(--theme-orange);
  background: #ffede5;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--severe .homepage-network-alerts__label {
  color: #a43c24;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--extreme {
  border-left-color: var(--theme-red);
  background: #ffe7eb;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-network-alerts--extreme .homepage-network-alerts__label {
  color: #8d2335;
}

html.station-technical-theme.station-theme-light body.station-site-network .homepage-selection-context {
  border-left-color: var(--theme-cyan);
  background: #e7f4f7;
}

html.station-technical-theme.station-theme-light .network-kpi-card,
html.station-technical-theme.station-theme-light .station-source-summary,
html.station-technical-theme.station-theme-light .station-mode-help,
html.station-technical-theme.station-theme-light .today-story-card,
html.station-technical-theme.station-theme-light .period-comparison-card,
html.station-technical-theme.station-theme-light .black-globe-snapshot-card,
html.station-technical-theme.station-theme-light .source-comparator-card,
html.station-technical-theme.station-theme-light .weather-brief-card,
html.station-technical-theme.station-theme-light .metric-card,
html.station-technical-theme.station-theme-light .forecast-card,
html.station-technical-theme.station-theme-light .hourly-forecast-card,
html.station-technical-theme.station-theme-light .observed-highlight-card,
html.station-technical-theme.station-theme-light .chart-card,
html.station-technical-theme.station-theme-light .table-card,
html.station-technical-theme.station-theme-light .download-panel,
html.station-technical-theme.station-theme-light .archive-disclosure,
html.station-technical-theme.station-theme-light .archive-comparison-card,
html.station-technical-theme.station-theme-light .rainfall-source-card,
html.station-technical-theme.station-theme-light .rainfall-confidence,
html.station-technical-theme.station-theme-light .rainfall-distribution,
html.station-technical-theme.station-theme-light .storm-potential-card,
html.station-technical-theme.station-theme-light .storm-source,
html.station-technical-theme.station-theme-light .storm-term,
html.station-technical-theme.station-theme-light .storm-summary-box,
html.station-technical-theme.station-theme-light .alert-card,
html.station-technical-theme.station-theme-light .river-current-card,
html.station-technical-theme.station-theme-light .river-chart-card,
html.station-technical-theme.station-theme-light .air-quality-card,
html.station-technical-theme.station-theme-light .air-quality-interpretation,
html.station-technical-theme.station-theme-light .air-quality-daily,
html.station-technical-theme.station-theme-light .air-quality-chart-block,
html.station-technical-theme.station-theme-light .radar-control-panel,
html.station-technical-theme.station-theme-light .radar-control-toolbar,
html.station-technical-theme.station-theme-light .radar-card,
html.station-technical-theme.station-theme-light .radar-card__meta,
html.station-technical-theme.station-theme-light .sounding-card,
html.station-technical-theme.station-theme-light .sounding-parameter-row,
html.station-technical-theme.station-theme-light .sounding-bottom-line,
html.station-technical-theme.station-theme-light .sounding-interpretation-item,
html.station-technical-theme.station-theme-light .convective-probability-panel {
  border-color: var(--line);
  background: #f8fbfc;
}

html.station-technical-theme.station-theme-light .today-story-card__fact,
html.station-technical-theme.station-theme-light .period-comparison-card__period,
html.station-technical-theme.station-theme-light .source-comparator-card__metric,
html.station-technical-theme.station-theme-light .black-globe-snapshot-card__warning,
html.station-technical-theme.station-theme-light .radar-progress,
html.station-technical-theme.station-theme-light .sounding-parameter-assessment,
html.station-technical-theme.station-theme-light .convective-probability-card,
html.station-technical-theme.station-theme-light .convective-probability-trend,
html.station-technical-theme.station-theme-light .sounding-note,
html.station-technical-theme.station-theme-light .station-card__wind-panel,
html.station-technical-theme.station-theme-light .station-card__heat-panel,
html.station-technical-theme.station-theme-light .station-card__forecast-panel,
html.station-technical-theme.station-theme-light .station-card__heat-stat,
html.station-technical-theme.station-theme-light .station-card__wind-stats div,
html.station-technical-theme.station-theme-light .wind-card__stats div,
html.station-technical-theme.station-theme-light .focus-card {
  border-color: #c5d5da;
  background: #edf3f5;
  color: var(--ink);
}

html.station-technical-theme.station-theme-light .network-kpi-card--station,
html.station-technical-theme.station-theme-light .network-kpi-card--context,
html.station-technical-theme.station-theme-light .weather-brief-card--lead,
html.station-technical-theme.station-theme-light .weather-brief-card--river,
html.station-technical-theme.station-theme-light .rainfall-source-card--analyzed,
html.station-technical-theme.station-theme-light .river-current-card,
html.station-technical-theme.station-theme-light .river-chart-card {
  border-color: #7fb5c4;
  background: #eaf6f8;
}

html.station-technical-theme.station-theme-light .station-card {
  border-color: #b6cbd2;
  background: #f8fbfc;
}

html.station-technical-theme.station-theme-light .station-card:hover,
html.station-technical-theme.station-theme-light .station-card:focus-visible,
html.station-technical-theme.station-theme-light .station-card--active {
  border-color: var(--cool);
  background: #e7f4f7;
}

html.station-technical-theme.station-theme-light body.station-site-network .station-card:not(.station-card--active) {
  border-color: #c7d7dc;
  background: #f5f9fa;
}

html.station-technical-theme.station-theme-light body.station-site-network .station-card--active {
  border-color: var(--cool);
  border-left-width: 4px;
  background: #dff1f5;
  box-shadow: 0 0 0 2px rgba(0, 106, 132, 0.12);
}

html.station-technical-theme.station-theme-light body.station-site-network .network-kpi-card:not(.network-kpi-card--station):not(.network-kpi-card--alert) {
  border-color: #cbd9de;
  background: #f3f8f9;
}

html.station-technical-theme.station-theme-light .station-theme-toggle,
html.station-technical-theme.station-theme-light .station-mode-toggle,
html.station-technical-theme.station-theme-light .rainfall-analysis-toggle,
html.station-technical-theme.station-theme-light .radar-mode-toggle {
  border-color: #aac2ca;
  background: #e7eff2;
}

html.station-technical-theme.station-theme-light .station-theme-toggle button,
html.station-technical-theme.station-theme-light .station-mode-toggle button,
html.station-technical-theme.station-theme-light .rainfall-analysis-toggle button,
html.station-technical-theme.station-theme-light .radar-mode-toggle button {
  color: var(--ink-soft);
}

html.station-technical-theme.station-theme-light .station-theme-toggle button[aria-pressed="true"],
html.station-technical-theme.station-theme-light .station-mode-toggle button[aria-pressed="true"],
html.station-technical-theme.station-theme-light .rainfall-analysis-toggle button[aria-pressed="true"],
html.station-technical-theme.station-theme-light .radar-mode-toggle button[aria-pressed="true"] {
  background: var(--cool-deep);
  color: #fff;
}

html.station-technical-theme.station-theme-light .source-comparator-card__status {
  border-color: #aac2ca;
  background: #e5eff2;
  color: var(--ink-soft);
}

html.station-technical-theme.station-theme-light .network-kpi-card--alert,
html.station-technical-theme.station-theme-light .weather-brief-card--alert,
html.station-technical-theme.station-theme-light .alert-card--extreme,
html.station-technical-theme.station-theme-light .alert-card--severe {
  border-color: #d85b65;
  background: #fff0f1;
}

html.station-technical-theme.station-theme-light .weather-brief-card--storm,
html.station-technical-theme.station-theme-light .storm-potential-card--low,
html.station-technical-theme.station-theme-light .storm-summary-box.storm-potential-card--low {
  border-color: #6ba061;
  background: #edf8ea;
}

html.station-technical-theme.station-theme-light .weather-brief-card--change,
html.station-technical-theme.station-theme-light .storm-potential-card--medium,
html.station-technical-theme.station-theme-light .storm-summary-box.storm-potential-card--medium,
html.station-technical-theme.station-theme-light .alert-card--moderate {
  border-color: #c18b26;
  background: #fff7e5;
}

html.station-technical-theme.station-theme-light .storm-potential-card--high,
html.station-technical-theme.station-theme-light .storm-summary-box.storm-potential-card--high {
  border-color: #d2603d;
  background: #fff0ea;
}

html.station-technical-theme.station-theme-light .storm-potential-card--extreme,
html.station-technical-theme.station-theme-light .storm-summary-box.storm-potential-card--extreme {
  border-color: #9d5895;
  background: #f9edf8;
}

html.station-technical-theme.station-theme-light .black-globe-snapshot-card--danger,
html.station-technical-theme.station-theme-light .black-globe-snapshot-card--danger .black-globe-snapshot-card__warning {
  border-color: #d85b65;
  background: #fff0f1;
  color: #7f1d1d;
}

html.station-technical-theme.station-theme-light .rainfall-source-card--observed {
  border-color: #5e9a67;
  background: #edf8ef;
}

html.station-technical-theme.station-theme-light .rainfall-source-card--unavailable {
  border-color: #cad6da;
  background: #f0f3f4;
}

html.station-technical-theme.station-theme-light .rainfall-confidence__value[data-level="high"] {
  color: #2f663c;
}

html.station-technical-theme.station-theme-light .rainfall-confidence__value[data-level="medium"] {
  color: #7a5200;
}

html.station-technical-theme.station-theme-light .rainfall-confidence__value[data-level="low"] {
  color: #8f2626;
}

html.station-technical-theme.station-theme-light .aqi-tone--good,
html.station-technical-theme.station-theme-light .air-quality-card--good {
  --aqi-tint: #edffed;
  --aqi-border: #4ba94b;
}

html.station-technical-theme.station-theme-light .aqi-tone--moderate,
html.station-technical-theme.station-theme-light .air-quality-card--moderate {
  --aqi-tint: #fffde5;
  --aqi-border: #b8aa00;
}

html.station-technical-theme.station-theme-light .aqi-tone--sensitive,
html.station-technical-theme.station-theme-light .air-quality-card--sensitive {
  --aqi-tint: #fff2e5;
  --aqi-border: #d66b00;
}

html.station-technical-theme.station-theme-light .aqi-tone--unhealthy,
html.station-technical-theme.station-theme-light .air-quality-card--unhealthy {
  --aqi-tint: #ffebeb;
  --aqi-border: #d40000;
}

html.station-technical-theme.station-theme-light .aqi-tone--very-unhealthy,
html.station-technical-theme.station-theme-light .air-quality-card--very-unhealthy {
  --aqi-tint: #f5eaf6;
  --aqi-border: #8f3f97;
}

html.station-technical-theme.station-theme-light .aqi-tone--hazardous,
html.station-technical-theme.station-theme-light .air-quality-card--hazardous {
  --aqi-tint: #f4e7eb;
  --aqi-border: #7e0023;
}

html.station-technical-theme.station-theme-light .air-quality-day--missing {
  --aqi-tint: #f0f3f4;
  --aqi-border: #81939a;
  border-top-color: #81939a;
}

html.station-technical-theme.station-theme-light .radar-card__frame,
html.station-technical-theme.station-theme-light .sounding-graphic-shell {
  border-color: #aebfc5;
  background: #eef4f6;
}

html.station-technical-theme.station-theme-light .radar-card__map-status,
html.station-technical-theme.station-theme-light .radar-card__badge {
  border-color: #aebfc5;
  background: rgba(248, 251, 252, 0.95);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(18, 42, 52, 0.14);
}

html.station-technical-theme.station-theme-light .radar-card__badge--radar {
  border-color: #4594aa;
  color: #135d72;
}

html.station-technical-theme.station-theme-light .radar-card__badge--alert {
  border-color: #ce5d66;
  color: #8b2b34;
}

html.station-technical-theme.station-theme-light input,
html.station-technical-theme.station-theme-light select,
html.station-technical-theme.station-theme-light textarea,
html.station-technical-theme.station-theme-light .download-panel__date,
html.station-technical-theme.station-theme-light .table-scroll {
  border-color: #abc1c9;
  background: #fff;
  color: var(--ink);
}

html.station-technical-theme.station-theme-light .metric-card__meter,
html.station-technical-theme.station-theme-light .rainfall-distribution__meter,
html.station-technical-theme.station-theme-light .radar-progress__track {
  background: #dce7ea;
  box-shadow: inset 0 0 0 1px #b7cbd2;
}

html.station-technical-theme.station-theme-light .wind-compass__hub {
  border-color: var(--cool);
  background: #fff;
}

html.station-technical-theme.station-theme-light thead th {
  background: #e2f0f3;
  color: var(--cool-deep);
}

html.station-technical-theme.station-theme-light tbody tr:nth-child(even) td {
  background: rgba(0, 124, 155, 0.035);
}

html.station-technical-theme.station-theme-light .flatpickr-calendar,
html.station-technical-theme.station-theme-light .site-health-panel,
html.station-technical-theme.station-theme-light .site-health-panel__card,
html.station-technical-theme.station-theme-light .site-health-panel__trigger,
html.station-technical-theme.station-theme-light .site-health-panel__preferences,
html.station-technical-theme.station-theme-light .site-health-panel__form-grid {
  border-color: var(--line);
  background: #f8fbfc;
  color: var(--ink);
}

html.station-technical-theme.station-theme-light .flatpickr-day.selected,
html.station-technical-theme.station-theme-light .flatpickr-day.startRange,
html.station-technical-theme.station-theme-light .flatpickr-day.endRange {
  color: #fff;
}

html.station-technical-theme.station-theme-light .site-health-panel__card--fresh {
  border-color: #6ba061;
  background: #edf8ea;
}

html.station-technical-theme.station-theme-light .site-health-panel__card--stale,
html.station-technical-theme.station-theme-light .site-health-panel__card--issue,
html.station-technical-theme.station-theme-light .site-health-panel__trigger--active {
  border-color: #d85b65;
  background: #fff0f1;
}

html.station-technical-theme.station-theme-light .site-health-panel__label,
html.station-technical-theme.station-theme-light .site-health-panel__note,
html.station-technical-theme.station-theme-light .site-health-panel__meta,
html.station-technical-theme.station-theme-light .site-health-panel__trigger-detail {
  color: var(--ink-soft);
}

html.station-technical-theme.station-theme-light .sounding-parameter-chip {
  border-color: #aebfc5;
  background: #e9eff1;
  color: var(--ink-soft);
}

html.station-technical-theme.station-theme-light .sounding-parameter-chip--low {
  border-color: #73a66a;
  background: #eaf6e8;
  color: #35662f;
}

html.station-technical-theme.station-theme-light .sounding-parameter-chip--medium {
  border-color: #c29542;
  background: #fff4dc;
  color: #765111;
}

html.station-technical-theme.station-theme-light .sounding-parameter-chip--high {
  border-color: #cf765c;
  background: #fff0ea;
  color: #8d3f2b;
}

html.station-technical-theme.station-theme-light .sounding-parameter-chip--extreme {
  border-color: #a46d9e;
  background: #f7edf6;
  color: #693e65;
}

html.station-technical-theme.station-theme-light .convective-probability-panel--medium,
html.station-technical-theme.station-theme-light .convective-probability-panel--high {
  border-color: #c18b26;
  background: #fff7e5;
}

html.station-technical-theme.station-theme-light .station-card__heat-grid {
  stroke: rgba(18, 42, 52, 0.14);
}

html.station-technical-theme.station-theme-light .station-card__heat-dot {
  fill: #fff;
}

html.station-technical-theme .radar-card__map .leaflet-control-attribution {
  color: #b8cbd2;
  background: rgba(7, 22, 29, 0.94);
  border: 1px solid rgba(88, 216, 255, 0.2);
}

html.station-technical-theme .radar-card__map .leaflet-control-attribution a {
  color: #58d8ff;
}

html.station-technical-theme .radar-card__map .leaflet-control-zoom a {
  color: #f2f7f8;
  background: #0b1a21;
  border-color: rgba(88, 216, 255, 0.24);
}

html.station-technical-theme .radar-card__map .leaflet-control-zoom a:hover,
html.station-technical-theme .radar-card__map .leaflet-control-zoom a:focus-visible {
  color: #06151b;
  background: #58d8ff;
}

html.station-technical-theme.station-theme-light .radar-card__map .leaflet-control-attribution {
  color: #465e68;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(18, 42, 52, 0.18);
}

html.station-technical-theme.station-theme-light .radar-card__map .leaflet-control-attribution a {
  color: #005d74;
}

html.station-technical-theme.station-theme-light .radar-card__map .leaflet-control-zoom a {
  color: #16343f;
  background: #fff;
  border-color: rgba(18, 42, 52, 0.18);
}

html.station-technical-theme.station-theme-light .radar-card__map .leaflet-control-zoom a:hover,
html.station-technical-theme.station-theme-light .radar-card__map .leaflet-control-zoom a:focus-visible {
  color: #fff;
  background: #006a84;
}

html.station-technical-theme .station-mode-simple .section {
  margin-top: 1rem;
  padding: 1.35rem;
}

html.station-technical-theme .station-mode-advanced .section {
  margin-top: 0.7rem;
  padding: 1.05rem;
}

html.station-technical-theme .station-mode-advanced .metrics-grid,
html.station-technical-theme .station-mode-advanced .charts-grid,
html.station-technical-theme .station-mode-advanced .tables-grid,
html.station-technical-theme .station-mode-advanced .forecast-grid {
  gap: 0.7rem;
  margin-top: 0.85rem;
}

html.station-technical-theme .station-mode-advanced .section-collapse-button,
html.station-technical-theme .station-mode-advanced .section-collapse-actions {
  display: none !important;
}

@media (max-width: 760px) {
  html.station-technical-theme body.station-dashboard-page {
    background-size: 24px 24px;
  }

  html.station-technical-theme .dashboard-shell {
    width: min(100% - 0.75rem, 1280px);
    padding-top: 0.4rem;
  }

  html.station-technical-theme h1 {
    font-size: 2rem;
  }

  html.station-technical-theme h2 {
    font-size: 1.3rem;
  }

  html.station-technical-theme .section,
  html.station-technical-theme .station-mode-simple .section,
  html.station-technical-theme .station-mode-advanced .section {
    padding: 1rem;
  }

  html.station-technical-theme .weather-jump-nav {
    position: static;
    flex-wrap: wrap;
    overflow: visible;
  }

  html.station-technical-theme .weather-jump-nav__link,
  html.station-technical-theme .button,
  html.station-technical-theme .icon-button,
  html.station-technical-theme .station-card__link,
  html.station-technical-theme .station-theme-toggle button,
  html.station-technical-theme .station-mode-toggle button,
  html.station-technical-theme .rainfall-analysis-toggle button,
  html.station-technical-theme .radar-mode-toggle button {
    min-height: 44px;
  }

  html.station-technical-theme .station-card,
  html.station-technical-theme .forecast-card,
  html.station-technical-theme .hourly-forecast-card,
  html.station-technical-theme .weather-brief-card,
  html.station-technical-theme .metric-card {
    border-radius: 5px;
  }
}

@media (max-width: 460px) {
  html.station-technical-theme .dashboard-shell {
    width: 100%;
  }

  html.station-technical-theme .section,
  html.station-technical-theme .weather-jump-nav {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
  }

  html.station-technical-theme .network-strip {
    border-left-width: 4px;
  }
}

@media print {
  html.station-technical-theme,
  html.station-technical-theme body.station-dashboard-page {
    color-scheme: light;
    color: #142433;
    background: #fff;
  }

  html.station-technical-theme .section,
  html.station-technical-theme .network-kpi-card,
  html.station-technical-theme .station-card,
  html.station-technical-theme .weather-brief-card,
  html.station-technical-theme .metric-card,
  html.station-technical-theme .forecast-card,
  html.station-technical-theme .chart-card,
  html.station-technical-theme .table-card {
    color: #142433;
    background: #fff;
    box-shadow: none;
  }
}
