.hot-profiles-page .tile-card {
  border: 1px solid rgba(126, 148, 198, 0.24) !important;
  border-radius: 0.7rem !important;
  background: linear-gradient(135deg, #1e2a4a 0%, #1b1d3c 42%, #162040 100%) !important;
  box-shadow: 0 1.15rem 2.8rem rgba(0, 0, 0, 0.18) !important;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.hot-profiles-page,
.hot-profiles-page .row,
.hot-profiles-page [class*="col-"],
.hot-profiles-page .card-body,
.hot-profiles-page .dash-graph,
.hot-profiles-page .js-plotly-plot {
  min-width: 0;
}

.hot-profiles-page .card-body {
  max-width: 100%;
  overflow: hidden;
}

.hot-profiles-page h5 { margin-bottom: 0.35rem; }
.hot-profiles-page h6 { color: rgba(255, 255, 255, 0.9); }

.hot-profiles-page .metric-gauge,
.hot-profiles-page .test-pic-gauge-custom {
  --test-gauge-width: clamp(210px, 58%, 300px);
}

.hot-profile-certainty-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 185px;
}

.hot-profile-band-gauge {
  display: block;
  width: clamp(210px, 84%, 330px);
  height: auto;
}

.hot-profile-gauge-state {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.2;
  margin-top: -0.45rem;
  text-align: center;
}

.hot-profile-gauge-empty {
  display: grid;
  min-height: 185px;
  place-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.hot-profiles-page .dash-graph,
.hot-profiles-page .js-plotly-plot,
.hot-profiles-page .js-plotly-plot .plot-container,
.hot-profiles-page .js-plotly-plot .svg-container {
  max-width: 100% !important;
}

.hot-profiles-page .js-plotly-plot .plotly .main-svg { border-radius: 4px; }

.hot-profile-subprofile-dropdown {
  width: min(17.5rem, 100%);
}

.hot-profile-panel {
  min-width: 0;
  width: 100%;
}

.hot-profile-stack-item {
  margin-bottom: 1.5rem;
}

.hot-profile-stack-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .hot-profile-band-gauge { width: min(100%, 300px); }
  .hot-profile-subprofile-dropdown { width: 100%; }

  .hot-profiles-page .tile-card {
    border-radius: 0.55rem !important;
  }

  .hot-profiles-page .card-body {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hot-profiles-page .metric-gauge,
  .hot-profiles-page .test-pic-gauge-custom {
    --test-gauge-width: min(100%, 260px);
  }
}
