body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#root,body,html{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;margin:0}html.cursor-x-default,html.cursor-x-default .cell,html.cursor-x-default body{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath stroke='red' stroke-width='3' stroke-linecap='square' d='m6 6 12 12M6 18 18 6'/%3E%3C/svg%3E") 16 16,none}html.cursor-o-default,html.cursor-o-default .cell,html.cursor-o-default body{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%2300f' stroke-width='3' fill='none'/%3E%3C/svg%3E") 16 16,none}.mega-grid{aspect-ratio:1/1;background-color:#fff;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);margin-bottom:20px;margin-top:0;max-height:720px;max-width:720px;width:90vmin}.mega-cell{box-sizing:border-box;padding:2vmin;position:relative}.mega-grid>.mega-cell:not(:nth-child(3n)){border-right:5px solid #000}.mega-grid>.mega-cell:not(:nth-child(n+7)){border-bottom:5px solid #000}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;width:100%}.cell{align-items:center;background-color:#fff;box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-size:1.5em;justify-content:center;position:relative;transition:background-color .1s ease}html.safari-styles .cell.empty.safari-hoverable:hover{background-color:#f0f0f0}.cell svg{height:70%;padding:0;width:70%}.hover-preview{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:.2;pointer-events:none;position:absolute;top:0;width:100%}.hover-preview svg{height:70%;width:70%}.mini-grid>.cell:not(:nth-child(3n)){border-right:2px solid #d3d3d3}.mini-grid>.cell:not(:nth-child(n+7)){border-bottom:2px solid #d3d3d3}.mega-cell.active-for-x .mini-grid>.cell:not(:nth-child(3n)){border-right-color:red;border-right-width:3px}.mega-cell.active-for-x .mini-grid>.cell:not(:nth-child(n+7)){border-bottom-color:red;border-bottom-width:3px}.mega-cell.active-for-o .mini-grid>.cell:not(:nth-child(3n)){border-right-color:blue;border-right-width:3px}.mega-cell.active-for-o .mini-grid>.cell:not(:nth-child(n+7)){border-bottom-color:blue;border-bottom-width:3px}.mega-cell.winner{box-shadow:none}.mega-cell.winner svg{height:70%;width:70%}.winner-message{background-color:#ffffffe6;border-radius:10px;font-size:2em;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:100}.winning-line{pointer-events:none;z-index:5}.mega-cell.winner{align-items:center;display:flex;justify-content:center;padding:0}.mega-cell.winner .icon-svg{align-items:center;height:75%;justify-content:center;padding-top:20px;position:relative;width:75%}.app-container{box-sizing:border-box;display:flex;flex-direction:column;height:100vh;padding-top:60px}.app-container>.nav-bar-container{left:0;position:fixed;right:0;top:0;z-index:1001}.scrollable-content{display:grid;flex-grow:1;min-height:0;overflow-y:auto;place-items:center}.content-stack{align-items:center;display:flex;flex-direction:column;max-width:720px;padding:20px 0;width:100%}.game-and-share-wrapper{align-items:flex-start}.game-and-share-wrapper,.top-controls{display:flex;justify-content:center;width:100%}.top-controls{align-items:center;margin-bottom:20px}.new-game-button,.undo-button{background-color:#f0f0f0;border:1px solid #dcdcdc;border-radius:6px;box-shadow:0 2px 4px #0000000d;color:#333;cursor:pointer;font-size:1em;margin:0 5px;padding:10px 15px;transition:background-color .2s ease,border-color .2s ease}.new-game-button:hover,.undo-button:hover{background-color:#e9e9e9;border-color:silver}.undo-button:disabled{background-color:#f8f8f8;border-color:#eaeaea;box-shadow:none;color:#aaa;cursor:not-allowed}@media (max-width:600px){.top-controls{margin-bottom:15px}.new-game-button,.undo-button{font-size:.9em;margin:0 3px;padding:8px 12px}.mega-grid{margin-top:0;width:85vmin}.mega-cell{padding:1.5vmin}}.top-controls button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.modal-overlay{background-color:#00000080;bottom:0;right:0}.modal-content{box-shadow:0 4px 6px #0000001a;max-width:700px;padding:20px;width:80%}.modal-header{padding-bottom:10px}.modal-header h3{font-size:1.5em;margin:0}.modal-close-button{background:none;border:none;cursor:pointer;font-size:1.8em;line-height:1;padding:0 5px}.modal-body{max-height:400px;padding:15px}.log-line{font-family:monospace;font-size:.9em;margin-bottom:8px;white-space:pre-wrap;word-break:break-all}.show-logs-button{background-color:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin-left:10px;padding:10px 15px;transition:background-color .2s ease}.show-logs-button:hover{background-color:#5a6268}.nav-bar-container{align-items:center;background-color:#6a7179;box-sizing:border-box;color:#fff;display:flex;height:50px;justify-content:space-between;left:0;padding:10px 20px;position:fixed;top:0;width:100%;z-index:1000}.nav-bar-title{flex:1 1;font-size:1.5em;font-weight:700;text-align:left}.nav-bar-center{flex:1 1;text-align:center}.nav-bar-actions{flex:1 1;text-align:right}.nav-bar-actions .nav-bar-link,.nav-bar-center .nav-bar-link{color:#fff;cursor:pointer;font-size:1em;margin-left:15px;text-decoration:none}.nav-bar-actions .nav-bar-link:hover,.nav-bar-center .nav-bar-link:hover{text-decoration:underline}.dev-controls-container{background-color:#c8c8c8cc;border-radius:5px;bottom:10px;display:flex;flex-direction:column;gap:5px;left:10px;max-width:300px;padding:10px;position:fixed;z-index:1001}.dev-controls-container button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:8px 12px}.dev-controls-container button:disabled{background-color:#e0e0e0;color:#aaa;cursor:not-allowed}.dev-controls-container button:hover:not(:disabled){background-color:#ddd}.last-bot-move-details{background-color:#dcdcdce6;border:1px solid #bbb;border-radius:4px;margin-top:10px;max-height:200px;overflow-y:auto;padding:10px;white-space:pre-wrap}.last-bot-move-details h3{font-size:1em;margin-bottom:5px;margin-top:0}.last-bot-move-details pre{font-family:monospace;font-size:.9em;margin:0}.modal-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0003;color:#333;display:flex;flex-direction:column;max-height:80vh;max-width:550px;padding:25px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.modal-header h2{font-size:1.4em;margin:0}.close-button{background:none;border:none;color:#888;cursor:pointer;font-size:2em;line-height:1;padding:0}.modal-body{flex-grow:1;margin-bottom:20px;overflow-y:auto}.modal-body p{line-height:1.6;margin-bottom:10px;margin-top:0}.modal-body textarea{border:1px solid #ccc;border-radius:4px;font-family:monospace;font-size:.95em;margin-top:5px;min-height:60px;padding:10px;resize:vertical;width:calc(100% - 20px)}.error-message{color:#d9534f;font-size:.9em;margin-top:8px}.modal-footer{border-top:1px solid #eee;display:flex;justify-content:flex-end;padding-top:15px}.modal-footer .button{border:none;border-radius:4px;cursor:pointer;font-size:1em;margin-left:10px;padding:10px 20px}.modal-footer .button.secondary{background-color:#6c757d;color:#fff}.modal-footer .button:not(.secondary){background-color:#007bff;color:#fff}.share-section{align-items:center;align-self:center;background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:center;margin-left:20px;padding:10px 20px 20px;width:300px}.share-section h2,.share-text-frame{margin-bottom:15px}.share-text-frame{background-color:#fff;border:1px solid #eee;box-sizing:border-box;padding:10px;text-align:center;width:100%}.emoji-grid{font-family:monospace;font-size:1.5em;line-height:1.2;white-space:pre}.share-buttons{align-items:center;display:flex;flex-direction:column;gap:12px;width:100%}.share-buttons .new-game-button,.share-buttons .twitter-share-button,.share-buttons button{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1em;max-width:200px;padding:10px 15px;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.share-buttons .twitter-share-button{background-color:#1da1f2;color:#fff}.share-buttons .twitter-share-button:hover{background-color:#1a91da}.share-buttons .new-game-button{background-color:#6a7179;color:#fff}.share-buttons .new-game-button:hover{background-color:#565c63}.bmc-button-container{display:flex;justify-content:center;margin-top:5px;width:100%}@media (max-width:768px){.share-section{margin:20px 10px;max-width:300px;width:calc(100% - 20px)}.share-buttons .new-game-button,.share-buttons .twitter-share-button,.share-buttons button{max-width:none;width:100%}}.collapsible-help-window{background-color:#fff;border:1px solid #000;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;bottom:25px;box-shadow:0 -2px 10px #0000001a;overflow:hidden;position:fixed;right:25px;transition:max-height .3s ease-in-out;width:300px;z-index:100}.collapsible-help-window.collapsed{max-height:45px}.collapsible-help-window.expanded{max-height:500px}.help-window-header{align-items:center;border-bottom:1px solid #eee;box-sizing:border-box;cursor:pointer;display:flex;height:45px;justify-content:space-between;padding:0 15px}.collapsible-help-window.collapsed .help-window-header{border-bottom:none}.help-window-content{align-items:center;display:flex;flex-direction:column;max-height:455px;overflow-y:auto;padding:15px}.help-window-image{display:block;height:auto;margin-bottom:15px;max-width:100%}.help-window-rules{font-size:.9rem;line-height:1.5;list-style-position:inside;margin-bottom:10px;margin-top:0;padding-left:0;text-align:left;width:100%}.help-window-rules li{margin-bottom:8px}.player-x{color:red;font-weight:700}.player-o{color:blue;font-weight:700}.mobile-help-section{border-top:1px solid #ccc;display:none;margin-top:20px;padding:20px;text-align:center}.mobile-help-section h2{font-size:1.2rem;margin-bottom:15px}@media (max-width:899px){.collapsible-help-window{display:none!important}.mobile-help-section{display:block}.mobile-help-section .help-window-rules{margin-left:auto;margin-right:auto;max-width:90%;text-align:left}.mobile-help-section .help-window-image{margin-top:15px}}
/*# sourceMappingURL=main.85d2d5a8.css.map*/