Security & distribution notes
/* game grid — fully responsive & portable */ .games-grid display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; margin-top: 0.5rem; games githubio portable
.no-results text-align: center; grid-column: 1 / -1; padding: 3rem; background: #10182680; border-radius: 2rem; font-size: 1.2rem; Security & distribution notes /* game grid —