/* Uppy CSS imports for file upload functionality */
@import '@uppy/core/dist/style.min.css';
@import '@uppy/dashboard/dist/style.min.css';

/* Custom Songify styles scoped to CreateView */
.songify-create-view .uppy-Dashboard-inner {
  background-color: var(--color-background-secondary);
  color: var(--color-foreground-primary);
  border-color: var(--color-border-primary);
}

.songify-create-view .uppy-Dashboard-AddFiles-title {
  font-size: 16px;
}

.songify-create-view .uppy-Dashboard-AddFiles-title,
.songify-create-view .uppy-Dashboard-Item-name,
.songify-create-view .uppy-Dashboard-dropFilesHereHint {
  color: var(--color-foreground-primary);
}

.songify-create-view .uppy-Dashboard-AddFiles-info,
.songify-create-view .uppy-Dashboard-Item-status {
  color: var(--color-foreground-secondary);
}

.songify-create-view .uppy-Dashboard-browse {
  color: var(--color-accent-pink);
}
