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