/* Game Icon System — real image icons replacing emojis */

/* Base icon styles */
.gi { display:inline-flex; align-items:center; justify-content:center; width:1em; height:1em; vertical-align:middle; }
.gi-sm { width:14px; height:14px; }
.gi-md { width:20px; height:20px; }
.gi-lg { width:28px; height:28px; }

/* App icon images — used in phone grid */
.app-icon-img img.app-real-icon {
  width: 60%; height: 60%; object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}
