body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chess-board-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:1rem;width:100%}.chess-board{aspect-ratio:1;border-radius:4px;box-shadow:0 4px 6px #0000001a;max-width:600px;overflow:hidden;width:100%}.board-grid{display:grid;height:100%;position:relative;width:100%}.square{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;transition:background-color .2s;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.square.light{background-color:#f0d9b5}.square.dark{background-color:#b58863}.square.selected{background-color:#baca44!important}.square.legal-light{background-color:#e8f0d0}.square.legal-dark{background-color:#a8b883}.square.last-move{background-color:#cdd26a}.square:hover{opacity:.9}.piece{cursor:grab;font-size:clamp(2rem,8vw,4rem);touch-action:none;transition:transform .1s;z-index:10}.piece:active{cursor:grabbing;transform:scale(1.1)}.piece.white{color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.piece.black{color:#000;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.legal-move-indicator{background-color:#00640066;border-radius:50%;height:25%;pointer-events:none;position:absolute;width:25%;z-index:5}.square:has(.piece) .legal-move-indicator{background-color:initial;border:3px solid #00640080;border-radius:0;box-sizing:border-box;height:100%;width:100%}.file-label,.rank-label{font-size:clamp(.6rem,1.5vw,.8rem);font-weight:600;pointer-events:none;position:absolute;z-index:20}.rank-label{left:2px;top:2px}.file-label{bottom:2px;right:2px}.square.light .file-label,.square.light .rank-label{color:#b58863}.square.dark .file-label,.square.dark .rank-label{color:#f0d9b5}.promotion-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.promotion-dialog{background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #0000004d;max-width:90%;padding:2rem}.promotion-dialog h3{font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.promotion-pieces{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.promotion-piece{align-items:center;background-color:#f9f9f9;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;min-width:80px;padding:1rem;transition:all .2s}.promotion-piece:hover{background-color:#f0f8ff;border-color:#4a90e2;transform:scale(1.05)}.promotion-piece .piece{font-size:3rem;margin:0}.promotion-piece .piece-name{color:#333;font-size:.9rem;text-transform:capitalize}@media (max-width:768px){.chess-board-container{padding:.5rem}.piece{font-size:2.5rem}.file-label,.rank-label{font-size:.5rem}.promotion-dialog{padding:1.5rem}.promotion-dialog h3{font-size:1.2rem}.promotion-piece{min-width:60px;padding:.75rem}.promotion-piece .piece{font-size:2rem}}@media (max-width:480px){.chess-board-container{padding:.25rem}.piece{font-size:2rem}.promotion-pieces{gap:.5rem}.promotion-piece{min-width:50px;padding:.5rem}}.game-mode-selector{margin:0 auto;max-width:800px;padding:1.5rem;width:100%}.selector-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.selector-header h2{color:#333;font-size:1.75rem;margin:0}.create-mode-btn{background-color:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.create-mode-btn:hover{background-color:#357abd}.filter-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:.5rem;margin-bottom:1.5rem}.filter-tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:-2px;padding:.75rem 1.5rem;transition:all .2s}.filter-tab:hover{color:#333}.filter-tab.active{border-bottom-color:#4a90e2;color:#4a90e2}.mode-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.mode-card{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;padding:1.5rem;transition:all .2s}.mode-card:hover{border-color:#4a90e2;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.mode-card.selected{background-color:#f0f8ff;border-color:#4a90e2;box-shadow:0 4px 8px #4a90e233}.mode-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.mode-header h3{color:#333;font-size:1.25rem;margin:0}.custom-badge{background-color:#ff9500;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.mode-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.mode-rules{align-items:center;display:flex;justify-content:space-between;position:relative}.rule-count{color:#888;cursor:help;font-size:.85rem;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.tooltip{background-color:#333;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #0000004d;color:#fff;display:none;font-size:.85rem;left:0;margin-bottom:8px;max-width:300px;min-width:200px;padding:.75rem 1rem;position:absolute;z-index:100}.tooltip:after{border:8px solid #0000;border-top-color:#333;content:"";left:20px;position:absolute;top:100%}.tooltip strong{display:block;margin-bottom:.5rem}.tooltip ul{list-style-type:disc;margin:0;padding-left:1.25rem}.tooltip li{margin:.25rem 0}.mode-rules:hover .tooltip{display:block}.no-modes{color:#666;grid-column:1/-1;padding:3rem 1rem;text-align:center}.no-modes p{font-size:1rem;margin:.5rem 0}@media (max-width:768px){.game-mode-selector{padding:1rem}.selector-header{align-items:stretch;flex-direction:column}.selector-header h2{font-size:1.5rem}.create-mode-btn{width:100%}.mode-list{grid-template-columns:1fr}.filter-tab{flex:1 1;font-size:.9rem;padding:.6rem 1rem}}.game-mode-creator-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.game-mode-creator{background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:700px;width:100%}.creator-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem}.creator-header h2{color:#333;font-size:1.75rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.close-btn:hover{background-color:#f0f0f0;color:#333}.creator-content{flex:1 1;overflow-y:auto;padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a90e2;outline:none}.form-group textarea{resize:vertical}.rule-variations-section{margin-top:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{color:#333;font-size:1.25rem;margin:0}.add-rule-btn{background-color:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.add-rule-btn:hover{background-color:#357abd}.no-rules{background-color:#f9f9f9;border-radius:8px;color:#666;padding:2rem;text-align:center}.no-rules p{margin:.5rem 0}.rule-list{display:flex;flex-direction:column;gap:.75rem}.rule-item{align-items:flex-start;background-color:#f9f9f9;border:2px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.rule-item:hover{background-color:#f5f5f5;border-color:#ccc}.rule-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.rule-type-badge{background-color:#4a90e2;border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.rule-details h4{color:#333;font-size:1rem;margin:0}.rule-details p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.remove-rule-btn{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:28px;justify-content:center;padding:0;transition:all .2s;width:28px}.remove-rule-btn:hover{background-color:#ffebee;color:#d32f2f}.creator-footer{border-top:2px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.cancel-btn,.save-btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.cancel-btn{background-color:#f0f0f0;color:#333}.cancel-btn:hover{background-color:#e0e0e0}.save-btn{background-color:#4a90e2;color:#fff}.save-btn:hover{background-color:#357abd}.add-rule-dialog-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1100}.add-rule-dialog{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;max-width:500px;padding:1.5rem;width:100%}.add-rule-dialog h3{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.dialog-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.add-btn{background-color:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.add-btn:hover{background-color:#357abd}.config-section{background-color:#f5f8fc;border:1px solid #e0e8f0;border-radius:8px;margin-top:1.5rem;padding:1rem}.config-section h4{color:#4a90e2;font-size:1rem;font-weight:600;margin:0 0 1rem}.config-row{display:flex;gap:1rem}.config-row .config-field{flex:1 1}.config-field{margin-bottom:1rem}.config-field:last-child{margin-bottom:0}.config-field label{color:#333;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.config-field input,.config-field select{border:1px solid #d0d8e0;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:.95rem;padding:.6rem;width:100%}.config-field input:focus,.config-field select:focus{border-color:#4a90e2;outline:none}.config-field small{color:#888;display:block;font-size:.8rem;margin-top:.25rem}.config-checkbox{margin-bottom:.75rem}.config-checkbox label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem}.config-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.config-checkbox-inline{align-items:center;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.4rem}.config-checkbox-inline input[type=checkbox]{cursor:pointer;height:16px;width:16px}.add-rule-dialog{max-height:85vh;overflow-y:auto}@media (max-width:768px){.game-mode-creator{border-radius:0;max-height:100vh;max-width:100%}.creator-content,.creator-footer,.creator-header{padding:1rem}.creator-header h2{font-size:1.5rem}.section-header{align-items:flex-start;flex-direction:column;gap:.75rem}.add-rule-btn{width:100%}.creator-footer{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.app-header{color:#fff;padding:3rem 1rem 2rem;text-align:center}.app-header h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0000004d}.app-header .tagline{font-size:1.25rem;opacity:.9}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:1rem;width:100%}.start-game-section{margin-top:2rem;padding:0 1rem;text-align:center}.start-game-btn{background-color:#48c774;border:none;border-radius:8px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.start-game-btn:hover{background-color:#3ebb67;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.game-header{background-color:#fffffff2;box-shadow:0 2px 4px #0000001a;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.game-header,.game-info{align-items:center;display:flex}.game-info{flex:1 1;flex-direction:column;gap:.5rem;min-width:200px}.game-info h2{color:#333;font-size:1.5rem;margin:0}.current-turn{color:#666;font-size:1rem;font-weight:600}.check-indicator{animation:pulse 1s ease-in-out infinite;color:#e74c3c;font-weight:700}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.king-lives{display:flex;font-size:.9rem;font-weight:600;gap:1.5rem;margin-top:.25rem}.lives-white{color:#4a90e2}.lives-black{color:#333}.back-btn,.new-game-btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.back-btn{background-color:#f0f0f0;color:#333}.back-btn:hover{background-color:#e0e0e0}.new-game-btn{background-color:#4a90e2;color:#fff}.new-game-btn:hover{background-color:#357abd}.game-main{flex:1 1;overflow-y:auto;padding:1rem}.game-container{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 350px;margin:0 auto;max-width:1400px}.board-section{align-items:center;display:flex;justify-content:center}.sidebar{background-color:#fffffff2;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-height:600px;padding:1.5rem}.move-history,.sidebar{display:flex;flex-direction:column}.move-history{height:100%}.move-history h3{color:#333;font-size:1.25rem;margin:0 0 1rem}.move-list{grid-gap:.5rem;display:grid;flex:1 1;gap:.5rem;grid-template-columns:repeat(2,1fr);max-height:500px;overflow-y:auto}.no-moves{color:#666;grid-column:1/-1;padding:2rem 1rem;text-align:center}.move-item{align-items:center;background-color:#f9f9f9;border-radius:4px;display:flex;font-size:.95rem;gap:.5rem;padding:.5rem}.move-item:nth-child(odd){background-color:#f0f0f0}.move-number{color:#666;font-weight:600;min-width:30px}.move-notation{font-family:Courier New,monospace;font-weight:600}.move-notation.white{color:#4a90e2}.move-notation.black{color:#e74c3c}.game-over-overlay{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.game-over-dialog{background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:90%;padding:3rem;text-align:center}.game-over-dialog h2{color:#333;font-size:2rem;margin:0 0 1rem}.game-result{color:#666;font-size:1.25rem;margin-bottom:2rem}.game-over-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.game-over-actions button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.game-over-actions button:first-child{background-color:#48c774;color:#fff}.game-over-actions button:first-child:hover{background-color:#3ebb67}.game-over-actions button:last-child{background-color:#4a90e2;color:#fff}.game-over-actions button:last-child:hover{background-color:#357abd}@media (max-width:1024px){.game-container{gap:1.5rem;grid-template-columns:1fr}.sidebar{max-height:400px}}@media (max-width:768px){.app-header h1{font-size:2rem}.app-header .tagline{font-size:1rem}.game-header{padding:1rem}.game-info h2{font-size:1.25rem}.current-turn{font-size:.9rem}.back-btn,.new-game-btn{font-size:.9rem;padding:.6rem 1.2rem}.sidebar{padding:1rem}.move-list{gap:.25rem}.game-over-dialog{padding:2rem 1.5rem}.game-over-dialog h2{font-size:1.5rem}.game-result{font-size:1rem}}@media (max-width:480px){.game-header{align-items:stretch;flex-direction:column}.back-btn,.new-game-btn{width:100%}.game-info{order:-1}.move-list{grid-template-columns:1fr}}.ai-settings{background-color:#ffffff26;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.ai-toggle{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem}.ai-toggle input[type=checkbox]{accent-color:#48c774;cursor:pointer;height:20px;width:20px}.ai-options{border-top:1px solid #fff3;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;padding-top:1rem}.ai-option{align-items:center;color:#fff;display:flex;gap:.5rem}.ai-option label{font-weight:500}.ai-option select{background-color:#fff;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.ai-option select:focus{outline:2px solid #48c774;outline-offset:2px}.thinking-indicator{animation:thinking 1.5s ease-in-out infinite;color:#f39c12;font-weight:500}@keyframes thinking{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:480px){.ai-options{flex-direction:column;gap:1rem}.ai-option{align-items:flex-start;flex-direction:column;gap:.25rem}.ai-option select{width:100%}}
/*# sourceMappingURL=main.37cc1ab6.css.map*/