class CustomProgressTracker extends HTMLElement { connectedCallback() { const currentStep = this.getAttribute('current-step') || '1'; this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `