/* CSP-compliant hover utilities — replaces inline onmouseover/onmouseout handlers */
.fz-hover-btn:hover{background:#aa0000!important}
.fz-hover-lift:hover{transform:translateY(-2px)}
.fz-hover-lift-shadow:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(204,0,0,.18)!important}
.fz-hover-scale:hover{transform:scale(1.05)}
