:root {
  --bg: #f3f0e7;
  --paper: rgba(255, 255, 255, 0.82);
  --ink: #213128;
  --muted: #647267;
  --line: rgba(33, 49, 40, 0.12);
  --sage: #59795c;
  --rain: #4d8bb6;
  --etc: #c96d3d;
  --surplus: #5c8f5c;
  --deficit: #b44d4d;
  --shadow: 0 24px 60px rgba(45, 60, 50, 0.12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  background:
    radial-gradient(circle at top left, rgba(89, 121, 92, 0.25), transparent 24rem),
    radial-gradient(circle at bottom right, rgba(77, 139, 182, 0.18), transparent 24rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--bg) 100%);
}
.shell {
  width: min(1400px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
}
.hero,
.card,
.station-card {
  border: 1px solid var(--line);
  background: var(--paper);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.hero {
  position: relative;
  border-radius: 28px;
  padding: 5.35rem 1.75rem 1.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  grid-template-areas:
    "copy copy"
    "visuals meta";
  gap: 1.25rem;
  align-items: start;
}
.hero-copy {
  min-width: 0;
  grid-area: copy;
  text-align: center;
}
.hero-copy h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hero-title {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 0.95;
}
.hero-title-long {
  font-size: clamp(1.9rem, 3.8vw, 3.25rem);
  line-height: 0.98;
}
.hero-mark {
  grid-area: visuals;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.15rem 0.35rem;
  min-width: 0;
}
.hero-visuals {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.station-public-link {
  margin: 0;
  max-width: min(320px, 24vw);
  font-size: 0.92rem;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.station-public-link a {
  color: var(--sage);
  text-decoration: underline;
}
.station-public-link a:hover {
  color: var(--ink);
}
.hero-brand-corners {
  position: absolute;
  top: 1rem;
  left: 1.35rem;
  right: 1.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}
.hero-brand-logo {
  display: block;
  height: auto;
  object-fit: contain;
  max-width: min(22vw, 210px);
}
.hero-brand-left {
  width: min(210px, 22vw);
}
.hero-brand-right {
  width: min(196px, 16vw);
}
.hero-map-card {
  width: min(320px, 24vw);
  padding: 0.75rem;
  border-radius: 22px;
  background: rgba(89, 121, 92, 0.08);
  border: 1px solid var(--line);
}
.hero-map-card-wide {
  width: min(640px, 100%);
}
.hero-map-heading {
  margin-bottom: 0.5rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.station-map-caption {
  margin: -0.1rem 0 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.station-map-launch {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  text-align: inherit;
}
.station-map {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(33, 49, 40, 0.14);
  background: rgba(255,255,255,0.74);
}
.station-map-canvas {
  width: 100%;
  min-height: 210px;
}
.station-map-canvas-large {
  height: min(68vh, 620px);
  min-height: 420px;
}
.station-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.station-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.station-map-legend-swatch {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.95);
  display: inline-block;
}
.station-map-help {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.station-map-dialog {
  width: min(1180px, calc(100% - 2rem));
  max-width: 1180px;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
}
.station-map-dialog::backdrop {
  background: rgba(24, 30, 26, 0.55);
  backdrop-filter: blur(3px);
}
.station-map-dialog-card {
  padding: 1rem;
  border-radius: 26px;
  background: rgba(249, 247, 241, 0.98);
  border: 1px solid rgba(33, 49, 40, 0.14);
  box-shadow: 0 30px 100px rgba(36, 48, 42, 0.28);
}
.station-map-dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.station-map .leaflet-container {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  font: inherit;
}
.station-map .leaflet-control-attribution {
  font-size: 0.68rem;
  background: rgba(249, 247, 241, 0.88);
}
.station-map-leaflet-tooltip {
  border: 0;
  border-radius: 12px;
  padding: 0.4rem 0.58rem;
  background: rgba(23, 34, 28, 0.92);
  color: #fff;
  box-shadow: 0 18px 34px rgba(18, 27, 22, 0.22);
  font-size: 0.84rem;
  line-height: 1.25;
}
.station-map-leaflet-tooltip::before {
  display: none;
}
.station-map-dialog-close {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: #fff;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}
.eyebrow,
.label,
.meta,
.station-meta,
.hero-meta p,
.section-heading p {
  color: var(--muted);
}
.meta-tight {
  margin-bottom: 0;
  color: var(--muted);
}
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 0.7rem; }
h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.lede { max-width: 62ch; font-size: 1.04rem; }
.hero-meta {
  grid-area: meta;
  min-width: 0;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: rgba(89, 121, 92, 0.08);
}
.back-link {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--sage);
  text-decoration: none;
  font-weight: 600;
}
.card-grid,
.station-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.station-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.card {
  border-radius: 24px;
  padding: 1.2rem;
}
.setup-panel {
  border-radius: 24px;
  padding: 1.25rem;
  border: 1px solid rgba(33, 49, 40, 0.12);
  background: rgba(89, 121, 92, 0.07);
}
.decision-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}
.status-card,
.metric-card {
  border-radius: 18px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(33, 49, 40, 0.1);
  background: rgba(255, 255, 255, 0.84);
}
.metric-label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.metric-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
}
.metric-copy {
  color: var(--muted);
  margin: 0.35rem 0 0;
  font-size: 0.94rem;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.1;
}
.data-freshness {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.warning-strip {
  margin-top: 0.9rem;
  border-left: 4px solid rgba(181, 103, 62, 0.6);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  background: rgba(181, 103, 62, 0.08);
  color: #5c4534;
}
.dashboard-disclaimer {
  margin-bottom: 1rem;
}
.generate-export-warning {
  margin: 0.7rem 0 0;
  color: #6a513a;
  font-size: 0.94rem;
}
.report-disclaimer-footer {
  margin-top: 1rem;
  border: 1px solid rgba(181, 103, 62, 0.16);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: rgba(181, 103, 62, 0.08);
  color: #5c4534;
}
.report-disclaimer-footer p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}
.pei-disclaimer-modal {
  width: min(780px, calc(100% - 2rem));
  max-width: 780px;
  border: 0;
  border-radius: 26px;
  padding: 0;
  background: transparent;
}
.pei-disclaimer-modal::backdrop {
  background: rgba(22, 28, 24, 0.48);
  backdrop-filter: blur(3px);
}
.pei-disclaimer-card {
  border: 1px solid rgba(33, 49, 40, 0.16);
  border-radius: 26px;
  padding: 1.25rem;
  background: rgba(251, 250, 246, 0.98);
  box-shadow: 0 30px 90px rgba(36, 48, 42, 0.25);
}
.pei-disclaimer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.pei-disclaimer-checkbox {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(33, 49, 40, 0.1);
  background: rgba(255, 255, 255, 0.92);
}
.pei-disclaimer-checkbox input {
  margin-top: 0.2rem;
}
.pei-disclaimer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}
.input-help {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0.35rem 0 0;
}
.advanced-options {
  margin-top: 1rem;
}
.technical-details {
  margin-top: 1rem;
}
.technical-details summary,
.full-record-toggle {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}
.tool-launch-card {
  border: 1px solid rgba(33, 49, 40, 0.1);
  border-radius: 22px;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
}
.station-checklist {
  display: grid;
  gap: 0.6rem;
  max-height: 18rem;
  overflow: auto;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}
.station-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.55rem 0.6rem;
  border-radius: 14px;
  background: rgba(89, 121, 92, 0.04);
}
.station-check small {
  display: block;
  color: var(--muted);
  margin-top: 0.18rem;
}
.station-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.6rem 0 0.35rem;
}
.filter-btn.subtle {
  background: rgba(255, 255, 255, 0.72);
}
.summary-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}
.summary-alert-card {
  border: 1px solid rgba(33, 49, 40, 0.1);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.84);
}
.copy-card p:last-child,
.metric-card p:last-child {
  margin-bottom: 0;
}
.station-card {
  border-radius: 22px;
  padding: 1.1rem;
  color: inherit;
  text-decoration: none;
  border-width: 2px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.station-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(45, 60, 50, 0.16);
}
.station-card-epaa {
  border-color: rgba(77, 126, 87, 0.48);
}
.station-card-upei {
  border-color: rgba(47, 139, 142, 0.52);
}
.station-card-agriculture {
  border-color: rgba(139, 94, 167, 0.5);
}
.station-card-private {
  border-color: rgba(181, 103, 62, 0.5);
}
.station-card-government {
  border-color: rgba(78, 115, 159, 0.48);
}
.station-card-epaa:hover {
  border-color: rgba(77, 126, 87, 0.9);
}
.station-card-upei:hover {
  border-color: rgba(47, 139, 142, 0.9);
}
.station-card-agriculture:hover {
  border-color: rgba(139, 94, 167, 0.9);
}
.station-card-private:hover {
  border-color: rgba(181, 103, 62, 0.9);
}
.station-card-government:hover {
  border-color: rgba(78, 115, 159, 0.9);
}
.station-card-top,
.section-row,
.legend-row,
.button-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}
.station-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 0.75rem;
}
.station-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.station-name-medium {
  font-size: 1.02rem;
  line-height: 1.05;
}
.station-name-long {
  font-size: 0.94rem;
  line-height: 1.02;
}
.station-name-compact {
  font-size: 0.88rem;
  line-height: 1.0;
}
.station-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(89, 121, 92, 0.14);
  color: var(--sage);
  border: 1px solid rgba(89, 121, 92, 0.14);
  font-size: 0.82rem;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  width: 7.4rem;
  max-width: 7.4rem;
  min-width: 7.4rem;
  min-height: 2.5rem;
  flex-shrink: 1;
}
.pill-severely-dry {
  background: rgba(180, 77, 77, 0.18);
  border-color: rgba(180, 77, 77, 0.24);
  color: #9f3434;
}
.pill-optimal {
  background: rgba(108, 168, 103, 0.18);
  border-color: rgba(108, 168, 103, 0.24);
  color: #2f6a39;
}
.pill-field-capacity {
  background: rgba(201, 190, 92, 0.2);
  border-color: rgba(201, 190, 92, 0.28);
  color: #6c6725;
}
.pill-saturated {
  background: rgba(77, 139, 182, 0.16);
  border-color: rgba(77, 139, 182, 0.24);
  color: #305a7c;
}
.pill-neutral {
  background: rgba(89, 121, 92, 0.14);
  border-color: rgba(89, 121, 92, 0.14);
  color: var(--sage);
}
.table-wrap {
  overflow-x: auto;
}
.planting-sync-row {
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
.planting-sync-field {
  min-width: 220px;
}
.event-row td {
  padding: 0.78rem 0.9rem;
  background: rgba(89, 121, 92, 0.08);
  color: var(--ink);
  font-weight: 600;
}
.event-row span {
  color: var(--muted);
  font-weight: 500;
  margin-left: 0.45rem;
}
.saved-state-panel {
  margin-top: 1.1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
}
.section-panel {
  display: block;
}
.section-panel-summary,
.explain-panel summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  list-style: none;
}
.section-panel-summary::-webkit-details-marker,
.explain-panel summary::-webkit-details-marker {
  display: none;
}
.section-panel-summary::after,
.explain-panel summary::after {
  content: "+";
  float: right;
  color: var(--sage);
  font-size: 1.1rem;
}
.section-panel[open] .section-panel-summary,
.explain-panel[open] summary {
  margin-bottom: 1rem;
}
.section-panel[open] .section-panel-summary::after,
.explain-panel[open] summary::after {
  content: "−";
}
.section-heading-tools {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.inline-control {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.inline-control select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.45rem 0.65rem;
  background: white;
  color: var(--ink);
  font: inherit;
}
.model-help {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
th, td {
  padding: 0.78rem 0.7rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}
#weekly-table {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94rem;
}
#weekly-table tbody tr:nth-child(even),
#saved-states-table tbody tr:nth-child(even),
.moisture-guide-table tbody tr:nth-child(even) {
  background: rgba(89, 121, 92, 0.05);
}
.table-stage-select,
.state-name-input,
#planting-date {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.6rem 0.7rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}
.table-irrigation-input {
  width: 5.5rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.55rem 0.6rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}
.saved-state-actions {
  margin-bottom: 0.9rem;
}
.unit-toggle {
  margin-top: 0.75rem;
}
.state-name-input {
  min-width: 220px;
  max-width: 320px;
}
.saved-state-buttons {
  display: flex;
  gap: 0.5rem;
}
.empty-row {
  color: var(--muted);
}
.metric-positive {
  color: var(--surplus);
  font-weight: 700;
}
.metric-negative {
  color: var(--deficit);
  font-weight: 700;
}
.metric-neutral {
  color: var(--muted);
  font-weight: 600;
}
th {
  font-size: 0.76rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(89, 121, 92, 0.1);
  position: sticky;
  top: 0;
  z-index: 1;
}
.button-row {
  flex-wrap: wrap;
}
.formula-block {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(89, 121, 92, 0.08);
  border: 1px solid var(--line);
}
.formula-block code {
  display: block;
  margin: 0.35rem 0 0.7rem;
  font-size: 0.96rem;
  white-space: normal;
}
.formula-note {
  margin-bottom: 0;
  color: var(--muted);
}
.soil-moisture-graph-block {
  margin-top: 1.15rem;
}
.soil-moisture-graph-block .section-row {
  align-items: flex-start;
  gap: 0.8rem;
}
.soil-moisture-graph-block .table-summary {
  max-width: none;
  flex: 0 1 420px;
}
.soil-moisture-chart-wrap {
  margin-top: 0.8rem;
  margin-left: -0.45rem;
  margin-right: -0.45rem;
}
.soil-moisture-legend {
  margin-top: 0.75rem;
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.control-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.94rem;
}
.control-field select {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}
.control-field input {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}
.table-summary {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  font: inherit;
}
.crop-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.crop-pill {
  white-space: nowrap;
}
.filter-btn.is-active {
  background: var(--sage);
  color: white;
}
.crop-notes-input {
  min-height: 5.5rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}
.legend-row {
  flex-wrap: wrap;
  color: var(--muted);
  margin-bottom: 0.8rem;
}
.legend-chip {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 0.35rem;
  vertical-align: text-bottom;
}
.chip-rain { background: var(--rain); }
.chip-etc { background: var(--etc); }
.chip-surplus { background: var(--surplus); }
.chip-deficit { background: var(--deficit); }
.chip-vwc { background: #4e739f; }
.chip-single { background: #4e739f; }
.chip-irrigated,
.chip-vwc-irrigated { background: #4e739f; }
.chip-non_irrigated,
.chip-vwc-non-irrigated { background: #5f8f56; }
.chip-north,
.chip-vwc-north { background: #b5673e; }
.chip-south,
.chip-vwc-south { background: #7b5ea7; }
.chip-vwc-series-5 { background: #3f6b8c; }
.legend-stroke {
  display: inline-block;
  width: 18px;
  height: 0;
  border-top-width: 3px;
  border-top-style: dashed;
  vertical-align: middle;
  margin-right: 0.35rem;
}
.stroke-planting { border-top-color: #35593b; }
.stroke-stage { border-top-color: #b5673e; }
.weekly-chart {
  width: 100%;
  height: auto;
}
.axis-line, .grid-line {
  stroke: rgba(33, 49, 40, 0.18);
  stroke-width: 1;
}
.axis-label {
  fill: var(--muted);
  font-size: 10px;
}
.axis-tick-label {
  fill: var(--muted);
  font-size: 10px;
}
.chart-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.line-rain { stroke: var(--rain); }
.line-etc { stroke: var(--etc); }
.line-net { stroke: var(--surplus); stroke-dasharray: 8 5; }
.line-rain-point,
.line-etc-point,
.line-net-point {
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 1.5;
}
.line-rain-point { fill: var(--rain); }
.line-etc-point { fill: var(--etc); }
.line-net-point { fill: var(--surplus); }
.line-vwc { stroke: #4e739f; }
.line-vwc-point {
  fill: #4e739f;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 1.5;
}
.series-single { stroke: #4e739f; }
.point-single { fill: #4e739f; }
.series-irrigated,
.series-vwc-irrigated { stroke: #4e739f; }
.point-irrigated,
.point-vwc-irrigated { fill: #4e739f; }
.series-non_irrigated,
.series-vwc-non-irrigated { stroke: #5f8f56; }
.point-non_irrigated,
.point-vwc-non-irrigated { fill: #5f8f56; }
.series-north,
.series-vwc-north { stroke: #b5673e; }
.point-north,
.point-vwc-north { fill: #b5673e; }
.series-south,
.series-vwc-south { stroke: #7b5ea7; }
.point-south,
.point-vwc-south { fill: #7b5ea7; }
.series-vwc-series-5 { stroke: #3f6b8c; }
.point-vwc-series-5 { fill: #3f6b8c; }
.end-vwc { fill: #4e739f; }
.soil-marker-line {
  stroke-width: 2;
  stroke-dasharray: 6 5;
}
.soil-marker-planting {
  stroke: #35593b;
  fill: #35593b;
}
.soil-marker-stage {
  stroke: #b5673e;
  fill: #b5673e;
}
.soil-marker-label {
  font-size: 10px;
  font-weight: 700;
}
.notes-list {
  margin-bottom: 0;
}
.card .table-wrap {
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(33, 49, 40, 0.06);
}
.explain-panel p:last-of-type {
  margin-bottom: 0.8rem;
}
.empty-chart {
  padding: 2rem 1rem;
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
}
@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visuals"
      "meta";
    align-items: flex-start;
    padding-top: 7rem;
  }
  .section-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-mark {
    width: 100%;
    justify-content: flex-start;
  }
  .hero-visuals {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .station-public-link {
    max-width: 100%;
  }
  .hero-brand-corners {
    left: 1rem;
    right: 1rem;
  }
  .hero-brand-left {
    width: min(160px, 40vw);
  }
  .hero-brand-right {
    width: min(150px, 34vw);
  }
  .hero-map-card {
    width: min(100%, 320px);
  }
  .hero-map-card-wide {
    width: min(100%, 100%);
  }
  .shell {
    width: min(100% - 1rem, 1180px);
  }
  .station-map-canvas {
    min-height: 190px;
  }
}
