body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0018;background-image:radial-gradient(circle,#ff149322 1.5px,#0000 0);background-size:22px 22px;color:#f5e642;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.game-wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:24px;padding:0 20px 40px}.chess-container{flex-direction:column;max-width:min(600px,calc(100vh - 260px))}.board-controls,.chess-container{align-items:center;display:flex;width:100%}.board-controls{gap:16px;margin-bottom:12px}.new-game-btn{background:#ff1493;border:none;border-radius:0;box-shadow:3px 3px 0 #f5e642;color:#0a0018;cursor:pointer;font-size:13px;font-weight:900;letter-spacing:.1em;padding:9px 22px;text-transform:uppercase;transition:background .1s,transform .1s,box-shadow .1s;white-space:nowrap}.new-game-btn:hover{background:#f5e642;box-shadow:3px 3px 0 #ff1493;color:#0a0018}.new-game-btn:active{box-shadow:1px 1px 0 #ff1493;transform:translate(2px,2px)}.check-msg,.game-over-msg{color:#ff1493;font-size:16px;font-weight:900;letter-spacing:.08em;text-shadow:2px 2px 0 #f5e642,0 0 12px #ff149388;text-transform:uppercase}.thinking-msg{color:#00e5ff;font-size:12px;font-weight:700;letter-spacing:.06em;text-shadow:0 0 8px #00e5ff;text-transform:uppercase}.history-panel{background:#0a0018;border:3px solid #f5e642;border-radius:0;box-shadow:4px 4px 0 #ff1493;display:flex;flex-direction:column;flex-shrink:0;margin-top:0;padding:14px 12px;width:190px}.history-title{border-bottom:2px solid #ff1493;color:#f5e642;font-size:11px;font-weight:900;letter-spacing:.12em;margin:0 0 10px;padding-bottom:8px;text-transform:uppercase}.moves-list{max-height:520px;overflow-y:auto}.moves-list::-webkit-scrollbar{width:4px}.moves-list::-webkit-scrollbar-track{background:#0000}.moves-list::-webkit-scrollbar-thumb{background:#ff1493;border-radius:0}.no-moves{color:#ff149366;font-size:12px;font-style:italic;margin:4px 0}.moves-table{border-collapse:collapse;font-size:13px;width:100%}.moves-table tr:nth-child(2n){background-color:#1a0055}.move-number{color:#ff149388;font-size:11px;padding:4px 4px 4px 0;text-align:right;-webkit-user-select:none;user-select:none;width:22px}.move-white{color:#f5e642;padding:4px 10px 4px 6px}.move-black,.move-white{font-family:Courier New,monospace;font-weight:700;width:72px}.move-black{color:#00e5ff;padding:4px 4px 4px 0}.difficulty-bar{align-items:center;display:flex;gap:10px;margin-bottom:10px;width:100%}.difficulty-label{color:#f5e64299;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.difficulty-slider{accent-color:#ff1493;cursor:pointer;flex:1 1;max-width:140px}.difficulty-slider:disabled{cursor:not-allowed;opacity:.35}.difficulty-name{color:#ff1493;font-size:12px;font-weight:900;letter-spacing:.06em;min-width:46px;text-shadow:0 0 8px #ff149388;text-transform:uppercase}@media (min-width:1280px){.chess-container{max-width:min(760px,calc(100vh - 260px))}.moves-list{max-height:calc(min(760px, calc(100vh - 260px)) + 44px)}}@media (min-width:1600px){.chess-container{max-width:min(900px,calc(100vh - 260px))}.moves-list{max-height:calc(min(900px, calc(100vh - 260px)) + 44px)}}@media (max-width:768px){.game-wrapper{align-items:center;flex-direction:column;gap:16px;padding:0 10px 30px}.chess-container{max-width:min(500px,calc(100vh - 240px));width:100%}.history-panel{max-width:500px;width:90%}.moves-list{max-height:180px}}
/*# sourceMappingURL=main.c5d86e5d.css.map*/