@font-face {
  font-family: Pickle;
  src: url("/fonts/atkinson.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f5f8f7;
  --white: #fff;
  --ink: #163f36;
  --muted: #576b65;
  --green: #205a49;
  --blue: #375a91;
  --line: #dbe5df;
  --lime: #e0ee86;
  --soft: #e6eee9;
  --warning: #87561e;
  --danger: #9a443a;
  font-family: Pickle, "Trebuchet MS", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  text-wrap: balance;
}
h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 19px;
  font-weight: 650;
}
.wrap {
  width: min(1120px, 100% - 64px);
  margin-inline: auto;
}
.all-courts, .home-about-link { font-size: 14px; }
.directory { max-width: 960px; }
.directory-intro { padding: 64px 0 52px; }
.directory-intro h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -2px; line-height: 1.05; }
.directory-intro > p { max-width: 43ch; font-size: 20px; color: var(--muted); margin-top: 24px; }
.court-list { list-style: none; padding: 0; margin: 0; }
.court-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border-radius: 12px; background: var(--soft); text-decoration: none; border-left: 4px solid var(--green); }
.court-list li + li { margin-top: 16px; }
.court-link:hover { background: #dbe8df; }
.court-link h3 { font-size: 24px; }
.court-link p { margin-top: 8px; color: var(--muted); }
.court-link div > span { display: block; margin-top: 12px; font-size: 13px; color: var(--muted); }
.court-link-action { flex-shrink: 0; font-size: 14px; font-weight: 650; }
.directory-about { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; padding-top: 40px; margin-top: 48px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.directory-about p { max-width: 65ch; color: var(--muted); font-size: 15px; }
.directory-about p + p { margin-top: 16px; }
@media (max-width: 700px) {
  .directory-intro { padding: 36px 0; }
  .directory-intro > p { font-size: 18px; }
  .court-link { flex-direction: column; align-items: flex-start; padding: 22px; gap: 20px; }
  .court-link h3 { font-size: 22px; }
  .directory-about { grid-template-columns: 1fr; gap: 18px; margin-top: 32px; padding-top: 28px; }
  .all-courts, .home-about-link { font-size: 12px; }
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.04;
  letter-spacing: -0.6px;
  font-weight: 750;
}
.brand-break {
  display: none;
}
.brand img {
  flex-shrink: 0;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.refresh {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-size: 14px;
  text-decoration: none;
}
.location-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 20px;
  font-size: 14px;
}
.location-row p {
  display: flex;
  gap: 7px;
  align-items: center;
}
.location-row > span {
  color: var(--muted);
}
.venue-details { display: flex; align-items: center; justify-content: space-between; gap: 10px 24px; flex-wrap: wrap; margin: -6px 0 22px; font-size: 14px; }
.venue-details p > span { color: var(--muted); }
.venue-details a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; }
.court-link .court-hours { color: var(--ink); font-size: 14px; }
.hero {
  position: relative;
  display: flex;
  overflow: hidden;
  background: var(--green);
  color: white;
  border-radius: 16px;
  padding: 36px 40px;
  min-height: 290px;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  flex: 1;
}
.hero h1 {
  font-size: clamp(38px, 4.5vw, 60px);
  letter-spacing: -2.5px;
  max-width: 650px;
  line-height: 1.02;
  margin: 17px 0 20px;
  font-weight: 750;
}
.status-line {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-dot {
  height: 8px;
  width: 8px;
  background: var(--lime);
  border-radius: 100%;
  flex-shrink: 0;
}
.verdict-detail {
  font-size: 18px;
  line-height: 1.55;
  max-width: 580px;
}
.hero-bottom {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  font-size: 13px;
  max-width: 580px;
  flex-wrap: wrap;
}
.hero-bottom > span {
  color: #dce8df;
}
.hero-bottom a {
  display: flex;
  gap: 7px;
  align-items: center;
  text-decoration: none;
}
.hero-art {
  align-self: center;
  margin: auto 0 auto auto;
  padding-left: 55px;
}
.big-court {
  width: 112px;
  height: 245px;
  position: relative;
  color: #91b2a1;
}
.court-svg {
  display: block;
  shape-rendering: crispEdges;
  stroke-width: 2px;
  overflow: visible;
}
.big-court .court-svg {
  width: 100%;
  height: 100%;
}
.pickle-ball {
  position: absolute;
  right: -20px;
  top: 18px;
  width: 54px;
  height: 54px;
  background: var(--lime);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.pickle-ball em {
  position: absolute;
  width: 9px;
  height: 12px;
  background: #749644;
  border-radius: 50%;
  top: 12px;
  left: 12px;
  transform: rotate(-30deg);
}
.pickle-ball em:nth-child(2) {
  left: 32px;
  top: 14px;
  transform: rotate(30deg);
}
.pickle-ball em:nth-child(3) {
  left: 23px;
  top: 33px;
  transform: rotate(80deg);
}
.hero.maybe,
.hero.unknown {
  background: #e9efd9;
  color: var(--ink);
}
.hero.maybe .hero-bottom > span,
.hero.unknown .hero-bottom > span {
  color: var(--muted);
}
.hero.maybe .status-dot,
.hero.unknown .status-dot {
  background: var(--warning);
}
.hero.stop {
  background: #fae8df;
  color: #703c30;
}
.hero.stop .hero-bottom > span {
  color: #765447;
}
.hero.stop .status-dot {
  background: var(--danger);
}
.quick-facts {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  padding: 26px 0 29px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.quick-facts > div {
  padding-inline: 28px;
  border-left: 1px solid var(--line);
}
.quick-facts > div:first-child {
  padding-left: 0;
  border: 0;
}
.quick-facts > div:last-child {
  padding-right: 0;
}
.quick-facts > div > span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 3px;
}
.quick-facts strong {
  display: block;
  font-size: 25px;
  letter-spacing: -0.6px;
  font-weight: 700;
  line-height: 1.35;
}
.quick-facts small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.unit {
  font-size: 18px;
  font-weight: 500;
}
.main-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 40px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  min-height: 30px;
}
.section-heading > span {
  font-size: 12px;
  color: var(--muted);
  text-align: right;
}
.photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--soft);
  aspect-ratio: 16/9;
}
.court-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.photo-stamp {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #163f36ed;
  color: white;
  padding: 5px 9px;
  font-size: 11px;
  border-radius: 4px;
}
.photo-stamp > span {
  margin-left: 10px;
}
.camera-figure figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}
.camera-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  gap: 10px;
}
.camera-empty > .icon {
  width: 28px;
  height: 28px;
}
.camera-empty p {
  font-size: 13px;
  color: var(--muted);
  max-width: 320px;
}
.camera-empty a {
  font-size: 13px;
}
.crowd-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-top: 23px;
}
.crowd-summary p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  max-width: 320px;
}
.court-diagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  flex-shrink: 0;
  padding-top: 3px;
}
.mini-court {
  display: block;
  width: 24px;
  height: 53px;
  color: #6c9685;
  stroke-width: 1px;
  background-color: #e4eee7;
}
.mini-court.occupied {
  background-color: #4670a6;
  color: #e4ecf6;
}
.mini-court.unconfirmed {
  opacity: 0.4;
}
.queue-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.forecast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  gap: 4px;
  padding-bottom: 15px;
}
.main-grid > * { min-width: 0; }
.best-window { padding: 18px; background: var(--soft); border-left: 4px solid var(--green); }
.local-rain { padding: 0 0 20px; }
.local-rain h3 { font-size: 18px; }
.local-rain p { font-size: 14px; margin-top: 10px; }
.local-rain small { display: block; color: var(--muted); margin-top: 8px; font-size: 12px; }
.planning-window.current-session { border-left: 3px solid var(--green); padding-left: 12px; }
.planning-window .session-rain { color: var(--blue); margin-top: 10px; }
.best-window h3 { font-size: 20px; }
.best-window p { margin-top: 9px; font-size: 14px; }
.best-window .planning-note { color: var(--muted); font-size: 12px; }
.planning-window { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.planning-window h3 { font-size: 15px; }
.planning-window span, .planning-window p, .planning-window small { font-size: 12px; color: var(--muted); }
.planning-window strong { font-size: 15px; }
.planning-window p { margin-top: 4px; }
.hourly-detail { margin-top: 18px; }
.hourly-detail h3 { font-size: 16px; margin-bottom: 14px; }
.hourly-detail .forecast-grid { grid-template-columns: repeat(auto-fit, minmax(68px, 1fr)); }
.observed-now { display: flex; align-items: center; gap: 12px; padding: 12px 16px; margin-bottom: 14px; background: var(--soft); border-radius: 6px; }
.observed-now > .icon { flex-shrink: 0; }
.observed-now strong, .observed-now span { display: block; }
.observed-now strong { font-size: 14px; }
.observed-now span { font-size: 12px; color: var(--muted); }
.hour-weather { position: relative; display: inline-flex; margin: 3px 0; color: var(--warning); }
.hour-weather > .icon { width: 24px; height: 24px; }
.forecast-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 20px; margin-top: 14px; font-size: 12px; color: var(--muted); }
.hour-wind { display: block; text-align: center; font-size: 11px; line-height: 1.4; color: var(--muted); }
.hour-wind > span { display: block; }
.planning-window .session-description { font-size: 14px; line-height: 1.55; color: var(--ink); margin-top: 8px; }
.session-feeling { margin: 0; font-size: 16px; font-weight: 650; line-height: 1.3; color: var(--ink); }
@media (max-width: 700px) {
  .planning-window { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .planning-window > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
}
.planning-window .session-facts { margin-top: 12px; }
.radar-section { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 40px; padding-top: 28px; margin-top: 32px; border-top: 1px solid var(--line); }
.radar-section p { font-size: 14px; color: var(--muted); margin: 14px 0; max-width: 55ch; }
.radar-section img { display: block; width: 100%; border-radius: 8px; background: var(--soft); }
.radar-section figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.radar-toggle { margin-top: 10px; }
@media (max-width: 700px) { .radar-section { grid-template-columns: 1fr; gap: 20px; } }
.forecast-hour {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  padding: 12px 1px 8px;
  border-radius: 6px;
}
.forecast-hour strong {
  font-size: 21px;
  font-weight: 650;
}
.rain-chance {
  font-size: 13px;
  color: var(--blue);
}
.forecast-state {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.forecast-hour.rainy {
  background: #e8edf4;
}
.forecast-hour.rainy .hour-weather {
  color: var(--blue);
}
.forecast-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.reason-block {
  padding-top: 26px;
}
.reason-block h3 {
  font-size: 16px;
}
.reason-block ul {
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0 0;
}
.reason-block li {
  margin: 8px 0;
}
.radar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.radar-block h3 {
  font-size: 16px;
}
.radar-block p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.small-button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #bbcdc3;
  background: transparent;
  padding: 9px 13px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}
.small-button:hover {
  background: var(--soft);
}
.source-section {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 27px;
}
.source-section h2 {
  font-size: 19px;
}
.source-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.source-list > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  padding: 10px 0;
}
.source-list > div > span:last-child {
  color: var(--muted);
  white-space: nowrap;
}
.source-errors {
  font-size: 12px;
  color: var(--warning);
  margin-top: 12px;
}
.bookmark-section {
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--soft);
  border-radius: 10px;
  padding: 24px 28px;
  margin-top: 32px;
}
.bookmark-section > img {
  flex-shrink: 0;
}
.bookmark-section h2 {
  font-size: 20px;
}
.bookmark-section p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  max-width: 550px;
}
.bookmark-section button {
  margin-left: auto;
}
footer {
  padding: 30px 0 max(28px, env(safe-area-inset-bottom));
  font-size: 11px;
  color: var(--muted);
  max-width: 750px;
}
footer p {
  margin-bottom: 10px;
}
.footer-dot {
  margin: 0 10px;
}
.weather-alert,
.stale-notice {
  padding: 16px 20px;
  background: #fae8df;
  color: #703c30;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 22px;
}
.weather-alert strong {
  display: block;
}
.weather-alert p + p {
  margin-top: 15px;
}
.weather-empty {
  padding: 24px;
  background: var(--soft);
  border-radius: 10px;
}
.weather-empty h3 {
  font-size: 18px;
}
.weather-empty p {
  font-size: 14px;
  margin: 12px 0;
}
.weather-empty a {
  font-size: 13px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 10;
}
.skip-link:focus {
  top: 8px;
}
.prose {
  max-width: 740px;
  padding-top: 45px;
  padding-bottom: 60px;
}
.prose h1 {
  font-size: clamp(36px, 6vw, 58px);
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 25px;
}
.prose h2 {
  margin: 32px 0 13px;
}
.prose p {
  margin: 16px 0;
  color: var(--muted);
}
.prose .intro {
  font-size: 21px;
}
.prose li {
  margin: 10px 0;
}
.radar-view {
  margin-top: 25px;
  min-height: 200px;
}
.radar-view img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--soft);
  border-radius: 10px;
}
.prose > .small-button {
  margin-top: 24px;
}
/* Wide screens: court conditions and a short weather summary share the top
   row; session comparisons use the full width rather than one tall column. */
@media (min-width: 1100px) {
  .main-grid {
    grid-template-columns: 1.08fr 1fr;
    grid-template-rows: min-content min-content minmax(0, 1fr) auto auto auto;
    gap: 18px 40px;
    align-items: start;
  }
  .camera-section { grid-column: 1; grid-row: 1 / 4; }
  .outlook-section { display: contents; }
  .outlook-section > .section-heading { grid-column: 2; grid-row: 1; margin-bottom: 0; }
  .outlook-section > .local-rain { grid-column: 2; grid-row: 2; padding-bottom: 0; }
  .outlook-section > .best-window { grid-column: 2; grid-row: 3; }
  .outlook-section > .planning-windows { grid-column: 1 / -1; grid-row: 4; margin-top: 10px; }
  .outlook-section .planning-windows {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
  .outlook-section .planning-window {
    display: block;
    border-top: 2px solid var(--line);
    border-bottom: 0;
    padding: 18px 0 0;
  }
  .outlook-section .planning-window.current-session {
    border-left: 0;
    border-top-color: var(--green);
    padding-left: 0;
  }
  .outlook-section .planning-window > div:first-child { margin-bottom: 14px; }
  .outlook-section .planning-window h3 { font-size: 21px; margin-bottom: 4px; }
  .outlook-section .planning-window p { font-size: 13px; }
  .outlook-section > .hourly-detail,
  .outlook-section > .weather-empty { grid-column: 1 / -1; grid-row: 5; margin-top: 0; }
  .outlook-section > .reason-block { grid-column: 1 / -1; grid-row: 6; padding-top: 0; }
}
@media (max-width: 900px) {
  .hero-art {
    padding-left: 25px;
  }
  .big-court {
    width: 82px;
    height: 180px;
  }
  .hero-content {
    max-width: 610px;
  }
  .hero {
    padding: 30px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .main-grid {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }
  .quick-facts strong {
    font-size: 22px;
  }
  .section-heading h2 {
    font-size: 20px;
  }
  .court-diagram {
    display: none;
  }
  .bookmark-section button {
    display: none;
  }
  .forecast-hour {
    font-size: 12px;
  }
  .forecast-state {
    font-size: 9px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 80px;
  }
  .brand {
    font-size: 18px;
    gap: 9px;
  }
  .header-right {
    gap: 14px;
  }
  .refresh span {
    display: none;
  }
  .refresh {
    min-width: 30px;
    justify-content: center;
  }
  .brand-break {
    display: block;
  }
  .location-row {
    margin: 20px 0 15px;
    font-size: 13px;
  }
  .location-row > span {
    display: none;
  }
  .hero {
    padding: 25px 23px;
    min-height: 0;
    border-radius: 12px;
  }
  .hero-art {
    display: none;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -1.8px;
    margin: 17px 0;
  }
  .verdict-detail {
    font-size: 16px;
    line-height: 1.5;
  }
  .status-line {
    font-size: 12px;
  }
  .hero-bottom {
    margin-top: 23px;
    font-size: 11px;
    gap: 12px;
  }
  .hero-bottom .icon {
    width: 16px;
    height: 16px;
  }
  .quick-facts {
    padding: 22px 0 23px;
    margin-bottom: 25px;
    grid-template-columns: 1fr 1.18fr 0.75fr;
  }
  .quick-facts > div {
    padding-inline: 13px;
  }
  .quick-facts > div > span {
    font-size: 11px;
  }
  .quick-facts strong {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-top: 7px;
  }
  .quick-facts small {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 6px;
  }
  .unit {
    font-size: 14px;
  }
  .main-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .section-heading {
    margin-bottom: 14px;
  }
  .section-heading h2 {
    font-size: 21px;
  }
  .section-heading > a {
    font-size: 12px;
  }
  .photo-wrap {
    border-radius: 8px;
  }
  .camera-empty {
    padding: 20px;
    gap: 6px;
  }
  .camera-empty h3 {
    font-size: 18px;
  }
  .camera-empty p {
    font-size: 12px;
  }
  .camera-empty > .icon {
    width: 22px;
    height: 22px;
  }
  .camera-empty a {
    font-size: 12px;
  }
  .crowd-summary {
    margin-top: 18px;
    gap: 18px;
  }
  .crowd-summary h3 {
    font-size: 18px;
  }
  .crowd-summary p {
    font-size: 12px;
  }
  .court-diagram {
    display: grid;
  }
  .mini-court {
    width: 20px;
    height: 44px;
  }
  .forecast-hour {
    font-size: 12px;
    gap: 10px;
  }
  .forecast-hour strong {
    font-size: 21px;
  }
  .forecast-state {
    font-size: 9px;
  }
  .forecast-grid {
    gap: 3px;
  }
  .reason-block {
    padding-top: 22px;
  }
  .radar-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .source-section {
    margin-top: 32px;
    padding-top: 23px;
  }
  .source-section h2 {
    font-size: 19px;
  }
  .source-section .section-heading > span {
    font-size: 10px;
  }
  .source-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .source-list > div {
    font-size: 12px;
    padding: 9px 0;
  }
  .bookmark-section {
    padding: 21px 18px;
    gap: 13px;
    margin-top: 25px;
    align-items: flex-start;
  }
  .bookmark-section > img {
    width: 36px;
    height: 36px;
  }
  .bookmark-section h2 {
    font-size: 19px;
  }
  .bookmark-section p {
    font-size: 12px;
  }
  .prose {
    padding-top: 30px;
  }
  .prose .intro {
    font-size: 19px;
  }
  .prose p {
    font-size: 16px;
  }
  footer {
    font-size: 10px;
    padding-top: 25px;
  }
  .weather-alert,
  .stale-notice {
    font-size: 13px;
    padding: 14px;
  }
  .outlook-section {
    scroll-margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .hero {
    padding: 22px 19px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .quick-facts strong {
    font-size: 16px;
  }
  .quick-facts > div {
    padding-inline: 10px;
  }
  .forecast-state {
    font-size: 8px;
  }
  .section-heading h2 {
    font-size: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
/* Radar opens on the latest observation; playback is always opt-in. */
.radar-map{position:relative}
.radar-map>img:first-child{display:block;width:100%;height:auto}
.radar-map>.radar-overlay{position:absolute;left:0;top:6.5934%;width:100%;height:87.9121%;border-radius:0;background:transparent}
.radar-court-marker{display:none;position:absolute;left:50%;top:50.5495%;width:14px;height:14px;background:#163f36;border:3px solid white;border-radius:50%;transform:translate(-50%,-50%)}
.radar-ready .radar-court-marker{display:block}
.radar-controls{padding:1rem 0;display:grid;gap:.75rem}
.radar-controls[hidden],.radar-overlay[hidden]{display:none}
.radar-controls output{font-weight:700;font-variant-numeric:tabular-nums}
.radar-controls input{width:100%;min-height:32px;accent-color:#163f36}
.radar-controls>div{display:flex;gap:.5rem}
.radar-controls p{margin:0;font-size:.875rem}
.radar-forecast-badge{display:none;position:absolute;right:.75rem;top:9%;padding:.3rem .65rem;border-radius:4px;background:#fff5da;color:#684600;font-weight:700}
.radar-prediction .radar-forecast-badge{display:block}
.radar-prediction output{color:#684600}
