:root {
  --primary-color: #007bff;
}

.hide {
  display: none;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.app-name {
  font-weight: bold;
  color: var(--primary-color);
}

