/* UI29: a short call may have no cards for the left analysis rail.
   In that case do not reserve an empty 230px column. */
@media (min-width: 1200px) {
  .analysis-workspace:has([data-testid="analysis-left"]:empty) {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .analysis-workspace [data-testid="analysis-left"]:empty {
    display: none;
  }
}
