@font-face {
  font-family: "Source Serif 4";
  src: url("/assets/fonts/source-serif-4-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --hr-ink: #102722;
  --hr-green: #0f352f;
  --hr-teal: #2f6f67;
  --hr-teal-dark: #245a53;
  --hr-gold: #8a6615;
  --hr-gold-light: #d9bd67;
  --hr-paper: #faf6ee;
  --hr-workspace: #f4f1e9;
  --hr-white: #fffdf8;
  --hr-copy: #3f514a;
  --hr-line: rgba(16, 39, 34, 0.16);
}

html {
  scroll-padding-top: 84px;
  background: var(--hr-paper);
}

body.hydrorisk-launch {
  color: var(--hr-ink) !important;
  background: var(--hr-paper) !important;
  font-family: var(--sans) !important;
  -webkit-user-select: text !important;
  user-select: text !important;
}

body.hydrorisk-launch::selection,
body.hydrorisk-launch *::selection {
  color: var(--hr-white) !important;
  background: var(--hr-teal) !important;
}

body.hydrorisk-launch .tn-protection-watermark,
body.hydrorisk-launch .tn-protection-toast,
body.hydrorisk-launch .hydrorisk-field-container {
  display: none !important;
}

body.hydrorisk-launch #bg {
  opacity: 0.2 !important;
  filter: grayscale(0.35) saturate(0.75) contrast(0.86) !important;
}

body.hydrorisk-launch h1,
body.hydrorisk-launch h2,
body.hydrorisk-launch h3,
body.hydrorisk-launch h4 {
  color: var(--hr-ink);
  font-family: var(--serif) !important;
  letter-spacing: -0.025em;
}

.hydrorisk-launch .hydrorisk-shell-header {
  min-height: 82px !important;
  position: relative;
  z-index: 1000;
  color: var(--hr-ink);
  background: rgba(250, 246, 238, 0.97) !important;
  border-bottom: 1px solid var(--hr-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.hydrorisk-launch .hydrorisk-shell-header .header-inner {
  width: min(1360px, calc(100% - 48px)) !important;
  min-height: 82px !important;
  height: 82px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.hydrorisk-launch .hydrorisk-shell-brand {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 34px auto !important;
  grid-template-rows: auto auto !important;
  gap: 1px 12px !important;
  align-items: center !important;
  color: var(--hr-ink) !important;
  text-decoration: none !important;
}

.hydrorisk-launch .hydrorisk-shell-brand::before {
  content: "◎";
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--hr-ink);
  font: 700 2rem/1 var(--serif);
}

.hydrorisk-launch .hydrorisk-shell-brand span {
  grid-column: 2;
  grid-row: 1;
  color: #52635c !important;
  font: 700 0.61rem/1 var(--sans) !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}

.hydrorisk-launch .hydrorisk-shell-brand strong {
  grid-column: 2;
  grid-row: 2;
  color: var(--hr-ink) !important;
  font: 700 1.48rem/1 var(--serif) !important;
  letter-spacing: -0.025em !important;
}

.hydrorisk-launch .hydrorisk-shell-header .header-actions {
  width: auto !important;
  margin: 0 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 24px !important;
}

.hydrorisk-launch .hydrorisk-shell-header .header-actions a {
  min-height: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #31443d !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  font: 700 0.75rem/1 var(--sans) !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
}

.hydrorisk-launch .hydrorisk-shell-header .header-actions a:hover {
  color: var(--hr-ink) !important;
  border-bottom-color: var(--hr-gold) !important;
}

.hydrorisk-launch .hydrorisk-shell-header .header-contact-link {
  min-height: 42px !important;
  padding: 0 17px !important;
  color: var(--hr-white) !important;
  background: var(--hr-green) !important;
  border: 1px solid var(--hr-green) !important;
  border-radius: 5px !important;
}

.hydrorisk-launch .hydrorisk-shell-header .header-contact-link:hover {
  color: var(--hr-white) !important;
  background: var(--hr-teal-dark) !important;
  border-color: var(--hr-teal-dark) !important;
}

.hydrorisk-launch .product-hero.hero {
  min-height: 0 !important;
  padding: clamp(58px, 6vw, 92px) 24px clamp(62px, 6vw, 94px) !important;
  position: relative;
  overflow: hidden !important;
  background: linear-gradient(130deg, rgba(250, 246, 238, 0.94), rgba(229, 237, 214, 0.72)) !important;
  border-bottom: 1px solid var(--hr-line) !important;
}

.hydrorisk-launch .product-hero-inner {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
}

.hydrorisk-launch .product-hero-copy {
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
  gap: clamp(54px, 8vw, 124px) !important;
}

.hydrorisk-launch .product-hero-brand-block {
  min-width: 0;
}

.hydrorisk-launch .product-hero-eyebrow {
  margin-bottom: 19px;
  color: var(--hr-gold);
  font: 700 0.7rem/1.3 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hydrorisk-launch .product-hero .hero-wordmark {
  position: static !important;
  margin: 0 !important;
  color: var(--hr-ink) !important;
  font: 700 clamp(5rem, 7.4vw, 7.2rem) / 0.86 var(--serif) !important;
  letter-spacing: -0.065em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.hydrorisk-launch .product-hero-signature {
  margin: 25px 0 0 !important;
  color: #5b6b65 !important;
  font: 600 0.78rem/1.2 var(--sans) !important;
  letter-spacing: 0.04em;
}

.hydrorisk-launch .hero-intro {
  max-width: 680px;
}

.hydrorisk-launch .hydrorisk-status {
  margin: 0 0 18px;
  color: #52645d;
  font: 600 0.64rem/1.4 var(--mono) !important;
  letter-spacing: 0.04em !important;
}

.hydrorisk-launch .hydrorisk-status span:first-child {
  color: var(--hr-teal-dark);
}

.hydrorisk-launch .product-hero h2 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: var(--hr-ink) !important;
  font: 700 clamp(2.8rem, 4.5vw, 4.9rem) / 0.96 var(--serif) !important;
  letter-spacing: -0.05em !important;
  text-wrap: balance;
}

.hydrorisk-launch .product-hero .hero-intro > p {
  max-width: 54ch !important;
  margin: 24px 0 0 !important;
  color: var(--hr-copy) !important;
  font: 400 clamp(1.02rem, 1.25vw, 1.18rem) / 1.55 var(--sans) !important;
}

.hydrorisk-launch .hydrorisk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 30px;
}

.hydrorisk-launch .hydrorisk-hero-action {
  min-height: 48px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 5px !important;
  font: 700 0.88rem/1 var(--sans) !important;
  text-decoration: none !important;
  cursor: pointer;
}

.hydrorisk-launch .hydrorisk-hero-action-primary {
  color: var(--hr-white) !important;
  background: var(--hr-green) !important;
  border: 1px solid var(--hr-green) !important;
}

.hydrorisk-launch .hydrorisk-hero-action-primary:hover {
  background: var(--hr-teal-dark) !important;
  border-color: var(--hr-teal-dark) !important;
}

.hydrorisk-launch .hydrorisk-hero-action-secondary {
  color: var(--hr-green) !important;
  background: rgba(255, 253, 248, 0.62) !important;
  border: 1px solid rgba(15, 53, 47, 0.24) !important;
}

.hydrorisk-launch .hydrorisk-hero-action-secondary:hover {
  background: var(--hr-white) !important;
  border-color: var(--hr-green) !important;
}

.hydrorisk-launch .hydrorisk-task-entry {
  padding: clamp(56px, 6vw, 84px) 24px clamp(50px, 5vw, 72px) !important;
  color: var(--hr-white);
  background: var(--hr-green) !important;
  border: 0 !important;
}

.hydrorisk-launch .hydrorisk-task-inner {
  width: min(1320px, 100%) !important;
}

.hydrorisk-launch .hydrorisk-task-head {
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 0.75fr) !important;
  justify-content: space-between;
  gap: 50px !important;
  margin-bottom: 32px !important;
}

.hydrorisk-launch .hydrorisk-task-kicker {
  color: var(--hr-gold-light) !important;
  font: 700 0.68rem/1.2 var(--sans) !important;
  letter-spacing: 0.12em !important;
}

.hydrorisk-launch .hydrorisk-task-head h2 {
  max-width: 12ch;
  margin-top: 10px !important;
  color: var(--hr-white) !important;
  -webkit-text-fill-color: var(--hr-white) !important;
  font: 700 clamp(2.6rem, 4vw, 4.3rem) / 0.98 var(--serif) !important;
  letter-spacing: -0.045em !important;
}

.hydrorisk-launch .hydrorisk-task-head p {
  color: rgba(255, 253, 248, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 253, 248, 0.78) !important;
  font-size: 1.02rem !important;
  line-height: 1.58 !important;
}

.hydrorisk-launch .hydrorisk-task-grid {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.hydrorisk-launch .hydrorisk-task-card {
  min-height: 174px !important;
  color: var(--hr-white) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.hydrorisk-launch .hydrorisk-task-card:hover,
.hydrorisk-launch .hydrorisk-task-card:focus-visible {
  background: rgba(255, 255, 255, 0.07) !important;
  transform: translateY(-2px);
}

.hydrorisk-launch .hydrorisk-task-number {
  color: var(--hr-gold-light) !important;
}

.hydrorisk-launch .hydrorisk-task-card strong {
  color: var(--hr-white) !important;
  -webkit-text-fill-color: var(--hr-white) !important;
  font-size: clamp(1.6rem, 2vw, 2rem) !important;
}

.hydrorisk-launch .hydrorisk-task-card span:not(.hydrorisk-task-number) {
  color: rgba(255, 253, 248, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 253, 248, 0.72) !important;
}

.hydrorisk-launch .hydrorisk-advanced-entry > span {
  color: rgba(255, 253, 248, 0.62) !important;
}

.hydrorisk-launch .hydrorisk-advanced-entry button {
  color: var(--hr-white) !important;
  border-bottom-color: rgba(255, 255, 255, 0.28) !important;
}

.hydrorisk-launch .hydrorisk-advanced-entry button:hover,
.hydrorisk-launch .hydrorisk-advanced-entry button:focus-visible {
  border-bottom-color: var(--hr-gold-light) !important;
}

.hydrorisk-launch .tabs-bar {
  top: 0 !important;
  padding: 0 24px !important;
  background: rgba(255, 253, 248, 0.97) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--hr-line) !important;
  box-shadow: 0 8px 28px rgba(16, 39, 34, 0.06) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.hydrorisk-launch .tabs-shell {
  max-width: 1320px !important;
}

.hydrorisk-launch .tool-tab-group {
  border-left-color: var(--hr-line) !important;
}

.hydrorisk-launch .tool-tab-group-label {
  color: #68756f !important;
  font-family: var(--sans) !important;
  letter-spacing: 0.05em !important;
}

.hydrorisk-launch .tab-btn {
  color: #41524c !important;
  font-family: var(--sans) !important;
}

.hydrorisk-launch .tab-btn.active {
  color: var(--hr-ink) !important;
  border-bottom-color: var(--hr-gold) !important;
}

.hydrorisk-launch main {
  max-width: 1320px !important;
  position: relative;
  z-index: 1;
  padding-top: clamp(34px, 4vw, 58px) !important;
  color: var(--hr-ink);
  background: var(--hr-workspace) !important;
  box-shadow: 0 0 0 100vmax var(--hr-workspace) !important;
  clip-path: inset(0 -100vmax);
}

.hydrorisk-launch main h3,
.hydrorisk-launch main h4 {
  color: var(--hr-ink) !important;
}

.hydrorisk-launch main p,
.hydrorisk-launch main li,
.hydrorisk-launch main dd {
  color: var(--hr-copy);
}

.hydrorisk-launch input,
.hydrorisk-launch select,
.hydrorisk-launch textarea {
  color: var(--hr-ink) !important;
  background: var(--hr-white) !important;
  border-color: rgba(16, 39, 34, 0.22) !important;
  border-radius: 5px !important;
  font-family: var(--sans) !important;
}

.hydrorisk-launch .risk-map-search-shell,
.hydrorisk-launch .stations-search-shell,
.hydrorisk-launch .station-series-toolbar,
.hydrorisk-launch .risk-toolbar,
.hydrorisk-launch .report-preview-toolbar,
.hydrorisk-launch .stations-panel,
.hydrorisk-launch .result-box,
.hydrorisk-launch .report-preview-shell {
  background: rgba(255, 253, 248, 0.94) !important;
  border-color: rgba(16, 39, 34, 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 34px rgba(16, 39, 34, 0.06) !important;
}

.hydrorisk-launch .risk-overview-map-wrap,
.hydrorisk-launch .stations-map-wrap,
.hydrorisk-launch .station-series-map-wrap {
  overflow: hidden !important;
  background: #dfe6dc !important;
  border: 1px solid rgba(16, 39, 34, 0.18) !important;
  border-radius: 8px !important;
}

.hydrorisk-launch .btn-ghost,
.hydrorisk-launch .period-btn,
.hydrorisk-launch .region-btn,
.hydrorisk-launch .risk-map-shell-btn {
  color: var(--hr-green) !important;
  background: var(--hr-white) !important;
  border: 1px solid rgba(15, 53, 47, 0.24) !important;
  border-radius: 5px !important;
  font-family: var(--sans) !important;
}

.hydrorisk-launch .btn-ghost.selected,
.hydrorisk-launch .period-btn.on,
.hydrorisk-launch .region-btn.active,
.hydrorisk-launch .risk-mode-btn.active {
  color: var(--hr-white) !important;
  background: var(--hr-teal) !important;
  border-color: var(--hr-teal) !important;
}

.hydrorisk-launch .hydrorisk-wordmark-band {
  display: none !important;
}

.hydrorisk-launch .hydrorisk-footer {
  padding: clamp(62px, 7vw, 92px) 24px 30px !important;
  color: var(--hr-white) !important;
  background: var(--hr-green) !important;
  border: 0 !important;
}

.hydrorisk-launch .hydrorisk-footer .footer-inner {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
}

.hydrorisk-launch .hydrorisk-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
}

.hydrorisk-launch .hydrorisk-footer-brand span {
  display: block;
  color: var(--hr-gold-light);
  font: 700 0.68rem/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hydrorisk-launch .hydrorisk-footer-brand strong {
  display: block;
  margin-top: 13px;
  color: var(--hr-white) !important;
  font: 700 clamp(2.6rem, 4vw, 4.2rem) / 0.95 var(--serif) !important;
  letter-spacing: -0.045em;
}

.hydrorisk-launch .hydrorisk-footer-brand p {
  max-width: 42ch;
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.72) !important;
  font-size: 0.94rem;
}

.hydrorisk-launch .hydrorisk-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hydrorisk-launch .hydrorisk-footer-links a {
  padding: 15px 0;
  color: var(--hr-white) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font: 600 0.85rem/1.2 var(--sans);
  text-decoration: none;
}

.hydrorisk-launch .hydrorisk-footer-links a:nth-child(odd) {
  padding-right: 20px;
}

.hydrorisk-launch .hydrorisk-footer-links a:hover {
  color: var(--hr-gold-light) !important;
}

.hydrorisk-launch .hydrorisk-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hydrorisk-launch .hydrorisk-footer-meta p {
  max-width: 70ch;
  margin: 0;
  color: rgba(255, 253, 248, 0.62) !important;
  font-size: 0.74rem;
  line-height: 1.55;
}

.hydrorisk-launch button:focus-visible,
.hydrorisk-launch a:focus-visible,
.hydrorisk-launch input:focus-visible,
.hydrorisk-launch select:focus-visible,
.hydrorisk-launch textarea:focus-visible {
  outline: 3px solid var(--hr-gold-light) !important;
  outline-offset: 3px !important;
}

/* Shared scientific chart system */
body.hydrorisk-launch .tool-panel .chart-wrap,
body.hydrorisk-launch .history-panel .chart-wrap {
  padding: 14px 14px 10px !important;
  background: var(--hr-white) !important;
  border: 1px solid var(--hr-line) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(16, 39, 34, 0.045) !important;
}

body.hydrorisk-launch .tool-panel .chart-wrap canvas {
  image-rendering: auto;
}

body.hydrorisk-launch #panel-series #station-series-monthly-chart:not(.station-series-chart-empty),
body.hydrorisk-launch #panel-series #station-series-annual-chart:not(.station-series-chart-empty) {
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
}

body.hydrorisk-launch #panel-series .ssb-chart-outer,
body.hydrorisk-launch #panel-series .sshyd-outer {
  padding: 18px 18px 15px !important;
  overflow: visible !important;
  color: var(--hr-copy) !important;
  background: var(--hr-white) !important;
  border: 1px solid var(--hr-line) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(16, 39, 34, 0.045) !important;
}

body.hydrorisk-launch #panel-series .ssb-wrap {
  height: 230px !important;
  margin-left: 52px !important;
  background-image: linear-gradient(to top, rgba(16, 39, 34, 0.13) 1px, transparent 1px);
  background-size: 100% 25%;
}

body.hydrorisk-launch #panel-series .ssb-yaxis {
  left: 0 !important;
  bottom: 28px !important;
  width: 46px !important;
}

body.hydrorisk-launch #panel-series .ssb-lbl,
body.hydrorisk-launch #panel-series .ssb-ytick {
  color: var(--hr-copy) !important;
  font: 600 0.68rem/1 var(--sans) !important;
}

body.hydrorisk-launch #panel-series .ssb-p10,
body.hydrorisk-launch #panel-series .ssb-p90 {
  border-top-color: rgba(23, 111, 104, 0.72) !important;
  border-top-width: 2px !important;
}

body.hydrorisk-launch #panel-series .ssb-note,
body.hydrorisk-launch #panel-series .sshyd-note {
  margin-top: 14px !important;
  padding-top: 12px !important;
  color: var(--hr-copy) !important;
  border-top: 1px solid var(--hr-line) !important;
  font: 400 0.78rem/1.68 var(--sans) !important;
}

body.hydrorisk-launch #panel-series .ssb-note strong,
body.hydrorisk-launch #panel-series .sshyd-note strong {
  color: var(--hr-ink) !important;
  font-weight: 700 !important;
}

body.hydrorisk-launch #panel-series .ssb-tip {
  color: var(--hr-white) !important;
  background: var(--hr-green) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  font: 600 0.72rem/1.45 var(--sans) !important;
}

body.hydrorisk-launch #panel-series .ssb-col:focus-visible {
  outline: 2px solid var(--hr-gold) !important;
  outline-offset: 3px !important;
}

body.hydrorisk-launch #panel-series .ssb-col:focus .ssb-tip {
  opacity: 1 !important;
}

body.hydrorisk-launch #panel-series .sshyd-svg text {
  font-family: var(--sans) !important;
}

body.hydrorisk-launch .chart-note {
  color: var(--hr-copy) !important;
  font-size: 0.78rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body.hydrorisk-launch .product-hero.hero .product-hero-inner .product-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 50px !important;
  }

  body.hydrorisk-launch .product-hero .product-hero-brand-block,
  body.hydrorisk-launch .product-hero .hero-intro {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
  }

  body.hydrorisk-launch .product-hero .product-hero-brand-block {
    grid-row: 1 !important;
  }

  body.hydrorisk-launch .product-hero .hero-intro {
    grid-row: 2 !important;
  }

  .hydrorisk-launch .product-hero .hero-wordmark {
    font-size: clamp(5rem, 13vw, 7rem) !important;
  }

  .hydrorisk-launch .product-hero h2 {
    max-width: 14ch !important;
  }

  .hydrorisk-launch .hydrorisk-task-head {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .hydrorisk-launch .hydrorisk-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hydrorisk-launch .hydrorisk-shell-header,
  .hydrorisk-launch .hydrorisk-shell-header .header-inner {
    min-height: 68px !important;
    height: 68px !important;
  }

  .hydrorisk-launch .hydrorisk-shell-header .header-inner {
    width: calc(100% - 32px) !important;
    gap: 14px !important;
  }

  .hydrorisk-launch .hydrorisk-shell-brand {
    grid-template-columns: 25px auto !important;
    gap: 1px 8px !important;
  }

  .hydrorisk-launch .hydrorisk-shell-brand::before {
    font-size: 1.55rem;
  }

  .hydrorisk-launch .hydrorisk-shell-brand span {
    font-size: 0.52rem !important;
  }

  .hydrorisk-launch .hydrorisk-shell-brand strong {
    font-size: 1.2rem !important;
  }

  .hydrorisk-launch .hydrorisk-shell-header .header-actions {
    gap: 13px !important;
  }

  body.hydrorisk-launch .hydrorisk-shell-header .header-inner .header-actions .header-doc-link {
    display: none !important;
  }

  .hydrorisk-launch .hydrorisk-shell-header .header-actions a {
    min-height: 34px !important;
    font-size: 0.67rem !important;
  }

  .hydrorisk-launch .hydrorisk-shell-header .header-contact-link {
    min-height: 36px !important;
    padding: 0 11px !important;
  }

  .hydrorisk-launch .product-hero.hero {
    padding: 48px 16px 54px !important;
  }

  body.hydrorisk-launch .product-hero.hero .product-hero-inner .product-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
  }

  .hydrorisk-launch .product-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 0.62rem;
  }

  .hydrorisk-launch .product-hero .hero-wordmark {
    font-size: clamp(4rem, 18vw, 5.2rem) !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .hydrorisk-launch .product-hero-signature {
    margin-top: 18px !important;
  }

  .hydrorisk-launch .hydrorisk-status {
    gap: 5px 15px;
    font-size: 0.56rem !important;
  }

  .hydrorisk-launch .product-hero h2 {
    max-width: 13ch !important;
    font-size: clamp(2.35rem, 11vw, 3.2rem) !important;
  }

  .hydrorisk-launch .product-hero .hero-intro > p {
    margin-top: 18px !important;
    font-size: 0.98rem !important;
  }

  .hydrorisk-launch .hydrorisk-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .hydrorisk-launch .hydrorisk-hero-action {
    width: 100%;
  }

  .hydrorisk-launch .hydrorisk-task-entry {
    padding: 50px 16px 44px !important;
  }

  .hydrorisk-launch .hydrorisk-task-head h2 {
    font-size: clamp(2.45rem, 11vw, 3.2rem) !important;
  }

  .hydrorisk-launch .hydrorisk-task-grid {
    grid-template-columns: 1fr !important;
  }

  .hydrorisk-launch .hydrorisk-task-card,
  .hydrorisk-launch .hydrorisk-task-card + .hydrorisk-task-card {
    min-height: 0 !important;
    padding: 22px 0 24px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .hydrorisk-launch .hydrorisk-task-card:last-child {
    border-bottom: 0 !important;
  }

  .hydrorisk-launch .tabs-bar {
    padding: 0 16px !important;
  }

  .hydrorisk-launch main {
    padding: 28px 16px 64px !important;
  }

  body.hydrorisk-launch .atlas-control-bar {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.hydrorisk-launch .atlas-region-wrap,
  body.hydrorisk-launch .region-switcher,
  body.hydrorisk-launch .river-search-box {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.hydrorisk-launch .region-switcher {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.hydrorisk-launch .region-switcher .region-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.hydrorisk-launch .river-search-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  body.hydrorisk-launch .river-search-box input,
  body.hydrorisk-launch .river-search-box button {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }

  .hydrorisk-launch .hydrorisk-footer {
    padding: 56px 16px 26px !important;
  }

  .hydrorisk-launch .hydrorisk-footer-links {
    grid-template-columns: 1fr;
  }

  .hydrorisk-launch .hydrorisk-footer-links a:nth-child(odd) {
    padding-right: 0;
  }

  .hydrorisk-launch .hydrorisk-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 42px;
  }
}

@media (max-width: 640px) {
  body.hydrorisk-launch .tool-panel .chart-wrap,
  body.hydrorisk-launch .history-panel .chart-wrap {
    padding: 10px 8px 8px !important;
  }

  body.hydrorisk-launch #panel-series #station-series-monthly-chart:not(.station-series-chart-empty) {
    padding-bottom: 8px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
  }

  body.hydrorisk-launch #panel-series .ssb-chart-outer {
    min-width: 680px !important;
  }

  body.hydrorisk-launch #panel-series .sshyd-outer {
    padding: 12px 8px 10px !important;
  }
}

@media (max-width: 420px) {
  body.hydrorisk-launch .hydrorisk-shell-header .header-inner .header-actions .header-contact-link {
    display: none !important;
  }

  .hydrorisk-launch .product-hero .hero-wordmark {
    font-size: clamp(3.45rem, 17vw, 4rem) !important;
  }
}

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