@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300&family=Inter&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";html{background:#5a1e76}.wrapper{min-height:100%;overflow:hidden;display:flex;flex-direction:column}._container{display:flex;align-items:center;justify-content:center}.game{padding:15px;border-radius:35px;background:#2b0040;max-width:554px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 0 5px #2d2d2d5d}.game__score-table{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;width:290px;padding:60px 0 45px}.game__table{width:100%;border-radius:10px;background:#bcdbf9;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.game__table:first-child{background:var(--g11-color, #48D2FE)}.game__table:last-child{background:#e2be00}.table-title{color:#000;font-family:Fredoka One;font-size:12px;font-style:normal;font-weight:500;line-height:normal;padding:14px 0 5px}.table-score{color:#000;font-family:Inter;font-size:28px;font-style:normal;font-weight:700;line-height:normal;padding:0 0 19px}.game__board{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:8px;width:300px;height:300px;padding:10px;font-size:72px}.cell{color:#bcdbf9;font-family:Roboto,sans-serif;background:#43115b;border-radius:7px;transition:.2s linear;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:flex;justify-content:center;align-items:center;font-size:inherit}.cell.o{color:#e2be00}.cell.x{color:var(--g11-color, #48D2FE)}.cell.winner-cell.x{background:var(--g11-color, #48D2FE)}.cell.winner-cell.o{background:var(--g11-color, #E2BE00)}.cell.unlocked:hover{background:#5a1e76;transition:.2s linear;cursor:pointer}.cell.unlocked:active{background:#51196b}.cell.draw{background:#bcdbf9}.game__board-choice{padding:20px 0;display:flex;flex-direction:column}.game__board-choice .game__board-size{text-align:center;color:#f4f6f5;font-family:Inter;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.game__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:10px;max-height:10px;background:#f4f6f5;overflow:hidden;outline:none;border:1px solid #888;box-shadow:0 0 1px #ccc}.game__slider::-webkit-slider-thumb{height:15px;width:25px;background:#534b86;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:50px;box-shadow:-200px 0 0 1}.game__start-button{margin:20px 0 30px;padding:14px 28px;border-radius:10px;background:#f4f6f5;color:#000;font-family:Fredoka One;font-size:32px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;transition:.2s linear}.game__start-button:hover{background:#c5a0d7;transition:.2s linear}.game__start-button:active{background:#9155af}.game__text{color:#bcdbf9;font-family:Fredoka One}
