.ColorMatchGame_gameContainer__OI996{display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(135deg,rgba(31,41,55,.95),rgba(17,24,39,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(75,85,99,.3);border-radius:.75rem;overflow:hidden;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.4)}.ColorMatchGame_gameHeader__H4d7B{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(75,85,99,.3);background:linear-gradient(135deg,rgba(31,41,55,.8),rgba(17,24,39,.8))}.ColorMatchGame_gameInfo__sxD0j{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ColorMatchGame_infoItem__f_SJ6{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d1d5db;font-weight:500}.ColorMatchGame_difficultyBadge__9xZX8{padding:.25rem .75rem;border-radius:.5rem;background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px rgba(6,182,212,.3)}.ColorMatchGame_statsContainer__x6wLY{display:flex;gap:1rem;flex-wrap:wrap}.ColorMatchGame_statItem__ZlgWt{display:flex;align-items:center;font-size:.75rem;color:#9ca3af;background:rgba(31,41,55,.6);padding:.25rem .5rem;border-radius:.375rem;border:1px solid rgba(75,85,99,.3)}.ColorMatchGame_controls__m61E6{display:flex;gap:.5rem}.ColorMatchGame_controlButton__WyJyW{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:.5rem;background:linear-gradient(135deg,#374151,#4b5563);color:#f9fafb;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ColorMatchGame_controlButton__WyJyW:hover{background:linear-gradient(135deg,#4b5563,#6b7280);transform:translateY(-2px)}.ColorMatchGame_gameContent__kGSBh{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem}.ColorMatchGame_questionContainer__VUjag{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.ColorMatchGame_questionText__lAMcD{font-size:1.25rem;color:#d1d5db;font-weight:500}.ColorMatchGame_colorText__RtAJ3{font-size:3rem;font-weight:700;text-shadow:2px 2px 6px rgba(0,0,0,.7);transition:all .3s ease;padding:1rem;border-radius:.75rem;background:rgba(31,41,55,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(75,85,99,.3)}.ColorMatchGame_colorOptions__SwggL{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:600px;margin:0 auto}.ColorMatchGame_colorOption__jgjfy{width:5rem;height:5rem;border-radius:50%;border:3px solid rgba(255,255,255,.2);cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.4);transition:all .2s;position:relative;overflow:hidden}.ColorMatchGame_colorOption__jgjfy:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);opacity:0;transition:opacity .2s}.ColorMatchGame_colorOption__jgjfy:hover{transform:scale(1.1);box-shadow:0 12px 30px rgba(0,0,0,.5);border-color:rgba(6,182,212,.6)}.ColorMatchGame_colorOption__jgjfy:hover:before{opacity:1}.ColorMatchGame_gameOverlay__mjxYC{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(17,24,39,.95),rgba(31,41,55,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:10;animation:ColorMatchGame_fadeIn__wK_KW .5s ease;border:1px solid rgba(75,85,99,.3)}.ColorMatchGame_gameMessage__gQer7{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#06b6d4,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.ColorMatchGame_gameStats__JibU4{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:1.25rem;color:#d1d5db;font-weight:500}.ColorMatchGame_restartButton__Wf4Vn{margin-top:1rem;padding:.75rem 2rem;border-radius:.5rem;background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;font-weight:600;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(6,182,212,.3)}.ColorMatchGame_restartButton__Wf4Vn:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-2px);box-shadow:0 6px 16px rgba(6,182,212,.4)}@keyframes ColorMatchGame_fadeIn__wK_KW{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.ColorMatchGame_colorOptions__SwggL{gap:.5rem}.ColorMatchGame_colorOption__jgjfy{width:4rem;height:4rem}.ColorMatchGame_colorText__RtAJ3{font-size:2.5rem}}