:root {
  color-scheme: dark;
  --sky-1000: #010508;
  --sky-950: #020c11;
  --sky-900: #04141c;
  --sky-850: #061d28;
  --sky-800: #092b39;
  --sky-750: #0f3b4b;
  --cloud-100: #efffff;
  --cloud-200: #c8fff7;
  --mist-300: #a9d9df;
  --mist-400: #91bdc5;
  --mist-500: #83adb7;
  --weather-blue: #58c7ff;
  --rain-cyan: #32d9f2;
  --vibe-cyan: #77f7e3;
  --lightning: #ffc247;
  --severe: #ff5268;
  --warning: #ff9f43;
  --line: rgba(88, 199, 255, .17);
  --line-strong: rgba(88, 199, 255, .36);
  --glass: rgba(2, 12, 17, .88);
  --glass-strong: rgba(3, 17, 24, .97);
  --shadow: 0 28px 72px rgba(0, 0, 0, .48);
  --sans: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI Variable Display", "Aptos Display", sans-serif;
  --body: "Segoe UI Variable Text", "Aptos", "Segoe UI", system-ui, sans-serif;
  --mono: "Cascadia Mono", "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --display: "Bahnschrift SemiCondensed", "Arial Narrow", "Segoe UI Variable Display", sans-serif;
  --cloud: var(--cloud-100);
  --radius-xl: 4px;
  --page: min(1440px, calc(100% - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--sky-1000);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--cloud-100);
  background:
    radial-gradient(circle at 78% 5%, rgba(24, 112, 120, .2), transparent 31%),
    radial-gradient(circle at 15% 28%, rgba(16, 64, 72, .16), transparent 27%),
    linear-gradient(155deg, var(--sky-1000) 0%, var(--sky-950) 38%, #020f16 72%, #000407 100%);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: .48;
  background:
    radial-gradient(ellipse 36% 18% at 20% 10%, rgba(150, 255, 255, .08), transparent 72%),
    radial-gradient(ellipse 46% 20% at 63% 16%, rgba(119, 247, 227, .07), transparent 72%),
    radial-gradient(ellipse 38% 20% at 88% 34%, rgba(56, 176, 176, .07), transparent 72%);
  filter: blur(22px);
  animation: cloud-drift 24s ease-in-out infinite alternate;
}

body::after {
  opacity: .16;
  background-image:
    linear-gradient(rgba(88, 199, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 199, 255, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--weather-blue);
}

button,
input {
  font: inherit;
}

button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lightning);
  outline-offset: 3px;
}

::selection {
  color: var(--sky-1000);
  background: var(--rain-cyan);
}

h1,
h2,
h3,
p,
dl,
dd,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  font-family: var(--sans);
}

code,
.kicker,
.network-label,
.weather-service-bar,
.advisory-label,
.status-pill,
.radar-coordinate,
.console-heading,
.panel-reading {
  font-family: var(--mono);
}

code {
  color: var(--rain-cyan);
}

small {
  font-size: 12px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--sky-1000);
  background: var(--cloud-100);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.matrix-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .22;
  mask-image: linear-gradient(to bottom, #000 0 54%, transparent 92%);
}

.matrix-atmosphere span {
  position: absolute;
  top: -125%;
  color: rgba(88, 199, 255, .58);
  font: 700 10px/1.75 var(--mono);
  letter-spacing: .22em;
  text-shadow: 0 0 8px rgba(119, 247, 227, .45);
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  animation: matrix-fall 21s linear infinite;
}

.matrix-atmosphere span:nth-child(1) { left: 2%; animation-delay: -7s; animation-duration: 24s; }
.matrix-atmosphere span:nth-child(2) { left: 9%; animation-delay: -17s; animation-duration: 29s; }
.matrix-atmosphere span:nth-child(3) { left: 17%; animation-delay: -2s; animation-duration: 22s; }
.matrix-atmosphere span:nth-child(4) { left: 26%; animation-delay: -20s; animation-duration: 31s; }
.matrix-atmosphere span:nth-child(5) { left: 35%; animation-delay: -11s; animation-duration: 26s; }
.matrix-atmosphere span:nth-child(6) { left: 44%; animation-delay: -25s; animation-duration: 34s; }
.matrix-atmosphere span:nth-child(7) { left: 54%; animation-delay: -4s; animation-duration: 23s; }
.matrix-atmosphere span:nth-child(8) { left: 63%; animation-delay: -14s; animation-duration: 28s; }
.matrix-atmosphere span:nth-child(9) { left: 71%; animation-delay: -22s; animation-duration: 32s; }
.matrix-atmosphere span:nth-child(10) { left: 79%; animation-delay: -9s; animation-duration: 25s; }
.matrix-atmosphere span:nth-child(11) { left: 86%; animation-delay: -19s; animation-duration: 30s; }
.matrix-atmosphere span:nth-child(12) { left: 92%; animation-delay: -5s; animation-duration: 24s; }
.matrix-atmosphere span:nth-child(13) { left: 96%; animation-delay: -27s; animation-duration: 35s; }
.matrix-atmosphere span:nth-child(14) { left: 49%; animation-delay: -18s; animation-duration: 33s; }

.broadcast-scanlines {
  position: fixed;
  z-index: 500;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background: repeating-linear-gradient(
    to bottom,
    rgba(150, 255, 255, .42) 0,
    rgba(150, 255, 255, .42) 1px,
    transparent 1px,
    transparent 4px
  );
}

.weather-service-bar,
.site-header,
.weather-main,
.dashboard-shell,
.vibe-sponsor,
.weather-footer {
  position: relative;
  z-index: 2;
}

.weather-service-bar {
  min-height: 34px;
  padding: 7px max(28px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(88, 199, 255, .36);
  color: var(--cloud-200);
  background:
    linear-gradient(90deg, rgba(16, 56, 64, .58), transparent 28%),
    rgba(0, 7, 3, .94);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.broadcast-channel {
  margin-right: 9px;
  padding: 3px 7px;
  color: #031218;
  background: var(--vibe-cyan);
  box-shadow: 0 0 18px rgba(119, 247, 227, .22);
  font-weight: 950;
  letter-spacing: .08em;
}

.weather-service-bar > span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vibe-cyan);
}

.weather-service-bar time {
  color: var(--vibe-cyan);
  font-variant-numeric: tabular-nums;
}

.signal-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--vibe-cyan);
  box-shadow: 0 0 0 4px rgba(77, 226, 214, .1), 0 0 16px rgba(77, 226, 214, .8);
  animation: signal-pulse 2s ease-out infinite;
}

.site-header {
  width: var(--page);
  min-height: 80px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line-strong);
  background: linear-gradient(90deg, rgba(4, 20, 28, .84), rgba(1, 8, 4, .54));
}

.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cloud-100);
  text-decoration: none;
}

.brand:hover {
  color: var(--cloud-100);
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 226, 214, .7);
  border-radius: 2px;
  color: var(--sky-1000);
  background:
    linear-gradient(145deg, #e1ffff, var(--vibe-cyan) 55%, #2baec5);
  box-shadow: 0 0 28px rgba(119, 247, 227, .22), inset 0 1px rgba(255, 255, 255, .6);
  font: 900 25px/1 var(--mono);
}

.brand > span:last-child {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 5px;
  align-items: baseline;
  font: 800 14px/1 var(--mono);
  letter-spacing: .14em;
}

.brand b {
  color: var(--mist-300);
  font-weight: 600;
}

.brand strong {
  color: var(--cloud-100);
  font-family: var(--mono);
}

.brand small {
  grid-column: 1 / -1;
  margin-top: 5px;
  color: var(--mist-500);
  font: 700 10px/1.1 var(--mono);
  letter-spacing: .16em;
}

.station-location {
  padding-left: 24px;
  display: grid;
  border-left: 1px solid var(--line);
  line-height: 1.2;
}

.station-location span {
  color: var(--mist-500);
  font: 700 11px/1 var(--mono);
  letter-spacing: .14em;
}

.station-location strong {
  margin-top: 6px;
  color: var(--cloud-200);
  font-size: 14px;
}

.weather-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
}

.weather-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--mist-300);
  font: 700 13px/1 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.weather-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--weather-blue);
  content: "";
  transition: transform .18s ease;
}

.weather-nav a:hover,
.weather-nav a[aria-current="page"] {
  color: var(--cloud-100);
}

.weather-nav a:hover::after,
.weather-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-action,
.button {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  color: var(--cloud-100);
  background: rgba(5, 28, 38, .86);
  font: 850 12px/1 var(--mono);
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.header-action:hover,
.button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(88, 199, 255, .7);
  color: var(--cloud-100);
  background: rgba(8, 48, 58, .92);
}

.button-primary {
  border-color: transparent;
  color: #031218;
  background: linear-gradient(135deg, #e1ffff, var(--vibe-cyan) 55%, #36c4d9);
  box-shadow: 0 14px 32px rgba(119, 247, 227, .17);
}

.button-primary:hover:not(:disabled) {
  border-color: transparent;
  color: #031218;
  background: linear-gradient(135deg, #f2ffff, #96ffff 55%, #58d8ff);
}

.button-quiet {
  background: rgba(6, 23, 34, .64);
}

.button-disabled,
.button:disabled,
button:disabled,
input:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.weather-main,
.dashboard-shell {
  width: var(--page);
  margin: 0 auto;
}

.flash,
.alert {
  margin: 18px 0;
  padding: 14px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: var(--glass-strong);
}

.flash-success {
  border-color: rgba(77, 226, 214, .45);
  color: #c8fff7;
}

.flash-error,
.alert-error {
  border-color: rgba(255, 107, 114, .52);
  color: #ffd5d8;
}

.alert {
  display: grid;
  gap: 4px;
}

.network-advisory {
  min-height: 54px;
  margin: 18px 0 0;
  padding: 9px 16px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-left: 5px solid var(--vibe-cyan);
  border-radius: 1px;
  background:
    linear-gradient(90deg, rgba(119, 247, 227, .13), transparent 38%),
    rgba(2, 15, 8, .96);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
}

.network-advisory::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--vibe-cyan), transparent 72%);
  opacity: .42;
  content: "";
}

.network-advisory strong {
  font-size: 14px;
  letter-spacing: .01em;
}

.network-advisory > span:last-child {
  color: var(--mist-300);
  font: 700 12px/1.2 var(--mono);
}

.advisory-label {
  color: var(--vibe-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.advisory-storm {
  border-left-color: var(--lightning);
  background: linear-gradient(90deg, rgba(255, 209, 102, .12), transparent 38%), rgba(5, 21, 32, .92);
}

.advisory-storm .advisory-label {
  color: var(--lightning);
}

.advisory-rain {
  border-left-color: var(--rain-cyan);
  background: linear-gradient(90deg, rgba(53, 217, 234, .12), transparent 38%), rgba(5, 21, 32, .92);
}

.advisory-rain .advisory-label {
  color: var(--rain-cyan);
}

.advisory-offline,
.advisory-severe {
  border-left-color: var(--severe);
  background: linear-gradient(90deg, rgba(255, 107, 114, .13), transparent 38%), rgba(5, 21, 32, .92);
}

.advisory-offline .advisory-label,
.advisory-severe .advisory-label {
  color: #ff9ba0;
}

.current-conditions {
  min-height: 630px;
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
  gap: 28px;
}

.current-reading,
.radar-console,
.leader-forecast,
.bytefall-chart,
.weather-maker-watch,
.panel {
  border: 1px solid var(--line);
  border-radius: 3px;
  background:
    linear-gradient(160deg, rgba(5, 28, 38, .88), rgba(3, 18, 24, .96) 48%, rgba(1, 9, 5, .98));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.current-reading {
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
  position: relative;
  overflow: hidden;
}

.current-reading::before {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: .3;
  border-radius: 0;
  background:
    linear-gradient(rgba(119, 247, 227, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 247, 227, .06) 1px, transparent 1px),
    radial-gradient(circle at 75% 24%, rgba(119, 247, 227, .16), transparent 33%);
  background-size: 32px 32px, 32px 32px, auto;
  mask-image: linear-gradient(90deg, transparent, #000);
  content: "";
}

.current-reading::after,
.station-current::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-top: 2px solid var(--vibe-cyan);
  border-right: 2px solid var(--vibe-cyan);
  opacity: .72;
  content: "";
}

.current-reading-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  color: var(--mist-300);
  font: 800 12px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.condition-state {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.condition-symbol {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 209, 102, .45);
  border-radius: 2px;
  color: var(--lightning);
  background: rgba(255, 209, 102, .08);
  box-shadow: 0 0 40px rgba(255, 209, 102, .12);
  font: 800 36px/1 var(--mono);
}

.condition-rain .condition-symbol {
  border-color: rgba(53, 217, 234, .46);
  color: var(--rain-cyan);
  background: rgba(53, 217, 234, .09);
}

.condition-quiet .condition-symbol {
  border-color: var(--line-strong);
  color: var(--mist-300);
  background: rgba(145, 169, 183, .07);
}

.condition-state p {
  margin: 0 0 5px;
  color: var(--lightning);
  font: 900 12px/1 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.condition-rain p {
  color: var(--rain-cyan);
}

.condition-quiet p {
  color: var(--mist-300);
}

.condition-state h1 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.primary-reading {
  margin: 46px 0 28px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  position: relative;
}

.primary-reading > strong {
  font-size: clamp(78px, 10vw, 148px);
  color: #f0ffff;
  font-family: var(--display);
  font-weight: 800;
  line-height: .75;
  letter-spacing: -.09em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 34px rgba(88, 199, 255, .13);
}

.primary-reading > span {
  display: grid;
  padding-bottom: 5px;
}

.primary-reading b {
  font-size: 20px;
}

.primary-reading small {
  color: var(--mist-400);
}

.current-summary {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--mist-300);
  font-size: 18px;
}

.current-details,
.station-status-grid,
.watch-leader + .watch-reading + dl,
.leader-forecast dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.current-details > div,
.station-status-grid > div,
.leader-forecast dl > div {
  min-width: 0;
  padding: 15px 12px;
  border-right: 1px solid var(--line);
}

.current-details > div:first-child,
.station-status-grid > div:first-child {
  padding-left: 0;
}

.current-details > div:last-child,
.station-status-grid > div:last-child,
.leader-forecast dl > div:last-child {
  border-right: 0;
}

dt {
  color: var(--mist-500);
  font: 700 12px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

dd {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: var(--cloud-200);
  font-weight: 800;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.radar-console {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border-top-color: rgba(88, 199, 255, .58);
}

.console-heading {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--mist-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.console-heading > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.radar-coordinate {
  color: var(--weather-blue);
  font-size: 11px;
}

.radar-field {
  width: min(100%, 540px);
  aspect-ratio: 1;
  margin: 12px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(88, 199, 255, .32);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(77, 226, 214, .08) 0 2%, transparent 2.5%),
    radial-gradient(circle, rgba(8, 48, 58, .74), rgba(1, 12, 6, .98) 72%);
  box-shadow:
    inset 0 0 70px rgba(77, 226, 214, .05),
    0 0 60px rgba(0, 0, 0, .22);
}

.radar-grid,
.radar-range,
.radar-crosshair,
.radar-sweep,
.radar-cell,
.radar-blip,
.radar-core,
.radar-axis {
  position: absolute;
}

.radar-grid {
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(77, 226, 214, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 226, 214, .16) 1px, transparent 1px);
  background-size: 12.5% 12.5%;
}

.radar-range {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  aspect-ratio: 1;
  border: 1px solid rgba(77, 226, 214, .16);
  border-radius: 50%;
}

.radar-range-one {
  width: 28%;
}

.radar-range-two {
  width: 56%;
}

.radar-range-three {
  width: 84%;
}

.radar-crosshair-x {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(77, 226, 214, .18);
}

.radar-crosshair-y {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(77, 226, 214, .18);
}

.radar-sweep {
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 78%, rgba(77, 226, 214, .05) 84%, rgba(77, 226, 214, .42) 99.5%, transparent 100%);
  animation: radar-sweep 5s linear infinite;
}

.radar-cell-one {
  width: 22%;
  height: 15%;
  top: 28%;
  left: 61%;
  opacity: .84;
  border-radius: 48% 54% 43% 60%;
  background: radial-gradient(ellipse, var(--lightning), rgba(77, 226, 214, .88) 25%, rgba(77, 226, 214, .15) 62%, transparent 72%);
  filter: blur(6px);
  animation: cell-breathe 2.8s ease-in-out infinite alternate;
}

.radar-rain .radar-cell-one {
  background: radial-gradient(ellipse, #c7fbff, var(--rain-cyan) 27%, rgba(53, 217, 234, .18) 62%, transparent 72%);
}

.intensity-severe .radar-cell-one,
.intensity-extreme .radar-cell-one {
  background: radial-gradient(ellipse, #fff, var(--severe) 20%, var(--lightning) 38%, rgba(77, 226, 214, .18) 65%, transparent 74%);
}

.radar-blip-one {
  width: 9px;
  height: 9px;
  top: 34%;
  left: 70%;
  border: 2px solid #efffff;
  border-radius: 50%;
  background: var(--vibe-cyan);
  box-shadow: 0 0 0 8px rgba(77, 226, 214, .1), 0 0 24px var(--vibe-cyan);
  animation: blip-pulse 2s ease-out infinite;
}

.radar-core {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 226, 214, .58);
  border-radius: 50%;
  color: var(--vibe-cyan);
  background: rgba(3, 17, 24, .9);
  box-shadow: 0 0 28px rgba(77, 226, 214, .18);
  font: 900 21px/1 var(--mono);
}

.radar-axis {
  color: rgba(183, 204, 216, .58);
  font: 700 10px/1 var(--mono);
  letter-spacing: .09em;
}

.radar-axis-n {
  top: 12px;
  left: 50%;
  translate: -50% 0;
}

.radar-axis-e {
  right: 12px;
  top: 50%;
  rotate: 90deg;
}

.radar-standby .radar-grid {
  opacity: .16;
}

.radar-standby .radar-core {
  color: var(--mist-500);
  border-color: var(--line-strong);
  box-shadow: none;
}

.radar-observation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(2, 13, 20, .64);
}

.radar-observation > div {
  padding: 13px;
  display: grid;
  border-right: 1px solid var(--line);
}

.radar-observation > div:last-child {
  border-right: 0;
}

.radar-observation span,
.radar-legend,
.chart-legend {
  color: var(--mist-400);
  font: 700 11px/1.35 var(--mono);
}

.radar-observation strong {
  margin-top: 6px;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.radar-legend,
.chart-legend {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.radar-legend span,
.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.radar-legend i,
.chart-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-rain {
  background: var(--rain-cyan);
  box-shadow: 0 0 10px rgba(53, 217, 234, .7);
}

.legend-storm {
  background: var(--lightning);
  box-shadow: 0 0 10px rgba(255, 209, 102, .7);
}

.legend-severe {
  background: var(--severe);
  box-shadow: 0 0 10px rgba(255, 107, 114, .7);
}

.observation-strip,
.station-observations {
  min-height: 118px;
  display: grid;
  grid-template-columns: 240px 1fr;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(9, 46, 58, .76), rgba(2, 15, 8, .72)),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(88, 199, 255, .03) 31px 32px);
}

.observation-strip-title {
  padding: 25px 22px 22px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  border-left: 4px solid var(--vibe-cyan);
  padding-left: 18px;
}

.observation-strip-title h2 {
  margin: 7px 0 0;
  font-size: 22px;
}

.kicker {
  color: var(--vibe-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.observation-strip > dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.observation-strip dl > div {
  padding: 23px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.observation-strip dl > div:last-child {
  border-right: 0;
}

.observation-strip dd {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.observation-strip dd small {
  color: var(--mist-400);
  font-weight: 600;
}

.weather-section,
.podium-section {
  padding: clamp(54px, 6vw, 86px) 0;
}

.weather-section + .weather-section {
  border-top: 1px solid var(--line);
}

.weather-section-heading,
.leaderboard-table-heading,
.panel-heading,
.chart-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.weather-section-heading h2,
.leaderboard-table-heading h2,
.panel-heading h2,
.chart-heading h3 {
  margin: 8px 0 0;
  letter-spacing: -.035em;
}

.weather-section-heading h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  text-transform: uppercase;
}

.weather-section-heading p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--mist-400);
  font-size: 16px;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--vibe-cyan);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .045em;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.recent-systems-rail {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: rgba(1, 12, 6, .88);
}

.recent-system {
  min-width: 0;
  min-height: 240px;
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(to bottom, rgba(88, 199, 255, .055), transparent),
    repeating-linear-gradient(to bottom, transparent 0 23px, rgba(88, 199, 255, .025) 23px 24px);
}

.recent-system:last-child {
  border-right: 0;
}

.recent-system::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--lightning);
  content: "";
}

.recent-system-rain::before {
  background: var(--rain-cyan);
}

.recent-system-time {
  color: var(--mist-400);
  font: 700 12px/1.2 var(--mono);
}

.recent-system-icon {
  width: 44px;
  height: 44px;
  margin: 22px 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 209, 102, .35);
  border-radius: 2px;
  color: var(--lightning);
  background: rgba(255, 209, 102, .07);
  font: 900 21px/1 var(--mono);
}

.recent-system-rain .recent-system-icon {
  border-color: rgba(53, 217, 234, .4);
  color: var(--rain-cyan);
  background: rgba(53, 217, 234, .07);
}

.recent-system > strong {
  font-size: 25px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.recent-system > strong small {
  color: var(--mist-400);
  font-weight: 600;
}

.recent-system-maker {
  margin-top: 12px;
  overflow: hidden;
  color: var(--cloud-200);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent-system-reach,
.recent-system-link,
.origin-withheld {
  color: var(--mist-400);
  font: 700 12px/1.35 var(--mono);
}

.recent-system-link,
.recent-system > .origin-withheld {
  min-height: 34px;
  margin-top: auto;
  padding-top: 12px;
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
}

.tracker-empty,
.telemetry-unavailable,
.podium-empty,
.leaderboard-table-empty {
  min-height: 220px;
  margin-top: 32px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px dashed var(--line-strong);
  border-radius: 2px;
  color: var(--mist-300);
  text-align: center;
  background: rgba(4, 16, 25, .5);
}

.tracker-empty > span,
.telemetry-unavailable > span {
  color: var(--weather-blue);
  font-size: 42px;
}

.tracker-empty h3,
.telemetry-unavailable h3,
.podium-empty h3,
.leaderboard-table-empty h3 {
  margin: 0 0 5px;
}

.tracker-empty p,
.telemetry-unavailable p,
.podium-empty p,
.leaderboard-table-empty p {
  margin: 0;
}

.network-outlook-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 22px;
}

.bytefall-chart,
.weather-maker-watch {
  min-width: 0;
  padding: 25px;
}

.chart-heading {
  align-items: flex-start;
}

.chart-heading h3 {
  font-size: 24px;
}

.chart-heading > span,
.chart-heading > a {
  color: var(--mist-400);
  font: 700 12px/1.2 var(--mono);
  text-decoration: none;
}

.bytefall-chart ol {
  height: 280px;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(10, minmax(30px, 1fr));
  align-items: end;
  gap: 10px;
  list-style: none;
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(to top, transparent 24%, var(--line) 25%, transparent 25.5% 49%, var(--line) 50%, transparent 50.5% 74%, var(--line) 75%, transparent 75.5%);
}

.bytefall-chart li {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 26px 1fr 28px;
  gap: 7px;
  text-align: center;
}

.bytefall-chart li > span,
.bytefall-chart li > strong {
  overflow: hidden;
  color: var(--mist-400);
  font: 700 11px/1.2 var(--mono);
  text-overflow: ellipsis;
}

.bytefall-chart meter,
.mini-leaderboard meter,
.hiscore-table meter {
  width: 100%;
  height: 100%;
  writing-mode: vertical-lr;
  direction: rtl;
  appearance: none;
  background: transparent;
}

.bytefall-chart meter::-webkit-meter-bar {
  border: 0;
  border-radius: 5px 5px 0 0;
  background: rgba(88, 199, 255, .08);
}

.bytefall-chart meter::-webkit-meter-optimum-value {
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, #996d16, var(--lightning));
  box-shadow: 0 0 20px rgba(255, 209, 102, .15);
}

.bytefall-chart .chart-rain meter::-webkit-meter-optimum-value {
  background: linear-gradient(to top, #13798d, var(--rain-cyan));
}

.chart-empty {
  height: 280px;
  margin-top: 30px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--mist-400);
  font: 700 13px/1.4 var(--mono);
}

.watch-leader {
  margin: 34px 0 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.watch-avatar,
.podium-avatar {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(88, 199, 255, .4);
  border-radius: 50%;
  color: var(--cloud-100);
  background: linear-gradient(145deg, #1a4e65, #081b28);
  font: 800 25px/1 var(--mono);
}

.watch-avatar {
  width: 62px;
  height: 62px;
}

.watch-avatar span,
.podium-avatar span {
  position: absolute;
  right: -5px;
  bottom: -2px;
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--sky-1000);
  background: var(--lightning);
  font: 900 10px/1 var(--mono);
}

.watch-leader strong {
  font-size: 20px;
}

.watch-leader small {
  display: block;
  color: var(--mist-400);
  font: 700 12px/1.4 var(--mono);
}

.watch-reading {
  display: grid;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.watch-reading strong {
  font-size: 48px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.watch-reading span {
  margin-top: 8px;
  color: var(--mist-400);
}

.weather-maker-watch dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.weather-maker-watch dl > div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.weather-maker-watch dl > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.weather-maker-watch dl > div:nth-child(even) {
  padding-left: 15px;
}

.leaderboard-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.leaderboard-card,
.leaderboard-table-section {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(5, 21, 32, .76);
}

.leaderboard-card {
  padding: 22px;
}

.leaderboard-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.leaderboard-heading span {
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
}

.leaderboard-heading h3 {
  margin: 5px 0 0;
  font-size: 22px;
}

.leaderboard-heading b {
  color: var(--weather-blue);
  font: 800 23px/1 var(--mono);
}

.leaderboard-rain .leaderboard-heading b {
  color: var(--rain-cyan);
}

.leaderboard-storm .leaderboard-heading b {
  color: var(--lightning);
}

.mini-leaderboard {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mini-leaderboard li {
  min-width: 0;
  min-height: 74px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.leader-rank {
  color: var(--mist-500);
  font: 900 12px/1 var(--mono);
}

.leader-name {
  min-width: 0;
  display: grid;
}

.leader-name a {
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leader-name small,
.leader-score small {
  color: var(--mist-400);
}

.leader-score {
  display: grid;
  text-align: right;
}

.leader-score strong {
  font-variant-numeric: tabular-nums;
}

.mini-leaderboard meter {
  grid-column: 2 / -1;
  height: 3px;
  writing-mode: horizontal-tb;
  direction: ltr;
}

.mini-leaderboard meter::-webkit-meter-bar,
.hiscore-table meter::-webkit-meter-bar {
  border: 0;
  border-radius: 4px;
  background: rgba(88, 199, 255, .09);
}

.mini-leaderboard meter::-webkit-meter-optimum-value,
.hiscore-table meter::-webkit-meter-optimum-value {
  border-radius: 4px;
  background: linear-gradient(90deg, var(--weather-blue), var(--vibe-cyan));
}

.leaderboard-empty {
  min-height: 240px;
  display: grid;
  place-content: center;
  color: var(--mist-400);
  text-align: center;
}

.leaderboard-empty span {
  color: var(--weather-blue);
  font: 900 12px/1.3 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.protocol-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.protocol-card {
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    linear-gradient(140deg, rgba(255, 209, 102, .1), transparent 42%),
    rgba(6, 24, 35, .82);
}

.protocol-card::after {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  bottom: -95px;
  border: 1px solid rgba(255, 209, 102, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 209, 102, .04), 0 0 0 60px rgba(255, 209, 102, .025);
  content: "";
}

.rain-protocol {
  background: linear-gradient(140deg, rgba(53, 217, 234, .1), transparent 42%), rgba(6, 24, 35, .82);
}

.rain-protocol::after {
  border-color: rgba(53, 217, 234, .2);
  box-shadow: 0 0 0 30px rgba(53, 217, 234, .04), 0 0 0 60px rgba(53, 217, 234, .025);
}

.protocol-topline {
  display: flex;
  justify-content: space-between;
  color: var(--mist-300);
  font: 800 12px/1 var(--mono);
  letter-spacing: .09em;
}

.protocol-topline b {
  color: var(--lightning);
  font-size: 26px;
}

.rain-protocol .protocol-topline b {
  color: var(--rain-cyan);
}

.protocol-card > code {
  margin: 70px 0 20px;
  display: block;
  color: var(--cloud-100);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.protocol-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.protocol-card p {
  max-width: 620px;
  color: var(--mist-300);
}

.forecast-bars,
.rain-gauge {
  height: 38px;
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.forecast-bars i,
.rain-gauge i {
  width: 8px;
  border-radius: 3px 3px 0 0;
  background: var(--lightning);
}

.forecast-bars i:nth-child(1) { height: 26%; }
.forecast-bars i:nth-child(2) { height: 64%; }
.forecast-bars i:nth-child(3) { height: 42%; }
.forecast-bars i:nth-child(4) { height: 88%; }
.forecast-bars i:nth-child(5) { height: 52%; }
.forecast-bars i:nth-child(6) { height: 34%; }

.rain-gauge i {
  width: 18%;
  height: 100%;
  background: var(--rain-cyan);
}

.integrity-section {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 48px;
}

.integrity-heading h2 {
  margin: 10px 0 15px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
}

.integrity-heading p {
  color: var(--mist-400);
}

.integrity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.integrity-grid article {
  padding: 22px 20px 22px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.integrity-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.integrity-grid article:nth-child(even) {
  padding-left: 20px;
}

.integrity-grid article > span {
  color: var(--vibe-cyan);
  font: 900 12px/1.5 var(--mono);
}

.integrity-grid strong {
  font-size: 17px;
}

.integrity-grid p {
  margin: 7px 0 0;
  color: var(--mist-400);
  font-size: 14px;
}

.weather-final-cta {
  min-height: 290px;
  margin: 0 0 90px;
  padding: 44px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(88, 199, 255, .28);
  border-radius: 17px;
  background:
    radial-gradient(circle at 10% 50%, rgba(88, 199, 255, .15), transparent 30%),
    linear-gradient(120deg, rgba(10, 42, 59, .96), rgba(4, 18, 28, .96));
  box-shadow: var(--shadow);
}

.weather-final-cta h2 {
  margin: 8px 0;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: .95;
}

.weather-final-cta p {
  margin: 0;
  color: var(--mist-300);
}

.cta-radar {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 226, 214, .35);
  border-radius: 50%;
  color: var(--vibe-cyan);
  box-shadow: inset 0 0 0 20px rgba(77, 226, 214, .025), inset 0 0 0 40px rgba(77, 226, 214, .025);
  font: 900 35px/1 var(--mono);
}

/* Archive */
.archive-hero {
  padding: 72px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .7fr);
  gap: 54px;
  align-items: end;
}

.network-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mist-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.network-label b {
  padding-left: 10px;
  border-left: 1px solid var(--line-strong);
  color: var(--vibe-cyan);
}

.archive-heading h1,
.hiscores-heading h1 {
  margin: 28px 0 20px;
  font-size: clamp(52px, 7.8vw, 110px);
  line-height: .84;
  letter-spacing: -.075em;
}

.archive-heading > p,
.hiscores-heading > p {
  max-width: 760px;
  color: var(--mist-300);
  font-size: 18px;
}

.archive-live-status {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.archive-live-status small {
  color: var(--mist-400);
}

.archive-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  background: rgba(5, 21, 32, .76);
}

.archive-summary > div {
  min-width: 0;
  padding: 22px;
  display: grid;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.archive-summary > div:nth-child(even) {
  border-right: 0;
}

.archive-summary > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.archive-summary span {
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
}

.archive-summary strong {
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

.archive-radar-band {
  min-height: 240px;
  padding: 24px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 34px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(7, 27, 39, .54);
}

.archive-radar-mini .radar-field {
  width: 180px;
  margin: 0;
}

.archive-radar-mini .radar-core {
  width: 36px;
  height: 36px;
  font-size: 15px;
}

.archive-radar-copy h2 {
  margin: 8px 0;
  font-size: 32px;
}

.archive-radar-copy p {
  max-width: 850px;
  margin: 0;
  color: var(--mist-300);
}

.tracker-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.weather-event {
  min-width: 0;
  min-height: 320px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 3px solid var(--lightning);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 209, 102, .06), rgba(4, 17, 26, .84) 40%);
}

.weather-event-rain {
  border-top-color: var(--rain-cyan);
  background: linear-gradient(145deg, rgba(53, 217, 234, .07), rgba(4, 17, 26, .84) 40%);
}

.event-index,
.event-heading,
.event-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.event-index {
  color: var(--mist-500);
  font: 800 12px/1 var(--mono);
}

.event-index i {
  color: var(--lightning);
  font-size: 24px;
}

.weather-event-rain .event-index i {
  color: var(--rain-cyan);
}

.event-heading {
  margin-top: 28px;
  color: var(--mist-400);
  font: 700 12px/1.35 var(--mono);
}

.event-heading > span {
  color: var(--cloud-200);
  font-weight: 900;
  text-transform: uppercase;
}

.weather-event h3 {
  margin: 15px 0 3px;
  overflow-wrap: anywhere;
  font-size: 23px;
}

.weather-event > code {
  overflow-wrap: anywhere;
  color: var(--mist-300);
  font-size: 13px;
}

.event-reading {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.event-reading > span {
  padding: 15px 10px 15px 0;
  display: grid;
}

.event-reading > span + span {
  padding-left: 15px;
  border-left: 1px solid var(--line);
}

.event-reading strong {
  font-size: 25px;
  font-variant-numeric: tabular-nums;
}

.event-reading small {
  color: var(--mist-400);
}

.event-footer {
  min-height: 42px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--mist-400);
  font: 700 12px/1.35 var(--mono);
}

.archive-pagination {
  min-height: 64px;
  margin-top: 28px;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--mist-300);
  background: rgba(4, 17, 26, .64);
}

.archive-pagination a,
.archive-pagination span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.archive-pagination > :last-child {
  justify-self: end;
}

.archive-pagination span[aria-disabled="true"] {
  opacity: .42;
}

.archive-count {
  margin: 24px 0 0;
  color: var(--mist-400);
  font: 700 12px/1.4 var(--mono);
  text-align: center;
}

/* Hiscores */
.hiscores-hero {
  padding: 74px 0 50px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
  gap: 50px;
  align-items: end;
}

.leader-forecast {
  min-width: 0;
  padding: 28px;
}

.leader-forecast-person {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.leader-forecast-person > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sky-1000);
  background: linear-gradient(145deg, var(--cloud-100), var(--weather-blue));
  font: 900 23px/1 var(--mono);
}

.leader-forecast-person strong {
  font-size: 19px;
}

.leader-forecast-person small {
  display: block;
  color: var(--mist-400);
  font: 700 12px/1.4 var(--mono);
}

.leader-forecast-reading {
  padding: 25px 0;
  display: grid;
}

.leader-forecast-reading strong {
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
  font-variant-numeric: tabular-nums;
}

.leader-forecast-reading span {
  margin-top: 9px;
  color: var(--mist-400);
}

.leader-forecast dl {
  grid-template-columns: repeat(3, 1fr);
}

.hiscore-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(7, 27, 39, .58);
}

.hiscore-summary article {
  min-width: 0;
  min-height: 120px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.hiscore-summary article:last-child {
  border-right: 0;
}

.hiscore-summary span {
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
  text-transform: uppercase;
}

.hiscore-summary strong {
  margin-top: 10px;
  overflow-wrap: anywhere;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hiscore-summary small {
  color: var(--mist-400);
  font-weight: 600;
}

.podium-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "first second third";
  align-items: end;
  gap: 18px;
}

.podium-place {
  min-height: 350px;
  padding: 30px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px 14px 0 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(88, 199, 255, .08), rgba(5, 21, 32, .88));
}

.podium-rank-1 {
  grid-area: first;
  min-height: 400px;
  border-color: rgba(255, 209, 102, .38);
  background: linear-gradient(to bottom, rgba(255, 209, 102, .11), rgba(5, 21, 32, .9));
}

.podium-rank-2 {
  grid-area: second;
}

.podium-rank-3 {
  grid-area: third;
}

.podium-avatar {
  width: 82px;
  height: 82px;
}

.podium-place h3 {
  margin: 24px 0 6px;
  overflow-wrap: anywhere;
  font-size: 22px;
}

.podium-place > strong {
  font-size: 30px;
  font-variant-numeric: tabular-nums;
}

.podium-place > strong small {
  color: var(--mist-400);
}

.podium-place p {
  color: var(--mist-400);
  font-size: 14px;
}

.podium-base {
  width: calc(100% + 48px);
  min-height: 58px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line-strong);
  color: var(--weather-blue);
  background: rgba(4, 17, 26, .85);
  font: 900 11px/1 var(--mono);
  letter-spacing: .09em;
}

.podium-rank-1 .podium-base {
  color: var(--lightning);
}

.full-leaderboards {
  padding-bottom: 90px;
  display: grid;
  gap: 26px;
}

.leaderboard-table-section {
  padding: 26px;
}

.leaderboard-table-heading {
  align-items: center;
}

.leaderboard-table-heading h2 {
  font-size: 30px;
}

.leaderboard-table-heading b {
  color: var(--weather-blue);
  font: 900 28px/1 var(--mono);
}

.leaderboard-rain .leaderboard-table-heading b {
  color: var(--rain-cyan);
}

.leaderboard-storm .leaderboard-table-heading b {
  color: var(--lightning);
}

.table-scroll-hint {
  margin: 18px 0 7px;
  color: var(--mist-400);
  font: 700 12px/1.4 var(--mono);
}

.table-scroll {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.table-scroll:focus-visible {
  outline-offset: 4px;
}

.hiscore-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.hiscore-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hiscore-table th,
.hiscore-table td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.hiscore-table thead th {
  color: var(--mist-300);
  background: rgba(11, 38, 53, .8);
  font: 900 12px/1.3 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hiscore-table tbody tr:last-child > * {
  border-bottom: 0;
}

.hiscore-table tbody tr:hover {
  background: rgba(88, 199, 255, .04);
}

.hiscore-table tbody th {
  min-width: 180px;
}

.hiscore-table tbody th small {
  display: block;
  color: var(--mist-400);
  font: 700 12px/1.5 var(--mono);
}

.hiscore-table td {
  color: var(--mist-300);
  font-variant-numeric: tabular-nums;
}

.hiscore-table td strong {
  display: block;
  color: var(--cloud-100);
}

.hiscore-table meter {
  height: 3px;
  margin-top: 6px;
  writing-mode: horizontal-tb;
  direction: ltr;
}

.table-rank {
  color: var(--weather-blue);
  font: 900 13px/1 var(--mono);
}

.scoring-note {
  margin-bottom: 90px;
  padding: 34px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(6, 24, 35, .78);
}

.scoring-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 226, 214, .35);
  border-radius: 50%;
  color: var(--vibe-cyan);
  font-size: 30px;
}

.scoring-note h2 {
  margin: 7px 0;
  font-size: 30px;
}

.scoring-note p {
  margin: 0;
  color: var(--mist-300);
}

/* Dashboard */
.dashboard-body {
  padding-bottom: 0;
}

.dashboard-service-bar {
  border-bottom-color: rgba(77, 226, 214, .18);
}

.app-header {
  grid-template-columns: auto 1fr auto;
}

.app-header .brand small {
  color: var(--vibe-cyan);
}

.app-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.account-chip {
  min-height: 52px;
  padding: 6px 10px 6px 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(5, 21, 32, .75);
}

.avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sky-1000);
  background: linear-gradient(145deg, var(--cloud-100), var(--weather-blue));
  font: 900 15px/1 var(--mono);
}

.account-chip > span:last-child {
  display: grid;
  line-height: 1.25;
}

.account-chip small {
  color: var(--mist-400);
  font: 700 11px/1.4 var(--mono);
}

.dashboard-weather-hero {
  min-height: 580px;
  padding: 36px 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  gap: 24px;
}

.station-current {
  min-width: 0;
  padding: clamp(30px, 4vw, 52px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 10%, rgba(88, 199, 255, .16), transparent 30%),
    linear-gradient(145deg, rgba(15, 48, 65, .9), rgba(5, 20, 30, .96));
  box-shadow: var(--shadow);
}

.station-greeting {
  margin: 62px 0 6px;
  color: var(--mist-300);
  font-size: 17px;
}

.station-current h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.06em;
}

.station-primary-reading {
  margin: 36px 0 30px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.station-primary-reading > strong {
  font-size: clamp(64px, 8vw, 118px);
  line-height: .76;
  letter-spacing: -.08em;
  font-variant-numeric: tabular-nums;
}

.station-primary-reading > span {
  display: grid;
}

.station-primary-reading b {
  font-size: 18px;
}

.station-primary-reading small {
  color: var(--mist-400);
}

.station-status-grid {
  margin: 0;
}

.station-status-grid dd {
  font: 800 13px/1.35 var(--mono);
}

.station-scan-form {
  margin-top: 28px;
}

.station-radar .radar-field {
  width: min(100%, 420px);
}

.station-radar-readout {
  padding: 16px;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(2, 13, 20, .64);
}

.station-radar-readout span,
.station-radar-readout small {
  color: var(--mist-400);
  font: 700 12px/1.45 var(--mono);
}

.station-radar-readout strong {
  margin: 6px 0 3px;
  font-size: 18px;
}

.station-observations {
  min-height: 122px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.station-observations article {
  min-width: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.station-observations article:last-child {
  border-right: 0;
}

.station-observations span {
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
}

.station-observations strong {
  margin-top: 9px;
  overflow-wrap: anywhere;
  font-size: clamp(23px, 2.5vw, 36px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.station-observations small,
.station-observations p {
  color: var(--mist-400);
  font-size: 12px;
}

.station-observations p {
  margin: 5px 0 0;
}

.reservoir-reading {
  background: rgba(53, 217, 234, .035);
}

.dashboard-operations {
  padding: 64px 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  align-items: start;
  gap: 24px;
}

.dashboard-primary-column,
.station-controls {
  min-width: 0;
  display: grid;
  gap: 22px;
}

.station-controls {
  position: sticky;
  top: 18px;
}

.panel {
  min-width: 0;
  padding: 26px;
  border-radius: 13px;
}

.panel-heading {
  align-items: flex-start;
}

.panel-heading h2 {
  font-size: 27px;
}

.panel-heading .status-pill,
.panel-reading {
  flex: 0 0 auto;
}

.panel-reading {
  color: var(--weather-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.status-pill {
  min-height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--mist-300);
  background: rgba(145, 169, 183, .06);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.status-completed,
.status-sent {
  border-color: rgba(77, 226, 214, .36);
  color: #a9f5ff;
  background: rgba(77, 226, 214, .07);
}

.status-partial,
.status-review,
.status-retrying,
.status-processing,
.status-sending,
.status-planned,
.status-pending {
  border-color: rgba(255, 209, 102, .4);
  color: #ffe4a2;
  background: rgba(255, 209, 102, .07);
}

.status-rejected,
.status-failed {
  border-color: rgba(255, 107, 114, .42);
  color: #ffb8bc;
  background: rgba(255, 107, 114, .08);
}

.command-example {
  min-height: 96px;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 102, .22);
  border-left: 4px solid var(--lightning);
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(255, 209, 102, .08), rgba(3, 15, 23, .7));
}

.command-example-rain {
  border-color: rgba(53, 217, 234, .22);
  border-left-color: var(--rain-cyan);
  background: linear-gradient(90deg, rgba(53, 217, 234, .08), rgba(3, 15, 23, .7));
}

.command-example > div {
  min-width: 0;
  display: grid;
}

.command-example span {
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
}

.command-example code {
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--cloud-100);
  font-size: 24px;
  font-weight: 900;
}

.copy-button,
.logout-form button,
.payout-review-actions button {
  min-width: 72px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--cloud-200);
  background: rgba(6, 24, 35, .82);
  font-weight: 800;
  cursor: pointer;
}

.fine-print {
  margin: 18px 0 0;
  color: var(--mist-400);
  font-size: 13px;
  line-height: 1.65;
}

.settings-form,
.vault-actions {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}

.settings-form label,
.vault-actions label,
.payout-review-actions label {
  display: grid;
  gap: 8px;
  color: var(--mist-300);
  font-size: 13px;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--cloud-100);
  background: rgba(2, 13, 20, .82);
}

input:focus {
  border-color: var(--weather-blue);
}

.toggle {
  min-height: 58px;
  grid-template-columns: 44px 1fr;
  align-items: center;
}

.toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.toggle span {
  width: 44px;
  height: 24px;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(145, 169, 183, .12);
}

.toggle span::after {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  background: var(--mist-300);
  content: "";
  transition: left .18s ease, background .18s ease;
}

.toggle input:checked + span {
  border-color: rgba(77, 226, 214, .55);
  background: rgba(77, 226, 214, .15);
}

.toggle input:checked + span::after {
  left: 21px;
  background: var(--vibe-cyan);
}

.toggle input:focus-visible + span {
  outline: 3px solid var(--lightning);
  outline-offset: 3px;
}

.public-profile-content {
  margin-top: 18px;
}

.public-profile-content p,
.vault-panel > p,
.claim-panel > p {
  color: var(--mist-300);
  font-size: 14px;
}

.station-security-strip {
  padding: 18px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--mist-400);
  background: rgba(3, 15, 23, .65);
  font: 700 12px/1.4 var(--mono);
}

.station-security-strip span::before {
  margin-right: 8px;
  color: var(--vibe-cyan);
  content: "✓";
}

.activity-panel {
  padding-bottom: 14px;
}

.activity-row {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--weather-blue);
  border-radius: 9px;
  overflow: hidden;
  background: rgba(3, 15, 23, .62);
}

.activity-row summary {
  min-width: 0;
  min-height: 94px;
  padding: 14px;
  display: grid;
  grid-template-columns: 48px minmax(140px, 1fr) minmax(90px, auto) minmax(70px, auto) auto 22px;
  align-items: center;
  gap: 12px;
  list-style: none;
  cursor: pointer;
}

.activity-row summary::-webkit-details-marker {
  display: none;
}

.activity-row[open] summary {
  border-bottom: 1px solid var(--line);
  background: rgba(88, 199, 255, .035);
}

.weather-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 209, 102, .35);
  border-radius: 50%;
  color: var(--lightning);
  background: rgba(255, 209, 102, .06);
  font: 900 20px/1 var(--mono);
}

.weather-icon.rain {
  border-color: rgba(53, 217, 234, .4);
  color: var(--rain-cyan);
  background: rgba(53, 217, 234, .06);
}

.activity-command {
  min-width: 0;
  display: grid;
}

.activity-command code {
  overflow-wrap: anywhere;
  color: var(--cloud-100);
  font-size: 15px;
}

.activity-command small,
.activity-total small,
.activity-recipients small {
  color: var(--mist-400);
  font-size: 12px;
}

.activity-total,
.activity-recipients {
  display: grid;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.chevron {
  color: var(--mist-400);
  font-size: 20px;
  transition: rotate .18s ease;
}

.activity-row[open] .chevron {
  rotate: 180deg;
}

.activity-detail {
  padding: 16px;
}

.inline-error {
  margin: 14px 0;
  padding: 13px;
  border: 1px solid rgba(255, 107, 114, .36);
  border-radius: 7px;
  color: #ffd1d4;
  background: rgba(255, 107, 114, .06);
  font-size: 13px;
}

.payout-table {
  display: grid;
  gap: 9px;
}

.payout-table > div {
  min-width: 0;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 90px auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(2, 13, 20, .6);
}

.payout-table > div > span:first-child {
  min-width: 0;
  display: grid;
}

.payout-table small {
  color: var(--mist-400);
  font-size: 12px;
}

.payout-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.payout-proof > div {
  min-width: 0;
  display: grid;
}

.payout-proof code {
  overflow-wrap: anywhere;
}

.payout-proof p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--mist-300);
}

.payout-review-actions {
  grid-column: 1 / -1;
  padding-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.payout-review-actions p {
  margin: 0;
  color: var(--mist-300);
  font-size: 13px;
}

.dashboard-utility-grid {
  padding: 24px 0 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.vault-actions {
  grid-template-columns: 1fr 1fr;
}

.vault-actions form {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
}

.vault-actions label {
  min-width: 0;
}

.claim-form label {
  min-width: 0;
}

.empty-state {
  min-height: 240px;
  padding: 35px;
  display: grid;
  place-content: center;
  color: var(--mist-400);
  text-align: center;
}

.empty-state > span {
  color: var(--weather-blue);
  font-size: 42px;
}

.empty-state h3 {
  margin: 10px 0 5px;
}

.settings-footer {
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--line);
  color: var(--mist-400);
  font: 700 12px/1.4 var(--mono);
}

.disconnect-note {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.account-exit-actions {
  margin: 18px 0 70px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.logout-form button {
  min-width: 120px;
}

.confirm-disconnect button {
  border-color: rgba(255, 107, 114, .38);
  color: #ffb7bb;
}

/* WX-01 broadcast package */
.current-reading,
.radar-console,
.leader-forecast,
.bytefall-chart,
.weather-maker-watch,
.leaderboard-card,
.protocol-card,
.integrity-section,
.weather-final-cta,
.archive-summary,
.archive-radar-band,
.weather-event,
.hiscore-summary,
.podium-place,
.leaderboard-table-section,
.scoring-note,
.station-current,
.station-radar-readout,
.panel,
.command-example,
.activity-row,
.payout-table,
.inline-error,
.tracker-empty,
.telemetry-unavailable,
.podium-empty,
.leaderboard-table-empty {
  border-radius: 2px;
}

.leaderboard-card,
.protocol-card,
.integrity-section,
.weather-final-cta,
.archive-summary,
.archive-radar-band,
.weather-event,
.leader-forecast,
.podium-place,
.leaderboard-table-section,
.scoring-note,
.station-current,
.panel {
  background-color: rgba(2, 14, 7, .96);
  background-image:
    linear-gradient(145deg, rgba(15, 68, 82, .12), transparent 42%),
    repeating-linear-gradient(to bottom, transparent 0 31px, rgba(88, 199, 255, .018) 31px 32px);
}

.leaderboard-card,
.protocol-card,
.weather-event,
.leader-forecast,
.podium-place,
.panel {
  border-top-color: rgba(88, 199, 255, .55);
}

.weather-section-heading > div:first-child,
.leaderboard-table-heading > div:first-child,
.panel-heading > div:first-child,
.chart-heading > div:first-child {
  padding-left: 14px;
  border-left: 3px solid var(--vibe-cyan);
}

.panel-heading {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.panel-heading h2,
.leaderboard-heading h3,
.protocol-card h3,
.archive-radar-copy h2,
.scoring-note h2 {
  text-transform: uppercase;
}

.status-pill,
.toggle span,
input {
  border-radius: 2px;
}

input {
  border-color: rgba(88, 199, 255, .26);
  color: var(--cloud-100);
  background: rgba(0, 8, 3, .88);
  font-family: var(--mono);
}

input:focus {
  border-color: var(--vibe-cyan);
  box-shadow: 0 0 0 3px rgba(88, 199, 255, .09);
}

.station-current {
  border-top-color: rgba(88, 199, 255, .68);
  background:
    linear-gradient(rgba(88, 199, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 199, 255, .045) 1px, transparent 1px),
    radial-gradient(circle at 86% 10%, rgba(119, 247, 227, .13), transparent 30%),
    linear-gradient(145deg, rgba(5, 30, 40, .96), rgba(1, 11, 5, .99));
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.station-current h1 {
  text-transform: uppercase;
}

.station-primary-reading > strong,
.leader-forecast-reading strong,
.event-reading strong,
.watch-reading strong,
.hiscore-summary strong,
.station-observations strong {
  font-family: var(--display);
  text-shadow: 0 0 26px rgba(88, 199, 255, .11);
}

.station-radar-readout {
  border-left: 3px solid var(--vibe-cyan);
  background: rgba(1, 12, 17, .9);
}

.station-observations article,
.observation-strip dl > div,
.hiscore-summary article {
  background: linear-gradient(to bottom, rgba(88, 199, 255, .035), transparent);
}

.account-chip,
.station-security-strip {
  border-radius: 2px;
  background: rgba(3, 18, 24, .86);
}

.command-example {
  background:
    linear-gradient(90deg, rgba(88, 199, 255, .06), transparent 60%),
    rgba(1, 10, 15, .84);
}

.command-example code,
.protocol-card > code {
  text-shadow: 0 0 16px currentColor;
}

.forecast-bars {
  align-items: stretch;
}

.forecast-bars i,
.forecast-bars i:nth-child(n) {
  height: auto;
  background:
    repeating-linear-gradient(
      to bottom,
      var(--lightning) 0 3px,
      transparent 3px 7px
    );
  opacity: .7;
}

/* Presenting partner */
.vibe-sponsor {
  position: relative;
  isolation: isolate;
  width: var(--page);
  min-height: 320px;
  margin: 80px auto 36px;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(480px, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(77, 226, 214, .28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 45%, rgba(119, 247, 227, .13), transparent 34%),
    linear-gradient(110deg, rgba(4, 28, 36, .98), rgba(1, 10, 5, .97));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .04),
    0 30px 80px rgba(0, 0, 0, .26),
    0 0 60px rgba(34, 224, 193, .05);
}

.vibe-sponsor::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(74, 223, 211, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 223, 211, .12) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  content: "";
}

.vibe-sponsor-copy {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vibe-sponsor-copy .kicker {
  color: #66e2db;
}

.vibe-sponsor-copy h2 {
  max-width: 540px;
  margin: 14px 0 18px;
  color: var(--cloud);
  font-size: clamp(40px, 4.4vw, 72px);
  letter-spacing: -.055em;
  line-height: .94;
}

.vibe-sponsor-copy h2 strong {
  display: block;
  color: #77f7e3;
  font-weight: 900;
  text-shadow: 0 0 34px rgba(51, 238, 207, .24);
}

.vibe-sponsor-copy p {
  max-width: 430px;
  margin: 0;
  color: var(--mist-300);
  font-size: 17px;
  line-height: 1.65;
}

.vibe-sponsor-signal {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9bdedb;
  font: 800 12px/1.2 var(--mono);
  letter-spacing: .09em;
}

.vibe-sponsor-visual {
  position: relative;
  min-width: 0;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(77, 226, 214, .2);
  background: #020c11;
}

.vibe-sponsor-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 17, 24, .9), transparent 25%),
    linear-gradient(180deg, rgba(1, 10, 15, .1), transparent 55%, rgba(1, 10, 15, .82));
  content: "";
}

.vibe-sponsor-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.05);
}

.vibe-sponsor-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 17px;
  color: rgba(181, 255, 244, .78);
  font: 800 11px/1.2 var(--mono);
  letter-spacing: .1em;
}

.vibe-motion-toggle {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(119, 247, 227, .46);
  border-radius: 2px;
  color: #c8fff7;
  background: rgba(0, 10, 12, .82);
  font: 800 11px/1 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.vibe-motion-toggle:hover {
  border-color: #77f7e3;
  background: rgba(5, 36, 34, .94);
}

.vibe-sponsor-visual.is-paused img {
  visibility: hidden;
}

.vibe-sponsor-visual.is-paused::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #77f7e3;
  background:
    radial-gradient(circle, rgba(51, 238, 207, .13), transparent 44%),
    #020c11;
  font: 900 clamp(38px, 8vw, 74px)/1 var(--display);
  letter-spacing: .08em;
  content: "VIBE";
}

/* Footer */
.weather-footer {
  width: var(--page);
  min-height: 148px;
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line-strong);
}

.footer-brand .brand-mark {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.weather-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--mist-400);
  font: 700 12px/1.3 var(--mono);
}

.weather-footer > div span + span::before {
  margin-right: 18px;
  color: var(--line-strong);
  content: "·";
}

.weather-footer nav {
  display: flex;
  gap: 22px;
}

.weather-footer nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--mist-300);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

@keyframes matrix-fall {
  from { transform: translateY(-18vh); }
  to { transform: translateY(245vh); }
}

@keyframes radar-sweep {
  to { rotate: 360deg; }
}

@keyframes signal-pulse {
  0% { box-shadow: 0 0 0 0 rgba(77, 226, 214, .4), 0 0 16px rgba(77, 226, 214, .7); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(77, 226, 214, 0), 0 0 16px rgba(77, 226, 214, .5); }
}

@keyframes cell-breathe {
  from { opacity: .58; scale: .9; }
  to { opacity: .95; scale: 1.12; }
}

@keyframes blip-pulse {
  0% { box-shadow: 0 0 0 0 rgba(77, 226, 214, .42), 0 0 22px var(--vibe-cyan); }
  70%, 100% { box-shadow: 0 0 0 14px rgba(77, 226, 214, 0), 0 0 22px var(--vibe-cyan); }
}

@keyframes cloud-drift {
  from { translate: -1.5% 0; }
  to { translate: 1.5% 1%; }
}

@media (max-width: 1180px) {
  :root {
    --page: min(100% - 36px, 1440px);
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .station-location {
    display: none;
  }

  .current-conditions,
  .dashboard-weather-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  }

  .recent-systems-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .recent-system:nth-child(3) {
    border-right: 0;
  }

  .recent-system:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .station-observations {
    grid-template-columns: repeat(3, 1fr);
  }

  .station-observations article:nth-child(3) {
    border-right: 0;
  }

  .station-observations article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 920px) {
  :root {
    --page: min(100% - 28px, 1440px);
  }

  .landing-body,
  .dashboard-body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .weather-service-bar > span:first-child {
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .weather-service-bar > span:nth-child(2) {
    display: none;
  }

  .site-header {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .weather-nav {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    display: flex;
    justify-content: space-around;
    gap: 4px;
    overflow-x: auto;
    border-top: 1px solid var(--line-strong);
    background: rgba(3, 14, 22, .96);
    box-shadow: 0 -12px 36px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
  }

  .weather-nav a {
    min-width: 92px;
    min-height: 50px;
    justify-content: center;
    font-size: 12px;
  }

  .weather-nav a::after {
    bottom: 0;
  }

  .current-conditions,
  .dashboard-weather-hero,
  .archive-hero,
  .hiscores-hero,
  .network-outlook-grid,
  .integrity-section,
  .dashboard-operations,
  .dashboard-utility-grid {
    grid-template-columns: 1fr;
  }

  .current-conditions {
    min-height: 0;
  }

  .network-radar {
    min-height: 620px;
  }

  .observation-strip {
    grid-template-columns: 1fr;
  }

  .observation-strip-title {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .observation-strip > dl {
    grid-template-columns: repeat(3, 1fr);
  }

  .observation-strip dl > div:nth-child(3) {
    border-right: 0;
  }

  .observation-strip dl > div:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .leaderboard-grid,
  .tracker-grid {
    grid-template-columns: 1fr 1fr;
  }

  .protocol-grid {
    grid-template-columns: 1fr;
  }

  .integrity-grid {
    grid-template-columns: 1fr;
  }

  .integrity-grid article,
  .integrity-grid article:nth-child(odd),
  .integrity-grid article:nth-child(even) {
    padding: 20px 0;
    border-right: 0;
  }

  .weather-final-cta,
  .scoring-note {
    grid-template-columns: auto 1fr;
  }

  .weather-final-cta .button,
  .scoring-note .button {
    grid-column: 1 / -1;
  }

  .hiscore-summary {
    grid-template-columns: 1fr 1fr;
  }

  .hiscore-summary article:nth-child(2) {
    border-right: 0;
  }

  .hiscore-summary article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .podium-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    align-items: stretch;
  }

  .podium-place,
  .podium-rank-1 {
    min-height: 330px;
  }

  .station-controls {
    position: static;
  }

  .dashboard-primary-column {
    order: 1;
  }

  .station-controls {
    order: 2;
    grid-template-columns: 1fr 1fr;
  }

  .station-security-strip {
    grid-column: 1 / -1;
  }

  .vibe-sponsor {
    grid-template-columns: 1fr;
  }

  .vibe-sponsor-copy {
    min-height: 290px;
  }

  .vibe-sponsor-visual {
    min-height: 0;
    border-top: 1px solid rgba(77, 226, 214, .2);
    border-left: 0;
  }

  .vibe-sponsor-visual img {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }

  .weather-footer {
    grid-template-columns: 1fr auto;
  }

  .weather-footer > div {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  :root {
    --page: min(100% - 22px, 1440px);
  }

  body {
    font-size: 15px;
  }

  .weather-service-bar {
    min-height: 32px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .weather-service-bar > span:nth-child(2) {
    font-size: 10px;
  }

  .site-header {
    min-height: 70px;
  }

  .brand > span:last-child {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .header-action {
    min-width: 150px;
    padding: 0 12px;
    font-size: 12px;
  }

  .app-header-actions .account-chip > span:last-child {
    display: none;
  }

  .account-chip {
    padding-right: 7px;
  }

  .network-advisory {
    padding: 12px 14px;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .current-conditions,
  .dashboard-weather-hero {
    padding-top: 24px;
  }

  .current-reading,
  .station-current {
    padding: 26px 20px;
  }

  .current-reading-topline {
    display: grid;
  }

  .condition-state {
    margin-top: 42px;
    align-items: flex-start;
  }

  .condition-symbol {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    font-size: 27px;
  }

  .condition-state h1 {
    font-size: clamp(34px, 12vw, 50px);
  }

  .primary-reading,
  .station-primary-reading {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-reading > strong,
  .station-primary-reading > strong {
    font-size: clamp(68px, 24vw, 104px);
    line-height: .82;
  }

  .current-summary {
    font-size: 16px;
  }

  .current-details,
  .station-status-grid {
    grid-template-columns: 1fr 1fr;
  }

  .current-details > div,
  .station-status-grid > div {
    border-bottom: 1px solid var(--line);
  }

  .current-details > div:nth-child(2),
  .station-status-grid > div:nth-child(2) {
    border-right: 0;
  }

  .current-details > div:nth-last-child(-n + 2),
  .station-status-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .current-details > div:nth-child(3),
  .station-status-grid > div:nth-child(3) {
    padding-left: 0;
  }

  .hero-actions,
  .hero-actions .button,
  .station-scan-form .button {
    width: 100%;
  }

  .network-radar,
  .station-radar {
    min-height: auto;
  }

  .radar-console {
    padding: 13px;
  }

  .radar-coordinate {
    max-width: 140px;
    text-align: right;
  }

  .radar-observation {
    grid-template-columns: 1fr;
  }

  .radar-observation > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .radar-observation > div:last-child {
    border-bottom: 0;
  }

  .observation-strip > dl,
  .station-observations {
    grid-template-columns: 1fr 1fr;
  }

  .observation-strip dl > div,
  .station-observations article,
  .station-observations article:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .observation-strip dl > div:nth-child(even),
  .station-observations article:nth-child(even) {
    border-right: 0;
  }

  .observation-strip dl > div:last-child,
  .station-observations article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .weather-section,
  .podium-section {
    padding: 68px 0;
  }

  .weather-section-heading,
  .panel-heading,
  .leaderboard-table-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .weather-section-heading h2 {
    font-size: 38px;
  }

  .text-link {
    white-space: normal;
  }

  .recent-systems-rail {
    margin-right: -11px;
    margin-left: -11px;
    padding: 0 11px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--weather-blue) transparent;
  }

  .recent-system {
    min-width: 210px;
    border: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .recent-system:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .bytefall-chart {
    padding: 18px 12px;
  }

  .bytefall-chart ol {
    gap: 5px;
  }

  .bytefall-chart li > span {
    writing-mode: vertical-rl;
    justify-self: center;
  }

  .leaderboard-grid,
  .tracker-grid {
    grid-template-columns: 1fr;
  }

  .protocol-card {
    min-height: 330px;
  }

  .protocol-card > code {
    margin-top: 54px;
    font-size: clamp(27px, 10vw, 42px);
  }

  .archive-hero,
  .hiscores-hero {
    padding-top: 50px;
  }

  .archive-heading h1,
  .hiscores-heading h1 {
    font-size: clamp(50px, 15vw, 76px);
  }

  .archive-summary,
  .hiscore-summary {
    grid-template-columns: 1fr;
  }

  .archive-summary > div,
  .archive-summary > div:nth-child(even),
  .archive-summary > div:nth-last-child(-n + 2),
  .hiscore-summary article,
  .hiscore-summary article:nth-child(2),
  .hiscore-summary article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .archive-summary > div:last-child,
  .hiscore-summary article:last-child {
    border-bottom: 0;
  }

  .archive-radar-band {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .archive-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .archive-pagination strong {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .archive-pagination > :first-child {
    grid-column: 1;
  }

  .archive-pagination > :last-child {
    grid-column: 2;
  }

  .leader-forecast dl {
    grid-template-columns: 1fr;
  }

  .leader-forecast dl > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .leader-forecast dl > div:last-child {
    border-bottom: 0;
  }

  .table-scroll-hint {
    display: block;
  }

  .integrity-grid {
    display: block;
  }

  .weather-final-cta,
  .scoring-note {
    padding: 28px 20px;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cta-radar,
  .scoring-icon {
    width: 72px;
    height: 72px;
  }

  .station-greeting {
    margin-top: 42px;
  }

  .station-controls {
    grid-template-columns: 1fr;
  }

  .station-security-strip {
    grid-column: auto;
  }

  .panel {
    padding: 20px 16px;
  }

  .command-example {
    align-items: stretch;
    flex-direction: column;
  }

  .copy-button {
    width: 100%;
  }

  .activity-row summary {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .activity-total,
  .activity-recipients,
  .activity-row summary > .status-pill {
    min-width: 0;
    padding-top: 10px;
    display: grid;
    border-top: 1px solid var(--line);
    text-align: left;
  }

  .activity-total {
    grid-column: 2;
  }

  .activity-recipients {
    grid-column: 3;
  }

  .activity-row summary > .status-pill {
    grid-column: 2;
    justify-self: start;
    border-top: 0;
  }

  .chevron {
    grid-column: 3;
    grid-row: 3;
  }

  .payout-table > div {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .payout-table > div > .status-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .payout-proof,
  .payout-review-actions {
    grid-template-columns: 1fr;
  }

  .payout-review-actions p,
  .payout-review-actions form {
    grid-column: 1;
  }

  .vault-actions {
    grid-template-columns: 1fr;
  }

  .vault-actions form {
    grid-template-columns: 1fr;
  }

  .account-exit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vibe-sponsor {
    margin-top: 56px;
    margin-bottom: 24px;
  }

  .vibe-sponsor-copy {
    min-height: 0;
    padding: 34px 26px;
  }

  .vibe-sponsor-copy h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .vibe-sponsor-copy p {
    font-size: 15px;
  }

  .vibe-sponsor-visual figcaption {
    right: 14px;
    bottom: 12px;
    font-size: 10px;
  }

  .logout-form button {
    width: 100%;
  }

  .weather-footer {
    padding: 28px 0 10px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .weather-footer nav,
  .weather-footer > div {
    grid-column: 1;
    grid-row: auto;
  }

  .weather-footer nav {
    flex-wrap: wrap;
  }

  .weather-footer > div {
    display: grid;
  }

  .weather-footer > div span + span::before {
    display: none;
  }
}

@media (max-width: 430px) {
  .weather-service-bar > span:nth-child(2) {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-action {
    min-width: 0;
    width: 148px;
  }

  .weather-nav a {
    min-width: 82px;
  }

  .observation-strip > dl,
  .station-observations {
    grid-template-columns: 1fr;
  }

  .observation-strip dl > div,
  .observation-strip dl > div:nth-child(even),
  .station-observations article,
  .station-observations article:nth-child(even),
  .station-observations article:last-child {
    grid-column: 1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .observation-strip dl > div:last-child,
  .station-observations article:last-child {
    border-bottom: 0;
  }

  .primary-reading > strong,
  .station-primary-reading > strong {
    font-size: clamp(60px, 24vw, 88px);
  }

  .current-details,
  .station-status-grid,
  .weather-maker-watch dl {
    grid-template-columns: 1fr;
  }

  .current-details > div,
  .current-details > div:nth-child(2),
  .current-details > div:nth-last-child(-n + 2),
  .station-status-grid > div,
  .station-status-grid > div:nth-child(2),
  .station-status-grid > div:nth-last-child(-n + 2) {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .current-details > div:last-child,
  .station-status-grid > div:last-child {
    border-bottom: 0;
  }

  .weather-maker-watch dl > div,
  .weather-maker-watch dl > div:nth-child(odd),
  .weather-maker-watch dl > div:nth-child(even) {
    padding: 13px 0;
    border-right: 0;
  }

  .radar-coordinate {
    display: none;
  }

  .weather-section-heading h2 {
    font-size: 34px;
  }

  .archive-pagination {
    padding: 8px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .matrix-atmosphere {
    display: none;
  }

  .broadcast-scanlines {
    opacity: .025;
  }

  .vibe-sponsor-visual img {
    visibility: hidden;
  }

  .vibe-sponsor-visual::after {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #77f7e3;
    background:
      radial-gradient(circle, rgba(51, 238, 207, .13), transparent 44%),
      #020c11;
    font: 900 clamp(38px, 8vw, 74px)/1 var(--display);
    letter-spacing: .08em;
    content: "VIBE";
  }
}

@media (prefers-reduced-transparency: reduce) {
  .current-reading,
  .radar-console,
  .leader-forecast,
  .bytefall-chart,
  .weather-maker-watch,
  .panel,
  .weather-nav {
    backdrop-filter: none;
    background-color: var(--sky-900);
  }
}

@media (forced-colors: active) {
  .brand-mark,
  .button-primary,
  .avatar,
  .leader-forecast-person > span {
    border: 1px solid ButtonText;
    color: ButtonText;
    background: Canvas;
  }

  .condition-state h1,
  .archive-heading h1,
  .hiscores-heading h1 {
    color: CanvasText;
  }

  .signal-dot,
  .radar-legend i,
  .chart-legend i {
    border: 1px solid CanvasText;
    box-shadow: none;
  }
}
