.marble-controls {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 240;
  width: 280px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.4;
  pointer-events: auto;
  user-select: none;
  font-family: geo;
}

.marble-controls__title {
  margin-bottom: 8px;
  font-weight: 700;
}

.marble-controls__block {
  margin-top: 8px;
}

.marble-controls__label {
  margin-bottom: 4px;
  font-weight: 600;
}

.marble-controls__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marble-controls__slider {
  width: 100%;
}

.marble-controls__value {
  min-width: 48px;
  text-align: right;
  font-weight: 700;
}

.marble-controls__value--duration {
  min-width: 56px;
}

.marble-controls__select {
  width: 100%;
  padding: 2px 4px;
  border-radius: 4px;
}

.marble-controls__button {
  margin-top: 10px;
  width: 100%;
  height: 32px;
  border-radius: 6px;
  color: #fff;
  background: #999;
  cursor: pointer;
  font-weight: 700;
  touch-action: manipulation;
  border: none;
}

.marble-controls__button:hover {
  background: #4b4b4b;
}

.logo-motion-controls {
  bottom: 300px;
}

.logo-motion-controls__hint {
  margin-top: 8px;
  font-size: 11px;
  opacity: 0.72;
}

@media (max-width: 900px) {
  .logo-motion-controls {
    width: min(300px, calc(100vw - 24px));
    right: 12px;
    bottom: 188px;
  }
}
