@font-face{font-family:Poppins;src:url(/static/media/Poppins-Regular.8081832fc5cfbf634aa6.ttf) format("truetype")}:root{--green:#10b981;--teal:#14b8a6;--blue:#3b82f6;--indigo:#6366f1;--purple:#8b5cf6;--yellow:#fdd25c;--orange:#f97316;--red:#ef4444;--pink:#ec4899;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--accent:var(--yellow);--scrollbar:#9e9e9e;--scrollbar-hover:#686868;--scrollbar-background:#444;--background:#181818;--background-light:#212121;--border-color:#383838;--font:#fff;--font-pale:#9ca3af;--button-active-background:hsla(0,0%,100%,.1);--search-background:#121212;--search-button-background:hsla(0,0%,100%,.078);--navbar-background-overlay:rgba(0,0,0,.5);--skeleton-color-1:#252525;--skeleton-color-2:#292929;--item-hover-background:hsla(0,0%,100%,.1)}*,:after,:before{border:none;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#181818;background:var(--background);color:#fff;color:var(--font);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body::-webkit-scrollbar{background-color:transparent;width:8px}body::-webkit-scrollbar-thumb{background-color:#9e9e9e;background-color:var(--scrollbar);border-radius:6px}body::-webkit-scrollbar-thumb:hover{background-color:#686868;background-color:var(--scrollbar-hover)}main#App{height:100px;left:0;margin:auto;position:absolute;right:0;width:100px}i.bx-x{color:var(--red)}i.bx-circle{color:var(--green)}i.bx-meh{color:var(--yellow)}.Wrapper{align-items:center;display:flex;height:100vh;justify-content:center}.Wrapper div.tictactoe .header{align-items:center;display:flex;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.Wrapper div.tictactoe .header div.score{min-width:93px;text-align:center}.Wrapper div.tictactoe .header div.score i{font-size:30px}.Wrapper div.tictactoe .header div.score div.data{font-size:15px}.Wrapper div.tictactoe #Board{display:flex;flex-direction:column;gap:5px;max-height:300px;opacity:1;overflow:hidden;transition:max-height .5s ease-in-out,opacity .5s ease-in-out}.Wrapper div.tictactoe #Board.hidden{max-height:0;opacity:0}.Wrapper div.tictactoe #Board .row{align-items:center;display:flex;gap:5px;justify-content:center}.Wrapper div.tictactoe #Board .row button{align-items:center;-webkit-animation:ripple 1.5s ease;animation:ripple 1.5s ease;aspect-ratio:1/1;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex:0 0 80px;font-size:50px;font-weight:500;height:80px;justify-content:center;text-align:center;width:80px}.Wrapper div.tictactoe #Board .row button.d-1{-webkit-animation-delay:.1s;animation-delay:.1s}.Wrapper div.tictactoe #Board .row button.d-2{-webkit-animation-delay:.2s;animation-delay:.2s}.Wrapper div.tictactoe #Board .row button.d-3{-webkit-animation-delay:.3s;animation-delay:.3s}.Wrapper div.tictactoe #Board .row button.d-4{-webkit-animation-delay:.4s;animation-delay:.4s}.Wrapper div.tictactoe div.lower{-webkit-user-select:none;user-select:none}.Wrapper div.tictactoe div.lower div.turn{align-items:center;display:flex;font-size:30px;font-weight:700;margin:1rem 0 0 1rem}.Wrapper div.tictactoe div.lower div.turn i.bx-circle{margin-left:.7rem}.Wrapper div.tictactoe div.lower div.turn i.bx-x{font-size:43px;margin:.15rem 0 0 .3rem}.Wrapper div.tictactoe div.lower button.reset,.Wrapper div.tictactoe div.lower select{border-radius:.2rem;cursor:pointer;font-size:17px;font-weight:700;height:30px;margin-top:1rem;width:100%}@-webkit-keyframes ripple{30%{opacity:0}to{opacity:1}}@keyframes ripple{30%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.5e460e05.css.map*/