
#canvasContainer[data-v-6b591d8a] {
  background-color: black;
}
#p5Canvas[data-v-6b591d8a] {
  border: 1px solid black;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
#threeCanvas[data-v-6b591d8a] {
  border: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

.gpu-strokes-section[data-v-f835cd4b] {
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gpu-strokes-section h3[data-v-f835cd4b] {
  margin: 0 0 15px 0;
  color: #333;
  text-align: center;
}
.babylon-canvas[data-v-f835cd4b] {
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: crosshair;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #000;
}
.babylon-canvas[data-v-f835cd4b]:hover {
  border-color: #0066ff;
}
.animation-controls[data-v-f835cd4b] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.control-row[data-v-f835cd4b] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.control-row label[data-v-f835cd4b] {
  min-width: 120px;
  font-weight: 500;
  color: #333;
}
.control-row select[data-v-f835cd4b],
.control-row input[type='number'][data-v-f835cd4b] {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.control-row input[type='range'][data-v-f835cd4b] {
  flex: 1;
  min-width: 100px;
}
.radio-group[data-v-f835cd4b] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.radio-group label[data-v-f835cd4b] {
  min-width: auto;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.anchor-section[data-v-f835cd4b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: 6px;
  min-width: 150px;
}
.anchor-category[data-v-f835cd4b] {
  font-weight: bold;
  font-size: 12px;
  color: #bdc3c7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  border-bottom: 1px solid #4a5568;
  padding-bottom: 4px;
}
.info-row[data-v-f835cd4b] {
  text-align: center;
  margin-top: 10px;
}
.info-row .warning[data-v-f835cd4b] {
  color: #e67e22;
  font-weight: 500;
}
.info-row .info[data-v-f835cd4b] {
  color: #27ae60;
  font-weight: 500;
}
.gpu-loading[data-v-f835cd4b] {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}
.loop-hint[data-v-f835cd4b],
.phase-hint[data-v-f835cd4b],
.launch-mode-hint[data-v-f835cd4b],
.group-hint[data-v-f835cd4b] {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-left: 10px;
}
.launch-mode-hint[data-v-f835cd4b] {
  font-weight: 500;
  color: #0066ff;
}
.group-hint[data-v-f835cd4b] {
  color: #28a745;
}
.clear-button[data-v-f835cd4b] {
  background: #dc3545;
  color: white;
  border: 1px solid #dc3545;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
.clear-button[data-v-f835cd4b]:hover:not(:disabled) {
  background: #c82333;
  border-color: #c82333;
}
.clear-button[data-v-f835cd4b]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.script-editor-section[data-v-f835cd4b] {
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* max-width: 800px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.script-editor-section h3[data-v-f835cd4b] {
  margin: 0 0 15px 0;
  color: #333;
  text-align: center;
}
.script-editor[data-v-f835cd4b] {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
}
.script-controls[data-v-f835cd4b] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.launch-button[data-v-f835cd4b] {
  background: #28a745;
  color: white;
  border: 1px solid #28a745;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.launch-button[data-v-f835cd4b]:hover:not(:disabled) {
  background: #218838;
  border-color: #218838;
}
.launch-button[data-v-f835cd4b]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #6c757d;
  border-color: #6c757d;
}
.script-info[data-v-f835cd4b] {
  color: #666;
  font-size: 14px;
}
