🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5:root { --accent: ; } (any colour).
6color: var(--);
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-A 2-A 3-A 4-A | 5 #3b82f6 6 accent 7 = :root{--brand:#3b82f6} .btn,a{color:var(--brand)} 8 = [data-theme='dark']{--bg:#111;--text:#eee} 9 = Single source of truth; instant theming; fewer errors | 10 = Yes - el.style.setProperty('--x', value)