/* Final overrides loaded after legacy map/overview CSS. */

html body.is-report-focus {
  background:
    radial-gradient(circle at 72% -12%, rgba(223, 240, 255, 0.9), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f3fbf8 100%) !important;
}

/* calm60: final default-home product shell. Adds a real model entry while keeping the overview quiet. */
@media (min-width: 1181px) {
  html body.is-overview-default .home-deck .hero-card {
    position: relative !important;
    min-height: 320px !important;
  }

  html body.is-overview-default .home-deck .hero-copy {
    width: min(540px, 100%) !important;
    max-width: 540px !important;
  }

  html body.is-overview-default .home-deck .hero-copy h2 {
    max-width: 520px !important;
  }

  html body.is-overview-default .hero-model-card {
    position: absolute !important;
    right: 42px !important;
    top: 48px !important;
    width: 310px !important;
    min-height: 208px !important;
    display: grid !important;
    gap: 10px !important;
    padding: 18px !important;
    border-radius: 28px !important;
    background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(243,250,248,0.76)) !important;
    border: 1px solid rgba(47, 123, 112, 0.1) !important;
    box-shadow: 0 24px 58px rgba(35, 72, 82, 0.07), inset 0 1px 0 rgba(255,255,255,0.92) !important;
    color: inherit !important;
    text-decoration: none !important;
    z-index: 4 !important;
  }

  html body.is-overview-default .hero-model-card > span {
    width: max-content !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.09) !important;
    color: #2f7b70 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  html body.is-overview-default .hero-model-card > strong {
    color: #173047 !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
  }

  html body.is-overview-default .mini-balance {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) !important;
    align-items: end !important;
    gap: 6px !important;
    min-height: 68px !important;
  }

  html body.is-overview-default .mini-balance .pan {
    min-height: 54px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 8px 6px 10px !important;
    border-bottom: 4px solid rgba(47, 123, 112, 0.34) !important;
    border-radius: 0 0 18px 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(222,241,238,0.42)) !important;
  }

  html body.is-overview-default .mini-balance .pan b,
  html body.is-overview-default .mini-balance .pan i {
    display: grid !important;
    place-items: center !important;
    min-width: 24px !important;
    height: 24px !important;
    padding: 0 5px !important;
    border-radius: 8px !important;
    background: linear-gradient(145deg, #ffffff, #eaf6f4) !important;
    border: 1px solid rgba(47, 123, 112, 0.14) !important;
    color: #183047 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(37, 74, 83, 0.045) !important;
  }

  html body.is-overview-default .mini-balance .pan i {
    color: #bf5a3c !important;
    background: linear-gradient(145deg, #fff7f1, #f8e2d4) !important;
    border-color: rgba(191, 90, 60, 0.16) !important;
  }

  html body.is-overview-default .mini-balance > em {
    align-self: stretch !important;
    justify-self: center !important;
    width: 4px !important;
    min-height: 66px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(47, 123, 112, 0.14), rgba(47, 123, 112, 0.4)) !important;
    position: relative !important;
  }

  html body.is-overview-default .mini-balance > em::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 32px !important;
    width: 54px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.3) !important;
    transform: translateX(-50%) !important;
  }

  html body.is-overview-default .hero-model-card ol {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body.is-overview-default .hero-model-card li {
    min-height: 30px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 6px !important;
    border-radius: 12px !important;
    background: rgba(47, 123, 112, 0.07) !important;
    color: #516d76 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body.is-overview-default .system-loop {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.is-overview-default .system-loop article {
    min-height: 64px !important;
    padding: 11px 12px !important;
    border-radius: 20px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    min-height: 112px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small {
    display: block !important;
    max-width: 126px !important;
    color: #6b8188 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}

@media (min-width: 1181px) {
  html body.is-overview-default .home-deck .map-canvas.is-system-overview,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .map-canvas.is-system-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 20px 24px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-items: start !important;
    column-gap: 12px !important;
    row-gap: 4px !important;
    min-height: 86px !important;
    padding: 14px 16px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(62, 99, 105, 0.06) !important;
    box-shadow: 0 12px 28px rgba(35, 72, 82, 0.032) !important;
    text-align: left !important;
  }

  html body.is-overview-default .home-deck .system-overview-card::after,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card::after {
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card b,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card b {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card strong,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card strong {
    grid-row: 1 !important;
    grid-column: 2 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small {
    grid-row: 2 !important;
    grid-column: 2 !important;
    max-width: none !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
}

@media (max-width: 1180px) {
  html body.is-overview-default .hero-model-card {
    display: none !important;
  }
}

html body:not(.is-overview-default) .hero-model-card {
  display: none !important;
}

@media (max-width: 1180px) {
  html body:not(.is-overview-default) .app-frame {
    display: block !important;
    width: min(100% - 24px, 760px) !important;
    padding: 12px 0 32px !important;
  }

  html body:not(.is-overview-default) .sidebar {
    display: none !important;
  }

  html body:not(.is-overview-default) .workspace,
  html body:not(.is-overview-default) .home-deck,
  html body:not(.is-overview-default) .home-deck .dashboard-grid,
  html body:not(.is-overview-default) .home-deck .section-grid,
  html body:not(.is-overview-default) .home-deck .map-panel,
  html body:not(.is-overview-default) .home-deck .detail-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body:not(.is-overview-default) .home-deck .section-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body:not(.is-overview-default) .home-deck .hero-card,
  html body:not(.is-overview-default) .home-deck .mountain-map {
    display: none !important;
  }

  html body:not(.is-overview-default) .home-deck .map-panel {
    display: grid !important;
    grid-template-rows: auto auto auto auto minmax(260px, auto) !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.76) !important;
    border: 1px solid rgba(62, 99, 105, 0.08) !important;
    box-shadow: 0 18px 50px rgba(35, 72, 82, 0.05) !important;
  }

  html body:not(.is-overview-default) .home-deck .map-panel .panel-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  html body:not(.is-overview-default) .home-deck .map-view-modes,
  html body:not(.is-overview-default) .home-deck .domain-tabs,
  html body:not(.is-overview-default) .home-deck .filter-status,
  html body:not(.is-overview-default) .home-deck .map-legend {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body:not(.is-overview-default) .home-deck .map-view-modes button,
  html body:not(.is-overview-default) .home-deck .domain-tabs button {
    flex: 1 1 104px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  html body:not(.is-overview-default) .home-deck .focus-graph {
    display: block !important;
    min-height: 360px !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  html body:not(.is-overview-default) .home-deck .map-canvas {
    display: none !important;
  }

  html body:not(.is-overview-default) .home-deck .detail-panel {
    display: grid !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    border: 1px solid rgba(62, 99, 105, 0.08) !important;
  }
}

/* calm60 route readability patch: this is intentionally last. */
@media (min-width: 1181px) {
  html body.is-overview-default .home-deck .map-canvas.is-system-overview,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .map-canvas.is-system-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 20px 24px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-items: start !important;
    column-gap: 12px !important;
    row-gap: 4px !important;
    min-height: 86px !important;
    padding: 14px 16px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(62, 99, 105, 0.06) !important;
    box-shadow: 0 12px 28px rgba(35, 72, 82, 0.032) !important;
    text-align: left !important;
  }

  html body.is-overview-default .home-deck .system-overview-card::after,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card::after {
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card b,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card b {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card strong,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card strong {
    grid-row: 1 !important;
    grid-column: 2 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small {
    grid-row: 2 !important;
    grid-column: 2 !important;
    max-width: none !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}

/* calm60 route readability patch: this is intentionally last. */
@media (min-width: 1181px) {
  html body.is-overview-default .home-deck .map-canvas.is-system-overview,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .map-canvas.is-system-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 20px 24px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-items: start !important;
    column-gap: 12px !important;
    row-gap: 4px !important;
    min-height: 86px !important;
    padding: 14px 16px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(62, 99, 105, 0.06) !important;
    box-shadow: 0 12px 28px rgba(35, 72, 82, 0.032) !important;
    text-align: left !important;
  }

  html body.is-overview-default .home-deck .system-overview-card::after,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card::after {
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card b,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card b {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card strong,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card strong {
    grid-row: 1 !important;
    grid-column: 2 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small {
    grid-row: 2 !important;
    grid-column: 2 !important;
    max-width: none !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}

html body.is-report-focus .app-frame {
  grid-template-columns: 150px minmax(0, 1fr) !important;
  width: min(1320px, calc(100% - 56px)) !important;
  gap: 18px !important;
}

html body.is-report-focus .workspace {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 16px !important;
  align-content: start !important;
}

html body.is-report-focus .top-strip {
  min-height: 68px !important;
  height: 68px !important;
  max-height: 68px !important;
  overflow: hidden !important;
}

html body.is-report-focus .home-deck,
html body.is-report-focus .workspace > #models.model-library,
html body.is-report-focus .workspace > .model-library,
html body.is-report-focus .workspace > .roadmap,
html body.is-report-focus .workspace > .learning-row > .lesson-preview,
html body.is-report-focus .workspace > .learning-row > .practice-preview {
  display: none !important;
}

html body.is-report-focus .workspace > .learning-row {
  display: block !important;
  width: min(980px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

html body.is-report-focus .workspace > .learning-row > article.panel.report-preview {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 22px !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(65, 103, 122, 0.1) !important;
  box-shadow: 0 28px 80px rgba(39, 76, 96, 0.07) !important;
  overflow: visible !important;
}

html body.is-report-focus .report-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(65, 103, 122, 0.1) !important;
}

html body.is-report-focus .report-head h2 {
  margin: 0 !important;
  color: #173047 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
}

html body.is-report-focus .report-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.is-report-focus .report-tabs {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 4px !important;
  border-radius: 14px !important;
  background: rgba(238, 247, 252, 0.82) !important;
  border: 1px solid rgba(65, 103, 122, 0.1) !important;
}

html body.is-report-focus .workspace > .learning-row .report-tabs {
  display: inline-flex !important;
}

html body.is-report-focus .report-tabs button {
  display: inline-grid !important;
  place-items: center !important;
  min-height: 30px !important;
  min-width: 48px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #516a78 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

html body.is-report-focus .report-tabs button.is-active {
  background: #2f72d6 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(47, 114, 214, 0.16) !important;
}

html body.is-report-focus #reportNextLink {
  display: grid !important;
}

html body.is-report-focus .report-summary,
html body.is-report-focus .report-stats,
html body.is-report-focus .report-evidence,
html body.is-report-focus .report-models,
html body.is-report-focus .heatmap,
html body.is-report-focus .report-insights,
html body.is-report-focus .parent-action,
html body.is-report-focus .path-list {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(247,252,250,0.78)) !important;
  border: 1px solid rgba(65, 103, 122, 0.1) !important;
  box-shadow: 0 14px 34px rgba(39, 76, 96, 0.04) !important;
  overflow: visible !important;
}

html body.is-report-focus .report-summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 22px !important;
}

html body.is-report-focus .report-summary strong {
  color: #173047 !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}

html body.is-report-focus .report-summary p {
  max-width: 650px !important;
  color: #5f7480 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body.is-report-focus .report-stats,
html body.is-report-focus .report-evidence,
html body.is-report-focus .heatmap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
}

html body.is-report-focus .report-models,
html body.is-report-focus .report-insights,
html body.is-report-focus .path-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
}

html body.is-report-focus .parent-action {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px !important;
}

html body.is-report-focus .report-stat,
html body.is-report-focus .report-evidence article,
html body.is-report-focus .report-model-card,
html body.is-report-focus .insight-card,
html body.is-report-focus .path-step,
html body.is-report-focus .heat-cell {
  height: auto !important;
  min-height: 72px !important;
  max-height: none !important;
  overflow: visible !important;
}

html body.is-report-focus .report-evidence article {
  min-height: 120px !important;
}

html body.is-report-focus .path-head {
  display: none !important;
}

@media (max-width: 1180px) {
  html body.is-report-focus .app-frame {
    display: block !important;
    width: min(100% - 24px, 720px) !important;
    padding: 12px 0 24px !important;
  }

  html body.is-report-focus .sidebar {
    display: none !important;
  }

  html body.is-report-focus .top-strip {
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    margin-bottom: 10px !important;
  }

  html body.is-report-focus .top-strip .global-search,
  html body.is-report-focus .top-strip .top-actions,
  html body.is-report-focus .top-strip .learner-chip,
  html body.is-report-focus .top-strip .search-assist {
    display: none !important;
  }

  html body.is-report-focus .workspace > .learning-row > article.panel.report-preview {
    padding: 16px !important;
    border-radius: 26px !important;
  }

  html body.is-report-focus .report-head,
  html body.is-report-focus .report-summary,
  html body.is-report-focus .parent-action {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.is-report-focus .report-head {
    display: grid !important;
  }

  html body.is-report-focus .report-actions {
    display: grid !important;
    justify-items: start !important;
  }

  html body.is-report-focus .report-stats,
  html body.is-report-focus .report-evidence,
  html body.is-report-focus .report-models,
  html body.is-report-focus .heatmap,
  html body.is-report-focus .report-insights,
  html body.is-report-focus .path-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.is-report-focus .report-summary strong {
    font-size: 22px !important;
  }
}

/* calm59: high-specificity override for the default overview route. */
@media (min-width: 1181px) {
  html body.is-overview-default .workspace .home-deck > .section-grid {
    display: block !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .map-canvas.is-system-overview {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 20px 24px 22px !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(62, 99, 105, 0.07) !important;
    box-shadow: 0 18px 54px rgba(35, 72, 82, 0.045) !important;
    align-items: start !important;
    overflow: visible !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .overview-route-head {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 16px !important;
    color: #5d737a !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .overview-route-head a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.08) !important;
    color: #2f7b70 !important;
    text-decoration: none !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 46px auto !important;
    grid-template-areas: none !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 8px !important;
    min-height: 88px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    position: relative !important;
    overflow: visible !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card::before,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card::after,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card span,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card em {
    display: none !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card b {
    grid-row: 1 !important;
    grid-column: 1 !important;
    grid-area: auto !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    background: linear-gradient(145deg, #77c8bb, #2f7b70) !important;
    box-shadow: 0 12px 24px rgba(47, 123, 112, 0.12) !important;
    position: static !important;
    transform: none !important;
    z-index: 1 !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card.is-blue b {
    background: linear-gradient(145deg, #75adf0, #2f72d6) !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card.is-violet b {
    background: linear-gradient(145deg, #9b96f0, #6268d9) !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card.is-amber b {
    background: linear-gradient(145deg, #f2c36e, #d9972f) !important;
  }

  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card strong {
    grid-row: 2 !important;
    grid-column: 1 !important;
    grid-area: auto !important;
    color: #183047 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    position: relative !important;
    z-index: 1 !important;
  }
}

/* calm58: cleaner overview. One hero, one route line, no competing card wall. */
@media (min-width: 1181px) {
  html body.is-overview-default {
    background:
      radial-gradient(circle at 48% -18%, rgba(222, 247, 239, 0.74), transparent 34%),
      linear-gradient(180deg, #fbfdfc 0%, #f5faf8 48%, #fbfcfb 100%) !important;
  }

  html body.is-overview-default .app-frame {
    display: block !important;
    width: min(1040px, calc(100% - 72px)) !important;
    padding: 28px 0 56px !important;
  }

  html body.is-overview-default .sidebar {
    display: none !important;
  }

  html body.is-overview-default .workspace {
    display: grid !important;
    grid-template-rows: auto auto !important;
    gap: 22px !important;
  }

  html body.is-overview-default .top-strip {
    display: flex !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
  }

  html body.is-overview-default .top-strip h1 {
    font-size: 15px !important;
    line-height: 1 !important;
    color: rgba(23, 48, 71, 0.48) !important;
    font-weight: 850 !important;
  }

  html body.is-overview-default .home-deck {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    gap: 14px !important;
  }

  html body.is-overview-default .home-deck .dashboard-grid {
    display: block !important;
  }

  html body.is-overview-default .home-deck .hero-card {
    min-height: 288px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 42px 48px !important;
    border-radius: 34px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 252, 249, 0.82)),
      radial-gradient(circle at 78% 38%, rgba(199, 230, 224, 0.42), transparent 26%) !important;
    border: 1px solid rgba(62, 99, 105, 0.075) !important;
    box-shadow: 0 30px 90px rgba(35, 72, 82, 0.07) !important;
    overflow: hidden !important;
  }

  html body.is-overview-default .home-deck .hero-copy {
    width: min(680px, 100%) !important;
    max-width: 680px !important;
    display: grid !important;
    gap: 16px !important;
  }

  html body.is-overview-default .home-deck .hero-copy .eyebrow.numbered {
    width: max-content !important;
    min-height: 28px !important;
    padding: 4px 10px 4px 4px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.08) !important;
    border: 1px solid rgba(47, 123, 112, 0.08) !important;
    color: #2f7b70 !important;
  }

  html body.is-overview-default .home-deck .hero-copy .eyebrow.numbered b {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #2f7b70 !important;
    box-shadow: none !important;
  }

  html body.is-overview-default .home-deck .hero-copy h2 {
    max-width: 660px !important;
    font-size: 34px !important;
    line-height: 1.14 !important;
    color: #142536 !important;
    letter-spacing: 0 !important;
  }

  html body.is-overview-default .home-deck .hero-mission {
    position: static !important;
    width: min(620px, 100%) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 6px !important;
  }

  html body.is-overview-default .home-deck .hero-mission .mission-card.is-primary {
    display: grid !important;
    min-height: 78px !important;
    padding: 14px 18px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    border: 1px solid rgba(47, 123, 112, 0.12) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.92) !important;
  }

  html body.is-overview-default .home-deck .hero-mission .mission-card:not(.is-primary),
  html body.is-overview-default .mission-loop,
  html body.is-overview-default .balance-peek {
    display: none !important;
  }

  html body.is-overview-default .home-deck .hero-mission .mission-link {
    min-width: 164px !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    box-shadow: 0 16px 32px rgba(47, 114, 214, 0.16) !important;
  }

  html body.is-overview-default .home-deck .mountain-map {
    right: 46px !important;
    bottom: 44px !important;
    width: 340px !important;
    height: 126px !important;
    opacity: 0.22 !important;
  }

  html body.is-overview-default .home-deck .section-grid {
    display: block !important;
  }

  html body.is-overview-default .system-loop {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  html body.is-overview-default .system-loop article {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-areas:
      "num title"
      "num note" !important;
    align-items: center !important;
    column-gap: 10px !important;
    min-height: 68px !important;
    padding: 12px 14px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.54) !important;
    border: 1px solid rgba(62, 99, 105, 0.06) !important;
    box-shadow: 0 14px 32px rgba(35, 72, 82, 0.032) !important;
    overflow: hidden !important;
  }

  html body.is-overview-default .system-loop span {
    grid-area: num !important;
    display: grid !important;
    place-items: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: rgba(47, 123, 112, 0.1) !important;
    color: #2f7b70 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  html body.is-overview-default .system-loop strong {
    grid-area: title !important;
    color: #183047 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.is-overview-default .system-loop small {
    grid-area: note !important;
    color: #6b8188 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.is-overview-default .home-deck .map-panel {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.is-overview-default .home-deck .map-canvas.is-system-overview {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 20px 24px !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(62, 99, 105, 0.07) !important;
    box-shadow: 0 18px 54px rgba(35, 72, 82, 0.045) !important;
    position: relative !important;
  }

  html body.is-overview-default .home-deck .overview-route-head {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 14px !important;
    color: #5d737a !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  html body.is-overview-default .home-deck .overview-route-head a {
    color: #2f7b70 !important;
    text-decoration: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 8px !important;
    min-height: 96px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    position: relative !important;
  }

  html body.is-overview-default .home-deck .system-overview-card:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    top: 23px !important;
    left: calc(50% + 20px) !important;
    width: calc(100% - 40px) !important;
    height: 1px !important;
    background: rgba(47, 123, 112, 0.16) !important;
  }

  html body.is-overview-default .home-deck .system-overview-card::before {
    content: attr(data-step) !important;
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card b {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    background: linear-gradient(145deg, #77c8bb, #2f7b70) !important;
    box-shadow: 0 12px 24px rgba(47, 123, 112, 0.12) !important;
    position: relative !important;
    z-index: 1 !important;
  }

  html body.is-overview-default .home-deck .system-overview-card.is-blue b {
    background: linear-gradient(145deg, #75adf0, #2f72d6) !important;
  }

  html body.is-overview-default .home-deck .system-overview-card.is-violet b {
    background: linear-gradient(145deg, #9b96f0, #6268d9) !important;
  }

  html body.is-overview-default .home-deck .system-overview-card.is-amber b {
    background: linear-gradient(145deg, #f2c36e, #d9972f) !important;
  }

  html body.is-overview-default .home-deck .system-overview-card span,
  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .home-deck .system-overview-card em,
  html body.is-overview-default .home-deck .system-overview-card::after {
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card strong {
    color: #183047 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }
}

@media (max-width: 1180px) {
  html body.is-overview-default {
    background: linear-gradient(180deg, #fbfdfc 0%, #f4faf7 100%) !important;
  }

  html body.is-overview-default .app-frame {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100% - 24px, 680px) !important;
    padding: 14px 0 32px !important;
  }

  html body.is-overview-default .sidebar,
  html body.is-overview-default .top-principle,
  html body.is-overview-default .top-actions,
  html body.is-overview-default .global-search,
  html body.is-overview-default .search-assist,
  html body.is-overview-default .learner-chip,
  html body.is-overview-default .home-deck .mountain-map,
  html body.is-overview-default .home-deck .hero-mission .mission-card:not(.is-primary),
  html body.is-overview-default .mission-loop,
  html body.is-overview-default .balance-peek,
  html body.is-overview-default .metric-card,
  html body.is-overview-default .overview-insights,
  html body.is-overview-default .system-loop,
  html body.is-overview-default .workspace > .learning-row,
  html body.is-overview-default .workspace > #models.model-library,
  html body.is-overview-default .workspace > .roadmap {
    display: none !important;
  }

  html body.is-overview-default .workspace {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  html body.is-overview-default .top-strip {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html body.is-overview-default .top-strip h1 {
    font-size: 14px !important;
    color: rgba(23, 48, 71, 0.5) !important;
  }

  html body.is-overview-default .home-deck .hero-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 28px 22px !important;
    border-radius: 28px !important;
  }

  html body.is-overview-default .home-deck,
  html body.is-overview-default .home-deck .dashboard-grid,
  html body.is-overview-default .home-deck .section-grid,
  html body.is-overview-default .home-deck .map-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.is-overview-default .home-deck .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    gap: 14px !important;
  }

  html body.is-overview-default .home-deck .hero-copy h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  html body.is-overview-default .home-deck .hero-mission {
    position: static !important;
    display: grid !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  html body.is-overview-default .home-deck .hero-mission .mission-card.is-primary {
    display: grid !important;
    padding: 14px 16px !important;
    border-radius: 22px !important;
  }

  html body.is-overview-default .home-deck .hero-mission .mission-link {
    min-height: 48px !important;
    border-radius: 999px !important;
  }

  html body.is-overview-default .home-deck .section-grid {
    display: block !important;
  }

  html body.is-overview-default .home-deck .map-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.is-overview-default .home-deck .map-canvas.is-system-overview {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.is-overview-default .home-deck .overview-route-head {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    font-size: 13px !important;
    color: #5d737a !important;
    font-weight: 850 !important;
  }

  html body.is-overview-default .home-deck .system-overview-card {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 72px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,0.7) !important;
    border: 1px solid rgba(62, 99, 105, 0.07) !important;
    box-shadow: 0 14px 34px rgba(35, 72, 82, 0.04) !important;
  }

  html body.is-overview-default .home-deck .system-overview-card b {
    display: grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: #2f7b70 !important;
  }

  html body.is-overview-default .home-deck .system-overview-card span,
  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .home-deck .system-overview-card em,
  html body.is-overview-default .home-deck .system-overview-card::before,
  html body.is-overview-default .home-deck .system-overview-card::after {
    display: none !important;
  }

  html body.is-overview-default .home-deck .system-overview-card strong {
    font-size: 14px !important;
    color: #183047 !important;
    line-height: 1.2 !important;
  }
}

/* calm60 endcap: must stay last. */
@media (min-width: 1181px) {
  html body.is-overview-default .home-deck .hero-card {
    position: relative !important;
    min-height: 320px !important;
  }

  html body.is-overview-default .home-deck .hero-copy {
    width: min(470px, 100%) !important;
    max-width: 470px !important;
  }

  html body.is-overview-default .home-deck .hero-copy h2 {
    max-width: 470px !important;
    font-size: 33px !important;
    line-height: 1.14 !important;
  }

  html body.is-overview-default .hero-model-card {
    position: absolute !important;
    right: 42px !important;
    top: 48px !important;
    width: 310px !important;
    min-height: 208px !important;
    display: grid !important;
    gap: 10px !important;
    padding: 18px !important;
    border-radius: 28px !important;
    background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(243,250,248,0.76)) !important;
    border: 1px solid rgba(47, 123, 112, 0.1) !important;
    box-shadow: 0 24px 58px rgba(35, 72, 82, 0.07), inset 0 1px 0 rgba(255,255,255,0.92) !important;
    color: inherit !important;
    text-decoration: none !important;
    z-index: 4 !important;
  }

  html body.is-overview-default .hero-model-card > span {
    width: max-content !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.09) !important;
    color: #2f7b70 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  html body.is-overview-default .hero-model-card > strong {
    color: #173047 !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
  }

  html body.is-overview-default .mini-balance {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) !important;
    align-items: end !important;
    gap: 6px !important;
    min-height: 68px !important;
  }

  html body.is-overview-default .mini-balance .pan {
    min-height: 54px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 8px 6px 10px !important;
    border-bottom: 4px solid rgba(47, 123, 112, 0.34) !important;
    border-radius: 0 0 18px 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(222,241,238,0.42)) !important;
  }

  html body.is-overview-default .mini-balance .pan b,
  html body.is-overview-default .mini-balance .pan i {
    display: grid !important;
    place-items: center !important;
    min-width: 24px !important;
    height: 24px !important;
    padding: 0 5px !important;
    border-radius: 8px !important;
    background: linear-gradient(145deg, #ffffff, #eaf6f4) !important;
    border: 1px solid rgba(47, 123, 112, 0.14) !important;
    color: #183047 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(37, 74, 83, 0.045) !important;
  }

  html body.is-overview-default .mini-balance .pan i {
    color: #bf5a3c !important;
    background: linear-gradient(145deg, #fff7f1, #f8e2d4) !important;
    border-color: rgba(191, 90, 60, 0.16) !important;
  }

  html body.is-overview-default .mini-balance > em {
    align-self: stretch !important;
    justify-self: center !important;
    width: 4px !important;
    min-height: 66px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(47, 123, 112, 0.14), rgba(47, 123, 112, 0.4)) !important;
    position: relative !important;
  }

  html body.is-overview-default .mini-balance > em::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 32px !important;
    width: 54px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: rgba(47, 123, 112, 0.3) !important;
    transform: translateX(-50%) !important;
  }

  html body.is-overview-default .hero-model-card ol {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body.is-overview-default .hero-model-card li {
    min-height: 30px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 6px !important;
    border-radius: 12px !important;
    background: rgba(47, 123, 112, 0.07) !important;
    color: #516d76 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body.is-overview-default .system-loop {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.is-overview-default .system-loop article {
    min-height: 64px !important;
    padding: 11px 12px !important;
    border-radius: 20px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card {
    min-height: 108px !important;
  }

  html body.is-overview-default .home-deck .system-overview-card small,
  html body.is-overview-default .workspace .home-deck > .section-grid .map-panel .system-overview-card small {
    display: block !important;
    max-width: 126px !important;
    color: #6b8188 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}

html body:not(.is-overview-default) .hero-model-card {
  display: none !important;
}

@media (max-width: 1180px) {
  html body.is-overview-default .hero-model-card {
    display: none !important;
  }

  html body:not(.is-overview-default) .app-frame {
    display: block !important;
    width: min(100% - 24px, 760px) !important;
    padding: 12px 0 32px !important;
  }

  html body:not(.is-overview-default) .sidebar,
  html body:not(.is-overview-default) .home-deck .hero-card,
  html body:not(.is-overview-default) .home-deck .mountain-map {
    display: none !important;
  }

  html body:not(.is-overview-default) .workspace,
  html body:not(.is-overview-default) .home-deck,
  html body:not(.is-overview-default) .home-deck .dashboard-grid,
  html body:not(.is-overview-default) .home-deck .section-grid,
  html body:not(.is-overview-default) .home-deck .map-panel,
  html body:not(.is-overview-default) .home-deck .detail-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body:not(.is-overview-default) .home-deck .section-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body:not(.is-overview-default) .home-deck .map-panel {
    display: grid !important;
    grid-template-rows: auto auto auto auto minmax(260px, auto) !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.76) !important;
    border: 1px solid rgba(62, 99, 105, 0.08) !important;
    box-shadow: 0 18px 50px rgba(35, 72, 82, 0.05) !important;
  }

  html body:not(.is-overview-default) .home-deck .map-view-modes,
  html body:not(.is-overview-default) .home-deck .domain-tabs,
  html body:not(.is-overview-default) .home-deck .filter-status,
  html body:not(.is-overview-default) .home-deck .map-legend {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body:not(.is-overview-default) .home-deck .map-view-modes button,
  html body:not(.is-overview-default) .home-deck .domain-tabs button {
    flex: 1 1 104px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  html body:not(.is-overview-default) .home-deck .focus-graph {
    display: block !important;
    min-height: 360px !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  html body:not(.is-overview-default) .home-deck .map-canvas {
    display: none !important;
  }

  html body:not(.is-overview-default) .home-deck .detail-panel {
    display: grid !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    border: 1px solid rgba(62, 99, 105, 0.08) !important;
  }
}
