56f346ac20
The "Block this user" and "Complimentary plan" toggle switches were always greyed out because the app loads Tailwind CSS v2.2.19 from CDN, but the toggles used Tailwind v3-only features (peer, peer-checked:*, after:content-[''], arbitrary value syntax like after:top-[2px], etc.). Replaced both toggles with button[role=switch] elements driven by Alpine.js @click handlers and :class bindings — fully compatible with Tailwind v2. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>