@tailwind base;@tailwind components;@tailwind utilities;.app-container{align-items:center;background-color:#2d3748;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:1rem}.app-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.chessboard-container{background-color:#1a202c;border-radius:.5rem;box-shadow:0 10px 15px #0000004d;max-width:600px;padding:1rem;width:100%}.chessboard{border:4px solid #4a5568;display:grid;grid-template-columns:repeat(8,1fr);width:100%}.square{cursor:pointer;padding-top:100%;position:relative;transition:all .2s ease;width:100%}.square:hover{opacity:.8}.light{background-color:#f0d9b5}.dark{background-color:#b58863}.selected{outline:4px solid #4299e1;outline-offset:-4px}.piece{font-size:2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.black{color:#000}.white{color:#fff}.game-info{margin-top:1rem;text-align:center}.turn-indicator{color:#fff;font-size:1.25rem}.winner-message{color:#fff;font-size:1.5rem;font-weight:700}.winner-message span{display:block;margin-bottom:.5rem}.reset-button{background-color:#4299e1;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .2s ease}.reset-button:hover{background-color:#3182ce}.promotion-choices{align-items:center;color:#fff;display:flex;flex-direction:row;gap:.5rem;justify-content:center;margin-top:1rem}.promotion-choices span{font-size:1.25rem;margin-right:.5rem}.promotion-choices button{background-color:#4299e1;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem;transition:background-color .2s ease}.check{background-color:#f44!important}.check-warning{color:#f44;font-weight:700;margin-top:5px}.promotion-choices button:hover{background-color:#3182ce}@media (min-width:768px){.piece{font-size:2.5rem}.app-title{font-size:3rem}.promotion-choices button{font-size:2rem}}@media (max-width:480px){.piece{font-size:1.5rem}.app-title{font-size:2rem}.chessboard-container{padding:.5rem}.winner-message{font-size:1.25rem}.reset-button{font-size:.9rem;padding:.4rem .8rem}.promotion-choices span{font-size:1rem}.promotion-choices button{font-size:1.25rem;padding:.4rem .8rem}}
/*# sourceMappingURL=main.36c8d6cb.css.map*/