Card layer level

I didn’t go through your entire code, but I would avoid ChatGPT for advice on HA.

Please reference this thread

The first issue I see is yuor card_mod code

It’s

card_mod:
  style: |

not

 style: |
    :host {

This is an issue as well

cardStyle: |
      :host {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
      }
      ha-card {