/* Gaming Section Styles */
.game-tag {
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.2);
  color: var(--accent-warm);
  padding: 4px 10px; border-radius: 6px;
  font-size: 12px; transition: all 0.2s; display: inline-block;
}
.game-tag:hover { background: rgba(255, 107, 53, 0.2); }