:root{font-family: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;--blue: #3b9cff;--pink: #ff4fc1;--orange: #ffa531;--green: #00b876;--purple: #b85fff}#root{display:flex;justify-content:center;align-items:center}header{box-sizing:border-box;background-color:var(--orange);color:#fff;font-size:1.5rem;box-shadow:0 5px 10px #00000073;width:100%;padding:10px 40px;display:flex;justify-content:space-between;align-items:center}header h3{margin:5px}.header-icon-span{display:flex;justify-content:center;align-items:center}.icon{width:70px;margin-left:30px}.bg-img{background-image:url(../tictactoebg.jpg);width:100%;height:100%;position:fixed;left:0;top:0;opacity:.2;z-index:-1;overflow:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;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;cursor:pointer;transition:border-color .25s}button:hover{border-color:#000}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.board{background-color:var(--blue);box-shadow:5px 5px 10px #000000b4;display:grid;grid-template-columns:repeat(3,auto);gap:8px;padding:10px}.tile{background-color:var(--pink);width:200px;height:200px;cursor:pointer;transition:scale .3s,rotate .3s,box-shadow .3s;box-shadow:5px 5px 10px #00000061;display:flex;justify-content:center;align-items:center;font-size:12rem}.tile:hover{scale:1.03;rotate:3deg;box-shadow:5px 10px 20px #00000089}.slam-in{animation:slam 1s}@keyframes slam{0%{text-shadow:10px 10px 10px black;opacity:.2;scale:1.3}}.spin{animation:spin 1s}@keyframes spin{50%{rotate:90deg}}.infos{display:flex;justify-content:space-between}.info-box{box-shadow:5px 5px 10px #00000061;background-color:var(--green);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px;width:45%;margin-bottom:10px;border-radius:10px}.name-input{padding:5px;border-radius:10px;border:none}.active-player{border:8px solid var(--orange)}#end-game-modal{background-color:#00000079;width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:2}@keyframes pop-in{0%{scale:0}70%{scale:1.5}}.modal-inner{background-color:var(--green);padding:5rem;font-size:2rem;width:30%;height:20%;border-radius:20px;box-shadow:20px 20px 20px #0000008d;position:relative;animation:1s ease pop-in;display:flex;justify-content:center;align-items:center}.x-icon{position:absolute;width:40px;cursor:pointer;top:10px;right:10px;border:2px solid black;padding:4px;border-radius:100px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width: 900px){header button{font-size:1rem}header img.icon{width:40px;margin-left:10px}.info-box{width:40%}}input{width:100px}button.edit-btn{padding:2px 8px}@media screen and (max-width: 800px){.tile{width:150px;height:150px;font-size:8rem}}@media screen and (max-width: 700px){header h3{font-size:1rem}header button{font-size:14px}}@media screen and (max-width: 600px){header button{padding:4px 8px}.tile{width:125px;height:125px}div.infos{flex-direction:column;justify-content:center;align-items:center}.info-box{width:70%}}@media screen and (max-width: 500px){header{padding:10px}.tile{width:100px;height:100px;font-size:6rem}header span{display:none}header{justify-content:center}}@media screen and (max-width: 400px){.tile{width:80px;height:80px;font-size:5rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
