/* ── Tab Panel — wide-screen padding + cap removal (p118 Hotfix-10) ── */
/* Inline .tab-panel rule lives in deploy/index.html; specificity bumped to override. */
body .tab-panel { max-width: 100%; }
@media (min-width: 1201px) {
  body .tab-panel { padding: 16px 1rem; }
}

/* Inner wrapper caps — data/feature tabs stretch to viewport on wide screens.
   Home marketing (.hm-ai-box/.hm-founder-grid/.hm-price-grid/.iv-slot) keep 1200. */
body #p-home .hm-wrap,
body #p-auction .au-wrap,
body #p-analyst .an-root,
body #p-dashboard .db-root,
body #p-map .mp-wrap,
body #p-compare .cp-root,
body #p-community .cm-wrap,
body #p-listings .ls-root,
body #p-news .nw-root,
body #p-renewal .rn-root,
body #p-data .hz-wrap,
body #p-data .us-wrap,
body #p-trade .trade-header,
body #p-trade .trade-recent { max-width: 100%; }
