.GomokuBoard-module__nS4xBa__container{background-color:#2c3e50;flex-direction:column;justify-content:flex-start;align-items:center;min-height:auto;padding-top:10px;padding-bottom:10px;font-family:sans-serif;display:flex}.GomokuBoard-module__nS4xBa__boardWrapper{-webkit-user-select:none;user-select:none;box-sizing:border-box;background-color:#dcb35c;border-radius:4px;justify-content:center;align-items:center;width:100vmin;min-width:300px;max-width:800px;height:100vmin;min-height:300px;max-height:800px;padding:10px;display:flex;box-shadow:0 10px 25px #00000080}.GomokuBoard-module__nS4xBa__gridBoard{aspect-ratio:1;border:1px solid #000;grid-template-rows:repeat(15,1fr);grid-template-columns:repeat(15,1fr);width:100%;height:auto;display:grid}.GomokuBoard-module__nS4xBa__cell{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.GomokuBoard-module__nS4xBa__cell:hover{background-color:#0000000d}.GomokuBoard-module__nS4xBa__lineHorizontal{z-index:0;background-color:#000;width:100%;height:1px;position:absolute;top:50%;left:0}.GomokuBoard-module__nS4xBa__lineVertical{z-index:0;background-color:#000;width:1px;height:100%;position:absolute;top:0;left:50%}.GomokuBoard-module__nS4xBa__cell.GomokuBoard-module__nS4xBa__leftEdge .GomokuBoard-module__nS4xBa__lineHorizontal{width:50%;left:50%}.GomokuBoard-module__nS4xBa__cell.GomokuBoard-module__nS4xBa__rightEdge .GomokuBoard-module__nS4xBa__lineHorizontal{width:50%}.GomokuBoard-module__nS4xBa__cell.GomokuBoard-module__nS4xBa__topEdge .GomokuBoard-module__nS4xBa__lineVertical{height:50%;top:50%}.GomokuBoard-module__nS4xBa__cell.GomokuBoard-module__nS4xBa__bottomEdge .GomokuBoard-module__nS4xBa__lineVertical{height:50%}.GomokuBoard-module__nS4xBa__starPoint{z-index:1;background-color:#000;border-radius:50%;width:15%;max-width:8px;height:15%;max-height:8px;position:absolute}.GomokuBoard-module__nS4xBa__stone{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:90%;height:90%;display:flex;box-shadow:2px 2px 4px #0006}.GomokuBoard-module__nS4xBa__stone.GomokuBoard-module__nS4xBa__black{background:radial-gradient(circle at 30% 30%,#555,#000)}.GomokuBoard-module__nS4xBa__stone.GomokuBoard-module__nS4xBa__white{background:radial-gradient(circle at 30% 30%,#fff,#ddd);border:1px solid #ccc}.GomokuBoard-module__nS4xBa__lastMoveMarker{background-color:red;border-radius:50%;width:8px;height:8px;box-shadow:0 0 4px red}.GomokuBoard-module__nS4xBa__analysisLabel{z-index:3;color:#fff;text-shadow:1px 1px 2px #000;pointer-events:none;font-size:clamp(5px,3vw,20px);position:absolute}.GomokuBoard-module__nS4xBa__controls{align-items:center;gap:15px;margin-top:20px;display:flex}.GomokuBoard-module__nS4xBa__button{color:#fff;cursor:pointer;background-color:#555;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.GomokuBoard-module__nS4xBa__button:hover{background-color:#444}.GomokuBoard-module__nS4xBa__status{color:#fff;font-size:18px;font-weight:700}

