.app-container{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1280px;width:100%}#root{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%!important;min-height:100vh}#root>div{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;max-width:1280px;padding:1rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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}}.global-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem}header{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:2rem;width:320px}.board{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-content:center;gap:10px;width:320px}.box{height:100px!important;width:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2.5rem!important;min-width:100px!important;max-width:100px}.box.box-empty{border:1px dashed #ccc}.turns{display:flex;align-items:center;justify-content:center;gap:10px;margin:1rem}footer{border:1px dashed #005FCC;border-radius:10px;margin:3rem 0 2rem;width:320px}.winner{color:#0771f4!important;text-transform:uppercase}.score-wrapper{width:100%;padding-bottom:1rem}.pretty-img{position:absolute;top:0;left:0}.global-footer{margin-top:3rem;width:100%}.developed-by{display:flex;align-items:center;justify-content:center;gap:10px}
