.SecretKingBoot_secretKingBootGame__12RFr{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.SecretKingBoot_gameHeader__3dhzd{display:flex;flex-direction:column;margin-bottom:20px;padding:15px;background-color:#f5f5f5;border-radius:8px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.SecretKingBoot_gameHeaderTop__9Kdap{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.SecretKingBoot_gameHeader__3dhzd h2{margin:0;color:#333;font-size:1.8rem}.SecretKingBoot_gameInfo__-yTDx{display:flex;grid-gap:20px;gap:20px;font-weight:500}.SecretKingBoot_gameInfo__-yTDx>div{padding:5px 10px;background-color:#fff;border-radius:4px;border:1px solid #ddd}.SecretKingBoot_gameStatus__2tLZP{font-weight:700!important;background-color:#fff3cd!important;border:1px solid #ffeaa7!important;color:#856404!important}.SecretKingBoot_resetButton__3KNZw{padding:10px 20px;background-color:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;-webkit-transition:background-color .2s;transition:background-color .2s}.SecretKingBoot_resetButton__3KNZw:hover{background-color:#c0392b}.SecretKingBoot_testButtons__1KVuD{display:flex;grid-gap:10px;gap:10px;margin-top:10px}.SecretKingBoot_testButton__l2D8j{padding:8px 16px;background-color:#f39c12;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;-webkit-transition:background-color .2s;transition:background-color .2s}.SecretKingBoot_testButton__l2D8j:hover{background-color:#e67e22}.SecretKingBoot_checkHelp__3g_jW{background-color:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:16px;margin:16px 0;color:#856404}.SecretKingBoot_checkHelp__3g_jW h3{margin:0 0 12px;color:#d63031;font-size:1.1rem}.SecretKingBoot_checkHelp__3g_jW ul{margin:12px 0;padding-left:20px}.SecretKingBoot_checkHelp__3g_jW li{margin:6px 0;line-height:1.4}.SecretKingBoot_checkHelp__3g_jW em{font-weight:600;color:#d63031}.SecretKingBoot_checkmateInfo__m15iC{background-color:#f8d7da;border:2px solid #dc3545;border-radius:8px;padding:16px;margin:16px 0;color:#721c24;text-align:center}.SecretKingBoot_checkmateInfo__m15iC h3{margin:0 0 12px;color:#dc3545;font-size:1.2rem}.SecretKingBoot_checkmateInfo__m15iC strong{font-size:1.1rem}.SecretKingBoot_botControls__1KJf2{margin:0;padding:16px;border:2px solid #e9ecef;border-radius:8px;background-color:#f8f9fa}.SecretKingBoot_botControls__1KJf2 h3{margin:0 0 12px;color:#495057;font-size:1rem}.SecretKingBoot_botSelection__33BJb{text-align:center}.SecretKingBoot_botSelection__33BJb p{margin:0 0 8px;font-weight:500;color:#6c757d}.SecretKingBoot_difficultyButtons__3mIbt{display:flex;flex-direction:row;grid-gap:6px;gap:6px;margin:8px 0;align-items:center;justify-content:center;flex-wrap:wrap}.SecretKingBoot_botButton__3Qy63{padding:10px 16px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;font-size:.9rem;-webkit-transition:background-color .2s;transition:background-color .2s;text-align:center;width:auto;max-width:200px}.SecretKingBoot_botButton__3Qy63:hover{background-color:#0056b3}.SecretKingBoot_humanButton__1txwE{padding:10px 16px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;font-size:.9rem;-webkit-transition:background-color .2s;transition:background-color .2s;margin-top:12px;width:auto;max-width:200px;text-align:center}.SecretKingBoot_humanButton__1txwE:hover{background-color:#1e7e34}.SecretKingBoot_botStatus__tV5BM{text-align:center}.SecretKingBoot_botStatus__tV5BM p{margin:8px 0;font-weight:500;color:#495057}.SecretKingBoot_botThinking__inEnB{color:#007bff!important;font-style:italic;-webkit-animation:SecretKingBoot_pulse__23OsM 1.5s ease-in-out infinite alternate;animation:SecretKingBoot_pulse__23OsM 1.5s ease-in-out infinite alternate}@-webkit-keyframes SecretKingBoot_pulse__23OsM{0%{opacity:.6}to{opacity:1}}@keyframes SecretKingBoot_pulse__23OsM{0%{opacity:.6}to{opacity:1}}.SecretKingBoot_gameContent__37Ggm{display:grid;grid-template-columns:2fr 1fr;grid-gap:30px;gap:30px;align-items:start}.SecretKingBoot_boardSection__Ikkhc{display:flex;justify-content:center;align-items:center;width:100%}.SecretKingBoot_chessBoard__3Fgla{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);width:100%;max-width:800px;aspect-ratio:1;border:3px solid #8b4513;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);margin:0 auto}.SecretKingBoot_square__1faLj{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.SecretKingBoot_square__1faLj.SecretKingBoot_light__3PLoL{background-color:#f0d9b5}.SecretKingBoot_square__1faLj.SecretKingBoot_dark__3fGD4{background-color:#b58863}.SecretKingBoot_square__1faLj:hover{-webkit-box-shadow:inset 0 0 0 3px #ffeb3b;box-shadow:inset 0 0 0 3px #ffeb3b}.SecretKingBoot_square__1faLj.SecretKingBoot_selected__bsy7q{-webkit-box-shadow:inset 0 0 0 3px #4caf50;box-shadow:inset 0 0 0 3px #4caf50}.SecretKingBoot_square__1faLj.SecretKingBoot_possible__2Dt-L{-webkit-box-shadow:inset 0 0 0 3px #2196f3;box-shadow:inset 0 0 0 3px #2196f3;background-color:rgba(33,150,243,.1)!important}.SecretKingBoot_square__1faLj.SecretKingBoot_inCheck__2rnqP{-webkit-box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8);box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8);background-color:rgba(220,53,69,.3)!important;-webkit-animation:SecretKingBoot_checkFlash__2g3vw 1.5s infinite;animation:SecretKingBoot_checkFlash__2g3vw 1.5s infinite;border:2px solid #dc3545}@-webkit-keyframes SecretKingBoot_checkFlash__2g3vw{0%,to{opacity:1;background-color:rgba(220,53,69,.3)!important;-webkit-box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8);box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8)}50%{opacity:.8;background-color:rgba(220,53,69,.5)!important;-webkit-box-shadow:inset 0 0 0 6px #dc3545,0 0 20px #dc3545;box-shadow:inset 0 0 0 6px #dc3545,0 0 20px #dc3545}}@keyframes SecretKingBoot_checkFlash__2g3vw{0%,to{opacity:1;background-color:rgba(220,53,69,.3)!important;-webkit-box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8);box-shadow:inset 0 0 0 4px #dc3545,0 0 15px rgba(220,53,69,.8)}50%{opacity:.8;background-color:rgba(220,53,69,.5)!important;-webkit-box-shadow:inset 0 0 0 6px #dc3545,0 0 20px #dc3545;box-shadow:inset 0 0 0 6px #dc3545,0 0 20px #dc3545}}.SecretKingBoot_piece__18-dp{font-size:4rem;line-height:1;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3));filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3));-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.SecretKingBoot_piece__18-dp svg{width:80%;height:80%;min-width:40px;min-height:40px}.SecretKingBoot_piece__18-dp>div{position:relative!important;width:80%!important;height:80%!important;left:0!important;top:0!important;display:flex;align-items:center;justify-content:center}.SecretKingBoot_piece__18-dp:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.SecretKingBoot_moveIndicator__1wz1M{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;color:#2196f3;pointer-events:none;z-index:10}.SecretKingBoot_squareLabel__44EY1{position:absolute;bottom:2px;right:2px;font-size:.7rem;color:rgba(0,0,0,.5);font-weight:700}.SecretKingBoot_controlPanel__2rjr8{background-color:#fff;padding:20px;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.SecretKingBoot_controlPanel__2rjr8 h3{margin:0 0 15px;color:#333;font-size:1.2rem;border-bottom:2px solid #3498db;padding-bottom:5px}.SecretKingBoot_reserveDisplay__2c5n0{margin-bottom:25px}.SecretKingBoot_bothReserves__11pDp{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.SecretKingBoot_reserveSection__1VeZq{padding:12px;border:2px solid #e9ecef;border-radius:8px;background-color:#f8f9fa;-webkit-transition:all .2s ease;transition:all .2s ease}.SecretKingBoot_reserveSection__1VeZq.SecretKingBoot_activePlayer__3kPLJ{border-color:#3498db;background-color:#e3f2fd;-webkit-box-shadow:0 2px 8px rgba(52,152,219,.2);box-shadow:0 2px 8px rgba(52,152,219,.2)}.SecretKingBoot_reserveSection__1VeZq h4{margin:0 0 10px;text-align:center;font-size:1rem;color:#555;border-bottom:1px solid #dee2e6;padding-bottom:5px}.SecretKingBoot_reserveSection__1VeZq.SecretKingBoot_activePlayer__3kPLJ h4{color:#2980b9;font-weight:700}.SecretKingBoot_reserve__2yuwS{display:grid;grid-gap:6px;gap:6px}.SecretKingBoot_pieceCount__c0B9z{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background-color:#fff;border-radius:4px;border:1px solid #e9ecef;font-weight:500;font-size:.85rem}.SecretKingBoot_actionsSection__3qArQ{margin-bottom:25px}.SecretKingBoot_actionSelector__3hC32{display:grid;grid-gap:8px;gap:8px}.SecretKingBoot_actionButton__3gaik{padding:12px 16px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;-webkit-transition:all .2s ease;transition:all .2s ease;text-align:left}.SecretKingBoot_actionButton__3gaik:hover{background-color:#2980b9;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.SecretKingBoot_actionButton__3gaik.SecretKingBoot_selected__bsy7q{background-color:#e74c3c;-webkit-box-shadow:0 0 0 2px #c0392b;box-shadow:0 0 0 2px #c0392b}.SecretKingBoot_actionButton__3gaik:disabled{background-color:#95a5a6;cursor:not-allowed;-webkit-transform:none;transform:none}.SecretKingBoot_movesSection__2qA4E{margin-bottom:25px}.SecretKingBoot_movesList__1Aiql{display:grid;grid-gap:6px;gap:6px;max-height:200px;overflow-y:auto}.SecretKingBoot_moveButton__2bRED{padding:10px 12px;background-color:#27ae60;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;text-align:left;-webkit-transition:background-color .2s;transition:background-color .2s}.SecretKingBoot_moveButton__2bRED:hover{background-color:#229954}.SecretKingBoot_gameAnalysis__hhPrb{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.SecretKingBoot_gameAnalysis__hhPrb h3{margin:0 0 15px;color:#333;font-size:1.2rem}.SecretKingBoot_analysisDisplay__2XSSt{display:grid;grid-gap:10px;gap:10px}.SecretKingBoot_analysisDisplay__2XSSt>div{padding:8px 12px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6;font-family:monospace;font-size:.9rem}@media (min-width:1400px){.SecretKingBoot_chessBoard__3Fgla{max-width:900px}.SecretKingBoot_piece__18-dp{font-size:5rem}}@media (max-width:1200px){.SecretKingBoot_chessBoard__3Fgla{max-width:700px}.SecretKingBoot_piece__18-dp{font-size:3.5rem}}@media (max-width:1024px){.SecretKingBoot_gameContent__37Ggm{grid-template-columns:1fr;grid-gap:20px;gap:20px}.SecretKingBoot_controlPanel__2rjr8{order:-1}.SecretKingBoot_chessBoard__3Fgla{max-width:600px;justify-self:center}}@media (max-width:768px){.SecretKingBoot_secretKingBootGame__12RFr{padding:10px}.SecretKingBoot_gameHeader__3dhzd{flex-direction:column;grid-gap:15px;gap:15px;text-align:center}.SecretKingBoot_gameInfo__-yTDx{flex-wrap:wrap;justify-content:center}.SecretKingBoot_piece__18-dp{font-size:2rem}.SecretKingBoot_piece__18-dp svg{min-width:30px;min-height:30px}.SecretKingBoot_piece__18-dp>div{width:90%!important;height:90%!important}.SecretKingBoot_controlPanel__2rjr8{padding:15px}.SecretKingBoot_bothReserves__11pDp{grid-template-columns:1fr;grid-gap:10px;gap:10px}}@-webkit-keyframes SecretKingBoot_piecePlace__2haCb{0%{-webkit-transform:scale(0) rotate(180deg);transform:scale(0) rotate(180deg);opacity:0}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}}@keyframes SecretKingBoot_piecePlace__2haCb{0%{-webkit-transform:scale(0) rotate(180deg);transform:scale(0) rotate(180deg);opacity:0}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}}.SecretKingBoot_piece__18-dp.SecretKingBoot_placing__3L9YD{-webkit-animation:SecretKingBoot_piecePlace__2haCb .3s ease-out;animation:SecretKingBoot_piecePlace__2haCb .3s ease-out}@-webkit-keyframes SecretKingBoot_highlight__2Sdq0{0%,to{-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}50%{-webkit-box-shadow:inset 0 0 0 3px #ffeb3b;box-shadow:inset 0 0 0 3px #ffeb3b}}@keyframes SecretKingBoot_highlight__2Sdq0{0%,to{-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}50%{-webkit-box-shadow:inset 0 0 0 3px #ffeb3b;box-shadow:inset 0 0 0 3px #ffeb3b}}.SecretKingBoot_square__1faLj.SecretKingBoot_highlight__2Sdq0{-webkit-animation:SecretKingBoot_highlight__2Sdq0 1s ease-in-out;animation:SecretKingBoot_highlight__2Sdq0 1s ease-in-out}.SecretKingBoot_gamePhaseSetup__1rKX_ .SecretKingBoot_chessBoard__3Fgla{border-color:#f39c12}.SecretKingBoot_gamePhasePlaying__2Iy66 .SecretKingBoot_chessBoard__3Fgla{border-color:#27ae60}.SecretKingBoot_gamePhaseEnded__2Q0LE .SecretKingBoot_chessBoard__3Fgla{border-color:#e74c3c;opacity:.8}.SecretKingBoot_currentPlayerWhite__365ro .SecretKingBoot_gameHeader__3dhzd{border-left:5px solid #fff;background-color:#f9f9f9}.SecretKingBoot_currentPlayerBlack__31dl- .SecretKingBoot_gameHeader__3dhzd{border-left:5px solid #333;background-color:#f1f1f1}