/* ===========================================================================
 * subjects/math/styles.css
 * ===========================================================================
 * Scoped class rules for the Math practice surface.
 *
 * Mirrors vocab's .mc-choice canon under .math-screen so the MC/QC choice
 * rows are pixel-identical across subjects. Math adds two pieces of chrome
 * not present in vocab: the Scratchpad / Flag tool buttons in the header,
 * and an optional sub-step progress bar (interactive items).
 * ======================================================================== */

/* Toolbar buttons in the header right slot retired — see Sub-phase B.
 * The .tool-btn shared rule (components/tools/tool-btn.css) is now the
 * canonical visual. Math's ProblemHeader uses <FlagButton> + <ScratchpadButton>. */

/* "Guided" eyebrow chip — replaces the old inline Guided pill. */
.math-screen .math-guided-chip {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  padding: 3px 8px;
  border-radius: 999px;
}

/* MC / QC choice rows retired here. Math inherits the canonical .mc-*
 * visual from components/items/mc-item.css (Sub-phase D consolidation).
 * No math-specific tweaks remain — what used to be `.math-screen .mc-*`
 * was a pixel-mirror of vocab's canon. */
