:root {
  --editorial-ink: #17211f;
  --editorial-muted: #66736f;
  --editorial-green: #155c4b;
  --editorial-green-soft: #dcece6;
  --editorial-blue: #315f89;
  --editorial-rust: #a54f34;
  --editorial-rule: #d8ddda;
  --editorial-soft: #f6f8f7;
}

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

body.dashboard-body {
  padding-bottom: 0;
  background: #fff;
  color: var(--editorial-ink);
}

.dashboard-body .site-header {
  height: 72px;
  padding: 0 max(20px, calc((100vw - 1240px) / 2));
  gap: 30px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--editorial-rule);
  backdrop-filter: blur(12px);
}

.dashboard-body .brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: var(--editorial-green);
  color: #fff;
}

.dashboard-body .brand strong { color: var(--editorial-ink); }
.dashboard-body .brand small { color: var(--editorial-muted); }
.dashboard-body .site-header nav { gap: 22px; }
.dashboard-body .site-header nav a {
  padding: 23px 0 18px;
  border-bottom: 2px solid transparent;
  color: var(--editorial-ink);
  font-size: 12px;
}
.dashboard-body .site-header nav a:hover,
.dashboard-body .site-header nav a:focus-visible { border-bottom-color: var(--editorial-green); }

.dashboard-body .header-cta {
  border: 1px solid var(--editorial-green);
  border-radius: 4px;
  background: var(--editorial-green);
  padding: 10px 15px;
  color: #fff;
}

.dashboard-mobile-nav { display: none; }
.dashboard-body .mobile-housing-dock { display: none !important; }

.dashboard-page {
  --ink: var(--editorial-ink);
  --muted: var(--editorial-muted);
  --green: var(--editorial-green);
  --line: var(--editorial-rule);
  background: #fff;
}

.dashboard-body :where(a, button, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--editorial-blue);
  outline-offset: 3px;
}

.dashboard-page .eyebrow {
  margin-bottom: 12px;
  color: var(--editorial-green);
  font-size: 10px;
  letter-spacing: .14em;
}

.dashboard-page .hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  grid-template-areas: "copy brief" "conditions conditions";
  align-items: end;
  gap: 34px 64px;
  max-width: 1240px;
  padding: 72px 20px 0;
}

.dashboard-page .hero-copy { grid-area: copy; }
.dashboard-page .hero h1 {
  max-width: 830px;
  margin: 0;
  color: var(--editorial-ink);
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.dashboard-page .hero-title-line {
  display: block;
  white-space: nowrap;
}
.dashboard-page .hero h1 em {
  color: var(--editorial-green);
  font-style: normal;
}
.dashboard-page .hero-lead {
  max-width: 730px;
  margin: 24px 0 16px;
  color: #46534f;
  font-size: 16px;
}
.dashboard-page .dashboard-answer {
  max-width: 760px;
  margin: 0 0 18px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  border-radius: 0;
  background: transparent;
  color: #40504b;
  font-size: 13px;
}
.dashboard-page .dashboard-answer strong { color: var(--editorial-green); }
.dashboard-page .hero-meta {
  gap: 14px;
  color: var(--editorial-muted);
  font-size: 11px;
}
.dashboard-page .hero-meta span {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.dashboard-page .hero-meta a {
  color: inherit;
  text-underline-offset: 3px;
}
.dashboard-page .hero-meta > * + *::before { content: "／ "; }
.dashboard-page .hero-meta #freshnessLabel.is-delayed,
.dashboard-page .hero-meta #freshnessLabel[data-freshness="delayed"],
.dashboard-page .hero-meta #freshnessLabel[data-freshness="stale"] {
  color: var(--editorial-rust);
  font-weight: 800;
}
.dashboard-page .hero-meta #freshnessLabel.is-demo {
  color: var(--editorial-green);
  font-weight: 800;
}

.dashboard-page .hero-brief {
  grid-area: brief;
  align-self: stretch;
  padding: 18px 0 0;
  border-top: 6px solid var(--editorial-ink);
  background: #fff;
}
.dashboard-page .hero-brief h2 {
  margin: 0 0 22px;
  font-size: clamp(23px, 2.5vw, 33px);
  line-height: 1.3;
}
.dashboard-page .hero-brief h2 span { display: block; color: var(--editorial-green); }
.dashboard-page .hero-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: end;
  padding: 16px 0;
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
}
.dashboard-page .hero-flow div { min-width: 0; }
.dashboard-page .hero-flow span,
.dashboard-page .hero-flow small { color: var(--editorial-muted); font-size: 10px; }
.dashboard-page .hero-flow strong {
  display: inline-block;
  margin-top: 4px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: clamp(23px, 3vw, 36px);
  line-height: 1;
}
.dashboard-page .hero-flow > span { align-self: center; color: var(--editorial-rule); font-size: 24px; }
.dashboard-page #marketFlowSummary { margin: 16px 0 0; color: var(--editorial-ink); font-size: 12px; font-weight: 700; }
.dashboard-page .hero-caution { margin: 8px 0 0; color: var(--editorial-muted); font-size: 10px; }

.dashboard-page .hero-conditions {
  grid-area: conditions;
  display: grid;
  grid-template-columns: .85fr 1.5fr auto;
  align-items: stretch;
  margin-top: 16px;
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  background: var(--editorial-soft);
}
.dashboard-page .hero-conditions > div,
.dashboard-page .hero-conditions > label {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 14px 18px;
  border-right: 1px solid var(--editorial-rule);
}
.dashboard-page .hero-conditions span,
.dashboard-page .hero-conditions small { color: var(--editorial-muted); font-size: 10px; }
.dashboard-page .hero-conditions strong { font-size: 13px; }
.dashboard-page .hero-conditions select {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--editorial-ink);
  font-weight: 800;
}
.dashboard-page .hero-conditions > a {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 20px;
  background: var(--editorial-green);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.dashboard-page .kpis {
  max-width: 1240px;
  margin: 0 auto 70px;
  padding: 0 20px;
  grid-template-columns: repeat(4, 1fr);
}
.dashboard-page .kpis article {
  min-height: 138px;
  padding: 24px 22px;
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  border-radius: 0 !important;
  background: #fff;
}
.dashboard-page .kpis article:first-child { border-left: 1px solid var(--editorial-rule); }
.dashboard-page .kpis span { color: var(--editorial-muted); font-size: 11px; }
.dashboard-page .kpis strong {
  display: inline-block;
  margin-top: 5px;
  color: var(--editorial-ink);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.dashboard-page .kpis i { color: var(--editorial-muted); }
.dashboard-page #weeklyDelta.is-negative { color: var(--editorial-rust); }
.dashboard-page #weeklyDelta.is-positive { color: var(--editorial-green); }

.dashboard-page .data-section,
.dashboard-page .ward-section,
.dashboard-page .method {
  max-width: 1240px;
  padding: 58px 20px 74px;
}
.dashboard-page .section-heading { margin-bottom: 26px; }
.dashboard-page .section-heading h2,
.dashboard-page .insight-panel h2,
.dashboard-page .method h2,
.dashboard-page .final-cta h2 {
  color: var(--editorial-ink);
  font-size: clamp(31px, 4vw, 50px);
}
.dashboard-page .section-heading p:not(.eyebrow) { color: var(--editorial-muted); }
.dashboard-page .data-section .select-wrap { display: none; }
.dashboard-page .scope-note {
  margin: 0 0 20px;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  background: transparent;
  color: var(--editorial-muted);
}
.dashboard-page .chart-card {
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-rule);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.dashboard-page .chart-title { margin: 0 0 18px; }
.dashboard-page .chart-title span { color: var(--editorial-muted); }
.dashboard-page .module-status { min-height: 20px; margin: 12px 0 0; color: var(--editorial-muted); font-size: 11px; }
.dashboard-page .module-status.is-error { color: var(--editorial-rust); font-weight: 800; }

.dashboard-page .station-dot-chart { display: grid; gap: 0; }
.dashboard-page .station-scale {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 100px;
  gap: 18px;
  padding: 0 0 8px;
  color: var(--editorial-muted);
  font-size: 10px;
}
.dashboard-page .station-scale span:nth-child(2) { display: flex; justify-content: space-between; }
.dashboard-page .station-dot-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 100px;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  border-top: 1px solid var(--editorial-rule);
}
.dashboard-page .station-dot-label strong { display: block; font-size: 13px; }
.dashboard-page .station-dot-label small { display: block; color: var(--editorial-muted); font-size: 9px; }
.dashboard-page .station-dot-axis { position: relative; height: 18px; border-bottom: 1px solid #aeb7b3; }
.dashboard-page .station-dot-axis i {
  position: absolute;
  left: var(--dot-position);
  bottom: -6px;
  width: 11px;
  height: 11px;
  transform: translateX(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--editorial-green);
  box-shadow: 0 0 0 1px var(--editorial-green);
}
.dashboard-page .station-dot-value { text-align: right; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 13px; }

.dashboard-page .editorial-market-section {
  max-width: 1240px;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .55fr);
  gap: 52px;
  margin: 0 auto;
  padding: 58px 20px 74px;
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
}
.dashboard-page .market-chart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dashboard-page .chart-card.flush { padding: 20px 0 8px; }
.dashboard-page .line-chart { min-height: 240px; }
.dashboard-page .grid-line { stroke: #e6e9e7; }
.dashboard-page .axis-label { fill: var(--editorial-muted); font-size: 10px; }
.dashboard-page .trend-area { fill: rgba(21, 92, 75, .08); }
.dashboard-page .trend-line { stroke: var(--editorial-green); stroke-width: 3; }
.dashboard-page .trend-point { stroke: var(--editorial-green); fill: #fff; stroke-width: 2; }
.dashboard-page .flow-new { fill: var(--editorial-blue); }
.dashboard-page .flow-withdrawn { fill: var(--editorial-rust); }
.dashboard-page .flow-net { fill: var(--editorial-ink); font-size: 10px; font-weight: 800; }
.dashboard-page .legend { gap: 18px; padding: 5px 0 0; color: var(--editorial-muted); }
.dashboard-page .legend-line { background: var(--editorial-green); }
.dashboard-page .legend-bar { display: inline-block; width: 9px; height: 9px; margin-right: 6px; }
.dashboard-page .legend-new { background: var(--editorial-blue); }
.dashboard-page .legend-withdrawn { background: var(--editorial-rust); }
.dashboard-page .insight-panel {
  align-self: start;
  padding: 18px 0 0;
  border-top: 6px solid var(--editorial-ink);
  border-radius: 0;
  background: #fff;
  color: var(--editorial-ink);
}
.dashboard-page .insight-panel .eyebrow { color: var(--editorial-green); }
.dashboard-page .insight-panel h2 { margin-bottom: 22px; font-size: 29px; }
.dashboard-page .insight { padding: 16px 0; border-color: var(--editorial-rule); }
.dashboard-page .insight b { color: var(--editorial-rust); }
.dashboard-page .insight p { color: var(--editorial-muted); }

.dashboard-page .ward-analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 40px;
  margin-bottom: 34px;
}
.dashboard-page .ward-scatter-shell { min-width: 0; border-top: 1px solid var(--editorial-ink); padding-top: 20px; }
.dashboard-page .ward-scatter {
  position: relative;
  min-height: 410px;
  margin: 24px 12px 30px 54px;
  border-left: 1px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-ink);
  background-image:
    linear-gradient(to right, rgba(216, 221, 218, .75) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 218, .75) 1px, transparent 1px);
  background-size: 25% 100%, 100% 25%;
}
.dashboard-page .scatter-axis { position: absolute; color: var(--editorial-muted); font-size: 10px; white-space: nowrap; }
.dashboard-page .scatter-axis-y { left: -49px; top: 42%; transform: rotate(-90deg); }
.dashboard-page .scatter-axis-x { left: 43%; bottom: -26px; }
.dashboard-page .scatter-point {
  position: absolute;
  left: var(--scatter-x);
  bottom: var(--scatter-y);
  width: 44px;
  height: 44px;
  transform: translate(-50%, 50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.dashboard-page .scatter-point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--editorial-blue);
  box-shadow: 0 0 0 1px var(--editorial-blue);
}
.dashboard-page .scatter-point.is-highlighted,
.dashboard-page .scatter-point:hover,
.dashboard-page .scatter-point:focus-visible {
  z-index: 2;
}
.dashboard-page .scatter-point.is-highlighted::before,
.dashboard-page .scatter-point:hover::before,
.dashboard-page .scatter-point:focus-visible::before {
  width: 24px;
  height: 24px;
  background: var(--editorial-green);
  box-shadow: 0 0 0 2px var(--editorial-green);
}
.dashboard-page .scatter-point::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  bottom: calc(50% + 18px);
  display: none;
  transform: translateX(-50%);
  padding: 5px 7px;
  border: 1px solid var(--editorial-rule);
  background: #fff;
  color: var(--editorial-ink);
  font-size: 10px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(23, 33, 31, .1);
}
.dashboard-page .scatter-point.is-highlighted::after,
.dashboard-page .scatter-point:hover::after,
.dashboard-page .scatter-point:focus-visible::after { display: block; }
.dashboard-page .scatter-point.is-edge-left::after { left: -2px; transform: none; }
.dashboard-page .scatter-point.is-edge-right::after { right: -2px; left: auto; transform: none; }
.dashboard-page .scatter-scale { display: flex; justify-content: space-between; margin-left: 54px; color: var(--editorial-muted); font-size: 10px; }
.dashboard-page .ward-reading-guide { align-self: start; padding: 18px 0; border-top: 6px solid var(--editorial-ink); }
.dashboard-page .ward-reading-guide > strong { font-size: 21px; }
.dashboard-page .ward-reading-guide dl { margin: 18px 0 0; }
.dashboard-page .ward-reading-guide dl div { padding: 12px 0; border-top: 1px solid var(--editorial-rule); }
.dashboard-page .ward-reading-guide dt { color: var(--editorial-green); font-size: 11px; font-weight: 900; }
.dashboard-page .ward-reading-guide dd { margin: 4px 0 0; color: var(--editorial-muted); font-size: 11px; }
.dashboard-page .ward-reading-guide p { color: var(--editorial-muted); font-size: 10px; }
.dashboard-page .ward-list-disclosure { border-top: 1px solid var(--editorial-ink); }
.dashboard-page .ward-list-disclosure > summary { padding: 15px 0; cursor: pointer; font-weight: 900; }
.dashboard-page .ward-grid { grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--editorial-rule); border-left: 1px solid var(--editorial-rule); }
.dashboard-page .ward-card {
  min-height: 112px;
  padding: 16px;
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  border-left: 3px solid var(--ward-color, var(--editorial-green));
  border-radius: 0;
  background: #fff;
}
.dashboard-page .ward-card:hover,
.dashboard-page .ward-card:focus { transform: none; background: var(--editorial-soft); }

.dashboard-page .living-section { max-width: 1240px; padding: 58px 20px 76px; }
.dashboard-page .living-shell {
  grid-template-columns: 330px minmax(0, 1fr);
  border: 1px solid var(--editorial-rule);
  border-radius: 0;
  box-shadow: none;
}
.dashboard-page .living-panel {
  padding: 26px;
  border-top: 6px solid var(--editorial-green);
  background: #fff;
  color: var(--editorial-ink);
}
.dashboard-page .living-select select {
  border: 1px solid var(--editorial-rule);
  border-radius: 3px;
  background: #fff;
  color: var(--editorial-ink);
}
.dashboard-page .living-summary .eyebrow { color: var(--editorial-green); }
.dashboard-page .living-summary > p:last-child,
.dashboard-page .living-caution { color: var(--editorial-muted); }
.dashboard-page .living-metrics { border: 1px solid var(--editorial-rule); border-radius: 0; background: var(--editorial-rule); }
.dashboard-page .living-metrics article { min-height: 104px; background: #fff; }
.dashboard-page .living-metrics span,
.dashboard-page .living-metrics small { color: var(--editorial-muted); }
.dashboard-page .living-metrics strong { color: var(--editorial-green); }
.dashboard-page .living-metrics em { border-radius: 2px; }
.dashboard-page .map-column { background: var(--editorial-soft); }
.dashboard-page .map-toolbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  overflow: visible;
  background: #fff;
}
.dashboard-page .map-filter {
  min-height: 44px;
  border-radius: 3px;
  white-space: normal;
}
.dashboard-page .map-filter.is-active { border-color: var(--editorial-green); background: var(--editorial-green); color: #fff; }
.dashboard-page .hazard-toggle { margin-left: 0; }
.dashboard-page .living-map { background: #eef2f0; }

.dashboard-page .ward-ranking,
.dashboard-page .ward-compare,
.dashboard-page .cost-calculator,
.dashboard-page .data-sources {
  border-radius: 0;
  box-shadow: none;
}
.dashboard-page .ranking-tabs { flex-wrap: wrap; overflow: visible; }
.dashboard-page .ranking-tab { border-radius: 3px; }
.dashboard-page .ranking-tab.is-active { border-color: var(--editorial-green); background: var(--editorial-green); }
.dashboard-page .living-rank-row { border-radius: 3px; background: var(--editorial-soft); }
.dashboard-page .compare-heading select,
.dashboard-page .compare-selects select,
.dashboard-page .cost-grid input { border-radius: 3px; }
.dashboard-page .recommendation-rows button { border-radius: 3px; }
.dashboard-page .compare-actions button { border-radius: 3px; background: var(--editorial-green); }
.dashboard-page .cost-calculator { background: var(--editorial-soft); }
.dashboard-page .cost-result { border-radius: 0; }

.dashboard-page .method {
  max-width: none;
  background: var(--editorial-soft);
  padding-left: max(20px, calc((100vw - 1200px) / 2));
  padding-right: max(20px, calc((100vw - 1200px) / 2));
}
.dashboard-page .method-grid { background: var(--editorial-rule); }
.dashboard-page .method-grid article { background: #fff; }
.dashboard-page .data-responsibility { border-radius: 0; }
.dashboard-page .final-cta {
  padding: 80px 20px;
  border-top: 6px solid var(--editorial-green);
  background: #fff;
}
.dashboard-page .final-cta a { border-radius: 3px; background: var(--editorial-green); }
.dashboard-page .final-cta a span { color: #fff; }
.dashboard-body footer {
  border-top: 1px solid var(--editorial-rule);
  background: #fff;
  color: var(--editorial-ink);
}
.dashboard-body footer p { color: var(--editorial-muted); }

.dashboard-page .seo-directory { padding-top: 58px; padding-bottom: 70px; border-top: 1px solid var(--editorial-rule); }
.dashboard-page .seo-directory-grid { gap: 0; border-top: 1px solid var(--editorial-rule); border-left: 1px solid var(--editorial-rule); }
.dashboard-page .seo-directory-grid > section {
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  border-radius: 0;
  background: #fff;
}
.dashboard-page .seo-directory-action a { border-radius: 3px; background: var(--editorial-green); }

@media (max-width: 1000px) {
  .dashboard-body .site-header nav { display: none; }
  .dashboard-mobile-nav {
    position: sticky;
    top: 72px;
    z-index: 19;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--editorial-rule);
    background: rgba(255, 255, 255, .97);
  }
  .dashboard-mobile-nav a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--editorial-rule);
    color: var(--editorial-ink);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
  }
  .dashboard-page .hero { grid-template-columns: 1fr; grid-template-areas: "copy" "brief" "conditions"; padding-top: 52px; }
  .dashboard-page .hero-brief { max-width: 720px; }
  .dashboard-page .market-chart-grid { grid-template-columns: 1fr; }
  .dashboard-page .editorial-market-section { grid-template-columns: 1fr; }
  .dashboard-page .ward-analysis-grid { grid-template-columns: 1fr; }
  .dashboard-page .ward-reading-guide { display: none; }
  .dashboard-page .living-shell { grid-template-columns: 1fr; }
  .dashboard-page .map-toolbar { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.dashboard-body { padding-bottom: 0; }
  .dashboard-body .site-header { height: 66px; padding: 0 14px; }
  .dashboard-mobile-nav { top: 66px; }
  .dashboard-body .header-cta { min-height: 44px; padding: 8px 10px; font-size: 10px; }
  .dashboard-page .hero { padding: 38px 15px 0; gap: 28px; }
  .dashboard-page .hero h1 { font-size: min(54px, calc((100vw - 30px) / 9)); }
  .dashboard-page .hero-lead { font-size: 14px; }
  .dashboard-page .hero-conditions { grid-template-columns: 1fr; }
  .dashboard-page .hero-conditions > div,
  .dashboard-page .hero-conditions > label { border-right: 0; border-bottom: 1px solid var(--editorial-rule); }
  .dashboard-page .hero-conditions > a { min-height: 46px; justify-content: space-between; }
  .dashboard-page .kpis { grid-template-columns: 1fr 1fr; margin-bottom: 46px; padding: 0 15px; }
  .dashboard-page .kpis article { min-height: 122px; padding: 18px 14px; }
  .dashboard-page .kpis article:nth-child(2) { border-right: 1px solid var(--editorial-rule); }
  .dashboard-page .data-section,
  .dashboard-page .ward-section,
  .dashboard-page .editorial-market-section,
  .dashboard-page .living-section { padding: 44px 15px 58px; }
  .dashboard-page .station-scale,
  .dashboard-page .station-dot-row { grid-template-columns: 108px minmax(0, 1fr) 76px; gap: 10px; }
  .dashboard-page .station-dot-value { font-size: 11px; }
  .dashboard-page .line-chart { min-height: 220px; }
  .dashboard-page .ward-scatter { min-height: 330px; margin-left: 43px; }
  .dashboard-page .scatter-axis-y { left: -43px; }
  .dashboard-page .ward-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-page .map-toolbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dashboard-page .living-map { height: 440px; }
  .dashboard-page .ranking-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .dashboard-page .ranking-tab { white-space: normal; }
  .dashboard-page .compare-table-wrap { border: 1px solid var(--editorial-rule); }
  .dashboard-page .final-cta { padding: 64px 15px; }
  .dashboard-body footer { display: block; padding: 38px 16px; }
  .dashboard-body footer p { margin-top: 10px; text-align: left; }
}

@media (max-width: 420px) {
  .dashboard-body .brand small { display: none; }
  .dashboard-page .hero-flow strong { font-size: 24px; }
  .dashboard-page .station-scale { display: none; }
  .dashboard-page .station-dot-row { grid-template-columns: minmax(94px, 1fr) 80px; }
  .dashboard-page .station-dot-axis { display: none; }
  .dashboard-page .map-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-page .scatter-point,
  .dashboard-page .ward-card { transition: none; }
}
