:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#23272f;justify-content:center;align-items:center;min-height:100vh;font-family:Segoe UI,Roboto,Arial,sans-serif;display:flex}#root{width:100%}.app-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.game-header{text-align:center;margin-bottom:40px}.game-header h1{color:#31ec66;letter-spacing:3px;text-shadow:0 0 20px #31ec664d,0 2px 8px #0006;text-transform:uppercase;margin:0;font-size:3.5rem;font-weight:700}.subtitle{color:#b0b3b8;letter-spacing:1px;margin-top:12px;font-size:1.2rem;font-weight:300}.game-content{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:32px;display:flex}.game-board{background:linear-gradient(145deg,#1a1d24,#181a20);border:1px solid #ffffff0d;border-radius:20px;padding:32px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d}.status{text-align:center;color:#31ec66;letter-spacing:1px;text-shadow:0 0 10px #31ec664d;margin-bottom:24px;font-size:1.6rem;font-weight:600}.board-container{background:#23272f;border-radius:12px;padding:4px;box-shadow:inset 0 2px 8px #0006}.board-row{display:flex}.board-row:not(:last-child) .square{border-bottom:4px solid #444}.board-row .square:not(:last-child){border-right:4px solid #444}.square{color:#fff;cursor:pointer;text-align:center;background:#23272f;border:none;width:90px;height:90px;margin:0;padding:0;font-size:2.8rem;font-weight:700;transition:all .2s;position:relative}.square:hover:not(:disabled){background:#2c313a;box-shadow:inset 0 0 15px #31ec661a}.square:active:not(:disabled){background:#1a1d23;transform:scale(.95)}.square.winning{color:#181a20;background:linear-gradient(145deg,#31ec66,#28c757);animation:.6s ease-in-out winPulse;box-shadow:0 0 25px #31ec6699,inset 0 2px 4px #fff3}@keyframes winPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.game-info{background:linear-gradient(145deg,#1a1d24,#181a20);border:1px solid #ffffff0d;border-radius:20px;min-width:280px;max-width:320px;padding:28px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d}.info-header{color:#31ec66;text-align:center;letter-spacing:1px;text-shadow:0 0 10px #31ec664d;margin-bottom:20px;font-size:1.3rem;font-weight:600}.sort-button{color:#181a20;cursor:pointer;letter-spacing:.5px;background:linear-gradient(145deg,#31ec66,#28c757);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:12px 20px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #31ec664d}.sort-button:hover{background:linear-gradient(145deg,#3cff75,#31ec66);transform:translateY(-2px);box-shadow:0 6px 20px #31ec6666}.sort-button:active{transform:translateY(0)}.sort-icon{font-size:1.2rem;font-weight:700}.move-list{max-height:400px;margin:0;padding-left:24px;overflow-y:auto}.move-list::-webkit-scrollbar{width:8px}.move-list::-webkit-scrollbar-track{background:#23272f;border-radius:4px}.move-list::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.move-list::-webkit-scrollbar-thumb:hover{background:#555}.move-list li{margin:10px 0;padding-left:20px;list-style:none;position:relative}.move-list li:before{content:"▸";color:#31ec66;font-weight:700;position:absolute;left:0}.move-list li button{cursor:pointer;color:#b0b3b8;text-align:left;box-sizing:border-box;background:#23272f;border:2px solid #444;border-radius:8px;width:100%;padding:10px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.move-list li button:hover{color:#31ec66;background:#2c313a;border-color:#444;transform:translate(4px);box-shadow:0 0 0 2px #31ec66,0 2px 8px #31ec6633}.move-list li button:active{transform:translate(2px)}.current-move{color:#31ec66;text-shadow:0 0 8px #31ec664d;background:#31ec6626;border:2px solid #31ec66;border-radius:8px;width:100%;padding:10px 16px;font-weight:600;display:block;box-shadow:0 0 15px #31ec6633}@media (max-width:768px){.game-content{flex-direction:column;align-items:center}.game-header h1{font-size:2.5rem}.square{width:75px;height:75px;font-size:2.2rem}}
