.TicTacToe-module__AuiUrW__container{flex-direction:column;align-items:center;margin-top:2rem;display:block}.TicTacToe-module__AuiUrW__status{color:#fff;min-height:2rem;font-size:1.25rem}.TicTacToe-module__AuiUrW__gameArea{align-items:flex-start;gap:3rem;display:flex}.TicTacToe-module__AuiUrW__sidebar{flex-direction:column;gap:1.5rem;min-width:150px;display:flex}.TicTacToe-module__AuiUrW__boardArea{flex-direction:column;align-items:center;display:flex}.TicTacToe-module__AuiUrW__board{background-color:#333;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:1rem;padding:8px;display:grid}.TicTacToe-module__AuiUrW__cell{cursor:pointer;background-color:#252525;border:none;border-radius:4px;justify-content:center;align-items:center;width:100px;height:100px;font-size:3rem;font-weight:700;transition:background-color .2s;display:flex}.TicTacToe-module__AuiUrW__cell:hover:not(:disabled){background-color:#2d2d2d}.TicTacToe-module__AuiUrW__cell:disabled{cursor:not-allowed}.TicTacToe-module__AuiUrW__cell.TicTacToe-module__AuiUrW__x,.TicTacToe-module__AuiUrW__x,.TicTacToe-module__AuiUrW__cell.TicTacToe-module__AuiUrW__o,.TicTacToe-module__AuiUrW__o{color:var(--primary-blue)}.TicTacToe-module__AuiUrW__resetButton{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background-color .2s,transform .1s}.TicTacToe-module__AuiUrW__resetButton:hover{background-color:#008bb8;transform:translateY(-1px)}.TicTacToe-module__AuiUrW__resetButton:active{transform:translateY(0)}.TicTacToe-module__AuiUrW__scoreboard{padding:0}.TicTacToe-module__AuiUrW__scoreTitle{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.TicTacToe-module__AuiUrW__scoreMarker{color:#888}.TicTacToe-module__AuiUrW__scoreRow{justify-content:space-between;padding:.25rem 0;display:flex}.TicTacToe-module__AuiUrW__scoreLabel{color:#fff;font-weight:500}.TicTacToe-module__AuiUrW__scoreValue{color:#888}.TicTacToe-module__AuiUrW__toggleContainer{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.TicTacToe-module__AuiUrW__toggleLabel{color:#888;font-size:.9rem}.TicTacToe-module__AuiUrW__toggle{background-color:#252525;border-radius:4px;display:flex;overflow:hidden}.TicTacToe-module__AuiUrW__toggleButton{color:#888;cursor:pointer;background-color:#0000;border:none;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.TicTacToe-module__AuiUrW__toggleButton:hover{color:#fff}.TicTacToe-module__AuiUrW__toggleButton.TicTacToe-module__AuiUrW__active{background-color:var(--primary-blue);color:#fff}@media (max-width:640px){.TicTacToe-module__AuiUrW__gameArea{flex-direction:column-reverse;align-items:center;gap:2rem}.TicTacToe-module__AuiUrW__sidebar{flex-flow:wrap;justify-content:center;gap:1rem}.TicTacToe-module__AuiUrW__toggleContainer{align-items:center}}@media (max-width:480px){.TicTacToe-module__AuiUrW__cell{width:80px;height:80px;font-size:2.5rem}}
.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
