.theme-lit { background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%); }
.theme-lit .game-header h1 { color: #7b1fa2; }
.lit-card { background: white; border-radius: 16px; padding: 25px; margin: 15px auto; max-width: 500px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.lit-card .quote { font-size: 1.15rem; font-weight: 600; font-family: 'Nunito',sans-serif; color: #333; line-height: 1.7; font-style: italic; text-align: center; }
.lit-card .quote-src { font-size: 0.9rem; color: #999; margin-top: 8px; text-align: right; }
.lit-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 400px; margin: 15px auto; padding: 0 15px; }
.lit-opt { padding: 14px; border: 2px solid #e1bee7; border-radius: 14px; background: white; text-align: center; font-size: 1rem; font-family: 'Nunito',sans-serif; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.lit-opt:hover { background: #f3e5f5; border-color: #ab47bc; }
.lit-opt.correct { background: #e8f5e9; border-color: #4caf50; }
.lit-opt.wrong { background: #ffebee; border-color: #f44336; }
.lit-opt.disabled { pointer-events: none; opacity: 0.6; }
