/* === VoteMyLove Tile Upgrade (B) === */
.tile{ position:relative; overflow:hidden; }
.tile::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,0,255,.15),rgba(0,200,255,.12));
  opacity:.25;
  pointer-events:none;
}
.tile:hover{ transform:translateY(-6px) scale(1.01); }
.tile .icon{ font-size:28px; margin-bottom:6px; }
.tile .status{ font-size:12px; opacity:.75; margin-top:6px; }
