#bright-weather-office-root {
  color-scheme: light;
  --ink: #11100e;
  --navy: #13273a;
  --paper: #f5efe2;
  --sky: #78c9e8;
  --sky-deep: #397fb9;
  --sun: #ffd447;
  --signal: #ff5d3a;
  --acid: #dbff48;
  --violet: #654fc4;
  --aqua: #4dd7c8;
  --pink: #efa0bb;
  --rule: 2px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --mono: "Courier New", Courier, ui-monospace, monospace;
  --display: "Arial Black", Impact, Haettenschweiler, sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

#bright-weather-office-root, #bright-weather-office-root * {
  box-sizing: border-box;
}

#bright-weather-office-root {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: var(--ink);
}

#bright-weather-office-root {
  overflow-x: hidden;
}

#bright-weather-office-root .bwo-runtime-loading,
#bright-weather-office-root .bwo-runtime-error {
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--paper);
  background: var(--navy);
  font: 800 12px/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-align: center;
}

#bright-weather-office-root .bwo-runtime-error {
  color: var(--ink);
  background: var(--acid);
}

#bright-weather-office-root button,
#bright-weather-office-root input,
#bright-weather-office-root a {
  color: inherit;
  font: inherit;
}

#bright-weather-office-root button,
#bright-weather-office-root input {
  border-radius: 0;
}

#bright-weather-office-root button {
  cursor: pointer;
}

#bright-weather-office-root button:disabled {
  cursor: not-allowed;
}

#bright-weather-office-root .weather-office {
  width: min(100%, 1920px);
  min-height: 100vh;
  margin: 0 auto;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.035) 1px, transparent 1px) 0 0 / 22px 22px,
    var(--paper);
}

#bright-weather-office-root .masthead {
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 12px clamp(16px, 2.4vw, 44px);
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(245, 239, 226, 0.25);
  font: 800 11px/1 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#bright-weather-office-root .brand {
  width: max-content;
  color: var(--paper);
  text-decoration: none;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -0.07em;
}

#bright-weather-office-root .brand span {
  color: var(--acid);
}

#bright-weather-office-root .edition {
  text-align: center;
}

#bright-weather-office-root .shift-length {
  justify-self: end;
}

#bright-weather-office-root .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, 0.68fr);
  min-height: 440px;
  border-bottom: var(--rule);
}

#bright-weather-office-root .title-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(22px, 3.4vw, 62px) clamp(18px, 3.4vw, 62px) clamp(24px, 2.8vw, 48px);
  overflow: hidden;
  isolation: isolate;
}

#bright-weather-office-root .title-block::before,
#bright-weather-office-root .title-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: var(--rule);
  border-radius: 50%;
}

#bright-weather-office-root .title-block::before {
  width: clamp(180px, 27vw, 480px);
  aspect-ratio: 1;
  top: -18%;
  right: -2%;
  background: var(--sun);
  box-shadow: -84px 175px 0 var(--signal), 164px 208px 0 var(--acid);
}

#bright-weather-office-root .title-block::after {
  width: clamp(72px, 10vw, 180px);
  aspect-ratio: 1;
  bottom: 6%;
  right: 28%;
  background: var(--violet);
}

#bright-weather-office-root .eyebrow,
#bright-weather-office-root .memo-kicker,
#bright-weather-office-root .section-label,
#bright-weather-office-root .request-meta,
#bright-weather-office-root .pressure-label,
#bright-weather-office-root .tiny-label {
  margin: 0;
  font: 800 10px/1.15 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#bright-weather-office-root .eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  color: var(--paper);
  background: var(--ink);
}

#bright-weather-office-root h1 {
  max-width: 8ch;
  margin: clamp(36px, 6vw, 100px) 0 24px;
  font-family: var(--display);
  font-size: clamp(66px, 10.8vw, 196px);
  line-height: 0.73;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

#bright-weather-office-root h1 span {
  display: block;
  color: var(--signal);
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 7px 7px 0 var(--ink);
}

#bright-weather-office-root .lede {
  position: relative;
  z-index: 1;
  max-width: 46ch;
  margin: 0;
  padding: 13px 15px;
  color: var(--paper);
  background: var(--navy);
  border: var(--rule);
  font-size: clamp(14px, 1.3vw, 21px);
  font-weight: 750;
  line-height: 1.24;
}

#bright-weather-office-root .weather-memo {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: var(--paper);
  background: var(--navy);
  border-left: var(--rule);
}

#bright-weather-office-root .memo-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px clamp(17px, 2.3vw, 38px);
  border-bottom: 1px solid rgba(245, 239, 226, 0.34);
}

#bright-weather-office-root .memo-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: 800 9px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#bright-weather-office-root .memo-live::before {
  width: 9px;
  height: 9px;
  content: "";
  background: var(--acid);
  border: 1px solid var(--ink);
  border-radius: 50%;
}

#bright-weather-office-root [data-weather-source="sample"] .memo-live::before,
#bright-weather-office-root [data-weather-source="error"] .memo-live::before {
  background: var(--pink);
}

#bright-weather-office-root .memo-place {
  padding: 24px clamp(17px, 2.3vw, 38px) 20px;
  border-bottom: 1px solid rgba(245, 239, 226, 0.34);
}

#bright-weather-office-root .memo-place strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

#bright-weather-office-root .memo-condition {
  margin: 10px 0 0;
  color: var(--acid);
  font: 800 12px/1.2 var(--mono);
  text-transform: uppercase;
}

#bright-weather-office-root .memo-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(245, 239, 226, 0.34);
}

#bright-weather-office-root .memo-metric {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px clamp(14px, 1.8vw, 28px);
  border-right: 1px solid rgba(245, 239, 226, 0.34);
  border-bottom: 1px solid rgba(245, 239, 226, 0.34);
}

#bright-weather-office-root .memo-metric:nth-child(even) {
  border-right: 0;
}

#bright-weather-office-root .memo-metric:nth-last-child(-n + 2) {
  border-bottom: 0;
}

#bright-weather-office-root .memo-metric span {
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.08em;
}

#bright-weather-office-root .memo-metric strong {
  font-family: var(--display);
  font-size: clamp(23px, 2.7vw, 43px);
  line-height: 0.9;
}

#bright-weather-office-root .location-tools {
  margin-top: auto;
  color: var(--ink);
  background: var(--sun);
  border-top: var(--rule);
}

#bright-weather-office-root .location-tools summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px clamp(17px, 2.3vw, 38px);
  font: 900 10px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

#bright-weather-office-root .location-tools summary::-webkit-details-marker {
  display: none;
}

#bright-weather-office-root .location-tools summary::after {
  content: "+";
  font-size: 20px;
}

#bright-weather-office-root .location-tools[open] summary::after {
  content: "−";
}

#bright-weather-office-root .location-panel {
  padding: 0 clamp(17px, 2.3vw, 38px) 20px;
}

#bright-weather-office-root .city-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

#bright-weather-office-root .city-form input {
  min-width: 0;
  min-height: 50px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  border: var(--rule);
  font: 800 15px/1 var(--mono);
}

#bright-weather-office-root .city-form button,
#bright-weather-office-root .area-button,
#bright-weather-office-root .city-result {
  min-height: 50px;
  padding: 10px 13px;
  color: var(--paper);
  background: var(--ink);
  border: var(--rule);
  font: 800 10px/1.1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#bright-weather-office-root .area-button {
  width: 100%;
  margin-top: 8px;
  color: var(--ink);
  background: var(--acid);
}

#bright-weather-office-root .city-results {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

#bright-weather-office-root .city-result {
  width: 100%;
  text-align: left;
  background: var(--violet);
}

#bright-weather-office-root .location-note,
#bright-weather-office-root .city-message {
  margin: 10px 0 0;
  font: 700 10px/1.35 var(--mono);
}

#bright-weather-office-root .stage-shell {
  position: relative;
  min-height: clamp(440px, 58vw, 900px);
  overflow: hidden;
  color: var(--ink);
  background: var(--sky);
  border-bottom: var(--rule);
}

#bright-weather-office-root .weather-stage {
  display: block;
  width: 100%;
  min-width: 720px;
  height: auto;
  min-height: inherit;
}

#bright-weather-office-root .weather-stage .sky-top {
  stop-color: color-mix(in srgb, var(--sky) calc(var(--weather-light, 0.6) * 100%), var(--violet));
}

#bright-weather-office-root .weather-stage .sky-bottom {
  stop-color: color-mix(in srgb, var(--paper) 54%, var(--sky));
}

#bright-weather-office-root .weather-stage[data-day="night"] .sky-top {
  stop-color: #101c45;
}

#bright-weather-office-root .weather-stage[data-day="night"] .sky-bottom {
  stop-color: #4b4a88;
}

#bright-weather-office-root .grain {
  color: var(--ink);
  pointer-events: none;
}

#bright-weather-office-root .sun-glow {
  fill: color-mix(in srgb, var(--sun) 75%, transparent);
  opacity: calc(var(--weather-light, 0.6));
}

#bright-weather-office-root .sun-disc {
  fill: var(--sun);
  stroke: var(--ink);
  stroke-width: 4;
}

#bright-weather-office-root .sun-ray {
  fill: none;
  stroke: var(--ink);
  stroke-width: 5;
}

#bright-weather-office-root .stars {
  fill: var(--acid);
  opacity: 0;
}

#bright-weather-office-root .weather-stage[data-day="night"] .sun-disc {
  fill: var(--paper);
}

#bright-weather-office-root .weather-stage[data-day="night"] .sun-glow {
  fill: var(--violet);
}

#bright-weather-office-root .weather-stage[data-day="night"] .stars {
  opacity: 1;
}

#bright-weather-office-root .isobars {
  fill: none;
  stroke: var(--paper);
  stroke-width: 4;
  stroke-dasharray: 14 11;
  opacity: 0.65;
  animation: move-isobars var(--cloud-speed, 22s) linear infinite;
}

#bright-weather-office-root .cloud {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 4;
  opacity: var(--cloud-opacity, 0.6);
  transform-box: fill-box;
  transform-origin: center;
  animation: cloud-drift var(--cloud-speed, 22s) ease-in-out infinite alternate;
}

#bright-weather-office-root .cloud-two {
  animation-delay: -8s;
}

#bright-weather-office-root .cloud-three {
  animation-delay: -14s;
}

#bright-weather-office-root .weather-stage[data-family="clear"] .cloud,
#bright-weather-office-root .weather-stage[data-family="clear"] .fog-bands,
#bright-weather-office-root .weather-stage[data-family="clear"] .precipitation,
#bright-weather-office-root .weather-stage[data-family="clear"] .lightning {
  opacity: 0.05;
}

#bright-weather-office-root .precipitation {
  fill: none;
  stroke: var(--violet);
  stroke-width: 6;
  stroke-linecap: round;
  opacity: 0;
}

#bright-weather-office-root .precipitation.snow {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 1;
  font: 32px/1 var(--display);
}

#bright-weather-office-root .weather-stage[data-family="rain"] .rain,
#bright-weather-office-root .weather-stage[data-family="storm"] .rain {
  opacity: 1;
  animation: rain-pulse 1.3s steps(2, jump-none) infinite;
}

#bright-weather-office-root .weather-stage[data-family="drizzle"] .rain {
  opacity: 0.48;
  animation: rain-pulse 2.4s steps(2, jump-none) infinite;
}

#bright-weather-office-root .weather-stage[data-family="snow"] .snow {
  opacity: 1;
  animation: snow-float 4s ease-in-out infinite alternate;
}

#bright-weather-office-root .fog-bands {
  fill: none;
  stroke: var(--paper);
  stroke-width: 20;
  opacity: 0;
}

#bright-weather-office-root .weather-stage[data-family="fog"] .fog-bands {
  opacity: 0.74;
  animation: fog-slide 10s ease-in-out infinite alternate;
}

#bright-weather-office-root .lightning {
  fill: var(--acid);
  stroke: var(--ink);
  stroke-width: 4;
  opacity: 0;
}

#bright-weather-office-root .weather-stage[data-family="storm"] .lightning {
  animation: lightning-pop 4.2s steps(1) infinite;
}

#bright-weather-office-root .far-hill {
  fill: color-mix(in srgb, var(--acid) 42%, var(--sky));
  stroke: var(--ink);
  stroke-width: 4;
}

#bright-weather-office-root .near-hill {
  fill: #74b96c;
  stroke: var(--ink);
  stroke-width: 4;
}

#bright-weather-office-root .town path,
#bright-weather-office-root .town rect {
  stroke: var(--ink);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

#bright-weather-office-root .building-a > path:first-child,
#bright-weather-office-root .building-c > path:first-child {
  fill: var(--signal);
}

#bright-weather-office-root .building-b > path:first-child,
#bright-weather-office-root .building-d > path:first-child {
  fill: var(--violet);
}

#bright-weather-office-root .town .roof {
  fill: var(--sun);
}

#bright-weather-office-root .weather-hq .hq-body {
  fill: var(--paper);
}

#bright-weather-office-root .weather-hq .hq-roof {
  fill: var(--acid);
}

#bright-weather-office-root .hq-sign {
  fill: var(--ink);
  font: 900 15px/1 var(--mono);
  letter-spacing: 0.06em;
}

#bright-weather-office-root .town .windows rect,
#bright-weather-office-root .forecast-windows rect {
  fill: var(--navy);
  transition: fill 450ms ease;
}

#bright-weather-office-root .weather-stage[data-rounds="1"] .building-a .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="2"] .building-a .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="2"] .building-b .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="3"] .building-a .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="3"] .building-b .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="3"] .forecast-windows rect,
#bright-weather-office-root .weather-stage[data-rounds="4"] .town .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="4"] .forecast-windows rect,
#bright-weather-office-root .weather-stage[data-rounds="5"] .town .windows rect,
#bright-weather-office-root .weather-stage[data-rounds="5"] .forecast-windows rect,
#bright-weather-office-root .weather-stage[data-finale] .town .windows rect,
#bright-weather-office-root .weather-stage[data-finale] .forecast-windows rect {
  fill: var(--sun);
}

#bright-weather-office-root .door {
  fill: var(--aqua);
}

#bright-weather-office-root .radar circle,
#bright-weather-office-root .radar path {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 4;
}

#bright-weather-office-root .radar {
  transform-box: fill-box;
  transform-origin: center;
  animation: radar-turn 12s linear infinite;
}

#bright-weather-office-root .street > path:first-child {
  fill: var(--ink);
}

#bright-weather-office-root .street-line {
  fill: none;
  stroke: var(--sun);
  stroke-width: 6;
}

#bright-weather-office-root .people {
  fill: var(--paper);
  stroke: var(--paper);
  stroke-width: 5;
}

#bright-weather-office-root .kite {
  fill: var(--signal);
  stroke: var(--ink);
  stroke-width: 4;
  transform-box: fill-box;
  transform-origin: center;
  animation: kite-fly 4s ease-in-out infinite alternate;
}

#bright-weather-office-root .forecast-stamp circle {
  fill: var(--acid);
  stroke: var(--ink);
  stroke-width: 4;
}

#bright-weather-office-root .forecast-stamp text {
  fill: var(--ink);
  font: 900 34px/1 var(--display);
}

#bright-weather-office-root .forecast-stamp {
  animation: stamp-in 440ms cubic-bezier(0.18, 1.5, 0.5, 1) both;
  animation-delay: calc(var(--stamp-index) * 55ms);
}

#bright-weather-office-root .forecast-stamp[data-card="tangerine-rain"] circle,
#bright-weather-office-root .forecast-stamp[data-card="window-sun"] circle {
  fill: var(--sun);
}

#bright-weather-office-root .forecast-stamp[data-card="warm-fog"] circle,
#bright-weather-office-root .forecast-stamp[data-card="mothlight"] circle {
  fill: var(--pink);
}

#bright-weather-office-root .forecast-stamp[data-card="soft-thunder"] circle {
  fill: var(--violet);
}

#bright-weather-office-root .finale-banner {
  opacity: 0;
  transform: translateY(-30px) rotate(-2deg);
  transform-origin: center;
  transition: opacity 500ms ease, transform 650ms cubic-bezier(0.2, 1.2, 0.4, 1);
}

#bright-weather-office-root .finale-banner path {
  fill: var(--sun);
  stroke: var(--ink);
  stroke-width: 6;
}

#bright-weather-office-root .finale-banner text {
  fill: var(--ink);
  font: 900 65px/1 var(--display);
  letter-spacing: -0.04em;
}

#bright-weather-office-root .finale-banner .finale-sub {
  font: 900 15px/1 var(--mono);
  letter-spacing: 0.08em;
}

#bright-weather-office-root .weather-stage[data-finale] .finale-banner {
  opacity: 1;
  transform: translateY(0) rotate(-2deg);
}

#bright-weather-office-root .weather-stage[data-finale] .sun-disc {
  animation: finale-sun 3s ease-in-out infinite alternate;
}

#bright-weather-office-root .weather-stage[data-finale] .town {
  animation: town-bounce 1.5s steps(2, jump-none) infinite;
}

#bright-weather-office-root .stage-readout rect {
  fill: var(--ink);
  stroke: var(--paper);
  stroke-width: 2;
}

#bright-weather-office-root .stage-readout text {
  fill: var(--paper);
  font: 900 15px/1 var(--mono);
  letter-spacing: 0.06em;
}

#bright-weather-office-root .stage-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  max-width: min(370px, calc(100% - 36px));
  margin: 0;
  padding: 9px 11px;
  color: var(--paper);
  background: var(--ink);
  border: 2px solid var(--paper);
  font: 800 10px/1.25 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#bright-weather-office-root .workbench {
  display: grid;
  grid-template-columns: minmax(270px, 0.38fr) minmax(0, 1fr);
  border-bottom: var(--rule);
}

#bright-weather-office-root .request-desk {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: clamp(20px, 2.8vw, 48px);
  color: var(--paper);
  background: var(--ink);
  border-right: var(--rule);
}

#bright-weather-office-root .round-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(245, 239, 226, 0.34);
  font: 800 11px/1 var(--mono);
  letter-spacing: 0.08em;
}

#bright-weather-office-root .round-number strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.8;
}

#bright-weather-office-root .request-district {
  margin: clamp(30px, 4vw, 64px) 0 12px;
  color: var(--sun);
  font: 900 12px/1 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#bright-weather-office-root .request-copy {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 66px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

#bright-weather-office-root .real-weather-note {
  margin: auto 0 0;
  padding: 15px;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--paper);
  font: 800 11px/1.35 var(--mono);
}

#bright-weather-office-root .forecast-desk {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(20px, 2.8vw, 48px);
  background: var(--paper);
}

#bright-weather-office-root .forecast-desk-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

#bright-weather-office-root .forecast-desk-head h2,
#bright-weather-office-root .queue-head h2,
#bright-weather-office-root .finale-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(29px, 4vw, 62px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

#bright-weather-office-root .phase-label {
  padding: 7px 9px;
  color: var(--paper);
  background: var(--violet);
  border: var(--rule);
  font: 800 10px/1 var(--mono);
  text-transform: uppercase;
}

#bright-weather-office-root .forecast-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#bright-weather-office-root .forecast-cards.is-finale {
  grid-template-columns: 1fr;
}

#bright-weather-office-root .finale-ready-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(24px, 4vw, 62px);
  color: var(--paper);
  background: var(--violet);
  border: var(--rule);
  box-shadow: var(--shadow);
}

#bright-weather-office-root .finale-ready-card span,
#bright-weather-office-root .finale-ready-card a {
  font: 900 10px/1 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#bright-weather-office-root .finale-ready-card strong {
  max-width: 13ch;
  font-family: var(--display);
  font-size: clamp(35px, 5vw, 76px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

#bright-weather-office-root .finale-ready-card p {
  max-width: 46ch;
  margin: 0;
  font-weight: 750;
  line-height: 1.35;
}

#bright-weather-office-root .finale-ready-card a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--acid);
  border: var(--rule);
  box-shadow: 5px 5px 0 var(--ink);
  text-decoration: none;
}

#bright-weather-office-root [data-phase="finale"] .pressure-desk,
#bright-weather-office-root [data-phase="finale"] .dispatch-button {
  display: none;
}

#bright-weather-office-root .forecast-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  text-align: left;
  color: var(--ink);
  background: var(--paper);
  border: var(--rule);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

#bright-weather-office-root .forecast-card:hover,
#bright-weather-office-root .forecast-card:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--ink);
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}

#bright-weather-office-root .forecast-card[aria-pressed="true"] {
  color: var(--ink);
  background: var(--signal);
  transform: translate(5px, 5px);
  box-shadow: 2px 2px 0 var(--ink);
}

#bright-weather-office-root .forecast-card:disabled {
  opacity: 0.48;
}

#bright-weather-office-root .forecast-card[aria-pressed="true"]:disabled {
  opacity: 1;
}

#bright-weather-office-root .forecast-card-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border: var(--rule);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 30px;
}

#bright-weather-office-root .forecast-card strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(22px, 2.3vw, 37px);
  line-height: 0.9;
  text-transform: uppercase;
}

#bright-weather-office-root .forecast-card small {
  min-height: 3.8em;
  font: 700 11px/1.3 var(--mono);
}

#bright-weather-office-root .pressure-desk {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: var(--rule);
}

#bright-weather-office-root .pressure-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#bright-weather-office-root .pressure-controls button {
  min-height: 52px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  border: var(--rule);
  border-right: 0;
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#bright-weather-office-root .pressure-controls button:last-child {
  border-right: var(--rule);
}

#bright-weather-office-root .pressure-controls button[aria-pressed="true"] {
  background: var(--sun);
}

#bright-weather-office-root .pressure-controls button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--violet);
  outline-offset: -5px;
}

#bright-weather-office-root .dispatch-button,
#bright-weather-office-root .finale-button,
#bright-weather-office-root .stop-button,
#bright-weather-office-root .reset-button {
  width: 100%;
  min-height: 64px;
  margin-top: 18px;
  padding: 14px 18px;
  border: var(--rule);
  box-shadow: 6px 6px 0 var(--ink);
  font: 900 13px/1 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#bright-weather-office-root .dispatch-button {
  color: var(--paper);
  background: var(--violet);
}

#bright-weather-office-root .dispatch-button:not(:disabled):hover,
#bright-weather-office-root .dispatch-button:not(:disabled):focus-visible,
#bright-weather-office-root .finale-button:hover,
#bright-weather-office-root .finale-button:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--ink);
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

#bright-weather-office-root .dispatch-button:disabled {
  color: #68635a;
  background: #d0c9bb;
  box-shadow: none;
}

#bright-weather-office-root .queue-section {
  padding: clamp(22px, 3vw, 52px);
  background: var(--sun);
  border-bottom: var(--rule);
}

#bright-weather-office-root .queue-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
}

#bright-weather-office-root .queue-head p {
  max-width: 42ch;
  margin: 0;
  font: 800 11px/1.35 var(--mono);
}

#bright-weather-office-root .forecast-queue {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

#bright-weather-office-root .queue-slot {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 14px;
  color: var(--ink);
  background: rgba(245, 239, 226, 0.58);
  border: var(--rule);
  font: 800 10px/1.2 var(--mono);
  text-transform: uppercase;
}

#bright-weather-office-root .queue-slot[data-filled="true"] {
  color: var(--ink);
  background: var(--signal);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(calc((var(--queue-index) - 2) * 0.55deg));
}

#bright-weather-office-root .queue-slot strong {
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 29px);
  line-height: 0.9;
}

#bright-weather-office-root .finale-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.42fr);
  border-bottom: var(--rule);
}

#bright-weather-office-root .finale-section[hidden] {
  display: none;
}

#bright-weather-office-root .finale-copy {
  padding: clamp(28px, 4vw, 70px);
  color: var(--paper);
  background: var(--violet);
}

#bright-weather-office-root .finale-copy h2 {
  max-width: 8ch;
  margin-top: 16px;
  font-size: clamp(54px, 9vw, 160px);
}

#bright-weather-office-root .finale-copy p {
  max-width: 50ch;
  margin: 22px 0 0;
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 750;
  line-height: 1.35;
}

#bright-weather-office-root .finale-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 50px);
  background: var(--acid);
  border-left: var(--rule);
}

#bright-weather-office-root .finale-button {
  color: var(--paper);
  background: var(--ink);
}

#bright-weather-office-root .finale-button:disabled {
  color: var(--paper);
  background: var(--navy);
  box-shadow: none;
  opacity: 0.7;
}

#bright-weather-office-root .stop-button {
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
}

#bright-weather-office-root .reset-button {
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

#bright-weather-office-root .performance-state {
  margin: 0 0 14px;
  font: 900 12px/1.2 var(--mono);
  text-transform: uppercase;
}

#bright-weather-office-root .performance-state strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 61px);
  line-height: 0.88;
}

#bright-weather-office-root [data-audio-state="playing"] .performance-state strong {
  color: var(--violet);
}

#bright-weather-office-root [data-audio-state="blocked"] .performance-state strong,
#bright-weather-office-root [data-audio-state="failed"] .performance-state strong {
  color: var(--signal);
}

#bright-weather-office-root .machine-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 16px clamp(16px, 2.4vw, 44px);
  color: var(--paper);
  background: var(--navy);
  border-bottom: var(--rule);
}

#bright-weather-office-root .machine-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  font: 800 10px/1.3 var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#bright-weather-office-root .machine-lamp {
  width: 16px;
  height: 16px;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--paper);
}

#bright-weather-office-root [data-audio-state="blocked"] .machine-lamp,
#bright-weather-office-root [data-audio-state="failed"] .machine-lamp,
#bright-weather-office-root [data-weather-source="error"] .machine-lamp {
  background: var(--signal);
}

#bright-weather-office-root .machine-actions {
  display: flex;
  gap: 10px;
}

#bright-weather-office-root .machine-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border: 2px solid var(--paper);
  text-decoration: none;
  font: 800 9px/1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#bright-weather-office-root .machine-actions a:hover,
#bright-weather-office-root .machine-actions a:focus-visible {
  color: var(--navy);
  background: var(--paper);
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

#bright-weather-office-root .footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  min-height: 150px;
  padding: 28px clamp(16px, 2.4vw, 44px);
  color: var(--paper);
  background: var(--ink);
}

#bright-weather-office-root .footer-big {
  max-width: 22ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 3.7vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

#bright-weather-office-root .footer-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
  font: 700 9px/1.3 var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#bright-weather-office-root .footer-meta a {
  color: var(--acid);
}

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

@keyframes move-isobars {
  to { stroke-dashoffset: -200; }
}

@keyframes cloud-drift {
  from { transform: translateX(-18px) rotate(-1deg); }
  to { transform: translateX(28px) rotate(1deg); }
}

@keyframes rain-pulse {
  50% { transform: translateY(9px); }
}

@keyframes snow-float {
  from { transform: translate(-8px, -4px) rotate(-2deg); }
  to { transform: translate(10px, 14px) rotate(3deg); }
}

@keyframes fog-slide {
  from { transform: translateX(-35px); }
  to { transform: translateX(35px); }
}

@keyframes lightning-pop {
  0%, 88%, 100% { opacity: 0; }
  89%, 93% { opacity: 1; }
}

@keyframes radar-turn {
  to { transform: translate(607px, 326px) rotate(360deg); }
}

@keyframes kite-fly {
  from { transform: translate(-12px, 8px) rotate(-4deg); }
  to { transform: translate(18px, -18px) rotate(5deg); }
}

@keyframes stamp-in {
  from { opacity: 0; transform: scale(1.8) rotate(-13deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes finale-sun {
  to { transform: scale(1.12); transform-origin: 950px 128px; }
}

@keyframes town-bounce {
  50% { transform: translateY(-4px); }
}

@media (max-width: 980px) {
  #bright-weather-office-root .hero {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .weather-memo {
    border-top: var(--rule);
    border-left: 0;
  }

  #bright-weather-office-root .workbench {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .request-desk {
    min-height: 390px;
    border-right: 0;
    border-bottom: var(--rule);
  }

  #bright-weather-office-root .forecast-cards {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .forecast-card {
    min-height: 176px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: center;
  }

  #bright-weather-office-root .forecast-card strong,
  #bright-weather-office-root .forecast-card small {
    grid-column: 2;
  }

  #bright-weather-office-root .forecast-card strong {
    margin-top: 0;
    align-self: end;
  }

  #bright-weather-office-root .forecast-card-mark {
    grid-row: 1 / span 2;
  }

  #bright-weather-office-root .forecast-queue {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x proximity;
  }

  #bright-weather-office-root .queue-slot {
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  #bright-weather-office-root .masthead {
    grid-template-columns: 1fr auto;
    min-height: 56px;
  }

  #bright-weather-office-root .edition {
    display: none;
  }

  #bright-weather-office-root .title-block {
    min-height: 520px;
  }

  #bright-weather-office-root h1 {
    font-size: clamp(50px, 16.8vw, 76px);
  }

  #bright-weather-office-root h1 span {
    -webkit-text-stroke-width: 1.5px;
    text-shadow: 5px 5px 0 var(--ink);
  }

  #bright-weather-office-root .weather-stage {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 0;
    max-width: none;
    transform: translateX(-50%);
  }

  #bright-weather-office-root .stage-shell {
    height: max(72vh, 520px);
    min-height: 0;
  }

  #bright-weather-office-root .pressure-desk {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .finale-section {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .finale-control {
    border-top: var(--rule);
    border-left: 0;
  }

  #bright-weather-office-root .machine-strip,
  #bright-weather-office-root .footer {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .machine-actions {
    display: grid;
  }

  #bright-weather-office-root .footer-meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 430px) {
  #bright-weather-office-root .hero {
    min-height: 0;
  }

  #bright-weather-office-root .title-block {
    min-height: 470px;
  }

  #bright-weather-office-root .memo-metric {
    min-height: 91px;
  }

  #bright-weather-office-root .city-form {
    grid-template-columns: 1fr;
  }

  #bright-weather-office-root .forecast-desk,
  #bright-weather-office-root .request-desk,
  #bright-weather-office-root .queue-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  #bright-weather-office-root .forecast-card {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 160px;
    padding: 14px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  #bright-weather-office-root .forecast-card-mark {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  #bright-weather-office-root .pressure-controls button {
    min-height: 54px;
    padding-inline: 6px;
    font-size: 9px;
  }

  #bright-weather-office-root .queue-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bright-weather-office-root, #bright-weather-office-root *,
  #bright-weather-office-root *::before,
  #bright-weather-office-root *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
