:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#fff}body{margin:0;display:flex;place-items:center;min-height:100vh;min-width:100vw;background:linear-gradient(135deg,#ff9800,#8e24aa);color:#fff;justify-content:center;width:100%}h1{font-size:3.2em;line-height:1.1}button,input{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#fff}button:focus,button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;width:100%;max-width:100vw;box-sizing:border-box;min-height:100vh;touch-action:none}.game-mode-selection{display:flex;flex-direction:column;align-items:center;justify-content:start;min-height:100vh;gap:40px;width:100%;padding:3rem 0px;box-sizing:border-box}.game-mode-selection h1{font-size:48px;margin:0;text-align:center;padding:0 1.5rem}.mode-buttons{display:flex;gap:40px;flex-wrap:wrap;justify-content:center;align-items:center;max-width:100%;height:100%;justify-content:space-evenly;flex:1}.mode-button{width:250px;height:250px;font-size:32px;font-weight:700;border:2px solid white;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;box-sizing:border-box;margin:12px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.simple-xo{background:linear-gradient(135deg,#ff99001c,#ff9800)}.super-xo{background:linear-gradient(135deg,#8d24aa2e,#8e24aa)}@media (max-width: 768px){.game-mode-selection h1{font-size:32px}.mode-buttons{gap:20px;flex-direction:column}.mode-button{width:min(250px,calc(100vw - 4rem));height:min(250px,calc(100vw - 4rem));font-size:28px}}@media (max-width: 480px){.game-mode-selection{gap:30px}.game-mode-selection h1{font-size:24px}.mode-button{width:min(200px,calc(100vw - 3rem));height:min(200px,calc(100vw - 3rem));font-size:24px}}.game-wrapper{position:fixed;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .5s ease}.game-wrapper.x-turn-bg{background:linear-gradient(135deg,#ff9800,#8e24aa,#8e24aa)}.game-wrapper.o-turn-bg{background:linear-gradient(135deg,#8e24aa,#ff9800,#ff9800)}.top-left-controls{position:fixed;top:1.5rem;left:1rem;display:flex;gap:10px;z-index:1000}.back-button,.resetBtn{background:transparent;border:1px solid white;color:#fff;padding:10px 15px;cursor:pointer;border-radius:5px;transition:all .2s ease;font-size:24px;min-width:50px;display:flex;align-items:center;justify-content:center}.back-button:hover,.resetBtn:hover{background:#ffffff1a;transform:scale(1.1)}.toolbox{font-size:30px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin-top:10px;gap:14px;margin-bottom:10px;width:100%;max-width:100vw;box-sizing:border-box;padding:0 1rem;position:relative}.toolbox input{font-size:30px;width:50px;height:max-content;text-align:center;color:#fff;border:1px solid white}.toolbox button{font-size:30px;text-align:center}.center-container{display:flex;flex-direction:column;gap:20px}.game-title{font-size:32px;margin:0;text-align:center;font-weight:700;z-index:1000;line-height:2}.turn-indicator{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.board-container{display:flex;position:relative;justify-content:center;align-items:center;width:min(90vw,calc(100vh - 180px));height:min(90vw,calc(100vh - 180px));box-sizing:border-box}.board-container>div{width:100%;height:100%;max-width:100%;max-height:100%}.turn-container{font-size:min(100vh,100vw);position:absolute;top:0;bottom:0;text-align:center;line-height:80%;opacity:.2;z-index:-100}@media (max-width: 768px){.toolbox{gap:10px}.toolbox button{font-size:20px;padding:5px 10px}.toolbox span{font-size:20px}.game-title{font-size:24px;top:1rem}.turn-indicator{width:50px;height:50px}}@media (max-width: 480px){.toolbox{font-size:16px;gap:8px}.toolbox button{font-size:16px;padding:4px 8px}.toolbox span{font-size:16px}.top-left-controls{top:1rem;left:1rem;gap:8px}.back-button,.resetBtn{padding:8px 12px;font-size:20px;min-width:45px}.game-title{font-size:20px;top:.5rem}.turn-indicator{width:45px;height:45px}}._parent_1hymv_1{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:0px;grid-row-gap:0px;width:100%;aspect-ratio:1 / 1;font-size:min(8vw,8vh,80px)}._isDone_1hymv_12{position:absolute;background:red;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center}._isDone_1hymv_12>button{background-color:green;border-color:#adff2f}._slot_1e28g_1{background-color:transparent;width:100%;height:100%;border:2px solid white;text-align:center;font-size:70%;padding:0;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation;outline:none;color:#fff}._slot_1e28g_1:focus{outline:none}._slot_1e28g_1._isDisabled_1e28g_26,._slot_1e28g_1._isDisabled_1e28g_26:hover{cursor:not-allowed;outline:none;opacity:.6;border-width:1px;border-color:#fff}._slot_1e28g_1._isGameDone_1e28g_35{background:#ffffff1a;border:none;opacity:.2}._slot_1e28g_1._empty_1e28g_42:not(._slot_1e28g_1._isDisabled_1e28g_26):hover._xTurn_1e28g_42{background-color:#9400d3;border-color:#fff}._slot_1e28g_1._empty_1e28g_42:not(._slot_1e28g_1._isDisabled_1e28g_26):hover._oTurn_1e28g_47{background-color:#ff8c00;border-color:#fff}._slot_1e28g_1._x_1e28g_42{background-color:#9400d3;border-color:#fff}._slot_1e28g_1:active{transform:rotate(-20deg);outline:none}._slot_1e28g_1:nth-child(-n+3):active{transform:rotate(20deg);outline:none}._slot_1e28g_1._o_1e28g_47{background-color:#ff8c00;border-color:#fff}@media (max-width: 60px),(max-height: 60px){._slot_1e28g_1{font-size:0}}._doneBoard_kmuzs_1{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:5px;height:100%;width:100%;z-index:100;top:0;left:0}._doneBoard_kmuzs_1>button{height:100%;width:100%;font-size:100px;border:none;outline:none}._doneBoard_kmuzs_1:hover>button{border-color:gray;opacity:0;cursor:pointer}
