/* Arena Teney — Experience r01i six-column truth
 * Contract-only correction after accepted r01h visuals.
 * The legacy renderer still emits a seventh exp_required cell; the Experience
 * screen intentionally presents the six accepted progression columns only.
 * No geometry, colors, scrolling or game formulas are changed here.
 */

#screen-experience .exp-table th:nth-child(n + 7),
#screen-experience .exp-table td:nth-child(n + 7) {
  display: none !important;
}
