.file-label background: #2d3a4b; cursor: pointer; text-align: center;
// If already playing, do nothing if (isPlaying && sourceNode) return;
.btn background: #1e2a3e; border: none; padding: 10px 20px; border-radius: 60px; font-weight: 600; color: white; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: 0.1s; flex: 1; justify-content: center; font-size: 0.9rem; box-shadow: 0 3px 6px rgba(0,0,0,0.3); border-bottom: 1px solid #3b82f640;
.st-btn.reset background: #334155; color: white;