.sudokuGame_sudokuContainer__cMr_z{padding:1rem;font-family:Segoe UI,sans-serif;text-align:center;min-height:100vh;transition:background .3s,color .3s;font-size:clamp(.9rem,1.2vw,1.1rem)}.sudokuGame_boardContainer__shnEE{position:relative;display:flex;justify-content:center;margin:1rem auto;width:100%;max-width:100vw;padding:0 1rem;box-sizing:border-box}.sudokuGame_startButton__e451l{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1rem 2rem;font-size:1.2rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;z-index:10;box-shadow:0 4px 8px rgba(0,0,0,.2)}.sudokuGame_startButton__e451l:hover{background:#45a049}.sudokuGame_boardFullscreen__4iHjN,.sudokuGame_board__DioAU{width:23.875rem;aspect-ratio:1/1;display:grid;grid-template-rows:repeat(9,1fr);grid-template-columns:repeat(9,1fr);grid-gap:1px;gap:1px;background:#333;border:3px solid #333}@media(max-width:768px){.sudokuGame_boardFullscreen__4iHjN,.sudokuGame_board__DioAU{width:100%}}.sudokuGame_boardFullscreen__4iHjN{width:35%;height:35%}.sudokuGame_row__49Ix4{display:contents}.sudokuGame_cell__PjWrW{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:clamp(.8rem,1.5vw,1.2rem);font-weight:700;cursor:pointer;transition:all .2s;background:#fff}.sudokuGame_cell__PjWrW.sudokuGame_rightBorder__Vu__S{border-right:2px solid #333}.sudokuGame_cell__PjWrW.sudokuGame_bottomBorder__PvKQm{border-bottom:2px solid #333}.sudokuGame_cell__PjWrW.sudokuGame_selected__ARSuV{background:#b3e5fc!important}.sudokuGame_cell__PjWrW.sudokuGame_initial__UHkqs{background:#f5f5f5;color:#000;cursor:default}.sudokuGame_cell__PjWrW.sudokuGame_conflict__WuYDy{color:#f44336}.sudokuGame_numberSelector__0Fnau{display:flex;justify-content:center;max-width:calc(100% - 6rem);flex-wrap:wrap;gap:.5rem;margin:1rem auto;text-align:center}.sudokuGame_numberButton__4Wchx{width:100%;aspect-ratio:1/1;font-size:clamp(1rem,2vw,1.2rem);border-radius:50%;width:40px;height:40px;border:none;cursor:pointer;transition:all .2s}.sudokuGame_numberButton__4Wchx.sudokuGame_selectedNumber__rFAQV{transform:scale(1.1);box-shadow:0 0 8px rgba(0,0,0,.3)}.sudokuGame_controls____xj4{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1rem 0}.sudokuGame_controls____xj4 .sudokuGame_btn__JhbCJ{padding:.6rem 1.2rem;background:#333;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s;font-size:1rem;min-width:120px}.sudokuGame_controls____xj4 .sudokuGame_btn__JhbCJ:hover:not(:disabled){background:#555}.sudokuGame_controls____xj4 .sudokuGame_btn__JhbCJ:disabled{opacity:.6;cursor:not-allowed}.sudokuGame_gameInfo__H9K7m{display:flex;justify-content:center;gap:2rem;margin:1rem 0;flex-wrap:wrap}.sudokuGame_gameInfo__H9K7m p{font-size:1.1rem;margin:0}.sudokuGame_gameOverMessage__gJh8W{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.3);z-index:100;text-align:center}.sudokuGame_gameOverMessage__gJh8W h2{margin-top:0;color:#4caf50}.sudokuGame_gameOverMessage__gJh8W p{font-size:1.2rem}.sudokuGame_themeSelect__pV34f{margin-top:.5rem;padding:.3rem .6rem;font-size:1rem;border-radius:5px}.sudokuGame_difficultySelector__GwW2Q{margin:1rem 0}.sudokuGame_difficultySelector__GwW2Q label{margin-right:.5rem}.sudokuGame_difficultySelector__GwW2Q select{padding:.3rem .6rem;border-radius:5px}.sudokuGame_infoSection__HUBnM{background:#fff;padding:1rem;border-radius:10px;margin-top:2rem;margin-left:auto;margin-right:auto;text-align:left}.sudokuGame_infoSection__HUBnM .sudokuGame_heading__aDFV2{font-size:1.4rem;margin-bottom:.5rem}.sudokuGame_infoSection__HUBnM ul{padding-left:1.2rem}.sudokuGame_infoSection__HUBnM ul li{margin:.3rem 0}.sudokuGame_infoSection__HUBnM a{color:#2b6cb0;text-decoration:none}.sudokuGame_infoSection__HUBnM a:hover{text-decoration:underline}.sudokuGame_default__AmqTR{background:linear-gradient(90deg,#f0f0f0,#e8f5e9);color:#111}.sudokuGame_default__AmqTR .sudokuGame_cell__PjWrW{background:#fff}.sudokuGame_default__AmqTR .sudokuGame_cell__PjWrW.sudokuGame_initial__UHkqs{background:#e0e0e0}.sudokuGame_default__AmqTR .sudokuGame_numberButton__4Wchx{background:#4caf50;color:#fff}.sudokuGame_default__AmqTR .sudokuGame_numberButton__4Wchx:hover{background:#45a049}.sudokuGame_dark__v9PZa{background:#121212;color:#f0f0f0}.sudokuGame_dark__v9PZa .sudokuGame_infoSection__HUBnM,.sudokuGame_dark__v9PZa .sudokuGame_infoSection__HUBnM p{color:#000}.sudokuGame_dark__v9PZa .sudokuGame_cell__PjWrW{background:#1e1e1e;color:#f0f0f0}.sudokuGame_dark__v9PZa .sudokuGame_cell__PjWrW.sudokuGame_initial__UHkqs{background:#333;color:#f0f0f0}.sudokuGame_dark__v9PZa .sudokuGame_numberButton__4Wchx{background:#00e676;color:#000}.sudokuGame_dark__v9PZa .sudokuGame_numberButton__4Wchx:hover{background:#00c853}.sudokuGame_dark__v9PZa .sudokuGame_boardFullscreen__4iHjN,.sudokuGame_dark__v9PZa .sudokuGame_board__DioAU{border-color:#555}.sudokuGame_neon__se_cQ{background:#000;color:aqua}.sudokuGame_neon__se_cQ .sudokuGame_boardFullscreen__4iHjN,.sudokuGame_neon__se_cQ .sudokuGame_board__DioAU{border-color:aqua}.sudokuGame_neon__se_cQ .sudokuGame_cell__PjWrW{background:#000;color:aqua;border-color:aqua!important}.sudokuGame_neon__se_cQ .sudokuGame_cell__PjWrW.sudokuGame_initial__UHkqs{background:#111;color:aqua}.sudokuGame_neon__se_cQ .sudokuGame_cell__PjWrW.sudokuGame_selected__ARSuV{background:#003!important}.sudokuGame_neon__se_cQ .sudokuGame_numberButton__4Wchx{background:aqua;color:#000}.sudokuGame_neon__se_cQ .sudokuGame_numberButton__4Wchx:hover{background:#39ff14}.sudokuGame_retro__NJtaB{background:#fbeec1;color:#2c1b0c}.sudokuGame_retro__NJtaB .sudokuGame_boardFullscreen__4iHjN,.sudokuGame_retro__NJtaB .sudokuGame_board__DioAU{border-color:#b35e14}.sudokuGame_retro__NJtaB .sudokuGame_cell__PjWrW{background:#fff5c3;color:#2c1b0c;border-color:#d9a441!important}.sudokuGame_retro__NJtaB .sudokuGame_cell__PjWrW.sudokuGame_initial__UHkqs{background:#e8d5a0;color:#2c1b0c}.sudokuGame_retro__NJtaB .sudokuGame_numberButton__4Wchx{background:#8d6e63;color:#fff}.sudokuGame_retro__NJtaB .sudokuGame_numberButton__4Wchx:hover{background:#a1887f}.sudokuGame_wrapper__U46d9{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.sudokuGame_wrapper__U46d9{flex-direction:row;align-items:center}}.sudokuGame_input__T0Rq8{padding:1rem;font-size:1.5rem;width:100%;max-width:300px}.sudokuGame_numpad__iMOgQ{display:grid;grid-template-columns:repeat(3,60px);grid-gap:.5rem;gap:.5rem;justify-content:center}@media(min-width:768px){.sudokuGame_numpad__iMOgQ{grid-template-columns:repeat(1,60px);grid-template-rows:repeat(10,60px)}}.sudokuGame_button__O2dHE{padding:1rem;font-size:1.2rem;background:#eee;border:1px solid #ccc;border-radius:.5rem;cursor:pointer}.sudokuGame_button__O2dHE:hover{background:#ddd}