*,:after,:before{box-sizing:border-box}#root,body,html{margin:0;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{align-items:center;background:#0f172a;color:#e2e8f0;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh}.game{background:#111827;border:1px solid #1f2937;border-radius:14px;padding:20px;width:min(90vw,560px)}.game-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.game-header h2{margin:0}.controls{grid-gap:8px;display:flex;gap:8px}.controls button{background:#2563eb;border:0;border-radius:8px;color:#fff;cursor:pointer;padding:8px 10px}.controls button.mode-active{background:#059669}.controls button:disabled{cursor:not-allowed;opacity:.7}.online-panel{grid-gap:8px;align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;margin-bottom:10px}.online-panel button{background:#7c3aed;border:0;border-radius:8px;color:#fff;cursor:pointer;padding:6px 10px}.online-panel input{background:#0b1220;border:1px solid #374151;border-radius:8px;color:#e2e8f0;min-width:170px;padding:6px 10px}.status{color:#93c5fd}.error,.status{font-weight:600;margin-bottom:8px}.error{color:#fca5a5}.score{display:flex;justify-content:space-between;margin-bottom:12px}.board{grid-gap:4px}.board,.board-row{grid-gap:4px;display:grid;gap:4px}.board-row{grid-gap:4px;grid-template-columns:repeat(8,1fr)}.square{aspect-ratio:1;background:#0b8a53;border:1px solid #1d4ed8;border-radius:8px;cursor:pointer;position:relative;width:100%}.square.black:after,.square.white:after{border-radius:999px;content:"";inset:15%;position:absolute}.square.black:after{background:#111827}.square.white:after{background:#f8fafc}.square.hint:before{background:#ffffff73;border-radius:999px;content:"";inset:36%;position:absolute}
/*# sourceMappingURL=main.ca21489b.css.map*/