```javascript class BucketMasterCard extends HTMLElement { static get observedAttributes() { return ['title', 'icon']; } constructor() { super(); this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `