.SimonSaysGame_gameContainer__DEmh1{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:20px;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1)}.SimonSaysGame_gameControls__SVXLs{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}.SimonSaysGame_scoreBoard__C656M{display:flex;gap:20px}.SimonSaysGame_scoreBoard__C656M div{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#374151,#1f2937);padding:8px 16px;border-radius:10px;min-width:80px;border:1px solid rgba(255,255,255,.1);color:white}.SimonSaysGame_scoreValue__05Eyq{font-size:1.5rem;font-weight:700;color:#e5e7eb}.SimonSaysGame_buttonGroup__xIsdp{display:flex;gap:10px}.SimonSaysGame_controlButton__taw6V{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#64748b,#475569);border:none;cursor:pointer;transition:all .2s ease;color:white;box-shadow:0 2px 8px rgba(0,0,0,.2)}.SimonSaysGame_controlButton__taw6V:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px)}.SimonSaysGame_gameBoard__uju_A{width:100%;display:flex;justify-content:center;align-items:center;margin:20px 0;position:relative}.SimonSaysGame_simon__ARc_0{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;width:320px;height:320px;position:relative;border-radius:50%;padding:10px;background:linear-gradient(135deg,#374151,#1f2937);box-shadow:0 8px 32px rgba(0,0,0,.4)}.SimonSaysGame_colorButton__dPJ0F{position:relative;width:100%;height:100%;cursor:pointer;transition:all .15s ease;opacity:.8}.SimonSaysGame_colorButton__dPJ0F:hover{opacity:1}.SimonSaysGame_green__Tn_4O{background-color:#4CAF50;border-top-left-radius:100%}.SimonSaysGame_red__tzlzh{background-color:#F44336;border-top-right-radius:100%}.SimonSaysGame_yellow__KKULv{background-color:#FFEB3B;border-bottom-left-radius:100%}.SimonSaysGame_blue__ZJcN9{background-color:#2196F3;border-bottom-right-radius:100%}.SimonSaysGame_active__Whpgv{opacity:1;filter:brightness(1.5);box-shadow:0 0 15px rgba(255,255,255,.8)}.SimonSaysGame_centerCircle__TNCsz{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10;text-align:center;color:white;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 20px rgba(0,0,0,.3)}.SimonSaysGame_gameOverContainer__EOwfB{display:flex;flex-direction:column;align-items:center;justify-content:center}.SimonSaysGame_gameOverContainer__EOwfB p{margin-bottom:10px;font-weight:700}.SimonSaysGame_startScreen__1D82I{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px;width:100%;text-align:center}.SimonSaysGame_startScreen__1D82I h2{font-size:1.8rem;font-weight:700;color:#e5e7eb;margin-bottom:10px}.SimonSaysGame_startScreen__1D82I p{font-size:1.2rem;color:#9ca3af;margin-bottom:30px}.SimonSaysGame_restartButton__D9oPO,.SimonSaysGame_startButton__lwB9q{background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px rgba(6,182,212,.3)}.SimonSaysGame_restartButton__D9oPO:hover,.SimonSaysGame_startButton__lwB9q:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-2px)}.SimonSaysGame_restartButton__D9oPO{font-size:.8rem;padding:6px 12px}.SimonSaysGame_instructions__mGjQL{width:100%;text-align:center;padding:10px;margin-top:10px;background:linear-gradient(135deg,#374151,#1f2937);border-radius:8px;color:#9ca3af;border:1px solid rgba(255,255,255,.1)}@media screen and (max-width:500px){.SimonSaysGame_simon__ARc_0{width:280px;height:280px}.SimonSaysGame_centerCircle__TNCsz{width:100px;height:100px}.SimonSaysGame_scoreBoard__C656M{gap:10px}.SimonSaysGame_scoreBoard__C656M div{padding:6px 12px;min-width:70px}}