@font-face{font-family:Roboto Mono;src:url(/tic-tac-toe-game/static/media/RobotoMono-Thin.1a9534fd24de76752477.ttf) format("truetype")}*{box-sizing:border-box;margin:0;padding:0}html{height:100%;width:100%}body{background-color:#f9f9c9;color:#333;font-family:Roboto Mono,sans-serif;margin:20px;padding:0}.symbol-choice{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:100px}.symbol-choice h2{font-size:2.5em;margin-bottom:20px}.symbol-choice .symbol-buttons{display:flex;flex-direction:row;gap:20px;justify-content:center}.symbol-choice button{background-color:#f0f0f0;border:2px solid #999;border-radius:5px;color:#333;cursor:pointer;font-size:3.5em;height:120px;margin-top:5px;padding:10px;transition:background-color .3s;width:120px}.symbol-choice button:hover{background-color:#e6e6e6}.symbol-choice button:disabled{background-color:#ccc;cursor:default}.game{justify-content:center;margin-top:100px}.game,.game-board{align-items:center;display:flex;flex-direction:column}.game-board{margin-bottom:20px;width:100%}.game-controls{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.game-controls button{background-color:#f0f0f0;border:2px solid #999;border-radius:5px;color:#333;cursor:pointer;font-size:22px;margin:0;padding:10px;transition:background-color .3s;width:260px}.game-controls button:hover{background-color:#e6e6e6}.game-controls button:disabled{background-color:#ccc;cursor:default}.game-info{align-items:center;color:#000;display:flex;flex-direction:column;font-weight:700;gap:10px;justify-content:center;margin-top:20px}.row{display:flex;flex-direction:row}.square{background:#fff;border:2px solid #999;font-size:calc(20px + 4vw);font-weight:700;height:25vw;line-height:34px;margin-right:-2px;margin-top:-2px;max-height:100px;max-width:100px;padding:0;text-align:center;-webkit-user-select:none;user-select:none;width:25vw}.square:hover{background:#e4e4e4;cursor:pointer}.status{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.dark-mode-toggle{background-color:#f0f0f0;border:2px solid #999;border-radius:50%;cursor:pointer;height:40px;padding:8px;position:fixed;right:20px;top:20px;transition:background-color .3s;width:40px}.dark-mode-toggle:hover{background-color:#e6e6e6}.dark-mode-toggle img{height:100%;object-fit:contain;width:100%}.dark-mode{background-color:#2d2d2d}.dark-mode,.dark-mode .game-info{color:#f1f1f1}.dark-mode .dark-mode-toggle{background-color:#444;border-color:#f1f1f1}.dark-mode .dark-mode-toggle:hover{background-color:#333}.dark-mode .symbol-choice button{background-color:#444;color:#f1f1f1}.dark-mode .symbol-choice button:hover{background-color:#333}.dark-mode .square{background:#444;color:#f1f1f1}.dark-mode .square:hover{background:#333}.dark-mode .status{color:#f1f1f1}.dark-mode .game-controls button{background-color:#444;border:none;color:#f1f1f1;outline:none}.dark-mode .game-controls button:hover{background-color:#333}.dark-mode .game-controls button:disabled{background-color:#1a1a1a;opacity:.5}
/*# sourceMappingURL=main.9b9bbbdc.css.map*/