:root{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:1000;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}html{font-size:20px}@media only screen and (max-width: 700px){html{font-size:18px}}@media only screen and (max-width: 600px){html{font-size:16px}}@media only screen and (max-width: 500px){html{font-size:10px}}@media only screen and (max-width: 400px){html{font-size:8px}}@media only screen and (max-width: 300px){html{font-size:7px}}@media only screen and (max-height: 800px){html{font-size:17px}}@media only screen and (max-height: 650px){html{font-size:14px}}@media only screen and (max-height: 500px){html{font-size:12px}}@media only screen and (max-height: 400px){html{font-size:10px}}@media only screen and (max-height: 300px){html{font-size:8px}}body{margin:0;display:flex;align-items:center;min-height:90vh}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3em;margin:.5em}#root{margin:0 auto;padding:0 1rem;text-align:center}.chess-board{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);border-radius:4px;width:30rem;height:30rem;border:.2em solid #242424;overflow-x:hidden;overflow-y:hidden}@media (prefers-color-scheme: dark){.chess-board{border:.2em solid rgba(255,255,255,.87)}}.square{display:flex;justify-content:center;align-items:center;font-size:2.5rem;color:#242424}.sq-white{background-color:#fff}.sq-black{background-color:#b0b0b0}.hover{pointer-events:none;position:absolute;font-size:2.8rem;color:#242424}.game-status{font-size:1.5rem;margin:0}.game-info{width:100%;display:flex;justify-content:space-evenly;align-items:center;margin:1rem auto}.btn{border:2px solid #242424;border-radius:5px;padding:.2em .5em;cursor:pointer}@media (prefers-color-scheme: dark){.btn{border:2px solid rgba(255,255,255,.87)}}.captured-pieces{width:2.5rem;font-size:1.6rem;margin:0 .2em;display:flex;flex-direction:column;color:#242424;position:relative}.captured-inner{display:flex;flex-direction:column;padding:.5em 0;gap:.15em}@media (prefers-color-scheme: dark){.captured-inner{background-color:#ffffffde;border-radius:.2em}}.inner-reverse{flex-direction:column-reverse}.game-display{display:flex}.info-btn{position:fixed;bottom:.5rem;right:.5rem;background-color:#fff;border:4.5px solid black;border-radius:100%;width:3rem;height:3rem;cursor:pointer}.info-btn:hover{transform:scale(1.05)}.info-panel{background-color:#14191f;color:#fff;position:fixed;bottom:0;left:0;width:100vw;padding:1em 3em 1em 1em}.close-btn{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;font-size:1.5rem;color:#fff}.close-btn:hover{background-color:#5093fd;border-radius:40%;cursor:pointer}
