.theme-thpt-eng { background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%); }
.theme-thpt-eng .game-header h1 { color: #e65100; }
.match-type { text-align: center; font-size: 0.95rem; font-weight: 800; color: white; font-family: 'Nunito', sans-serif; display: inline-block; padding: 5px 18px; border-radius: 20px; margin: 10px auto; background: #ff9800; }
.match-word { text-align: center; font-size: 2rem; font-weight: 800; color: #333; font-family: 'Baloo 2', cursive; margin: 10px auto; }
.match-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 380px; margin: 15px auto; padding: 0 15px; }
.match-opt { padding: 16px; border: 2px solid #ffe0b2; border-radius: 14px; background: white; text-align: center; font-size: 1.15rem; font-family: 'Nunito', sans-serif; font-weight: 700; cursor: pointer; transition: all 0.2s; color: #333; }
.match-opt:hover { background: #fff3e0; border-color: #ff9800; transform: scale(1.03); }
.match-opt.correct { background: #e8f5e9; border-color: #4caf50; color: #2e7d32; }
.match-opt.wrong { background: #ffebee; border-color: #f44336; color: #c62828; }
.match-opt.disabled { pointer-events: none; opacity: 0.6; }
