@import"https://fonts.googleapis.com/css2?family=Caprasimo&family=Roboto+Slab:wght@400;700&display=swap";*{box-sizing:border-box}html{font-family:Arial,sans-serif;line-height:1.5;color:#ebe7ef}body{background:#1a1919;background-size:100%}header{text-align:center}header img{width:8rem;object-fit:contain;margin:3rem auto 1rem;filter:drop-shadow(0 0 8px rgba(0,0,0,.4))}h1{font-family:Arial,cursive;font-size:3rem;margin:0 auto 3rem;color:#e4e4e4}main{display:flex;justify-content:center}#game-container{display:flex;min-width:50rem;margin:3rem auto;padding:0 2rem 1rem;border-radius:6px;background:linear-gradient(#313131,#000000);box-shadow:0 0 20px #00000080}#game-container article{width:30rem}.title{text-align:center}#players{list-style:none;padding:0;margin:1rem 0;display:flex;justify-content:center;align-items:center;gap:2rem}#players li{display:flex;align-items:center;width:50%;border:2px solid transparent}#players.highlight-player li.active{border-color:#bdbcba;animation:pulse 2s infinite ease-in-out}#players.highlight-player li.active .player-name,#players.highlight-player li.active .player-symbol{color:#bdbcba}#players button{width:2.5rem;border:none;background:none;color:#e1dec7;font-size:.9rem;cursor:pointer;transition:color .2s;padding:.5rem}#players button:hover{color:#3f3f3f}.player{border:2px solid transparent;padding:.5rem;border-radius:4px;font-weight:700}.player-name{display:inline-block;width:7rem;font-size:1rem;color:#e1dec7;text-transform:uppercase;margin:0;padding:.5rem;border-radius:4px;text-overflow:initial;text-align:center}.player input{font-size:1rem;width:7rem;border:none;padding:.5rem;animation:pulse-text 2s infinite;background-color:#1e1e1f;text-align:center;text-transform:uppercase}.player-symbol{margin-left:1rem;font-size:1rem;color:#e1dec7}ol{list-style:none;margin:0;padding:0}#pre-game{text-align:center}#pre-game button{cursor:pointer;background:none;color:#636260;border:none;font-family:Arial,cursive;font-size:4rem;text-shadow:0 0 12px rgba(0,0,0,.7);animation:pulse-text-size 2s infinite ease-out}.board{display:grid;grid-template-rows:repeat(3,1fr);gap:5px;width:200px;margin:auto}.row{display:flex}.cell{width:5rem;height:5rem;font-size:40px;font-weight:700;text-align:center;border:3px solid #000;background-color:#b5b5b9;cursor:pointer;transition:background-color .2s ease}.cell:hover{background-color:#f0f0f0}.occupied{background-color:#ddd;color:#333;cursor:not-allowed}#game-over{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#1a1919f2;animation:pop-in .5s cubic-bezier(.68,-.55,.65,.52) forwards}#game-over h2{font-family:Caprasimo,cursive;font-size:4rem;text-align:center;color:#4e4d4c;margin:0}#game-over p{font-size:2rem;text-align:center;color:#a5a5a4}button{display:block;margin:0 auto;font-size:1.5rem;background:none;border:2px solid #636260;color:#636260;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s,color .2s;box-shadow:0 0 8px #44444366}button:hover{background:#636260;color:#1a1919;transform:scale(1.1);box-shadow:0 0 10px #b3b2b1cc}#log{min-width:13rem;min-height:25rem;color:#e4e4e4;background-color:#313131;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;margin:auto;text-align:center}#log li{border-radius:4px;animation:slide-in-from-bottom 1s cubic-bezier(.075,.82,.165,1) forwards;margin:.75rem}#log li.highlighted{background-color:#414141;color:#fff}#game-hints{text-align:center;color:#46432f}#game-hints h2{font-family:Caprasimo,cursive;font-size:2rem;margin:0}#game-hints ul{list-style:none;padding:0;margin:0}#game-hints button{cursor:pointer;border:none;background:transparent;color:#23221f;font:inherit;margin-top:1.5rem}.winning-cell{position:relative;overflow:visible!important}.winning-cell:after{content:"";position:absolute;left:0;top:50%;width:100%;height:4px;background:#ff0000;animation:strike .5s ease-out forwards}.winning-cell.horizontal:after{width:100%;height:4px;left:0;top:50%}.winning-cell.vertical:after{width:4px;height:100%;left:50%;top:0}.winning-cell[class*=diagonal]:after{width:140%;height:4px;left:-20%;top:50%}.winning-cell.diagonal-down:after{transform:rotate(45deg) translateY(-50%)}.winning-cell.diagonal-up:after{transform:rotate(-45deg) translateY(50%)}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translate(0)}}@keyframes pulse-text{0%{color:#e1dec7}50%{color:#9f9d83}to{color:#e1dec7}}@keyframes pulse-text-size{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pulse{0%{border-color:#bdbcba;box-shadow:0 0 #b8b7b766}50%{border-color:#636260;box-shadow:0 0 0 .5rem #f8a53100}to{border-color:#bdbcba;box-shadow:0 0 #f6e35a00}}@keyframes pop-in{0%{transform:scale(0);opacity:0}80%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}
