*{box-sizing:border-box;color:#222;margin:0;padding:0}body{background-color:#f5f5f5;font-family:Robot,Ubuntu,Arial,Helvetica,sans-serif}#game{align-items:center;flex-direction:column;gap:1rem;padding:1rem}#game,.game{display:flex}.game{flex-wrap:wrap;gap:3rem;justify-content:center}.game__header{font-size:1.75rem;font-weight:700;padding:1rem}.game__board{display:grid;grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px)}.game__history{background-color:#e6e6e6;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:.5rem;text-align:center}.game__history__header{font-size:1.375rem;font-weight:700}.game__history__list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);list-style-type:none;padding:0}.game__history__board{background-color:initial;border:none;border-radius:1rem;cursor:pointer;display:grid;grid-template-columns:repeat(3,20px);grid-template-rows:repeat(3,20px);padding:1rem}.game__history__board:hover{background-color:#80808040}.game__history__board__square{border:none!important}.game__history__board__square,.square{aspect-ratio:1;border:1px solid;font-size:24px;font-weight:700;margin:-1px -1px 0 0;padding:0;text-align:center;transition:.1s ease-out}.sign__highlight--draw{font-weight:bolder}.sign__highlight--x{color:#6495ed;font-weight:bolder}.sign__highlight--o{color:#f08080;font-weight:bolder}.square--x{background-color:#6495ed;border-color:#6495ed}.square--o{background-color:#f08080;border-color:#f08080}.square--winner{--green:#7ff09b;background-color:var(--green);border-color:var(--green)}.square--none{background-color:#eee;border-color:#eee}.square--empty{background-color:#fff;border-color:#bbb}.square--dynamic:focus,.square--dynamic:hover{background-color:#f5f5f5;cursor:pointer}.square--dynamic:active{background-color:#ebebeb;font-size:.5em}.game__status{font-size:1.25rem}.game__container{display:flex;flex-direction:column;gap:1rem;width:151px}
/*# sourceMappingURL=main.03c871ce.css.map*/