/* ===============================================================
   40D诗词园 - 游戏页面专属样式
   =============================================================== */

.game-tab.active{background:#8b4513!important;color:#fff!important;border-color:#8b4513!important;}
.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:0.4rem;margin:0.5rem 0;}
.game-grid .cell{padding:0.6rem 0.3rem;text-align:center;border:1px solid #e0d0b8;border-radius:6px;cursor:pointer;font-size:1.3rem;background:#fff;transition:all 0.15s;user-select:none;}
.game-grid .cell:hover{background:#f0e6d8;border-color:#8b4513;}
.game-grid .cell.used{background:#8b4513;color:#fff;border-color:#8b4513;cursor:default;}
.game-grid .cell.selected{background:#d4a566;color:#fff;border-color:#8b4513;font-weight:700;}
.quiz-option{padding:0.6rem 1rem;margin:0.3rem 0;border:1px solid #e0d0b8;border-radius:8px;cursor:pointer;transition:all 0.15s;}
.quiz-option:hover{background:#f0e6d8;}
.quiz-option.correct{background:#d4edda!important;border-color:#27ae60!important;color:#155724!important;}
.quiz-option.wrong{background:#f8d7da!important;border-color:#c05538!important;color:#721c24!important;}
.battle-card{cursor:pointer;border:2px solid #e0d0b8;border-radius:12px;padding:1.5rem;text-align:center;transition:all 0.2s;}
.battle-card:hover{border-color:#8b4513;box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.battle-card.voted{border-color:#d4a566!important;background:#fffdf0!important;}

/* SEO intro section for games */
.game-seo-intro{max-width:750px;margin:1rem auto;padding:1.5rem;background:#fff;border:1px solid #e8d5c4;border-radius:8px}
.game-seo-intro h2{color:#8b4513;margin-bottom:0.5rem}
.game-seo-intro p{line-height:1.8;color:#333;margin-bottom:0.8rem}
.game-seo-intro ul{margin-left:1.5rem;color:#555}
